var/cache/dev_ha6cdf01c8a14124e315e8ec5e6f48dc2/ContainerVhInjlV/Shopware_Core_KernelDevDebugContainer.php line 36803

Open in your IDE?
  1. <?php
  2. namespace ContainerVhInjlV;
  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\\ProductCustomerGroup\\AcrisProductCustomerGroupCS' => 'getAcrisProductCustomerGroupCSService',
  42.             'Acris\\ProductCustomerGroup\\Custom\\ProductCustomerGroupDefinition' => 'getProductCustomerGroupDefinitionService',
  43.             'Acris\\ProductVideo\\AcrisProductVideoCS' => 'getAcrisProductVideoCSService',
  44.             'Acris\\ProductVideo\\Custom\\Aggregate\\ProductVideoTranslation\\ProductVideoTranslationDefinition' => 'getProductVideoTranslationDefinitionService',
  45.             'Acris\\ProductVideo\\Custom\\ProductVideoDefinition' => 'getProductVideoDefinitionService',
  46.             'Acris\\ProductVideo\\Resources\\snippet\\de_DE\\SnippetFile_de_DE' => 'getSnippetFileDeDEService',
  47.             'Acris\\ProductVideo\\Resources\\snippet\\en_GB\\SnippetFile_en_GB' => 'getSnippetFileEnGBService',
  48.             'Cbax\\ModulAnalytics\\CbaxModulAnalytics' => 'getCbaxModulAnalyticsService',
  49.             'Cbax\\ModulAnalytics\\Components\\ConfigReaderHelper' => 'getConfigReaderHelperService',
  50.             'Cbax\\ModulAnalytics\\Components\\ExtensionHelper' => 'getExtensionHelperService',
  51.             'Cbax\\ModulAnalytics\\Controller\\BackendController' => 'getBackendControllerService',
  52.             'Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\CategoryImpressionsDefinition' => 'getCategoryImpressionsDefinitionService',
  53.             'Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\ConfigDefinition' => 'getConfigDefinitionService',
  54.             'Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\GroupDefinition' => 'getGroupDefinitionService',
  55.             'Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\ManufacturerImpressionsDefinition' => 'getManufacturerImpressionsDefinitionService',
  56.             'Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\PoolDefinition' => 'getPoolDefinitionService',
  57.             'Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\ProductImpressionsDefinition' => 'getProductImpressionsDefinitionService',
  58.             'Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\RefererDefinition' => 'getRefererDefinitionService',
  59.             'Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\SearchResultDefinition' => 'getSearchResultDefinitionService',
  60.             'Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\VisitorsDefinition' => 'getVisitorsDefinitionService',
  61.             'DecomTheme\\DecomTheme' => 'getDecomThemeService',
  62.             'Doctrine\\DBAL\\Connection' => 'getConnectionService',
  63.             'Elasticsearch\\Client' => 'getClientService',
  64.             'Huebert\\AccessoriesDirectly\\Controller\\SelectOptionController' => 'getSelectOptionControllerService',
  65.             'Huebert\\AccessoriesDirectly\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingExtension' => 'getProductCrossSellingExtensionService',
  66.             'Huebert\\AccessoriesDirectly\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingExtensionHydrator' => 'getProductCrossSellingExtensionHydratorService',
  67.             'Huebert\\AccessoriesDirectly\\HuebertAccessoriesDirectly' => 'getHuebertAccessoriesDirectlyService',
  68.             'Huebert\\AccessoriesDirectly\\Resources\\snippet\\de_DE\\SnippetFile_de_DE' => 'getSnippetFileDeDE2Service',
  69.             'Huebert\\AccessoriesDirectly\\Resources\\snippet\\en_GB\\SnippetFile_en_GB' => 'getSnippetFileEnGB2Service',
  70.             'IronHoliday\\IronHoliday' => 'getIronHolidayService',
  71.             'KlarnaPayment\\Components\\Controller\\Administration\\OrderController' => 'getOrderControllerService',
  72.             'KlarnaPayment\\Components\\Controller\\Administration\\OrderUpdateController' => 'getOrderUpdateControllerService',
  73.             'KlarnaPayment\\Components\\Controller\\Administration\\SettingsController' => 'getSettingsControllerService',
  74.             'KlarnaPayment\\Components\\Controller\\Administration\\WizardController' => 'getWizardControllerService',
  75.             'KlarnaPayment\\Components\\Controller\\Storefront\\KlarnaExpressCallbackController' => 'getKlarnaExpressCallbackControllerService',
  76.             'KlarnaPayment\\Components\\Controller\\Storefront\\KlarnaPaymentsCallbackController' => 'getKlarnaPaymentsCallbackControllerService',
  77.             'KlarnaPayment\\Components\\DataAbstractionLayer\\Entity\\RequestLog\\RequestLogDefinition' => 'getRequestLogDefinitionService',
  78.             'KlarnaPayment\\KlarnaPayment' => 'getKlarnaPaymentService',
  79.             'NetzpCalendar6\\Core\\Content\\Aggregate\\CalendarTranslation\\CalendarTranslationDefinition' => 'getCalendarTranslationDefinitionService',
  80.             'NetzpCalendar6\\Core\\Content\\Aggregate\\ItemTranslation\\ItemTranslationDefinition' => 'getItemTranslationDefinitionService',
  81.             'NetzpCalendar6\\Core\\Content\\Calendar\\CalendarDefinition' => 'getCalendarDefinitionService',
  82.             'NetzpCalendar6\\Core\\Content\\Item\\ItemDefinition' => 'getItemDefinitionService',
  83.             'NetzpCalendar6\\NetzpCalendar6' => 'getNetzpCalendar6Service',
  84.             'NetzpEvents6\\Controller\\EventAppController' => 'getEventAppControllerService',
  85.             'NetzpEvents6\\Controller\\EventController' => 'getEventControllerService',
  86.             'NetzpEvents6\\Controller\\EventStoreFrontController' => 'getEventStoreFrontControllerService',
  87.             'NetzpEvents6\\Controller\\StoreApi\\EventListing\\CachedEventListingRoute' => 'getCachedEventListingRouteService',
  88.             'NetzpEvents6\\Core\\Content\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition' => 'getCategoryTranslationDefinitionService',
  89.             'NetzpEvents6\\Core\\Content\\Aggregate\\EventTranslation\\EventTranslationDefinition' => 'getEventTranslationDefinitionService',
  90.             'NetzpEvents6\\Core\\Content\\Aggregate\\SlotTranslation\\SlotTranslationDefinition' => 'getSlotTranslationDefinitionService',
  91.             'NetzpEvents6\\Core\\Content\\Category\\CategoryDefinition' => 'getCategoryDefinitionService',
  92.             'NetzpEvents6\\Core\\Content\\Event\\EventDefinition' => 'getEventDefinitionService',
  93.             'NetzpEvents6\\Core\\Content\\Participant\\ParticipantDefinition' => 'getParticipantDefinitionService',
  94.             'NetzpEvents6\\Core\\Content\\Slot\\SlotDefinition' => 'getSlotDefinitionService',
  95.             'NetzpEvents6\\NetzpEvents6' => 'getNetzpEvents6Service',
  96.             'Sas\\BlogModule\\Content\\BlogAuthor\\BlogAuthorDefinition' => 'getBlogAuthorDefinitionService',
  97.             'Sas\\BlogModule\\Content\\BlogAuthor\\BlogAuthorTranslation\\BlogAuthorTranslationDefinition' => 'getBlogAuthorTranslationDefinitionService',
  98.             'Sas\\BlogModule\\Content\\BlogCategory\\BlogCategoryDefinition' => 'getBlogCategoryDefinitionService',
  99.             'Sas\\BlogModule\\Content\\BlogCategory\\BlogCategoryTranslation\\BlogCategoryTranslationDefinition' => 'getBlogCategoryTranslationDefinitionService',
  100.             'Sas\\BlogModule\\Content\\Blog\\Aggregate\\BlogCategoryMappingDefinition' => 'getBlogCategoryMappingDefinitionService',
  101.             'Sas\\BlogModule\\Content\\Blog\\BlogEntriesDefinition' => 'getBlogEntriesDefinitionService',
  102.             'Sas\\BlogModule\\Content\\Blog\\BlogEntriesTranslation\\BlogEntriesTranslationDefinition' => 'getBlogEntriesTranslationDefinitionService',
  103.             'Sas\\BlogModule\\Content\\SalesChannel\\Suggest\\ProductSuggestDecorated' => 'getProductSuggestDecoratedService',
  104.             'Sas\\BlogModule\\Controller\\CachedBlogController' => 'getCachedBlogControllerService',
  105.             'Sas\\BlogModule\\Controller\\CachedBlogRssController' => 'getCachedBlogRssControllerService',
  106.             'Sas\\BlogModule\\Controller\\CachedBlogSearchController' => 'getCachedBlogSearchControllerService',
  107.             'Sas\\BlogModule\\Controller\\StoreApi\\BlogController' => 'getBlogControllerService',
  108.             'Sas\\BlogModule\\Resources\\snippet\\de_DE\\SnippetFile_de_DE' => 'getSnippetFileDeDE3Service',
  109.             'Sas\\BlogModule\\Resources\\snippet\\en_GB\\SnippetFile_en_GB' => 'getSnippetFileEnGB3Service',
  110.             'Sas\\BlogModule\\SasBlogModule' => 'getSasBlogModuleService',
  111.             'Sendcloud\\Shipping\\Controller\\API\\Backend\\CheckStatusController' => 'getCheckStatusControllerService',
  112.             'Sendcloud\\Shipping\\Controller\\API\\Backend\\CustomsInformationController' => 'getCustomsInformationControllerService',
  113.             'Sendcloud\\Shipping\\Controller\\API\\Backend\\DashboardController' => 'getDashboardControllerService',
  114.             'Sendcloud\\Shipping\\Controller\\API\\Backend\\RouterController' => 'getRouterControllerService',
  115.             'Sendcloud\\Shipping\\Controller\\API\\Backend\\ShipmentController' => 'getShipmentControllerService',
  116.             'Sendcloud\\Shipping\\Controller\\API\\Backend\\SupportController' => 'getSupportControllerService',
  117.             'Sendcloud\\Shipping\\Controller\\API\\Backend\\WelcomeController' => 'getWelcomeControllerService',
  118.             'Sendcloud\\Shipping\\Controller\\API\\Frontend\\AsyncProcessController' => 'getAsyncProcessControllerService',
  119.             'Sendcloud\\Shipping\\Controller\\API\\Frontend\\ServicePointController' => 'getServicePointControllerService',
  120.             'Sendcloud\\Shipping\\Controller\\API\\Frontend\\TestController' => 'getTestControllerService',
  121.             'Sendcloud\\Shipping\\Controller\\API\\Frontend\\WebhookController' => 'getWebhookControllerService',
  122.             'Sendcloud\\Shipping\\Core\\BusinessLogic\\Interfaces\\ConnectService' => 'getConnectServiceService',
  123.             'Sendcloud\\Shipping\\Core\\BusinessLogic\\Interfaces\\OrderService' => 'getOrderServiceService',
  124.             'Sendcloud\\Shipping\\Core\\BusinessLogic\\Webhook\\Handler\\ParcelStatusHandler' => 'getParcelStatusHandlerService',
  125.             'Sendcloud\\Shipping\\Core\\BusinessLogic\\Webhook\\WebhookResolver' => 'getWebhookResolverService',
  126.             'Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\DefaultLoggerAdapter' => 'getDefaultLoggerAdapterService',
  127.             'Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Exposed\\TaskRunnerStatusStorage' => 'getTaskRunnerStatusStorageService',
  128.             'Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Exposed\\TaskRunnerWakeup' => 'getTaskRunnerWakeupService',
  129.             'Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Required\\AsyncProcessStarter' => 'getAsyncProcessStarterService',
  130.             'Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Required\\Configuration' => 'getConfigurationService',
  131.             'Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Required\\HttpClient' => 'getHttpClientService',
  132.             'Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Required\\ShopLoggerAdapter' => 'getShopLoggerAdapterService',
  133.             'Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Required\\TaskQueueStorage' => 'getTaskQueueStorageService',
  134.             'Sendcloud\\Shipping\\Core\\Infrastructure\\TaskExecution\\Queue' => 'getQueueService',
  135.             'Sendcloud\\Shipping\\Core\\Infrastructure\\TaskExecution\\TaskRunner' => 'getTaskRunnerService',
  136.             'Sendcloud\\Shipping\\Core\\Infrastructure\\Utility\\GuidProvider' => 'getGuidProviderService',
  137.             'Sendcloud\\Shipping\\Core\\Infrastructure\\Utility\\TimeProvider' => 'getTimeProviderService',
  138.             'Sendcloud\\Shipping\\Entity\\Process\\ProcessEntityDefinition' => 'getProcessEntityDefinitionService',
  139.             'Sendcloud\\Shipping\\Entity\\Queue\\QueueEntityDefinition' => 'getQueueEntityDefinitionService',
  140.             'Sendcloud\\Shipping\\Entity\\ServicePoint\\ServicePointEntityDefinition' => 'getServicePointEntityDefinitionService',
  141.             'Sendcloud\\Shipping\\Entity\\Shipment\\ShipmentEntityDefinition' => 'getShipmentEntityDefinitionService',
  142.             'Sendcloud\\Shipping\\SendcloudShipping' => 'getSendcloudShippingService',
  143.             'Sendcloud\\Shipping\\Service\\Utility\\DeliveryStateMapper' => 'getDeliveryStateMapperService',
  144.             'Sendcloud\\Shipping\\Service\\Utility\\Initializer' => 'getInitializerService',
  145.             'Sendcloud\\Shipping\\Subscriber\\OrderSubscriber' => 'getOrderSubscriberService',
  146.             'She\\TinyMce\\Controller\\ValidateApiKeyController' => 'getValidateApiKeyControllerService',
  147.             'She\\TinyMce\\Database\\TinyConfigDefinition' => 'getTinyConfigDefinitionService',
  148.             'She\\TinyMce\\Database\\TinyTemplateDefinition' => 'getTinyTemplateDefinitionService',
  149.             'She\\TinyMce\\SheTinyMce' => 'getSheTinyMceService',
  150.             'Shopware\\Administration\\Controller\\AdminExtensionApiController' => 'getAdminExtensionApiControllerService',
  151.             'Shopware\\Administration\\Controller\\AdminProductStreamController' => 'getAdminProductStreamControllerService',
  152.             'Shopware\\Administration\\Controller\\AdminSearchController' => 'getAdminSearchControllerService',
  153.             'Shopware\\Administration\\Controller\\AdminTagController' => 'getAdminTagControllerService',
  154.             'Shopware\\Administration\\Controller\\AdministrationController' => 'getAdministrationControllerService',
  155.             'Shopware\\Administration\\Controller\\DocumentServiceDeprecationController' => 'getDocumentServiceDeprecationControllerService',
  156.             'Shopware\\Administration\\Controller\\NotificationController' => 'getNotificationControllerService',
  157.             'Shopware\\Administration\\Controller\\UserConfigController' => 'getUserConfigControllerService',
  158.             'Shopware\\Administration\\Notification\\NotificationDefinition' => 'getNotificationDefinitionService',
  159.             'Shopware\\Administration\\Notification\\NotificationService' => 'getNotificationServiceService',
  160.             'Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition' => 'getAppAdministrationSnippetDefinitionService',
  161.             'Shopware\\Core\\Checkout\\Cart\\Calculator' => 'getCalculatorService',
  162.             'Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHookFactory' => 'getCartFacadeHookFactoryService',
  163.             'Shopware\\Core\\Checkout\\Cart\\Order\\Api\\OrderConverterController' => 'getOrderConverterControllerService',
  164.             'Shopware\\Core\\Checkout\\Cart\\Order\\Api\\OrderRecalculationController' => 'getOrderRecalculationControllerService',
  165.             'Shopware\\Core\\Checkout\\Cart\\PriceActionController' => 'getPriceActionControllerService',
  166.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute' => 'getCartDeleteRouteService',
  167.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute' => 'getCartItemAddRouteService',
  168.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute' => 'getCartItemRemoveRouteService',
  169.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute' => 'getCartItemUpdateRouteService',
  170.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute' => 'getCartLoadRouteService',
  171.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute' => 'getCartOrderRouteService',
  172.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService' => 'getCartServiceService',
  173.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition' => 'getCustomerAddressDefinitionService',
  174.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition' => 'getCustomerGroupRegistrationSalesChannelDefinitionService',
  175.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition' => 'getCustomerGroupTranslationDefinitionService',
  176.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition' => 'getCustomerGroupDefinitionService',
  177.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition' => 'getCustomerRecoveryDefinitionService',
  178.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition' => 'getCustomerTagDefinitionService',
  179.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition' => 'getCustomerWishlistProductDefinitionService',
  180.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition' => 'getCustomerWishlistDefinitionService',
  181.             'Shopware\\Core\\Checkout\\Customer\\Api\\CustomerGroupRegistrationActionController' => 'getCustomerGroupRegistrationActionControllerService',
  182.             'Shopware\\Core\\Checkout\\Customer\\CustomerDefinition' => 'getCustomerDefinitionService',
  183.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountNewsletterRecipientRoute' => 'getAccountNewsletterRecipientRouteService',
  184.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AddWishlistProductRoute' => 'getAddWishlistProductRouteService',
  185.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeCustomerProfileRoute' => 'getChangeCustomerProfileRouteService',
  186.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeEmailRoute' => 'getChangeEmailRouteService',
  187.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeLanguageRoute' => 'getChangeLanguageRouteService',
  188.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangePasswordRoute' => 'getChangePasswordRouteService',
  189.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangePaymentMethodRoute' => 'getChangePaymentMethodRouteService',
  190.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerGroupRegistrationSettingsRoute' => 'getCustomerGroupRegistrationSettingsRouteService',
  191.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerRecoveryIsExpiredRoute' => 'getCustomerRecoveryIsExpiredRouteService',
  192.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerRoute' => 'getCustomerRouteService',
  193.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteAddressRoute' => 'getDeleteAddressRouteService',
  194.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteCustomerRoute' => 'getDeleteCustomerRouteService',
  195.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DownloadRoute' => 'getDownloadRouteService',
  196.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ListAddressRoute' => 'getListAddressRouteService',
  197.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LoadWishlistRoute' => 'getLoadWishlistRouteService',
  198.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LoginRoute' => 'getLoginRouteService',
  199.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LogoutRoute' => 'getLogoutRouteService',
  200.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\MergeWishlistProductRoute' => 'getMergeWishlistProductRouteService',
  201.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterConfirmRoute' => 'getRegisterConfirmRouteService',
  202.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute' => 'getRegisterRouteService',
  203.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RemoveWishlistProductRoute' => 'getRemoveWishlistProductRouteService',
  204.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ResetPasswordRoute' => 'getResetPasswordRouteService',
  205.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SendPasswordRecoveryMailRoute' => 'getSendPasswordRecoveryMailRouteService',
  206.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute' => 'getSwitchDefaultAddressRouteService',
  207.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\UpsertAddressRoute' => 'getUpsertAddressRouteService',
  208.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition' => 'getDocumentBaseConfigSalesChannelDefinitionService',
  209.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition' => 'getDocumentBaseConfigDefinitionService',
  210.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition' => 'getDocumentTypeTranslationDefinitionService',
  211.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition' => 'getDocumentTypeDefinitionService',
  212.             'Shopware\\Core\\Checkout\\Document\\Controller\\DocumentController' => 'getDocumentControllerService',
  213.             'Shopware\\Core\\Checkout\\Document\\DocumentDefinition' => 'getDocumentDefinitionService',
  214.             'Shopware\\Core\\Checkout\\Document\\DocumentGeneratorController' => 'getDocumentGeneratorControllerService',
  215.             'Shopware\\Core\\Checkout\\Document\\SalesChannel\\DocumentRoute' => 'getDocumentRouteService',
  216.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition' => 'getOrderAddressDefinitionService',
  217.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition' => 'getOrderCustomerDefinitionService',
  218.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition' => 'getOrderDeliveryPositionDefinitionService',
  219.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition' => 'getOrderDeliveryDefinitionService',
  220.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItemDownload\\OrderLineItemDownloadDefinition' => 'getOrderLineItemDownloadDefinitionService',
  221.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition' => 'getOrderLineItemDefinitionService',
  222.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition' => 'getOrderTagDefinitionService',
  223.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition' => 'getOrderTransactionCaptureRefundPositionDefinitionService',
  224.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition' => 'getOrderTransactionCaptureRefundDefinitionService',
  225.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition' => 'getOrderTransactionCaptureDefinitionService',
  226.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition' => 'getOrderTransactionDefinitionService',
  227.             'Shopware\\Core\\Checkout\\Order\\Api\\OrderActionController' => 'getOrderActionControllerService',
  228.             'Shopware\\Core\\Checkout\\Order\\OrderDefinition' => 'getOrderDefinitionService',
  229.             'Shopware\\Core\\Checkout\\Order\\SalesChannel\\CancelOrderRoute' => 'getCancelOrderRouteService',
  230.             'Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderRoute' => 'getOrderRouteService',
  231.             'Shopware\\Core\\Checkout\\Order\\SalesChannel\\SetPaymentOrderRoute' => 'getSetPaymentOrderRouteService',
  232.             'Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition' => 'getPaymentMethodTranslationDefinitionService',
  233.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentRefundProcessor' => 'getPaymentRefundProcessorService',
  234.             'Shopware\\Core\\Checkout\\Payment\\Controller\\PaymentController' => 'getPaymentControllerService',
  235.             'Shopware\\Core\\Checkout\\Payment\\PaymentMethodDefinition' => 'getPaymentMethodDefinitionService',
  236.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute' => 'getCachedPaymentMethodRouteService',
  237.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\HandlePaymentMethodRoute' => 'getHandlePaymentMethodRouteService',
  238.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition' => 'getSalesChannelPaymentMethodDefinitionService',
  239.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute' => 'getSortedPaymentMethodRouteService',
  240.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition' => 'getPromotionCartRuleDefinitionService',
  241.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition' => 'getPromotionDiscountPriceDefinitionService',
  242.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition' => 'getPromotionDiscountRuleDefinitionService',
  243.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition' => 'getPromotionDiscountDefinitionService',
  244.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition' => 'getPromotionIndividualCodeDefinitionService',
  245.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition' => 'getPromotionOrderRuleDefinitionService',
  246.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition' => 'getPromotionPersonaCustomerDefinitionService',
  247.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition' => 'getPromotionPersonaRuleDefinitionService',
  248.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition' => 'getPromotionSalesChannelDefinitionService',
  249.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition' => 'getPromotionSetGroupRuleDefinitionService',
  250.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition' => 'getPromotionSetGroupDefinitionService',
  251.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition' => 'getPromotionTranslationDefinitionService',
  252.             'Shopware\\Core\\Checkout\\Promotion\\Api\\PromotionActionController' => 'getPromotionActionControllerService',
  253.             'Shopware\\Core\\Checkout\\Promotion\\Api\\PromotionController' => 'getPromotionControllerService',
  254.             'Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition' => 'getPromotionDefinitionService',
  255.             'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition' => 'getShippingMethodPriceDefinitionService',
  256.             'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition' => 'getShippingMethodTagDefinitionService',
  257.             'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition' => 'getShippingMethodTranslationDefinitionService',
  258.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute' => 'getCachedShippingMethodRouteService',
  259.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition' => 'getSalesChannelShippingMethodDefinitionService',
  260.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute' => 'getSortedShippingMethodRouteService',
  261.             'Shopware\\Core\\Checkout\\Shipping\\ShippingMethodDefinition' => 'getShippingMethodDefinitionService',
  262.             'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition' => 'getCategoryTagDefinitionService',
  263.             'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition' => 'getCategoryTranslationDefinition2Service',
  264.             'Shopware\\Core\\Content\\Category\\CategoryDefinition' => 'getCategoryDefinition2Service',
  265.             'Shopware\\Core\\Content\\Category\\CategoryHydrator' => 'getCategoryHydratorService',
  266.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CachedCategoryRoute' => 'getCachedCategoryRouteService',
  267.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute' => 'getCachedNavigationRouteService',
  268.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CategoryListRoute' => 'getCategoryListRouteService',
  269.             'Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition' => 'getSalesChannelCategoryDefinitionService',
  270.             'Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute' => 'getTreeBuildingNavigationRouteService',
  271.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition' => 'getCmsBlockDefinitionService',
  272.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition' => 'getCmsPageTranslationDefinitionService',
  273.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition' => 'getCmsSectionDefinitionService',
  274.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition' => 'getCmsSlotTranslationDefinitionService',
  275.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition' => 'getCmsSlotDefinitionService',
  276.             'Shopware\\Core\\Content\\Cms\\CmsPageDefinition' => 'getCmsPageDefinitionService',
  277.             'Shopware\\Core\\Content\\Cms\\DataAbstractionLayer\\FieldSerializer\\SlotConfigFieldSerializer' => 'getSlotConfigFieldSerializerService',
  278.             'Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver' => 'getCmsSlotsDataResolverService',
  279.             'Shopware\\Core\\Content\\Cms\\SalesChannel\\CmsRoute' => 'getCmsRouteService',
  280.             'Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageRepository' => 'getSalesChannelCmsPageRepositoryService',
  281.             'Shopware\\Core\\Content\\ContactForm\\SalesChannel\\ContactFormRoute' => 'getContactFormRouteService',
  282.             'Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition' => 'getFlowSequenceDefinitionService',
  283.             'Shopware\\Core\\Content\\Flow\\Aggregate\\FlowTemplate\\FlowTemplateDefinition' => 'getFlowTemplateDefinitionService',
  284.             'Shopware\\Core\\Content\\Flow\\DataAbstractionLayer\\FieldSerializer\\FlowTemplateConfigFieldSerializer' => 'getFlowTemplateConfigFieldSerializerService',
  285.             'Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader' => 'getCachedFlowLoaderService',
  286.             'Shopware\\Core\\Content\\Flow\\Dispatching\\FlowExecutor' => 'getFlowExecutorService',
  287.             'Shopware\\Core\\Content\\Flow\\Dispatching\\FlowFactory' => 'getFlowFactoryService',
  288.             'Shopware\\Core\\Content\\Flow\\FlowDefinition' => 'getFlowDefinitionService',
  289.             'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition' => 'getImportExportFileDefinitionService',
  290.             'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition' => 'getImportExportLogDefinitionService',
  291.             'Shopware\\Core\\Content\\ImportExport\\Controller\\ImportExportActionController' => 'getImportExportActionControllerService',
  292.             'Shopware\\Core\\Content\\ImportExport\\ImportExportFactory' => 'getImportExportFactoryService',
  293.             'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition' => 'getImportExportProfileDefinitionService',
  294.             'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition' => 'getImportExportProfileTranslationDefinitionService',
  295.             'Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler' => 'getImportExportHandlerService',
  296.             'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition' => 'getLandingPageSalesChannelDefinitionService',
  297.             'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition' => 'getLandingPageTagDefinitionService',
  298.             'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition' => 'getLandingPageTranslationDefinitionService',
  299.             'Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition' => 'getLandingPageDefinitionService',
  300.             'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\CachedLandingPageRoute' => 'getCachedLandingPageRouteService',
  301.             'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition' => 'getSalesChannelLandingPageDefinitionService',
  302.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition' => 'getMailHeaderFooterTranslationDefinitionService',
  303.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition' => 'getMailHeaderFooterDefinitionService',
  304.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition' => 'getMailTemplateMediaDefinitionService',
  305.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition' => 'getMailTemplateTranslationDefinitionService',
  306.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition' => 'getMailTemplateTypeTranslationDefinitionService',
  307.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition' => 'getMailTemplateTypeDefinitionService',
  308.             'Shopware\\Core\\Content\\MailTemplate\\Api\\MailActionController' => 'getMailActionControllerService',
  309.             'Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition' => 'getMailTemplateDefinitionService',
  310.             'Shopware\\Core\\Content\\Mail\\Service\\MailFactory' => 'getMailFactoryService',
  311.             'Shopware\\Core\\Content\\Mail\\Service\\MailSender' => 'getMailSenderService',
  312.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition' => 'getMediaDefaultFolderDefinitionService',
  313.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition' => 'getMediaFolderConfigurationMediaThumbnailSizeDefinitionService',
  314.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition' => 'getMediaFolderConfigurationDefinitionService',
  315.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition' => 'getMediaFolderDefinitionService',
  316.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition' => 'getMediaTagDefinitionService',
  317.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition' => 'getMediaThumbnailSizeDefinitionService',
  318.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition' => 'getMediaThumbnailDefinitionService',
  319.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition' => 'getMediaTranslationDefinitionService',
  320.             'Shopware\\Core\\Content\\Media\\Api\\MediaFolderController' => 'getMediaFolderControllerService',
  321.             'Shopware\\Core\\Content\\Media\\Api\\MediaUploadController' => 'getMediaUploadControllerService',
  322.             'Shopware\\Core\\Content\\Media\\File\\FileSaver' => 'getFileSaverService',
  323.             'Shopware\\Core\\Content\\Media\\MediaDefinition' => 'getMediaDefinitionService',
  324.             'Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition' => 'getNewsletterRecipientTagDefinitionService',
  325.             'Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition' => 'getNewsletterRecipientDefinitionService',
  326.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterConfirmRoute' => 'getNewsletterConfirmRouteService',
  327.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterSubscribeRoute' => 'getNewsletterSubscribeRouteService',
  328.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterUnsubscribeRoute' => 'getNewsletterUnsubscribeRouteService',
  329.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition' => 'getSalesChannelNewsletterRecipientDefinitionService',
  330.             'Shopware\\Core\\Content\\ProductExport\\Api\\ProductExportController' => 'getProductExportControllerService',
  331.             'Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition' => 'getProductExportDefinitionService',
  332.             'Shopware\\Core\\Content\\ProductExport\\ProductExportHydrator' => 'getProductExportHydratorService',
  333.             'Shopware\\Core\\Content\\ProductExport\\SalesChannel\\ExportController' => 'getExportControllerService',
  334.             'Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator' => 'getProductExportGeneratorService',
  335.             'Shopware\\Core\\Content\\ProductExport\\Service\\ProductExporter' => 'getProductExporterService',
  336.             'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition' => 'getProductStreamFilterDefinitionService',
  337.             'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterHydrator' => 'getProductStreamFilterHydratorService',
  338.             'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition' => 'getProductStreamTranslationDefinitionService',
  339.             'Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition' => 'getProductStreamDefinitionService',
  340.             'Shopware\\Core\\Content\\ProductStream\\ProductStreamHydrator' => 'getProductStreamHydratorService',
  341.             'Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder' => 'getProductStreamBuilderService',
  342.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition' => 'getProductCategoryTreeDefinitionService',
  343.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition' => 'getProductCategoryDefinitionService',
  344.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition' => 'getProductConfiguratorSettingDefinitionService',
  345.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingHydrator' => 'getProductConfiguratorSettingHydratorService',
  346.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition' => 'getProductCrossSellingAssignedProductsDefinitionService',
  347.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsHydrator' => 'getProductCrossSellingAssignedProductsHydratorService',
  348.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition' => 'getProductCrossSellingTranslationDefinitionService',
  349.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition' => 'getProductCustomFieldSetDefinitionService',
  350.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductDownload\\ProductDownloadDefinition' => 'getProductDownloadDefinitionService',
  351.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition' => 'getProductFeatureSetTranslationDefinitionService',
  352.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition' => 'getProductFeatureSetDefinitionService',
  353.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetHydrator' => 'getProductFeatureSetHydratorService',
  354.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition' => 'getProductKeywordDictionaryDefinitionService',
  355.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryHydrator' => 'getProductKeywordDictionaryHydratorService',
  356.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition' => 'getProductManufacturerTranslationDefinitionService',
  357.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition' => 'getProductManufacturerDefinitionService',
  358.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerHydrator' => 'getProductManufacturerHydratorService',
  359.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition' => 'getProductMediaDefinitionService',
  360.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaHydrator' => 'getProductMediaHydratorService',
  361.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition' => 'getProductOptionDefinitionService',
  362.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition' => 'getProductPriceDefinitionService',
  363.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceHydrator' => 'getProductPriceHydratorService',
  364.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition' => 'getProductPropertyDefinitionService',
  365.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition' => 'getProductReviewDefinitionService',
  366.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewHydrator' => 'getProductReviewHydratorService',
  367.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition' => 'getProductSearchConfigFieldDefinitionService',
  368.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldHydrator' => 'getProductSearchConfigFieldHydratorService',
  369.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition' => 'getProductSearchConfigDefinitionService',
  370.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigHydrator' => 'getProductSearchConfigHydratorService',
  371.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition' => 'getProductSearchKeywordDefinitionService',
  372.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordHydrator' => 'getProductSearchKeywordHydratorService',
  373.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition' => 'getProductStreamMappingDefinitionService',
  374.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition' => 'getProductTagDefinitionService',
  375.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition' => 'getProductTranslationDefinitionService',
  376.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition' => 'getProductVisibilityDefinitionService',
  377.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityHydrator' => 'getProductVisibilityHydratorService',
  378.             'Shopware\\Core\\Content\\Product\\Api\\ProductActionController' => 'getProductActionControllerService',
  379.             'Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\CheapestPrice\\CheapestPriceAccessorBuilder' => 'getCheapestPriceAccessorBuilderService',
  380.             'Shopware\\Core\\Content\\Product\\ProductDefinition' => 'getProductDefinitionService',
  381.             'Shopware\\Core\\Content\\Product\\ProductHydrator' => 'getProductHydratorService',
  382.             'Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute' => 'getCachedProductCrossSellingRouteService',
  383.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute' => 'getCachedProductDetailRouteService',
  384.             'Shopware\\Core\\Content\\Product\\SalesChannel\\FindVariant\\FindProductVariantRoute' => 'getFindProductVariantRouteService',
  385.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute' => 'getCachedProductListingRouteService',
  386.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute' => 'getResolveCriteriaProductListingRouteService',
  387.             'Shopware\\Core\\Content\\Product\\SalesChannel\\ProductListRoute' => 'getProductListRouteService',
  388.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute' => 'getCachedProductReviewRouteService',
  389.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\ProductReviewSaveRoute' => 'getProductReviewSaveRouteService',
  390.             'Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition' => 'getSalesChannelProductDefinitionService',
  391.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\CachedProductSearchRoute' => 'getCachedProductSearchRouteService',
  392.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\ResolvedCriteriaProductSearchRoute' => 'getResolvedCriteriaProductSearchRouteService',
  393.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition' => 'getProductSortingDefinitionService',
  394.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingHydrator' => 'getProductSortingHydratorService',
  395.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition' => 'getProductSortingTranslationDefinitionService',
  396.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Suggest\\CachedProductSuggestRoute' => 'getCachedProductSuggestRouteService',
  397.             'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition' => 'getPropertyGroupOptionTranslationDefinitionService',
  398.             'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition' => 'getPropertyGroupOptionDefinitionService',
  399.             'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionHydrator' => 'getPropertyGroupOptionHydratorService',
  400.             'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition' => 'getPropertyGroupTranslationDefinitionService',
  401.             'Shopware\\Core\\Content\\Property\\PropertyGroupDefinition' => 'getPropertyGroupDefinitionService',
  402.             'Shopware\\Core\\Content\\Property\\PropertyGroupHydrator' => 'getPropertyGroupHydratorService',
  403.             'Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition' => 'getRuleConditionDefinitionService',
  404.             'Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition' => 'getRuleTagDefinitionService',
  405.             'Shopware\\Core\\Content\\Rule\\RuleDefinition' => 'getRuleDefinitionService',
  406.             'Shopware\\Core\\Content\\Seo\\Api\\SeoActionController' => 'getSeoActionControllerService',
  407.             'Shopware\\Core\\Content\\Seo\\CachedSeoResolver' => 'getCachedSeoResolverService',
  408.             'Shopware\\Core\\Content\\Seo\\EmptyPathInfoResolver' => 'getEmptyPathInfoResolverService',
  409.             'Shopware\\Core\\Content\\Seo\\Entity\\Dbal\\SeoUrlAssociationFieldResolver' => 'getSeoUrlAssociationFieldResolverService',
  410.             'Shopware\\Core\\Content\\Seo\\Entity\\Serializer\\SeoUrlFieldSerializer' => 'getSeoUrlFieldSerializerService',
  411.             'Shopware\\Core\\Content\\Seo\\MainCategory\\MainCategoryDefinition' => 'getMainCategoryDefinitionService',
  412.             'Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition' => 'getSalesChannelMainCategoryDefinitionService',
  413.             'Shopware\\Core\\Content\\Seo\\SalesChannel\\SeoUrlRoute' => 'getSeoUrlRouteService',
  414.             'Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface' => 'getSeoUrlPlaceholderHandlerInterfaceService',
  415.             'Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition' => 'getSeoUrlTemplateDefinitionService',
  416.             'Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition' => 'getSalesChannelSeoUrlDefinitionService',
  417.             'Shopware\\Core\\Content\\Seo\\SeoUrl\\SeoUrlDefinition' => 'getSeoUrlDefinitionService',
  418.             'Shopware\\Core\\Content\\Sitemap\\SalesChannel\\CachedSitemapRoute' => 'getCachedSitemapRouteService',
  419.             'Shopware\\Core\\Framework\\Adapter\\Asset\\AssetPackageService' => 'getAssetPackageServiceService',
  420.             'Shopware\\Core\\Framework\\Adapter\\Cache\\CacheIdLoader' => 'getCacheIdLoaderService',
  421.             'Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\Facade\\CacheInvalidatorFacadeHookFactory' => 'getCacheInvalidatorFacadeHookFactoryService',
  422.             'Shopware\\Core\\Framework\\Adapter\\Twig\\AppTemplateIterator' => 'getAppTemplateIteratorService',
  423.             'Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder' => 'getTemplateFinderService',
  424.             'Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateIterator' => 'getTemplateIteratorService',
  425.             'Shopware\\Core\\Framework\\Api\\Acl\\AclCriteriaValidator' => 'getAclCriteriaValidatorService',
  426.             'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition' => 'getAclRoleDefinitionService',
  427.             'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition' => 'getAclUserRoleDefinitionService',
  428.             'Shopware\\Core\\Framework\\Api\\Controller\\AccessKeyController' => 'getAccessKeyControllerService',
  429.             'Shopware\\Core\\Framework\\Api\\Controller\\AclController' => 'getAclControllerService',
  430.             'Shopware\\Core\\Framework\\Api\\Controller\\ApiController' => 'getApiControllerService',
  431.             'Shopware\\Core\\Framework\\Api\\Controller\\AuthController' => 'getAuthControllerService',
  432.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController' => 'getCacheControllerService',
  433.             'Shopware\\Core\\Framework\\Api\\Controller\\CustomSnippetFormatController' => 'getCustomSnippetFormatControllerService',
  434.             'Shopware\\Core\\Framework\\Api\\Controller\\FallbackController' => 'getFallbackControllerService',
  435.             'Shopware\\Core\\Framework\\Api\\Controller\\IndexingController' => 'getIndexingControllerService',
  436.             'Shopware\\Core\\Framework\\Api\\Controller\\InfoController' => 'getInfoControllerService',
  437.             'Shopware\\Core\\Framework\\Api\\Controller\\IntegrationController' => 'getIntegrationControllerService',
  438.             'Shopware\\Core\\Framework\\Api\\Controller\\SalesChannelProxyController' => 'getSalesChannelProxyControllerService',
  439.             'Shopware\\Core\\Framework\\Api\\Controller\\SyncController' => 'getSyncControllerService',
  440.             'Shopware\\Core\\Framework\\Api\\Controller\\UserController' => 'getUserControllerService',
  441.             'Shopware\\Core\\Framework\\Api\\Sync\\SyncService' => 'getSyncServiceService',
  442.             'Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition' => 'getActionButtonTranslationDefinitionService',
  443.             'Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition' => 'getActionButtonDefinitionService',
  444.             'Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition' => 'getAppPaymentMethodDefinitionService',
  445.             'Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition' => 'getAppScriptConditionTranslationDefinitionService',
  446.             'Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition' => 'getAppScriptConditionDefinitionService',
  447.             'Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition' => 'getAppTranslationDefinitionService',
  448.             'Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition' => 'getAppCmsBlockTranslationDefinitionService',
  449.             'Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition' => 'getAppCmsBlockDefinitionService',
  450.             'Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition' => 'getAppFlowActionTranslationDefinitionService',
  451.             'Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition' => 'getAppFlowActionDefinitionService',
  452.             'Shopware\\Core\\Framework\\App\\Api\\AppActionController' => 'getAppActionControllerService',
  453.             'Shopware\\Core\\Framework\\App\\Api\\AppCmsController' => 'getAppCmsControllerService',
  454.             'Shopware\\Core\\Framework\\App\\Api\\AppUrlChangeController' => 'getAppUrlChangeControllerService',
  455.             'Shopware\\Core\\Framework\\App\\AppDefinition' => 'getAppDefinitionService',
  456.             'Shopware\\Core\\Framework\\App\\AppLocaleProvider' => 'getAppLocaleProviderService',
  457.             'Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\Resolver' => 'getResolverService',
  458.             'Shopware\\Core\\Framework\\App\\FlowAction\\AppFlowActionProvider' => 'getAppFlowActionProviderService',
  459.             'Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider' => 'getShopIdProviderService',
  460.             'Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition' => 'getTemplateDefinitionService',
  461.             'Shopware\\Core\\Framework\\App\\Template\\TemplateStateService' => 'getTemplateStateServiceService',
  462.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator' => 'getEntityCacheKeyGeneratorService',
  463.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityHydrator' => 'getEntityHydratorService',
  464.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\ConfigJsonFieldAccessorBuilder' => 'getConfigJsonFieldAccessorBuilderService',
  465.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\CustomFieldsAccessorBuilder' => 'getCustomFieldsAccessorBuilderService',
  466.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\DefaultFieldAccessorBuilder' => 'getDefaultFieldAccessorBuilderService',
  467.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\JsonFieldAccessorBuilder' => 'getJsonFieldAccessorBuilderService',
  468.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\PriceFieldAccessorBuilder' => 'getPriceFieldAccessorBuilderService',
  469.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\ManyToManyAssociationFieldResolver' => 'getManyToManyAssociationFieldResolverService',
  470.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\ManyToOneAssociationFieldResolver' => 'getManyToOneAssociationFieldResolverService',
  471.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\OneToManyAssociationFieldResolver' => 'getOneToManyAssociationFieldResolverService',
  472.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\TranslationFieldResolver' => 'getTranslationFieldResolverService',
  473.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\JoinGroupBuilder' => 'getJoinGroupBuilderService',
  474.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry' => 'getDefinitionInstanceRegistryService',
  475.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory' => 'getEntityLoadedEventFactoryService',
  476.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\ExtensionRegistry' => 'getExtensionRegistryService',
  477.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\RepositoryFacadeHookFactory' => 'getRepositoryFacadeHookFactoryService',
  478.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\RepositoryWriterFacadeHookFactory' => 'getRepositoryWriterFacadeHookFactoryService',
  479.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\SalesChannelRepositoryFacadeHookFactory' => 'getSalesChannelRepositoryFacadeHookFactoryService',
  480.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\BlobFieldSerializer' => 'getBlobFieldSerializerService',
  481.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\BoolFieldSerializer' => 'getBoolFieldSerializerService',
  482.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CalculatedPriceFieldSerializer' => 'getCalculatedPriceFieldSerializerService',
  483.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CartPriceFieldSerializer' => 'getCartPriceFieldSerializerService',
  484.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CashRoundingConfigFieldSerializer' => 'getCashRoundingConfigFieldSerializerService',
  485.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ConfigJsonFieldSerializer' => 'getConfigJsonFieldSerializerService',
  486.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CreatedAtFieldSerializer' => 'getCreatedAtFieldSerializerService',
  487.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CreatedByFieldSerializer' => 'getCreatedByFieldSerializerService',
  488.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer' => 'getCustomFieldsSerializerService',
  489.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\DateFieldSerializer' => 'getDateFieldSerializerService',
  490.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\DateTimeFieldSerializer' => 'getDateTimeFieldSerializerService',
  491.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\EmailFieldSerializer' => 'getEmailFieldSerializerService',
  492.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\FkFieldSerializer' => 'getFkFieldSerializerService',
  493.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\FloatFieldSerializer' => 'getFloatFieldSerializerService',
  494.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\IdFieldSerializer' => 'getIdFieldSerializerService',
  495.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\IntFieldSerializer' => 'getIntFieldSerializerService',
  496.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\JsonFieldSerializer' => 'getJsonFieldSerializerService',
  497.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ListFieldSerializer' => 'getListFieldSerializerService',
  498.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\LongTextFieldSerializer' => 'getLongTextFieldSerializerService',
  499.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ManyToManyAssociationFieldSerializer' => 'getManyToManyAssociationFieldSerializerService',
  500.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ManyToOneAssociationFieldSerializer' => 'getManyToOneAssociationFieldSerializerService',
  501.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\OneToManyAssociationFieldSerializer' => 'getOneToManyAssociationFieldSerializerService',
  502.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\OneToOneAssociationFieldSerializer' => 'getOneToOneAssociationFieldSerializerService',
  503.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PHPUnserializeFieldSerializer' => 'getPHPUnserializeFieldSerializerService',
  504.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PasswordFieldSerializer' => 'getPasswordFieldSerializerService',
  505.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PriceDefinitionFieldSerializer' => 'getPriceDefinitionFieldSerializerService',
  506.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PriceFieldSerializer' => 'getPriceFieldSerializerService',
  507.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ReferenceVersionFieldSerializer' => 'getReferenceVersionFieldSerializerService',
  508.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\RemoteAddressFieldSerializer' => 'getRemoteAddressFieldSerializerService',
  509.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\StateMachineStateFieldSerializer' => 'getStateMachineStateFieldSerializerService',
  510.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\StringFieldSerializer' => 'getStringFieldSerializerService',
  511.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TaxFreeConfigFieldSerializer' => 'getTaxFreeConfigFieldSerializerService',
  512.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TimeZoneFieldSerializer' => 'getTimeZoneFieldSerializerService',
  513.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TranslatedFieldSerializer' => 'getTranslatedFieldSerializerService',
  514.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TranslationsAssociationFieldSerializer' => 'getTranslationsAssociationFieldSerializerService',
  515.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\UpdatedAtFieldSerializer' => 'getUpdatedAtFieldSerializerService',
  516.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\UpdatedByFieldSerializer' => 'getUpdatedByFieldSerializerService',
  517.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VariantListingConfigFieldSerializer' => 'getVariantListingConfigFieldSerializerService',
  518.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VersionDataPayloadFieldSerializer' => 'getVersionDataPayloadFieldSerializerService',
  519.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VersionFieldSerializer' => 'getVersionFieldSerializerService',
  520.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry' => 'getEntityIndexerRegistryService',
  521.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface' => 'getEntityReaderInterfaceService',
  522.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface' => 'getEntityAggregatorInterfaceService',
  523.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface' => 'getEntitySearcherInterfaceService',
  524.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager' => 'getVersionManagerService',
  525.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition' => 'getVersionCommitDataDefinitionService',
  526.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition' => 'getVersionCommitDefinitionService',
  527.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition' => 'getVersionDefinitionService',
  528.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface' => 'getEntityWriteGatewayInterfaceService',
  529.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter' => 'getEntityWriterService',
  530.             'Shopware\\Core\\Framework\\Event\\BusinessEventRegistry' => 'getBusinessEventRegistryService',
  531.             'Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition' => 'getEventActionRuleDefinitionService',
  532.             'Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition' => 'getEventActionSalesChannelDefinitionService',
  533.             'Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition' => 'getEventActionDefinitionService',
  534.             'Shopware\\Core\\Framework\\Increment\\Controller\\IncrementApiController' => 'getIncrementApiControllerService',
  535.             'Shopware\\Core\\Framework\\Log\\LogEntryDefinition' => 'getLogEntryDefinitionService',
  536.             'Shopware\\Core\\Framework\\MessageQueue\\Api\\ConsumeMessagesController' => 'getConsumeMessagesControllerService',
  537.             'Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition' => 'getDeadMessageDefinitionService',
  538.             'Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition' => 'getMessageQueueStatsDefinitionService',
  539.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Api\\ScheduledTaskController' => 'getScheduledTaskControllerService',
  540.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition' => 'getScheduledTaskDefinitionService',
  541.             'Shopware\\Core\\Framework\\Migration\\Api\\MigrationController' => 'getMigrationControllerService',
  542.             'Shopware\\Core\\Framework\\Migration\\IndexerQueuer' => 'getIndexerQueuerService',
  543.             'Shopware\\Core\\Framework\\Migration\\MigrationCollectionLoader' => 'getMigrationCollectionLoaderService',
  544.             'Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition' => 'getPluginTranslationDefinitionService',
  545.             'Shopware\\Core\\Framework\\Plugin\\KernelPluginCollection' => 'getKernelPluginCollectionService',
  546.             'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader' => 'getKernelPluginLoaderService',
  547.             'Shopware\\Core\\Framework\\Plugin\\PluginDefinition' => 'getPluginDefinitionService',
  548.             'Shopware\\Core\\Framework\\Plugin\\Util\\PluginIdProvider' => 'getPluginIdProviderService',
  549.             'Shopware\\Core\\Framework\\Routing\\CanonicalRedirectService' => 'getCanonicalRedirectServiceService',
  550.             'Shopware\\Core\\Framework\\Routing\\RequestTransformerInterface' => 'getRequestTransformerInterfaceService',
  551.             'Shopware\\Core\\Framework\\Rule\\Api\\RuleConfigController' => 'getRuleConfigControllerService',
  552.             'Shopware\\Core\\Framework\\Script\\Api\\ScriptApiRoute' => 'getScriptApiRouteService',
  553.             'Shopware\\Core\\Framework\\Script\\Api\\ScriptResponseFactoryFacadeHookFactory' => 'getScriptResponseFactoryFacadeHookFactoryService',
  554.             'Shopware\\Core\\Framework\\Script\\Api\\ScriptStoreApiRoute' => 'getScriptStoreApiRouteService',
  555.             'Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor' => 'getScriptExecutorService',
  556.             'Shopware\\Core\\Framework\\Script\\ScriptDefinition' => 'getScriptDefinitionService',
  557.             'Shopware\\Core\\Framework\\Store\\Api\\ExtensionStoreActionsController' => 'getExtensionStoreActionsControllerService',
  558.             'Shopware\\Core\\Framework\\Store\\Api\\ExtensionStoreDataController' => 'getExtensionStoreDataControllerService',
  559.             'Shopware\\Core\\Framework\\Store\\Api\\ExtensionStoreLicensesController' => 'getExtensionStoreLicensesControllerService',
  560.             'Shopware\\Core\\Framework\\Store\\Api\\FirstRunWizardController' => 'getFirstRunWizardControllerService',
  561.             'Shopware\\Core\\Framework\\Store\\Api\\StoreController' => 'getStoreControllerService',
  562.             'Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider' => 'getStoreRequestOptionsProviderService',
  563.             'Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware' => 'getShopSecretInvalidMiddlewareService',
  564.             'Shopware\\Core\\Framework\\Store\\Services\\StoreSessionExpiredMiddleware' => 'getStoreSessionExpiredMiddlewareService',
  565.             'Shopware\\Core\\Framework\\Store\\Services\\VerifyResponseSignatureMiddleware' => 'getVerifyResponseSignatureMiddlewareService',
  566.             'Shopware\\Core\\Framework\\Update\\Api\\UpdateController' => 'getUpdateControllerService',
  567.             'Shopware\\Core\\Framework\\Util\\HtmlSanitizer' => 'getHtmlSanitizerService',
  568.             'Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition' => 'getWebhookEventLogDefinitionService',
  569.             'Shopware\\Core\\Framework\\Webhook\\WebhookDefinition' => 'getWebhookDefinitionService',
  570.             'Shopware\\Core\\Maintenance\\SalesChannel\\Service\\SalesChannelCreator' => 'getSalesChannelCreatorService',
  571.             'Shopware\\Core\\Maintenance\\User\\Service\\UserProvisioner' => 'getUserProvisionerService',
  572.             'Shopware\\Core\\Profiling\\Profiler' => 'getProfilerService',
  573.             'Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition' => 'getCountryStateTranslationDefinitionService',
  574.             'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\CountryStateDefinition' => 'getCountryStateDefinitionService',
  575.             'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition' => 'getSalesChannelCountryStateDefinitionService',
  576.             'Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition' => 'getCountryTranslationDefinitionService',
  577.             'Shopware\\Core\\System\\Country\\CountryDefinition' => 'getCountryDefinitionService',
  578.             'Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute' => 'getCachedCountryRouteService',
  579.             'Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryStateRoute' => 'getCachedCountryStateRouteService',
  580.             'Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition' => 'getSalesChannelCountryDefinitionService',
  581.             'Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition' => 'getCurrencyCountryRoundingDefinitionService',
  582.             'Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition' => 'getCurrencyTranslationDefinitionService',
  583.             'Shopware\\Core\\System\\Currency\\CurrencyDefinition' => 'getCurrencyDefinitionService',
  584.             'Shopware\\Core\\System\\Currency\\CurrencyFormatter' => 'getCurrencyFormatterService',
  585.             'Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute' => 'getCachedCurrencyRouteService',
  586.             'Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition' => 'getSalesChannelCurrencyDefinitionService',
  587.             'Shopware\\Core\\System\\CustomEntity\\Api\\CustomEntityApiController' => 'getCustomEntityApiControllerService',
  588.             'Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition' => 'getCustomEntityDefinitionService',
  589.             'Shopware\\Core\\System\\CustomEntity\\CustomEntityRegistrar' => 'getCustomEntityRegistrarService',
  590.             'Shopware\\Core\\System\\CustomEntity\\Schema\\CustomEntitySchemaUpdater' => 'getCustomEntitySchemaUpdaterService',
  591.             'Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition' => 'getCustomFieldSetRelationDefinitionService',
  592.             'Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition' => 'getCustomFieldSetDefinitionService',
  593.             'Shopware\\Core\\System\\CustomField\\Api\\CustomFieldSetActionController' => 'getCustomFieldSetActionControllerService',
  594.             'Shopware\\Core\\System\\CustomField\\CustomFieldDefinition' => 'getCustomFieldDefinitionService',
  595.             'Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition' => 'getDeliveryTimeTranslationDefinitionService',
  596.             'Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition' => 'getDeliveryTimeDefinitionService',
  597.             'Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition' => 'getIntegrationRoleDefinitionService',
  598.             'Shopware\\Core\\System\\Integration\\IntegrationDefinition' => 'getIntegrationDefinitionService',
  599.             'Shopware\\Core\\System\\Language\\LanguageDefinition' => 'getLanguageDefinitionService',
  600.             'Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute' => 'getCachedLanguageRouteService',
  601.             'Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition' => 'getSalesChannelLanguageDefinitionService',
  602.             'Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition' => 'getLocaleTranslationDefinitionService',
  603.             'Shopware\\Core\\System\\Locale\\LocaleDefinition' => 'getLocaleDefinitionService',
  604.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition' => 'getNumberRangeSalesChannelDefinitionService',
  605.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition' => 'getNumberRangeStateDefinitionService',
  606.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition' => 'getNumberRangeTranslationDefinitionService',
  607.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition' => 'getNumberRangeTypeTranslationDefinitionService',
  608.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition' => 'getNumberRangeTypeDefinitionService',
  609.             'Shopware\\Core\\System\\NumberRange\\Api\\NumberRangeController' => 'getNumberRangeControllerService',
  610.             'Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition' => 'getNumberRangeDefinitionService',
  611.             'Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface' => 'getNumberRangeValueGeneratorInterfaceService',
  612.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition' => 'getSalesChannelAnalyticsDefinitionService',
  613.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition' => 'getSalesChannelCountryDefinition2Service',
  614.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition' => 'getSalesChannelCurrencyDefinition2Service',
  615.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition' => 'getSalesChannelDomainDefinitionService',
  616.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition' => 'getSalesChannelLanguageDefinition2Service',
  617.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition' => 'getSalesChannelPaymentMethodDefinition2Service',
  618.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition' => 'getSalesChannelShippingMethodDefinition2Service',
  619.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition' => 'getSalesChannelTranslationDefinitionService',
  620.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition' => 'getSalesChannelTypeTranslationDefinitionService',
  621.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition' => 'getSalesChannelTypeDefinitionService',
  622.             'Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory' => 'getSalesChannelContextFactoryService',
  623.             'Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry' => 'getSalesChannelDefinitionInstanceRegistryService',
  624.             'Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition' => 'getSalesChannelDefinitionService',
  625.             'Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute' => 'getContextSwitchRouteService',
  626.             'Shopware\\Core\\System\\SalesChannel\\SalesChannel\\StoreApiInfoController' => 'getStoreApiInfoControllerService',
  627.             'Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition' => 'getSalutationTranslationDefinitionService',
  628.             'Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute' => 'getCachedSalutationRouteService',
  629.             'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition' => 'getSalesChannelSalutationDefinitionService',
  630.             'Shopware\\Core\\System\\Salutation\\SalutationDefinition' => 'getSalutationDefinitionService',
  631.             'Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition' => 'getSnippetSetDefinitionService',
  632.             'Shopware\\Core\\System\\Snippet\\Api\\SnippetController' => 'getSnippetControllerService',
  633.             'Shopware\\Core\\System\\Snippet\\Files\\SnippetFileCollection' => 'getSnippetFileCollectionService',
  634.             'Shopware\\Core\\System\\Snippet\\Filter\\SnippetFilterFactory' => 'getSnippetFilterFactoryService',
  635.             'Shopware\\Core\\System\\Snippet\\SnippetDefinition' => 'getSnippetDefinitionService',
  636.             'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition' => 'getStateMachineHistoryDefinitionService',
  637.             'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition' => 'getStateMachineStateDefinitionService',
  638.             'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition' => 'getStateMachineStateTranslationDefinitionService',
  639.             'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition' => 'getStateMachineTransitionDefinitionService',
  640.             'Shopware\\Core\\System\\StateMachine\\Api\\StateMachineActionController' => 'getStateMachineActionControllerService',
  641.             'Shopware\\Core\\System\\StateMachine\\StateMachineDefinition' => 'getStateMachineDefinitionService',
  642.             'Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition' => 'getStateMachineTranslationDefinitionService',
  643.             'Shopware\\Core\\System\\SystemConfig\\Facade\\SystemConfigFacadeHookFactory' => 'getSystemConfigFacadeHookFactoryService',
  644.             'Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition' => 'getSystemConfigDefinitionService',
  645.             'Shopware\\Core\\System\\SystemConfig\\SystemConfigService' => 'getSystemConfigServiceService',
  646.             'Shopware\\Core\\System\\Tag\\Service\\FilterTagIdsService' => 'getFilterTagIdsServiceService',
  647.             'Shopware\\Core\\System\\Tag\\TagDefinition' => 'getTagDefinitionService',
  648.             'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition' => 'getTaxRuleTypeTranslationDefinitionService',
  649.             'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition' => 'getTaxRuleTypeDefinitionService',
  650.             'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition' => 'getTaxRuleDefinitionService',
  651.             'Shopware\\Core\\System\\Tax\\TaxDefinition' => 'getTaxDefinitionService',
  652.             'Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition' => 'getUnitTranslationDefinitionService',
  653.             'Shopware\\Core\\System\\Unit\\UnitDefinition' => 'getUnitDefinitionService',
  654.             'Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition' => 'getUserAccessKeyDefinitionService',
  655.             'Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition' => 'getUserConfigDefinitionService',
  656.             'Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition' => 'getUserRecoveryDefinitionService',
  657.             'Shopware\\Core\\System\\User\\Api\\UserRecoveryController' => 'getUserRecoveryControllerService',
  658.             'Shopware\\Core\\System\\User\\Api\\UserValidationController' => 'getUserValidationControllerService',
  659.             'Shopware\\Core\\System\\User\\UserDefinition' => 'getUserDefinitionService',
  660.             'Shopware\\Elasticsearch\\Admin\\AdminElasticsearchHelper' => 'getAdminElasticsearchHelperService',
  661.             'Shopware\\Elasticsearch\\Admin\\AdminSearchController' => 'getAdminSearchController2Service',
  662.             'Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper' => 'getElasticsearchHelperService',
  663.             'Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler' => 'getCreateAliasTaskHandlerService',
  664.             'Shopware\\Storefront\\Controller\\AccountOrderController' => 'getAccountOrderControllerService',
  665.             'Shopware\\Storefront\\Controller\\AccountPaymentController' => 'getAccountPaymentControllerService',
  666.             'Shopware\\Storefront\\Controller\\AccountProfileController' => 'getAccountProfileControllerService',
  667.             'Shopware\\Storefront\\Controller\\AddressController' => 'getAddressControllerService',
  668.             'Shopware\\Storefront\\Controller\\Api\\CaptchaController' => 'getCaptchaControllerService',
  669.             'Shopware\\Storefront\\Controller\\AuthController' => 'getAuthController2Service',
  670.             'Shopware\\Storefront\\Controller\\CaptchaController' => 'getCaptchaController2Service',
  671.             'Shopware\\Storefront\\Controller\\CartLineItemController' => 'getCartLineItemControllerService',
  672.             'Shopware\\Storefront\\Controller\\CheckoutController' => 'getCheckoutControllerService',
  673.             'Shopware\\Storefront\\Controller\\CmsController' => 'getCmsControllerService',
  674.             'Shopware\\Storefront\\Controller\\ContextController' => 'getContextControllerService',
  675.             'Shopware\\Storefront\\Controller\\CookieController' => 'getCookieControllerService',
  676.             'Shopware\\Storefront\\Controller\\CountryStateController' => 'getCountryStateControllerService',
  677.             'Shopware\\Storefront\\Controller\\CsrfController' => 'getCsrfControllerService',
  678.             'Shopware\\Storefront\\Controller\\DocumentController' => 'getDocumentController2Service',
  679.             'Shopware\\Storefront\\Controller\\DownloadController' => 'getDownloadControllerService',
  680.             'Shopware\\Storefront\\Controller\\ErrorController' => 'getErrorControllerService',
  681.             'Shopware\\Storefront\\Controller\\FormController' => 'getFormControllerService',
  682.             'Shopware\\Storefront\\Controller\\LandingPageController' => 'getLandingPageControllerService',
  683.             'Shopware\\Storefront\\Controller\\MaintenanceController' => 'getMaintenanceControllerService',
  684.             'Shopware\\Storefront\\Controller\\NavigationController' => 'getNavigationControllerService',
  685.             'Shopware\\Storefront\\Controller\\NewsletterController' => 'getNewsletterControllerService',
  686.             'Shopware\\Storefront\\Controller\\ProductController' => 'getProductControllerService',
  687.             'Shopware\\Storefront\\Controller\\RegisterController' => 'getRegisterControllerService',
  688.             'Shopware\\Storefront\\Controller\\ScriptController' => 'getScriptControllerService',
  689.             'Shopware\\Storefront\\Controller\\SearchController' => 'getSearchControllerService',
  690.             'Shopware\\Storefront\\Controller\\SitemapController' => 'getSitemapControllerService',
  691.             'Shopware\\Storefront\\Controller\\StoreApiProxyController' => 'getStoreApiProxyControllerService',
  692.             'Shopware\\Storefront\\Controller\\VerificationHashController' => 'getVerificationHashControllerService',
  693.             'Shopware\\Storefront\\Controller\\WellKnownController' => 'getWellKnownControllerService',
  694.             'Shopware\\Storefront\\Controller\\WishlistController' => 'getWishlistControllerService',
  695.             'Shopware\\Storefront\\Framework\\Cache\\CacheStore' => 'getCacheStoreService',
  696.             'Shopware\\Storefront\\Framework\\Csrf\\CsrfPlaceholderHandler' => 'getCsrfPlaceholderHandlerService',
  697.             'Shopware\\Storefront\\Framework\\Media\\StorefrontMediaValidatorRegistry' => 'getStorefrontMediaValidatorRegistryService',
  698.             'Shopware\\Storefront\\Page\\Checkout\\Register\\CheckoutRegisterPageLoader' => 'getCheckoutRegisterPageLoaderService',
  699.             'Shopware\\Storefront\\Page\\Product\\Configurator\\ProductCombinationFinder' => 'getProductCombinationFinderService',
  700.             'Shopware\\Storefront\\Page\\Product\\Review\\ProductReviewLoader' => 'getProductReviewLoaderService',
  701.             'Shopware\\Storefront\\Page\\Search\\SearchPageLoader' => 'getSearchPageLoaderService',
  702.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition' => 'getThemeChildDefinitionService',
  703.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition' => 'getThemeMediaDefinitionService',
  704.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition' => 'getThemeSalesChannelDefinitionService',
  705.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition' => 'getThemeTranslationDefinitionService',
  706.             'Shopware\\Storefront\\Theme\\Controller\\ThemeController' => 'getThemeControllerService',
  707.             'Shopware\\Storefront\\Theme\\SalesChannelThemeLoader' => 'getSalesChannelThemeLoaderService',
  708.             'Shopware\\Storefront\\Theme\\StorefrontPluginRegistry' => 'getStorefrontPluginRegistryService',
  709.             'Shopware\\Storefront\\Theme\\ThemeDefinition' => 'getThemeDefinitionService',
  710.             'StudioSolid\\AdvancedSliderElements\\SolidAdvancedSliderElements' => 'getSolidAdvancedSliderElementsService',
  711.             'SwagExtensionStore\\Controller\\DataController' => 'getDataControllerService',
  712.             'SwagExtensionStore\\Controller\\LicenseController' => 'getLicenseControllerService',
  713.             'SwagExtensionStore\\SwagExtensionStore' => 'getSwagExtensionStoreService',
  714.             'SwagMigrationAssistant\\Controller\\DataProviderController' => 'getDataProviderControllerService',
  715.             'SwagMigrationAssistant\\Controller\\HistoryController' => 'getHistoryControllerService',
  716.             'SwagMigrationAssistant\\Controller\\MigrationController' => 'getMigrationController2Service',
  717.             'SwagMigrationAssistant\\Controller\\PremappingController' => 'getPremappingControllerService',
  718.             'SwagMigrationAssistant\\Controller\\StatusController' => 'getStatusControllerService',
  719.             'SwagMigrationAssistant\\Migration\\Connection\\SwagMigrationConnectionDefinition' => 'getSwagMigrationConnectionDefinitionService',
  720.             'SwagMigrationAssistant\\Migration\\Data\\SwagMigrationDataDefinition' => 'getSwagMigrationDataDefinitionService',
  721.             'SwagMigrationAssistant\\Migration\\Logging\\SwagMigrationLoggingDefinition' => 'getSwagMigrationLoggingDefinitionService',
  722.             'SwagMigrationAssistant\\Migration\\Mapping\\SwagMigrationMappingDefinition' => 'getSwagMigrationMappingDefinitionService',
  723.             'SwagMigrationAssistant\\Migration\\Media\\SwagMigrationMediaFileDefinition' => 'getSwagMigrationMediaFileDefinitionService',
  724.             'SwagMigrationAssistant\\Migration\\Run\\SwagMigrationRunDefinition' => 'getSwagMigrationRunDefinitionService',
  725.             'SwagMigrationAssistant\\Migration\\Service\\MediaFileProcessorService' => 'getMediaFileProcessorServiceService',
  726.             'SwagMigrationAssistant\\Migration\\Service\\MigrationDataConverter' => 'getMigrationDataConverterService',
  727.             'SwagMigrationAssistant\\Migration\\Service\\MigrationDataFetcher' => 'getMigrationDataFetcherService',
  728.             'SwagMigrationAssistant\\Migration\\Service\\MigrationDataWriter' => 'getMigrationDataWriterService',
  729.             'SwagMigrationAssistant\\Migration\\Service\\MigrationProgressService' => 'getMigrationProgressServiceService',
  730.             'SwagMigrationAssistant\\Migration\\Setting\\GeneralSettingDefinition' => 'getGeneralSettingDefinitionService',
  731.             'SwagMigrationAssistant\\SwagMigrationAssistant' => 'getSwagMigrationAssistantService',
  732.             'Swag\\CmsExtensions\\BlockRule\\BlockRuleDefinition' => 'getBlockRuleDefinitionService',
  733.             'Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupFieldTranslation\\FormGroupFieldTranslationDefinition' => 'getFormGroupFieldTranslationDefinitionService',
  734.             'Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupField\\FormGroupFieldDefinition' => 'getFormGroupFieldDefinitionService',
  735.             'Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupTranslation\\FormGroupTranslationDefinition' => 'getFormGroupTranslationDefinitionService',
  736.             'Swag\\CmsExtensions\\Form\\Aggregate\\FormGroup\\FormGroupDefinition' => 'getFormGroupDefinitionService',
  737.             'Swag\\CmsExtensions\\Form\\Aggregate\\FormTranslation\\FormTranslationDefinition' => 'getFormTranslationDefinitionService',
  738.             'Swag\\CmsExtensions\\Form\\FormDefinition' => 'getFormDefinitionService',
  739.             'Swag\\CmsExtensions\\Form\\Route\\FormRoute' => 'getFormRouteService',
  740.             'Swag\\CmsExtensions\\Quickview\\QuickviewDefinition' => 'getQuickviewDefinitionService',
  741.             'Swag\\CmsExtensions\\ScrollNavigation\\Aggregate\\ScrollNavigationPageSettings\\ScrollNavigationPageSettingsDefinition' => 'getScrollNavigationPageSettingsDefinitionService',
  742.             'Swag\\CmsExtensions\\ScrollNavigation\\Aggregate\\ScrollNavigationTranslation\\ScrollNavigationTranslationDefinition' => 'getScrollNavigationTranslationDefinitionService',
  743.             'Swag\\CmsExtensions\\ScrollNavigation\\ScrollNavigationDefinition' => 'getScrollNavigationDefinitionService',
  744.             'Swag\\CmsExtensions\\Storefront\\Controller\\CustomFormController' => 'getCustomFormControllerService',
  745.             'Swag\\CmsExtensions\\Storefront\\Controller\\QuickviewController' => 'getQuickviewControllerService',
  746.             'Swag\\CmsExtensions\\SwagCmsExtensions' => 'getSwagCmsExtensionsService',
  747.             'Swag\\CmsExtensions\\Util\\Administration\\FormValidationController' => 'getFormValidationControllerService',
  748.             'Swag\\CustomizedProducts\\Core\\Checkout\\Cart\\Route\\AddCustomizedProductsToCartRoute' => 'getAddCustomizedProductsToCartRouteService',
  749.             'Swag\\CustomizedProducts\\Core\\Checkout\\Cart\\Route\\ReOrderCustomizedProductsRoute' => 'getReOrderCustomizedProductsRouteService',
  750.             'Swag\\CustomizedProducts\\Storefront\\Controller\\CustomizedProductsCartController' => 'getCustomizedProductsCartControllerService',
  751.             'Swag\\CustomizedProducts\\Storefront\\Page\\Product\\PriceDetail\\CustomizedProductPriceDetailController' => 'getCustomizedProductPriceDetailControllerService',
  752.             'Swag\\CustomizedProducts\\Storefront\\Page\\Product\\PriceDetail\\Route\\PriceDetailRoute' => 'getPriceDetailRouteService',
  753.             'Swag\\CustomizedProducts\\Storefront\\Upload\\UploadCustomizedProductsMediaRoute' => 'getUploadCustomizedProductsMediaRouteService',
  754.             'Swag\\CustomizedProducts\\SwagCustomizedProducts' => 'getSwagCustomizedProductsService',
  755.             'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateConfiguration\\Aggregate\\TemplateConfigurationShareDefinition' => 'getTemplateConfigurationShareDefinitionService',
  756.             'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateConfiguration\\Route\\CreateConfigurationShareRoute' => 'getCreateConfigurationShareRouteService',
  757.             'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateConfiguration\\SalesChannel\\SalesChannelTemplateConfigurationDefinition' => 'getSalesChannelTemplateConfigurationDefinitionService',
  758.             'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateConfiguration\\SalesChannel\\TemplateConfigurationListRoute' => 'getTemplateConfigurationListRouteService',
  759.             'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateConfiguration\\TemplateConfigurationDefinition' => 'getTemplateConfigurationDefinitionService',
  760.             'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateExclusionConditionValues\\TemplateExclusionConditionValuesDefinition' => 'getTemplateExclusionConditionValuesDefinitionService',
  761.             'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateExclusionCondition\\TemplateExclusionConditionDefinition' => 'getTemplateExclusionConditionDefinitionService',
  762.             'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateExclusionOperatorTranslation\\TemplateExclusionOperatorTranslationDefinition' => 'getTemplateExclusionOperatorTranslationDefinitionService',
  763.             'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateExclusionOperator\\TemplateExclusionOperatorDefinition' => 'getTemplateExclusionOperatorDefinitionService',
  764.             'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateExclusion\\TemplateExclusionDefinition' => 'getTemplateExclusionDefinitionService',
  765.             'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionPrice\\TemplateOptionPriceDefinition' => 'getTemplateOptionPriceDefinitionService',
  766.             'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionTranslation\\TemplateOptionTranslationDefinition' => 'getTemplateOptionTranslationDefinitionService',
  767.             'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionValuePrice\\TemplateOptionValuePriceDefinition' => 'getTemplateOptionValuePriceDefinitionService',
  768.             'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionValueTranslation\\TemplateOptionValueTranslationDefinition' => 'getTemplateOptionValueTranslationDefinitionService',
  769.             'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionValue\\SalesChannel\\SalesChannelTemplateOptionValueDefinition' => 'getSalesChannelTemplateOptionValueDefinitionService',
  770.             'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionValue\\SalesChannel\\TemplateOptionValueListRoute' => 'getTemplateOptionValueListRouteService',
  771.             'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionValue\\TemplateOptionValueDefinition' => 'getTemplateOptionValueDefinitionService',
  772.             'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\Api\\TemplateOptionController' => 'getTemplateOptionControllerService',
  773.             'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\SalesChannel\\SalesChannelTemplateOptionDefinition' => 'getSalesChannelTemplateOptionDefinitionService',
  774.             'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\SalesChannel\\TemplateOptionListRoute' => 'getTemplateOptionListRouteService',
  775.             'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\TemplateOptionDefinition' => 'getTemplateOptionDefinitionService',
  776.             'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateTranslation\\TemplateTranslationDefinition' => 'getTemplateTranslationDefinitionService',
  777.             'Swag\\CustomizedProducts\\Template\\Api\\TemplateController' => 'getTemplateControllerService',
  778.             'Swag\\CustomizedProducts\\Template\\SalesChannel\\SalesChannelTemplateDefinition' => 'getSalesChannelTemplateDefinitionService',
  779.             'Swag\\CustomizedProducts\\Template\\SalesChannel\\TemplateListRoute' => 'getTemplateListRouteService',
  780.             'Swag\\CustomizedProducts\\Template\\TemplateDefinition' => 'getTemplateDefinition2Service',
  781.             'Swag\\Markets\\Controller\\AmazonConnectionAssistantController' => 'getAmazonConnectionAssistantControllerService',
  782.             'Swag\\Markets\\Controller\\Api\\ConfigController' => 'getConfigControllerService',
  783.             'Swag\\Markets\\Controller\\EbayConnectionAssistantController' => 'getEbayConnectionAssistantControllerService',
  784.             'Swag\\Markets\\Controller\\SalesChannelApiController' => 'getSalesChannelApiControllerService',
  785.             'Swag\\Markets\\Controller\\SupportRequestController' => 'getSupportRequestControllerService',
  786.             'Swag\\Markets\\Controller\\SwagMarketsController' => 'getSwagMarketsControllerService',
  787.             'Swag\\Markets\\Entity\\CategoryMapping\\CategoryMappingDefinition' => 'getCategoryMappingDefinitionService',
  788.             'Swag\\Markets\\Entity\\Config\\SwagMarketsConfigurationEntityDefinition' => 'getSwagMarketsConfigurationEntityDefinitionService',
  789.             'Swag\\Markets\\Entity\\Marketplace\\Aggregate\\MarketplaceSalesChannel\\MarketplaceSalesChannelDefinition' => 'getMarketplaceSalesChannelDefinitionService',
  790.             'Swag\\Markets\\Entity\\Marketplace\\Aggregate\\MarketplaceSettings\\MarketplaceSettingsDefinition' => 'getMarketplaceSettingsDefinitionService',
  791.             'Swag\\Markets\\Entity\\Marketplace\\MarketplaceDefinition' => 'getMarketplaceDefinitionService',
  792.             'Swag\\Markets\\Entity\\ProductToDelete\\SwagMarketsProductToDeleteEntityDefinition' => 'getSwagMarketsProductToDeleteEntityDefinitionService',
  793.             'Swag\\Markets\\Entity\\Support\\SupportDefinition' => 'getSupportDefinitionService',
  794.             'Swag\\Markets\\SwagMarkets' => 'getSwagMarketsService',
  795.             'Swag\\MigrationMagento\\SwagMigrationMagento' => 'getSwagMigrationMagentoService',
  796.             'Swag\\PayPal\\Administration\\PayPalPaymentMethodController' => 'getPayPalPaymentMethodControllerService',
  797.             'Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute' => 'getExpressCategoryRouteService',
  798.             'Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCreateOrderRoute' => 'getExpressCreateOrderRouteService',
  799.             'Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressPrepareCheckoutRoute' => 'getExpressPrepareCheckoutRouteService',
  800.             'Swag\\PayPal\\Checkout\\PUI\\SalesChannel\\PUIPaymentInstructionsRoute' => 'getPUIPaymentInstructionsRouteService',
  801.             'Swag\\PayPal\\Checkout\\Plus\\PlusPaymentFinalizeController' => 'getPlusPaymentFinalizeControllerService',
  802.             'Swag\\PayPal\\Checkout\\Plus\\PlusPaymentHandleController' => 'getPlusPaymentHandleControllerService',
  803.             'Swag\\PayPal\\Checkout\\SalesChannel\\CreateOrderRoute' => 'getCreateOrderRouteService',
  804.             'Swag\\PayPal\\Checkout\\SalesChannel\\ErrorRoute' => 'getErrorRouteService',
  805.             'Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute' => 'getFilteredPaymentMethodRouteService',
  806.             'Swag\\PayPal\\Checkout\\SalesChannel\\MethodEligibilityRoute' => 'getMethodEligibilityRouteService',
  807.             'Swag\\PayPal\\Dispute\\Administration\\DisputeController' => 'getDisputeControllerService',
  808.             'Swag\\PayPal\\OrdersApi\\Administration\\PayPalOrdersController' => 'getPayPalOrdersControllerService',
  809.             'Swag\\PayPal\\PaymentsApi\\Administration\\PayPalPaymentController' => 'getPayPalPaymentControllerService',
  810.             'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelDefinition' => 'getPosSalesChannelDefinitionService',
  811.             'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelInventoryDefinition' => 'getPosSalesChannelInventoryDefinitionService',
  812.             'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelMediaDefinition' => 'getPosSalesChannelMediaDefinitionService',
  813.             'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelProductDefinition' => 'getPosSalesChannelProductDefinitionService',
  814.             'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelRunDefinition' => 'getPosSalesChannelRunDefinitionService',
  815.             'Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelRunLogDefinition' => 'getPosSalesChannelRunLogDefinitionService',
  816.             'Swag\\PayPal\\Pos\\PosSyncController' => 'getPosSyncControllerService',
  817.             'Swag\\PayPal\\Pos\\Setting\\Service\\InformationDefaultService' => 'getInformationDefaultServiceService',
  818.             'Swag\\PayPal\\Pos\\Setting\\SettingsController' => 'getSettingsController2Service',
  819.             'Swag\\PayPal\\Pos\\Webhook\\WebhookController' => 'getWebhookController2Service',
  820.             'Swag\\PayPal\\Pos\\Webhook\\WebhookService' => 'getWebhookServiceService',
  821.             'Swag\\PayPal\\Setting\\SettingsController' => 'getSettingsController3Service',
  822.             'Swag\\PayPal\\Storefront\\Controller\\PayPalController' => 'getPayPalControllerService',
  823.             'Swag\\PayPal\\Storefront\\Data\\Service\\ACDCCheckoutDataService' => 'getACDCCheckoutDataServiceService',
  824.             'Swag\\PayPal\\Storefront\\Data\\Service\\PayLaterCheckoutDataService' => 'getPayLaterCheckoutDataServiceService',
  825.             'Swag\\PayPal\\Storefront\\Data\\Service\\SEPACheckoutDataService' => 'getSEPACheckoutDataServiceService',
  826.             'Swag\\PayPal\\Storefront\\Data\\Service\\SPBCheckoutDataService' => 'getSPBCheckoutDataServiceService',
  827.             'Swag\\PayPal\\Storefront\\Data\\Service\\VenmoCheckoutDataService' => 'getVenmoCheckoutDataServiceService',
  828.             'Swag\\PayPal\\SwagPayPal' => 'getSwagPayPalService',
  829.             'Swag\\PayPal\\Util\\Lifecycle\\Installer\\MediaInstaller' => 'getMediaInstallerService',
  830.             'Swag\\PayPal\\Util\\Lifecycle\\Installer\\PaymentMethodInstaller' => 'getPaymentMethodInstallerService',
  831.             'Swag\\PayPal\\Util\\Lifecycle\\State\\PaymentMethodStateService' => 'getPaymentMethodStateServiceService',
  832.             'Swag\\PayPal\\Webhook\\Registration\\WebhookSystemConfigController' => 'getWebhookSystemConfigControllerService',
  833.             'Swag\\PayPal\\Webhook\\WebhookController' => 'getWebhookController3Service',
  834.             'Swag\\PayPal\\Webhook\\WebhookService' => 'getWebhookService2Service',
  835.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  836.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  837.             'Wbm\\TagManagerEcomm\\Api\\ImportExportController' => 'getImportExportControllerService',
  838.             'Wbm\\TagManagerEcomm\\Core\\Content\\Module\\ModuleDefinition' => 'getModuleDefinitionService',
  839.             'Wbm\\TagManagerEcomm\\Core\\Content\\Property\\PropertyDefinition' => 'getPropertyDefinitionService',
  840.             'Wbm\\TagManagerEcomm\\WbmTagManagerEcomm' => 'getWbmTagManagerEcommService',
  841.             'Weedesign\\Images2WebP\\Controller\\Media\\DeleteController' => 'getDeleteControllerService',
  842.             'Weedesign\\Images2WebP\\Controller\\Media\\GenerateController' => 'getGenerateControllerService',
  843.             'Weedesign\\Images2WebP\\Controller\\Media\\ProgressController' => 'getProgressControllerService',
  844.             'Weedesign\\Images2WebP\\Controller\\Media\\URLController' => 'getURLControllerService',
  845.             'Weedesign\\Images2WebP\\Controller\\Theme\\CompileController' => 'getCompileControllerService',
  846.             'Weedesign\\Images2WebP\\Controller\\Thumbnails\\GenerateController' => 'getGenerateController2Service',
  847.             'Weedesign\\Images2WebP\\Controller\\Thumbnails\\ProgressController' => 'getProgressController2Service',
  848.             'Weedesign\\Images2WebP\\WeedesignImages2WebP' => 'getWeedesignImages2WebPService',
  849.             'acl_role.repository' => 'getAclRole_RepositoryService',
  850.             'acl_user_role.repository' => 'getAclUserRole_RepositoryService',
  851.             'acris_product_customer_group.repository' => 'getAcrisProductCustomerGroup_RepositoryService',
  852.             'acris_product_customer_group_c_s.filesystem.private' => 'getAcrisProductCustomerGroupCS_Filesystem_PrivateService',
  853.             'acris_product_customer_group_c_s.filesystem.public' => 'getAcrisProductCustomerGroupCS_Filesystem_PublicService',
  854.             'acris_product_video.repository' => 'getAcrisProductVideo_RepositoryService',
  855.             'acris_product_video_c_s.filesystem.private' => 'getAcrisProductVideoCS_Filesystem_PrivateService',
  856.             'acris_product_video_c_s.filesystem.public' => 'getAcrisProductVideoCS_Filesystem_PublicService',
  857.             'acris_product_video_translation.repository' => 'getAcrisProductVideoTranslation_RepositoryService',
  858.             'admin.openSearch.client' => 'getAdmin_OpenSearch_ClientService',
  859.             'administration.filesystem.private' => 'getAdministration_Filesystem_PrivateService',
  860.             'administration.filesystem.public' => 'getAdministration_Filesystem_PublicService',
  861.             'app.repository' => 'getApp_RepositoryService',
  862.             'app_action_button.repository' => 'getAppActionButton_RepositoryService',
  863.             'app_action_button_translation.repository' => 'getAppActionButtonTranslation_RepositoryService',
  864.             'app_administration_snippet.repository' => 'getAppAdministrationSnippet_RepositoryService',
  865.             'app_cms_block.repository' => 'getAppCmsBlock_RepositoryService',
  866.             'app_cms_block_translation.repository' => 'getAppCmsBlockTranslation_RepositoryService',
  867.             'app_flow_action.repository' => 'getAppFlowAction_RepositoryService',
  868.             'app_flow_action_translation.repository' => 'getAppFlowActionTranslation_RepositoryService',
  869.             'app_payment_method.repository' => 'getAppPaymentMethod_RepositoryService',
  870.             'app_script_condition.repository' => 'getAppScriptCondition_RepositoryService',
  871.             'app_script_condition_translation.repository' => 'getAppScriptConditionTranslation_RepositoryService',
  872.             'app_template.repository' => 'getAppTemplate_RepositoryService',
  873.             'app_translation.repository' => 'getAppTranslation_RepositoryService',
  874.             'bf_category_mapping.repository' => 'getBfCategoryMapping_RepositoryService',
  875.             'bf_config.repository' => 'getBfConfig_RepositoryService',
  876.             'bf_marketplace.repository' => 'getBfMarketplace_RepositoryService',
  877.             'bf_marketplace_sales_channel.repository' => 'getBfMarketplaceSalesChannel_RepositoryService',
  878.             'bf_marketplace_settings.repository' => 'getBfMarketplaceSettings_RepositoryService',
  879.             'bf_product_to_delete.repository' => 'getBfProductToDelete_RepositoryService',
  880.             'bf_support.repository' => 'getBfSupport_RepositoryService',
  881.             'cache.app' => 'getCache_AppService',
  882.             'cache.app_clearer' => 'getCache_AppClearerService',
  883.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  884.             'cache.system' => 'getCache_SystemService',
  885.             'cache.system_clearer' => 'getCache_SystemClearerService',
  886.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  887.             'cache_warmer' => 'getCacheWarmerService',
  888.             'category.repository' => 'getCategory_RepositoryService',
  889.             'category_tag.repository' => 'getCategoryTag_RepositoryService',
  890.             'category_translation.repository' => 'getCategoryTranslation_RepositoryService',
  891.             'cbax_analytics_category_impressions.repository' => 'getCbaxAnalyticsCategoryImpressions_RepositoryService',
  892.             'cbax_analytics_config.repository' => 'getCbaxAnalyticsConfig_RepositoryService',
  893.             'cbax_analytics_groups_config.repository' => 'getCbaxAnalyticsGroupsConfig_RepositoryService',
  894.             'cbax_analytics_manufacturer_impressions.repository' => 'getCbaxAnalyticsManufacturerImpressions_RepositoryService',
  895.             'cbax_analytics_pool.repository' => 'getCbaxAnalyticsPool_RepositoryService',
  896.             'cbax_analytics_product_impressions.repository' => 'getCbaxAnalyticsProductImpressions_RepositoryService',
  897.             'cbax_analytics_referer.repository' => 'getCbaxAnalyticsReferer_RepositoryService',
  898.             'cbax_analytics_search.repository' => 'getCbaxAnalyticsSearch_RepositoryService',
  899.             'cbax_analytics_visitors.repository' => 'getCbaxAnalyticsVisitors_RepositoryService',
  900.             'cbax_modul_analytics.filesystem.private' => 'getCbaxModulAnalytics_Filesystem_PrivateService',
  901.             'cbax_modul_analytics.filesystem.public' => 'getCbaxModulAnalytics_Filesystem_PublicService',
  902.             'checkout.filesystem.private' => 'getCheckout_Filesystem_PrivateService',
  903.             'checkout.filesystem.public' => 'getCheckout_Filesystem_PublicService',
  904.             'cms_block.repository' => 'getCmsBlock_RepositoryService',
  905.             'cms_page.repository' => 'getCmsPage_RepositoryService',
  906.             'cms_page_translation.repository' => 'getCmsPageTranslation_RepositoryService',
  907.             'cms_section.repository' => 'getCmsSection_RepositoryService',
  908.             'cms_slot.repository' => 'getCmsSlot_RepositoryService',
  909.             'cms_slot_translation.repository' => 'getCmsSlotTranslation_RepositoryService',
  910.             'console.command_loader' => 'getConsole_CommandLoaderService',
  911.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  912.             'content.filesystem.private' => 'getContent_Filesystem_PrivateService',
  913.             'content.filesystem.public' => 'getContent_Filesystem_PublicService',
  914.             'country.repository' => 'getCountry_RepositoryService',
  915.             'country_state.repository' => 'getCountryState_RepositoryService',
  916.             'country_state_translation.repository' => 'getCountryStateTranslation_RepositoryService',
  917.             'country_translation.repository' => 'getCountryTranslation_RepositoryService',
  918.             'currency.repository' => 'getCurrency_RepositoryService',
  919.             'currency_country_rounding.repository' => 'getCurrencyCountryRounding_RepositoryService',
  920.             'currency_translation.repository' => 'getCurrencyTranslation_RepositoryService',
  921.             'custom_entity.repository' => 'getCustomEntity_RepositoryService',
  922.             'custom_field.repository' => 'getCustomField_RepositoryService',
  923.             'custom_field_set.repository' => 'getCustomFieldSet_RepositoryService',
  924.             'custom_field_set_relation.repository' => 'getCustomFieldSetRelation_RepositoryService',
  925.             'customer.repository' => 'getCustomer_RepositoryService',
  926.             'customer_address.repository' => 'getCustomerAddress_RepositoryService',
  927.             'customer_group.repository' => 'getCustomerGroup_RepositoryService',
  928.             'customer_group_registration_sales_channels.repository' => 'getCustomerGroupRegistrationSalesChannels_RepositoryService',
  929.             'customer_group_translation.repository' => 'getCustomerGroupTranslation_RepositoryService',
  930.             'customer_recovery.repository' => 'getCustomerRecovery_RepositoryService',
  931.             'customer_tag.repository' => 'getCustomerTag_RepositoryService',
  932.             'customer_wishlist.repository' => 'getCustomerWishlist_RepositoryService',
  933.             'customer_wishlist_product.repository' => 'getCustomerWishlistProduct_RepositoryService',
  934.             'data_collector.dump' => 'getDataCollector_DumpService',
  935.             'dead_message.repository' => 'getDeadMessage_RepositoryService',
  936.             'decom_theme.filesystem.private' => 'getDecomTheme_Filesystem_PrivateService',
  937.             'decom_theme.filesystem.public' => 'getDecomTheme_Filesystem_PublicService',
  938.             'delivery_time.repository' => 'getDeliveryTime_RepositoryService',
  939.             'delivery_time_translation.repository' => 'getDeliveryTimeTranslation_RepositoryService',
  940.             'document.repository' => 'getDocument_RepositoryService',
  941.             'document_base_config.repository' => 'getDocumentBaseConfig_RepositoryService',
  942.             'document_base_config_sales_channel.repository' => 'getDocumentBaseConfigSalesChannel_RepositoryService',
  943.             'document_type.repository' => 'getDocumentType_RepositoryService',
  944.             'document_type_translation.repository' => 'getDocumentTypeTranslation_RepositoryService',
  945.             'elasticsearch.filesystem.private' => 'getElasticsearch_Filesystem_PrivateService',
  946.             'elasticsearch.filesystem.public' => 'getElasticsearch_Filesystem_PublicService',
  947.             'enqueue.client.default.producer' => 'getEnqueue_Client_Default_ProducerService',
  948.             'error_controller' => 'getErrorController2Service',
  949.             'event_action.repository' => 'getEventAction_RepositoryService',
  950.             'event_action_rule.repository' => 'getEventActionRule_RepositoryService',
  951.             'event_action_sales_channel.repository' => 'getEventActionSalesChannel_RepositoryService',
  952.             'event_dispatcher' => 'getEventDispatcherService',
  953.             'flow.repository' => 'getFlow_RepositoryService',
  954.             'flow_sequence.repository' => 'getFlowSequence_RepositoryService',
  955.             'flow_template.repository' => 'getFlowTemplate_RepositoryService',
  956.             'framework.filesystem.private' => 'getFramework_Filesystem_PrivateService',
  957.             'framework.filesystem.public' => 'getFramework_Filesystem_PublicService',
  958.             'http_kernel' => 'getHttpKernelService',
  959.             'huebert_accessories_directly.filesystem.private' => 'getHuebertAccessoriesDirectly_Filesystem_PrivateService',
  960.             'huebert_accessories_directly.filesystem.public' => 'getHuebertAccessoriesDirectly_Filesystem_PublicService',
  961.             'import_export_file.repository' => 'getImportExportFile_RepositoryService',
  962.             'import_export_log.repository' => 'getImportExportLog_RepositoryService',
  963.             'import_export_profile.repository' => 'getImportExportProfile_RepositoryService',
  964.             'import_export_profile_translation.repository' => 'getImportExportProfileTranslation_RepositoryService',
  965.             'integration.repository' => 'getIntegration_RepositoryService',
  966.             'integration_role.repository' => 'getIntegrationRole_RepositoryService',
  967.             'iron_holiday.filesystem.private' => 'getIronHoliday_Filesystem_PrivateService',
  968.             'iron_holiday.filesystem.public' => 'getIronHoliday_Filesystem_PublicService',
  969.             'klarna_payment.filesystem.private' => 'getKlarnaPayment_Filesystem_PrivateService',
  970.             'klarna_payment.filesystem.public' => 'getKlarnaPayment_Filesystem_PublicService',
  971.             'klarna_payment_request_log.repository' => 'getKlarnaPaymentRequestLog_RepositoryService',
  972.             'landing_page.repository' => 'getLandingPage_RepositoryService',
  973.             'landing_page_sales_channel.repository' => 'getLandingPageSalesChannel_RepositoryService',
  974.             'landing_page_tag.repository' => 'getLandingPageTag_RepositoryService',
  975.             'landing_page_translation.repository' => 'getLandingPageTranslation_RepositoryService',
  976.             'language.repository' => 'getLanguage_RepositoryService',
  977.             'locale.repository' => 'getLocale_RepositoryService',
  978.             'locale_translation.repository' => 'getLocaleTranslation_RepositoryService',
  979.             'log_entry.repository' => 'getLogEntry_RepositoryService',
  980.             'mail_header_footer.repository' => 'getMailHeaderFooter_RepositoryService',
  981.             'mail_header_footer_translation.repository' => 'getMailHeaderFooterTranslation_RepositoryService',
  982.             'mail_template.repository' => 'getMailTemplate_RepositoryService',
  983.             'mail_template_media.repository' => 'getMailTemplateMedia_RepositoryService',
  984.             'mail_template_translation.repository' => 'getMailTemplateTranslation_RepositoryService',
  985.             'mail_template_type.repository' => 'getMailTemplateType_RepositoryService',
  986.             'mail_template_type_translation.repository' => 'getMailTemplateTypeTranslation_RepositoryService',
  987.             'main_category.repository' => 'getMainCategory_RepositoryService',
  988.             'maintenance.filesystem.private' => 'getMaintenance_Filesystem_PrivateService',
  989.             'maintenance.filesystem.public' => 'getMaintenance_Filesystem_PublicService',
  990.             'media.repository' => 'getMedia_RepositoryService',
  991.             'media_default_folder.repository' => 'getMediaDefaultFolder_RepositoryService',
  992.             'media_folder.repository' => 'getMediaFolder_RepositoryService',
  993.             'media_folder_configuration.repository' => 'getMediaFolderConfiguration_RepositoryService',
  994.             'media_folder_configuration_media_thumbnail_size.repository' => 'getMediaFolderConfigurationMediaThumbnailSize_RepositoryService',
  995.             'media_tag.repository' => 'getMediaTag_RepositoryService',
  996.             'media_thumbnail.repository' => 'getMediaThumbnail_RepositoryService',
  997.             'media_thumbnail_size.repository' => 'getMediaThumbnailSize_RepositoryService',
  998.             'media_translation.repository' => 'getMediaTranslation_RepositoryService',
  999.             'message_queue_stats.repository' => 'getMessageQueueStats_RepositoryService',
  1000.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  1001.             'monolog.logger.business_events' => 'getMonolog_Logger_BusinessEventsService',
  1002.             'netzp_calendar6.filesystem.private' => 'getNetzpCalendar6_Filesystem_PrivateService',
  1003.             'netzp_calendar6.filesystem.public' => 'getNetzpCalendar6_Filesystem_PublicService',
  1004.             'netzp_events6.filesystem.private' => 'getNetzpEvents6_Filesystem_PrivateService',
  1005.             'netzp_events6.filesystem.public' => 'getNetzpEvents6_Filesystem_PublicService',
  1006.             'newsletter_recipient.repository' => 'getNewsletterRecipient_RepositoryService',
  1007.             'newsletter_recipient_tag.repository' => 'getNewsletterRecipientTag_RepositoryService',
  1008.             'notification.repository' => 'getNotification_RepositoryService',
  1009.             'number_range.repository' => 'getNumberRange_RepositoryService',
  1010.             'number_range_sales_channel.repository' => 'getNumberRangeSalesChannel_RepositoryService',
  1011.             'number_range_state.repository' => 'getNumberRangeState_RepositoryService',
  1012.             'number_range_translation.repository' => 'getNumberRangeTranslation_RepositoryService',
  1013.             'number_range_type.repository' => 'getNumberRangeType_RepositoryService',
  1014.             'number_range_type_translation.repository' => 'getNumberRangeTypeTranslation_RepositoryService',
  1015.             'order.repository' => 'getOrder_RepositoryService',
  1016.             'order_address.repository' => 'getOrderAddress_RepositoryService',
  1017.             'order_customer.repository' => 'getOrderCustomer_RepositoryService',
  1018.             'order_delivery.repository' => 'getOrderDelivery_RepositoryService',
  1019.             'order_delivery_position.repository' => 'getOrderDeliveryPosition_RepositoryService',
  1020.             'order_line_item.repository' => 'getOrderLineItem_RepositoryService',
  1021.             'order_line_item_download.repository' => 'getOrderLineItemDownload_RepositoryService',
  1022.             'order_tag.repository' => 'getOrderTag_RepositoryService',
  1023.             'order_transaction.repository' => 'getOrderTransaction_RepositoryService',
  1024.             'order_transaction_capture.repository' => 'getOrderTransactionCapture_RepositoryService',
  1025.             'order_transaction_capture_refund.repository' => 'getOrderTransactionCaptureRefund_RepositoryService',
  1026.             'order_transaction_capture_refund_position.repository' => 'getOrderTransactionCaptureRefundPosition_RepositoryService',
  1027.             'payment_method.repository' => 'getPaymentMethod_RepositoryService',
  1028.             'payment_method_translation.repository' => 'getPaymentMethodTranslation_RepositoryService',
  1029.             'plugin.repository' => 'getPlugin_RepositoryService',
  1030.             'plugin_translation.repository' => 'getPluginTranslation_RepositoryService',
  1031.             'product.repository' => 'getProduct_RepositoryService',
  1032.             'product_category.repository' => 'getProductCategory_RepositoryService',
  1033.             'product_category_tree.repository' => 'getProductCategoryTree_RepositoryService',
  1034.             'product_configurator_setting.repository' => 'getProductConfiguratorSetting_RepositoryService',
  1035.             'product_cross_selling.repository' => 'getProductCrossSelling_RepositoryService',
  1036.             'product_cross_selling_assigned_products.repository' => 'getProductCrossSellingAssignedProducts_RepositoryService',
  1037.             'product_cross_selling_translation.repository' => 'getProductCrossSellingTranslation_RepositoryService',
  1038.             'product_custom_field_set.repository' => 'getProductCustomFieldSet_RepositoryService',
  1039.             'product_download.repository' => 'getProductDownload_RepositoryService',
  1040.             'product_export.repository' => 'getProductExport_RepositoryService',
  1041.             'product_feature_set.repository' => 'getProductFeatureSet_RepositoryService',
  1042.             'product_feature_set_translation.repository' => 'getProductFeatureSetTranslation_RepositoryService',
  1043.             'product_keyword_dictionary.repository' => 'getProductKeywordDictionary_RepositoryService',
  1044.             'product_manufacturer.repository' => 'getProductManufacturer_RepositoryService',
  1045.             'product_manufacturer_translation.repository' => 'getProductManufacturerTranslation_RepositoryService',
  1046.             'product_media.repository' => 'getProductMedia_RepositoryService',
  1047.             'product_option.repository' => 'getProductOption_RepositoryService',
  1048.             'product_price.repository' => 'getProductPrice_RepositoryService',
  1049.             'product_property.repository' => 'getProductProperty_RepositoryService',
  1050.             'product_review.repository' => 'getProductReview_RepositoryService',
  1051.             'product_search_config.repository' => 'getProductSearchConfig_RepositoryService',
  1052.             'product_search_config_field.repository' => 'getProductSearchConfigField_RepositoryService',
  1053.             'product_search_keyword.repository' => 'getProductSearchKeyword_RepositoryService',
  1054.             'product_sorting.repository' => 'getProductSorting_RepositoryService',
  1055.             'product_sorting_translation.repository' => 'getProductSortingTranslation_RepositoryService',
  1056.             'product_stream.repository' => 'getProductStream_RepositoryService',
  1057.             'product_stream_filter.repository' => 'getProductStreamFilter_RepositoryService',
  1058.             'product_stream_mapping.repository' => 'getProductStreamMapping_RepositoryService',
  1059.             'product_stream_translation.repository' => 'getProductStreamTranslation_RepositoryService',
  1060.             'product_tag.repository' => 'getProductTag_RepositoryService',
  1061.             'product_translation.repository' => 'getProductTranslation_RepositoryService',
  1062.             'product_visibility.repository' => 'getProductVisibility_RepositoryService',
  1063.             'profiling.filesystem.private' => 'getProfiling_Filesystem_PrivateService',
  1064.             'profiling.filesystem.public' => 'getProfiling_Filesystem_PublicService',
  1065.             'promotion.repository' => 'getPromotion_RepositoryService',
  1066.             'promotion_cart_rule.repository' => 'getPromotionCartRule_RepositoryService',
  1067.             'promotion_discount.repository' => 'getPromotionDiscount_RepositoryService',
  1068.             'promotion_discount_prices.repository' => 'getPromotionDiscountPrices_RepositoryService',
  1069.             'promotion_discount_rule.repository' => 'getPromotionDiscountRule_RepositoryService',
  1070.             'promotion_individual_code.repository' => 'getPromotionIndividualCode_RepositoryService',
  1071.             'promotion_order_rule.repository' => 'getPromotionOrderRule_RepositoryService',
  1072.             'promotion_persona_customer.repository' => 'getPromotionPersonaCustomer_RepositoryService',
  1073.             'promotion_persona_rule.repository' => 'getPromotionPersonaRule_RepositoryService',
  1074.             'promotion_sales_channel.repository' => 'getPromotionSalesChannel_RepositoryService',
  1075.             'promotion_setgroup.repository' => 'getPromotionSetgroup_RepositoryService',
  1076.             'promotion_setgroup_rule.repository' => 'getPromotionSetgroupRule_RepositoryService',
  1077.             'promotion_translation.repository' => 'getPromotionTranslation_RepositoryService',
  1078.             'property_group.repository' => 'getPropertyGroup_RepositoryService',
  1079.             'property_group_option.repository' => 'getPropertyGroupOption_RepositoryService',
  1080.             'property_group_option_translation.repository' => 'getPropertyGroupOptionTranslation_RepositoryService',
  1081.             'property_group_translation.repository' => 'getPropertyGroupTranslation_RepositoryService',
  1082.             'request_stack' => 'getRequestStackService',
  1083.             'router' => 'getRouterService',
  1084.             'routing.loader' => 'getRouting_LoaderService',
  1085.             'rule.repository' => 'getRule_RepositoryService',
  1086.             'rule_condition.repository' => 'getRuleCondition_RepositoryService',
  1087.             'rule_tag.repository' => 'getRuleTag_RepositoryService',
  1088.             's_plugin_netzp_calendars.repository' => 'getSPluginNetzpCalendars_RepositoryService',
  1089.             's_plugin_netzp_calendars_items.repository' => 'getSPluginNetzpCalendarsItems_RepositoryService',
  1090.             's_plugin_netzp_calendars_items_translation.repository' => 'getSPluginNetzpCalendarsItemsTranslation_RepositoryService',
  1091.             's_plugin_netzp_calendars_translation.repository' => 'getSPluginNetzpCalendarsTranslation_RepositoryService',
  1092.             's_plugin_netzp_events.repository' => 'getSPluginNetzpEvents_RepositoryService',
  1093.             's_plugin_netzp_events_categories.repository' => 'getSPluginNetzpEventsCategories_RepositoryService',
  1094.             's_plugin_netzp_events_categories_translation.repository' => 'getSPluginNetzpEventsCategoriesTranslation_RepositoryService',
  1095.             's_plugin_netzp_events_participants.repository' => 'getSPluginNetzpEventsParticipants_RepositoryService',
  1096.             's_plugin_netzp_events_slots.repository' => 'getSPluginNetzpEventsSlots_RepositoryService',
  1097.             's_plugin_netzp_events_slots_translation.repository' => 'getSPluginNetzpEventsSlotsTranslation_RepositoryService',
  1098.             's_plugin_netzp_events_translation.repository' => 'getSPluginNetzpEventsTranslation_RepositoryService',
  1099.             'sales_channel.category.repository' => 'getSalesChannel_Category_RepositoryService',
  1100.             'sales_channel.country.repository' => 'getSalesChannel_Country_RepositoryService',
  1101.             'sales_channel.country_state.repository' => 'getSalesChannel_CountryState_RepositoryService',
  1102.             'sales_channel.currency.repository' => 'getSalesChannel_Currency_RepositoryService',
  1103.             'sales_channel.landing_page.repository' => 'getSalesChannel_LandingPage_RepositoryService',
  1104.             'sales_channel.language.repository' => 'getSalesChannel_Language_RepositoryService',
  1105.             'sales_channel.main_category.repository' => 'getSalesChannel_MainCategory_RepositoryService',
  1106.             'sales_channel.newsletter_recipient.repository' => 'getSalesChannel_NewsletterRecipient_RepositoryService',
  1107.             'sales_channel.payment_method.repository' => 'getSalesChannel_PaymentMethod_RepositoryService',
  1108.             'sales_channel.product.repository' => 'getSalesChannel_Product_RepositoryService',
  1109.             'sales_channel.repository' => 'getSalesChannel_RepositoryService',
  1110.             'sales_channel.salutation.repository' => 'getSalesChannel_Salutation_RepositoryService',
  1111.             'sales_channel.seo_url.repository' => 'getSalesChannel_SeoUrl_RepositoryService',
  1112.             'sales_channel.shipping_method.repository' => 'getSalesChannel_ShippingMethod_RepositoryService',
  1113.             'sales_channel.swag_customized_products_template.repository' => 'getSalesChannel_SwagCustomizedProductsTemplate_RepositoryService',
  1114.             'sales_channel.swag_customized_products_template_configuration.repository' => 'getSalesChannel_SwagCustomizedProductsTemplateConfiguration_RepositoryService',
  1115.             'sales_channel.swag_customized_products_template_option.repository' => 'getSalesChannel_SwagCustomizedProductsTemplateOption_RepositoryService',
  1116.             'sales_channel.swag_customized_products_template_option_value.repository' => 'getSalesChannel_SwagCustomizedProductsTemplateOptionValue_RepositoryService',
  1117.             'sales_channel_analytics.repository' => 'getSalesChannelAnalytics_RepositoryService',
  1118.             'sales_channel_country.repository' => 'getSalesChannelCountry_RepositoryService',
  1119.             'sales_channel_currency.repository' => 'getSalesChannelCurrency_RepositoryService',
  1120.             'sales_channel_definition.Acris\\ProductCustomerGroup\\Custom\\ProductCustomerGroupDefinition' => 'getProductCustomerGroupDefinition2Service',
  1121.             'sales_channel_definition.Acris\\ProductVideo\\Custom\\Aggregate\\ProductVideoTranslation\\ProductVideoTranslationDefinition' => 'getProductVideoTranslationDefinition2Service',
  1122.             'sales_channel_definition.Acris\\ProductVideo\\Custom\\ProductVideoDefinition' => 'getProductVideoDefinition2Service',
  1123.             'sales_channel_definition.Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\CategoryImpressionsDefinition' => 'getCategoryImpressionsDefinition2Service',
  1124.             'sales_channel_definition.Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\ConfigDefinition' => 'getConfigDefinition2Service',
  1125.             'sales_channel_definition.Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\GroupDefinition' => 'getGroupDefinition2Service',
  1126.             'sales_channel_definition.Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\ManufacturerImpressionsDefinition' => 'getManufacturerImpressionsDefinition2Service',
  1127.             'sales_channel_definition.Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\PoolDefinition' => 'getPoolDefinition2Service',
  1128.             'sales_channel_definition.Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\ProductImpressionsDefinition' => 'getProductImpressionsDefinition2Service',
  1129.             'sales_channel_definition.Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\RefererDefinition' => 'getRefererDefinition2Service',
  1130.             'sales_channel_definition.Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\SearchResultDefinition' => 'getSearchResultDefinition2Service',
  1131.             'sales_channel_definition.Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\VisitorsDefinition' => 'getVisitorsDefinition2Service',
  1132.             'sales_channel_definition.KlarnaPayment\\Components\\DataAbstractionLayer\\Entity\\RequestLog\\RequestLogDefinition' => 'getRequestLogDefinition2Service',
  1133.             'sales_channel_definition.NetzpCalendar6\\Core\\Content\\Aggregate\\CalendarTranslation\\CalendarTranslationDefinition' => 'getCalendarTranslationDefinition2Service',
  1134.             'sales_channel_definition.NetzpCalendar6\\Core\\Content\\Aggregate\\ItemTranslation\\ItemTranslationDefinition' => 'getItemTranslationDefinition2Service',
  1135.             'sales_channel_definition.NetzpCalendar6\\Core\\Content\\Calendar\\CalendarDefinition' => 'getCalendarDefinition2Service',
  1136.             'sales_channel_definition.NetzpCalendar6\\Core\\Content\\Item\\ItemDefinition' => 'getItemDefinition2Service',
  1137.             'sales_channel_definition.NetzpEvents6\\Core\\Content\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition' => 'getCategoryTranslationDefinition3Service',
  1138.             'sales_channel_definition.NetzpEvents6\\Core\\Content\\Aggregate\\EventTranslation\\EventTranslationDefinition' => 'getEventTranslationDefinition2Service',
  1139.             'sales_channel_definition.NetzpEvents6\\Core\\Content\\Aggregate\\SlotTranslation\\SlotTranslationDefinition' => 'getSlotTranslationDefinition2Service',
  1140.             'sales_channel_definition.NetzpEvents6\\Core\\Content\\Category\\CategoryDefinition' => 'getCategoryDefinition3Service',
  1141.             'sales_channel_definition.NetzpEvents6\\Core\\Content\\Event\\EventDefinition' => 'getEventDefinition2Service',
  1142.             'sales_channel_definition.NetzpEvents6\\Core\\Content\\Participant\\ParticipantDefinition' => 'getParticipantDefinition2Service',
  1143.             'sales_channel_definition.NetzpEvents6\\Core\\Content\\Slot\\SlotDefinition' => 'getSlotDefinition2Service',
  1144.             'sales_channel_definition.Sas\\BlogModule\\Content\\BlogAuthor\\BlogAuthorDefinition' => 'getBlogAuthorDefinition2Service',
  1145.             'sales_channel_definition.Sas\\BlogModule\\Content\\BlogAuthor\\BlogAuthorTranslation\\BlogAuthorTranslationDefinition' => 'getBlogAuthorTranslationDefinition2Service',
  1146.             'sales_channel_definition.Sas\\BlogModule\\Content\\BlogCategory\\BlogCategoryDefinition' => 'getBlogCategoryDefinition2Service',
  1147.             'sales_channel_definition.Sas\\BlogModule\\Content\\BlogCategory\\BlogCategoryTranslation\\BlogCategoryTranslationDefinition' => 'getBlogCategoryTranslationDefinition2Service',
  1148.             'sales_channel_definition.Sas\\BlogModule\\Content\\Blog\\Aggregate\\BlogCategoryMappingDefinition' => 'getBlogCategoryMappingDefinition2Service',
  1149.             'sales_channel_definition.Sas\\BlogModule\\Content\\Blog\\BlogEntriesDefinition' => 'getBlogEntriesDefinition2Service',
  1150.             'sales_channel_definition.Sas\\BlogModule\\Content\\Blog\\BlogEntriesTranslation\\BlogEntriesTranslationDefinition' => 'getBlogEntriesTranslationDefinition2Service',
  1151.             'sales_channel_definition.Sendcloud\\Shipping\\Entity\\Process\\ProcessEntityDefinition' => 'getProcessEntityDefinition2Service',
  1152.             'sales_channel_definition.Sendcloud\\Shipping\\Entity\\Queue\\QueueEntityDefinition' => 'getQueueEntityDefinition2Service',
  1153.             'sales_channel_definition.Sendcloud\\Shipping\\Entity\\ServicePoint\\ServicePointEntityDefinition' => 'getServicePointEntityDefinition2Service',
  1154.             'sales_channel_definition.Sendcloud\\Shipping\\Entity\\Shipment\\ShipmentEntityDefinition' => 'getShipmentEntityDefinition2Service',
  1155.             'sales_channel_definition.She\\TinyMce\\Database\\TinyConfigDefinition' => 'getTinyConfigDefinition2Service',
  1156.             'sales_channel_definition.She\\TinyMce\\Database\\TinyTemplateDefinition' => 'getTinyTemplateDefinition2Service',
  1157.             'sales_channel_definition.Shopware\\Administration\\Notification\\NotificationDefinition' => 'getNotificationDefinition2Service',
  1158.             'sales_channel_definition.Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition' => 'getAppAdministrationSnippetDefinition2Service',
  1159.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition' => 'getCustomerAddressDefinition2Service',
  1160.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition' => 'getCustomerGroupRegistrationSalesChannelDefinition2Service',
  1161.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition' => 'getCustomerGroupTranslationDefinition2Service',
  1162.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition' => 'getCustomerGroupDefinition2Service',
  1163.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition' => 'getCustomerRecoveryDefinition2Service',
  1164.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition' => 'getCustomerTagDefinition2Service',
  1165.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition' => 'getCustomerWishlistProductDefinition2Service',
  1166.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition' => 'getCustomerWishlistDefinition2Service',
  1167.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\CustomerDefinition' => 'getCustomerDefinition2Service',
  1168.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition' => 'getDocumentBaseConfigSalesChannelDefinition2Service',
  1169.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition' => 'getDocumentBaseConfigDefinition2Service',
  1170.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition' => 'getDocumentTypeTranslationDefinition2Service',
  1171.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition' => 'getDocumentTypeDefinition2Service',
  1172.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\DocumentDefinition' => 'getDocumentDefinition2Service',
  1173.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition' => 'getOrderAddressDefinition2Service',
  1174.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition' => 'getOrderCustomerDefinition2Service',
  1175.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition' => 'getOrderDeliveryPositionDefinition2Service',
  1176.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition' => 'getOrderDeliveryDefinition2Service',
  1177.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItemDownload\\OrderLineItemDownloadDefinition' => 'getOrderLineItemDownloadDefinition2Service',
  1178.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition' => 'getOrderLineItemDefinition2Service',
  1179.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition' => 'getOrderTagDefinition2Service',
  1180.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition' => 'getOrderTransactionCaptureRefundPositionDefinition2Service',
  1181.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition' => 'getOrderTransactionCaptureRefundDefinition2Service',
  1182.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition' => 'getOrderTransactionCaptureDefinition2Service',
  1183.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition' => 'getOrderTransactionDefinition2Service',
  1184.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\OrderDefinition' => 'getOrderDefinition2Service',
  1185.             'sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition' => 'getPaymentMethodTranslationDefinition2Service',
  1186.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition' => 'getPromotionCartRuleDefinition2Service',
  1187.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition' => 'getPromotionDiscountPriceDefinition2Service',
  1188.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition' => 'getPromotionDiscountRuleDefinition2Service',
  1189.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition' => 'getPromotionDiscountDefinition2Service',
  1190.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition' => 'getPromotionIndividualCodeDefinition2Service',
  1191.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition' => 'getPromotionOrderRuleDefinition2Service',
  1192.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition' => 'getPromotionPersonaCustomerDefinition2Service',
  1193.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition' => 'getPromotionPersonaRuleDefinition2Service',
  1194.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition' => 'getPromotionSalesChannelDefinition2Service',
  1195.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition' => 'getPromotionSetGroupRuleDefinition2Service',
  1196.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition' => 'getPromotionSetGroupDefinition2Service',
  1197.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition' => 'getPromotionTranslationDefinition2Service',
  1198.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition' => 'getPromotionDefinition2Service',
  1199.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition' => 'getShippingMethodPriceDefinition2Service',
  1200.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition' => 'getShippingMethodTagDefinition2Service',
  1201.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition' => 'getShippingMethodTranslationDefinition2Service',
  1202.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition' => 'getCategoryTagDefinition2Service',
  1203.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition' => 'getCategoryTranslationDefinition4Service',
  1204.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition' => 'getCmsBlockDefinition2Service',
  1205.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition' => 'getCmsPageTranslationDefinition2Service',
  1206.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition' => 'getCmsSectionDefinition2Service',
  1207.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition' => 'getCmsSlotTranslationDefinition2Service',
  1208.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition' => 'getCmsSlotDefinition2Service',
  1209.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\CmsPageDefinition' => 'getCmsPageDefinition2Service',
  1210.             'sales_channel_definition.Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition' => 'getFlowSequenceDefinition2Service',
  1211.             'sales_channel_definition.Shopware\\Core\\Content\\Flow\\Aggregate\\FlowTemplate\\FlowTemplateDefinition' => 'getFlowTemplateDefinition2Service',
  1212.             'sales_channel_definition.Shopware\\Core\\Content\\Flow\\FlowDefinition' => 'getFlowDefinition2Service',
  1213.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition' => 'getImportExportFileDefinition2Service',
  1214.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition' => 'getImportExportLogDefinition2Service',
  1215.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition' => 'getImportExportProfileDefinition2Service',
  1216.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition' => 'getImportExportProfileTranslationDefinition2Service',
  1217.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition' => 'getLandingPageSalesChannelDefinition2Service',
  1218.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition' => 'getLandingPageTagDefinition2Service',
  1219.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition' => 'getLandingPageTranslationDefinition2Service',
  1220.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition' => 'getMailHeaderFooterTranslationDefinition2Service',
  1221.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition' => 'getMailHeaderFooterDefinition2Service',
  1222.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition' => 'getMailTemplateMediaDefinition2Service',
  1223.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition' => 'getMailTemplateTranslationDefinition2Service',
  1224.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition' => 'getMailTemplateTypeTranslationDefinition2Service',
  1225.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition' => 'getMailTemplateTypeDefinition2Service',
  1226.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition' => 'getMailTemplateDefinition2Service',
  1227.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition' => 'getMediaDefaultFolderDefinition2Service',
  1228.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition' => 'getMediaFolderConfigurationMediaThumbnailSizeDefinition2Service',
  1229.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition' => 'getMediaFolderConfigurationDefinition2Service',
  1230.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition' => 'getMediaFolderDefinition2Service',
  1231.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition' => 'getMediaTagDefinition2Service',
  1232.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition' => 'getMediaThumbnailSizeDefinition2Service',
  1233.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition' => 'getMediaThumbnailDefinition2Service',
  1234.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition' => 'getMediaTranslationDefinition2Service',
  1235.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\MediaDefinition' => 'getMediaDefinition2Service',
  1236.             'sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition' => 'getNewsletterRecipientTagDefinition2Service',
  1237.             'sales_channel_definition.Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition' => 'getProductExportDefinition2Service',
  1238.             'sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition' => 'getProductStreamFilterDefinition2Service',
  1239.             'sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition' => 'getProductStreamTranslationDefinition2Service',
  1240.             'sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition' => 'getProductStreamDefinition2Service',
  1241.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition' => 'getProductCategoryTreeDefinition2Service',
  1242.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition' => 'getProductCategoryDefinition2Service',
  1243.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition' => 'getProductConfiguratorSettingDefinition2Service',
  1244.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition' => 'getProductCrossSellingAssignedProductsDefinition2Service',
  1245.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition' => 'getProductCrossSellingTranslationDefinition2Service',
  1246.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition' => 'getProductCrossSellingDefinitionService',
  1247.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition' => 'getProductCustomFieldSetDefinition2Service',
  1248.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductDownload\\ProductDownloadDefinition' => 'getProductDownloadDefinition2Service',
  1249.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition' => 'getProductFeatureSetTranslationDefinition2Service',
  1250.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition' => 'getProductFeatureSetDefinition2Service',
  1251.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition' => 'getProductKeywordDictionaryDefinition2Service',
  1252.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition' => 'getProductManufacturerTranslationDefinition2Service',
  1253.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition' => 'getProductManufacturerDefinition2Service',
  1254.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition' => 'getProductMediaDefinition2Service',
  1255.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition' => 'getProductOptionDefinition2Service',
  1256.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition' => 'getProductPriceDefinition2Service',
  1257.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition' => 'getProductPropertyDefinition2Service',
  1258.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition' => 'getProductReviewDefinition2Service',
  1259.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition' => 'getProductSearchConfigFieldDefinition2Service',
  1260.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition' => 'getProductSearchConfigDefinition2Service',
  1261.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition' => 'getProductSearchKeywordDefinition2Service',
  1262.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition' => 'getProductStreamMappingDefinition2Service',
  1263.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition' => 'getProductTagDefinition2Service',
  1264.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition' => 'getProductTranslationDefinition2Service',
  1265.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition' => 'getProductVisibilityDefinition2Service',
  1266.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition' => 'getProductSortingDefinition2Service',
  1267.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition' => 'getProductSortingTranslationDefinition2Service',
  1268.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition' => 'getPropertyGroupOptionTranslationDefinition2Service',
  1269.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition' => 'getPropertyGroupOptionDefinition2Service',
  1270.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition' => 'getPropertyGroupTranslationDefinition2Service',
  1271.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\PropertyGroupDefinition' => 'getPropertyGroupDefinition2Service',
  1272.             'sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition' => 'getRuleConditionDefinition2Service',
  1273.             'sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition' => 'getRuleTagDefinition2Service',
  1274.             'sales_channel_definition.Shopware\\Core\\Content\\Rule\\RuleDefinition' => 'getRuleDefinition2Service',
  1275.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition' => 'getSeoUrlTemplateDefinition2Service',
  1276.             'sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition' => 'getAclRoleDefinition2Service',
  1277.             'sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition' => 'getAclUserRoleDefinition2Service',
  1278.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition' => 'getActionButtonTranslationDefinition2Service',
  1279.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition' => 'getActionButtonDefinition2Service',
  1280.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition' => 'getAppPaymentMethodDefinition2Service',
  1281.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition' => 'getAppScriptConditionTranslationDefinition2Service',
  1282.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition' => 'getAppScriptConditionDefinition2Service',
  1283.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition' => 'getAppTranslationDefinition2Service',
  1284.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition' => 'getAppCmsBlockTranslationDefinition2Service',
  1285.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition' => 'getAppCmsBlockDefinition2Service',
  1286.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition' => 'getAppFlowActionTranslationDefinition2Service',
  1287.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition' => 'getAppFlowActionDefinition2Service',
  1288.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\AppDefinition' => 'getAppDefinition2Service',
  1289.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition' => 'getTemplateDefinition3Service',
  1290.             'sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition' => 'getVersionCommitDataDefinition2Service',
  1291.             'sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition' => 'getVersionCommitDefinition2Service',
  1292.             'sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition' => 'getVersionDefinition2Service',
  1293.             'sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition' => 'getEventActionRuleDefinition2Service',
  1294.             'sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition' => 'getEventActionSalesChannelDefinition2Service',
  1295.             'sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition' => 'getEventActionDefinition2Service',
  1296.             'sales_channel_definition.Shopware\\Core\\Framework\\Log\\LogEntryDefinition' => 'getLogEntryDefinition2Service',
  1297.             'sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition' => 'getDeadMessageDefinition2Service',
  1298.             'sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition' => 'getMessageQueueStatsDefinition2Service',
  1299.             'sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition' => 'getScheduledTaskDefinition2Service',
  1300.             'sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition' => 'getPluginTranslationDefinition2Service',
  1301.             'sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\PluginDefinition' => 'getPluginDefinition2Service',
  1302.             'sales_channel_definition.Shopware\\Core\\Framework\\Script\\ScriptDefinition' => 'getScriptDefinition2Service',
  1303.             'sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition' => 'getWebhookEventLogDefinition2Service',
  1304.             'sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\WebhookDefinition' => 'getWebhookDefinition2Service',
  1305.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition' => 'getCountryStateTranslationDefinition2Service',
  1306.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition' => 'getCountryTranslationDefinition2Service',
  1307.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition' => 'getCurrencyCountryRoundingDefinition2Service',
  1308.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition' => 'getCurrencyTranslationDefinition2Service',
  1309.             'sales_channel_definition.Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition' => 'getCustomEntityDefinition2Service',
  1310.             'sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition' => 'getCustomFieldSetRelationDefinition2Service',
  1311.             'sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition' => 'getCustomFieldSetDefinition2Service',
  1312.             'sales_channel_definition.Shopware\\Core\\System\\CustomField\\CustomFieldDefinition' => 'getCustomFieldDefinition2Service',
  1313.             'sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition' => 'getDeliveryTimeTranslationDefinition2Service',
  1314.             'sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition' => 'getDeliveryTimeDefinition2Service',
  1315.             'sales_channel_definition.Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition' => 'getIntegrationRoleDefinition2Service',
  1316.             'sales_channel_definition.Shopware\\Core\\System\\Integration\\IntegrationDefinition' => 'getIntegrationDefinition2Service',
  1317.             'sales_channel_definition.Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition' => 'getLocaleTranslationDefinition2Service',
  1318.             'sales_channel_definition.Shopware\\Core\\System\\Locale\\LocaleDefinition' => 'getLocaleDefinition2Service',
  1319.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition' => 'getNumberRangeSalesChannelDefinition2Service',
  1320.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition' => 'getNumberRangeStateDefinition2Service',
  1321.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition' => 'getNumberRangeTranslationDefinition2Service',
  1322.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition' => 'getNumberRangeTypeTranslationDefinition2Service',
  1323.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition' => 'getNumberRangeTypeDefinition2Service',
  1324.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition' => 'getNumberRangeDefinition2Service',
  1325.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition' => 'getSalesChannelAnalyticsDefinition2Service',
  1326.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition' => 'getSalesChannelCountryDefinition3Service',
  1327.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition' => 'getSalesChannelCurrencyDefinition3Service',
  1328.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition' => 'getSalesChannelDomainDefinition2Service',
  1329.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition' => 'getSalesChannelLanguageDefinition3Service',
  1330.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition' => 'getSalesChannelPaymentMethodDefinition3Service',
  1331.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition' => 'getSalesChannelShippingMethodDefinition3Service',
  1332.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition' => 'getSalesChannelTranslationDefinition2Service',
  1333.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition' => 'getSalesChannelTypeTranslationDefinition2Service',
  1334.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition' => 'getSalesChannelTypeDefinition2Service',
  1335.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition' => 'getSalesChannelDefinition2Service',
  1336.             'sales_channel_definition.Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition' => 'getSalutationTranslationDefinition2Service',
  1337.             'sales_channel_definition.Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition' => 'getSnippetSetDefinition2Service',
  1338.             'sales_channel_definition.Shopware\\Core\\System\\Snippet\\SnippetDefinition' => 'getSnippetDefinition2Service',
  1339.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition' => 'getStateMachineHistoryDefinition2Service',
  1340.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition' => 'getStateMachineStateDefinition2Service',
  1341.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition' => 'getStateMachineStateTranslationDefinition2Service',
  1342.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition' => 'getStateMachineTransitionDefinition2Service',
  1343.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineDefinition' => 'getStateMachineDefinition2Service',
  1344.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition' => 'getStateMachineTranslationDefinition2Service',
  1345.             'sales_channel_definition.Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition' => 'getSystemConfigDefinition2Service',
  1346.             'sales_channel_definition.Shopware\\Core\\System\\Tag\\TagDefinition' => 'getTagDefinition2Service',
  1347.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition' => 'getTaxRuleTypeTranslationDefinition2Service',
  1348.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition' => 'getTaxRuleTypeDefinition2Service',
  1349.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition' => 'getTaxRuleDefinition2Service',
  1350.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\TaxDefinition' => 'getTaxDefinition2Service',
  1351.             'sales_channel_definition.Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition' => 'getUnitTranslationDefinition2Service',
  1352.             'sales_channel_definition.Shopware\\Core\\System\\Unit\\UnitDefinition' => 'getUnitDefinition2Service',
  1353.             'sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition' => 'getUserAccessKeyDefinition2Service',
  1354.             'sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition' => 'getUserConfigDefinition2Service',
  1355.             'sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition' => 'getUserRecoveryDefinition2Service',
  1356.             'sales_channel_definition.Shopware\\Core\\System\\User\\UserDefinition' => 'getUserDefinition2Service',
  1357.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition' => 'getThemeChildDefinition2Service',
  1358.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition' => 'getThemeMediaDefinition2Service',
  1359.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition' => 'getThemeSalesChannelDefinition2Service',
  1360.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition' => 'getThemeTranslationDefinition2Service',
  1361.             'sales_channel_definition.Shopware\\Storefront\\Theme\\ThemeDefinition' => 'getThemeDefinition2Service',
  1362.             'sales_channel_definition.SwagMigrationAssistant\\Migration\\Connection\\SwagMigrationConnectionDefinition' => 'getSwagMigrationConnectionDefinition2Service',
  1363.             'sales_channel_definition.SwagMigrationAssistant\\Migration\\Data\\SwagMigrationDataDefinition' => 'getSwagMigrationDataDefinition2Service',
  1364.             'sales_channel_definition.SwagMigrationAssistant\\Migration\\Logging\\SwagMigrationLoggingDefinition' => 'getSwagMigrationLoggingDefinition2Service',
  1365.             'sales_channel_definition.SwagMigrationAssistant\\Migration\\Mapping\\SwagMigrationMappingDefinition' => 'getSwagMigrationMappingDefinition2Service',
  1366.             'sales_channel_definition.SwagMigrationAssistant\\Migration\\Media\\SwagMigrationMediaFileDefinition' => 'getSwagMigrationMediaFileDefinition2Service',
  1367.             'sales_channel_definition.SwagMigrationAssistant\\Migration\\Run\\SwagMigrationRunDefinition' => 'getSwagMigrationRunDefinition2Service',
  1368.             'sales_channel_definition.SwagMigrationAssistant\\Migration\\Setting\\GeneralSettingDefinition' => 'getGeneralSettingDefinition2Service',
  1369.             'sales_channel_definition.Swag\\CmsExtensions\\BlockRule\\BlockRuleDefinition' => 'getBlockRuleDefinition2Service',
  1370.             'sales_channel_definition.Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupFieldTranslation\\FormGroupFieldTranslationDefinition' => 'getFormGroupFieldTranslationDefinition2Service',
  1371.             'sales_channel_definition.Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupField\\FormGroupFieldDefinition' => 'getFormGroupFieldDefinition2Service',
  1372.             'sales_channel_definition.Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupTranslation\\FormGroupTranslationDefinition' => 'getFormGroupTranslationDefinition2Service',
  1373.             'sales_channel_definition.Swag\\CmsExtensions\\Form\\Aggregate\\FormGroup\\FormGroupDefinition' => 'getFormGroupDefinition2Service',
  1374.             'sales_channel_definition.Swag\\CmsExtensions\\Form\\Aggregate\\FormTranslation\\FormTranslationDefinition' => 'getFormTranslationDefinition2Service',
  1375.             'sales_channel_definition.Swag\\CmsExtensions\\Form\\FormDefinition' => 'getFormDefinition2Service',
  1376.             'sales_channel_definition.Swag\\CmsExtensions\\Quickview\\QuickviewDefinition' => 'getQuickviewDefinition2Service',
  1377.             'sales_channel_definition.Swag\\CmsExtensions\\ScrollNavigation\\Aggregate\\ScrollNavigationPageSettings\\ScrollNavigationPageSettingsDefinition' => 'getScrollNavigationPageSettingsDefinition2Service',
  1378.             'sales_channel_definition.Swag\\CmsExtensions\\ScrollNavigation\\Aggregate\\ScrollNavigationTranslation\\ScrollNavigationTranslationDefinition' => 'getScrollNavigationTranslationDefinition2Service',
  1379.             'sales_channel_definition.Swag\\CmsExtensions\\ScrollNavigation\\ScrollNavigationDefinition' => 'getScrollNavigationDefinition2Service',
  1380.             'sales_channel_definition.Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateConfiguration\\Aggregate\\TemplateConfigurationShareDefinition' => 'getTemplateConfigurationShareDefinition2Service',
  1381.             'sales_channel_definition.Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateExclusionConditionValues\\TemplateExclusionConditionValuesDefinition' => 'getTemplateExclusionConditionValuesDefinition2Service',
  1382.             'sales_channel_definition.Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateExclusionCondition\\TemplateExclusionConditionDefinition' => 'getTemplateExclusionConditionDefinition2Service',
  1383.             'sales_channel_definition.Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateExclusionOperatorTranslation\\TemplateExclusionOperatorTranslationDefinition' => 'getTemplateExclusionOperatorTranslationDefinition2Service',
  1384.             'sales_channel_definition.Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateExclusionOperator\\TemplateExclusionOperatorDefinition' => 'getTemplateExclusionOperatorDefinition2Service',
  1385.             'sales_channel_definition.Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateExclusion\\TemplateExclusionDefinition' => 'getTemplateExclusionDefinition2Service',
  1386.             'sales_channel_definition.Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionPrice\\TemplateOptionPriceDefinition' => 'getTemplateOptionPriceDefinition2Service',
  1387.             'sales_channel_definition.Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionTranslation\\TemplateOptionTranslationDefinition' => 'getTemplateOptionTranslationDefinition2Service',
  1388.             'sales_channel_definition.Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionValuePrice\\TemplateOptionValuePriceDefinition' => 'getTemplateOptionValuePriceDefinition2Service',
  1389.             'sales_channel_definition.Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionValueTranslation\\TemplateOptionValueTranslationDefinition' => 'getTemplateOptionValueTranslationDefinition2Service',
  1390.             'sales_channel_definition.Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateTranslation\\TemplateTranslationDefinition' => 'getTemplateTranslationDefinition2Service',
  1391.             'sales_channel_definition.Swag\\Markets\\Entity\\CategoryMapping\\CategoryMappingDefinition' => 'getCategoryMappingDefinition2Service',
  1392.             'sales_channel_definition.Swag\\Markets\\Entity\\Config\\SwagMarketsConfigurationEntityDefinition' => 'getSwagMarketsConfigurationEntityDefinition2Service',
  1393.             'sales_channel_definition.Swag\\Markets\\Entity\\Marketplace\\Aggregate\\MarketplaceSalesChannel\\MarketplaceSalesChannelDefinition' => 'getMarketplaceSalesChannelDefinition2Service',
  1394.             'sales_channel_definition.Swag\\Markets\\Entity\\Marketplace\\Aggregate\\MarketplaceSettings\\MarketplaceSettingsDefinition' => 'getMarketplaceSettingsDefinition2Service',
  1395.             'sales_channel_definition.Swag\\Markets\\Entity\\Marketplace\\MarketplaceDefinition' => 'getMarketplaceDefinition2Service',
  1396.             'sales_channel_definition.Swag\\Markets\\Entity\\ProductToDelete\\SwagMarketsProductToDeleteEntityDefinition' => 'getSwagMarketsProductToDeleteEntityDefinition2Service',
  1397.             'sales_channel_definition.Swag\\Markets\\Entity\\Support\\SupportDefinition' => 'getSupportDefinition2Service',
  1398.             'sales_channel_definition.Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelDefinition' => 'getPosSalesChannelDefinition2Service',
  1399.             'sales_channel_definition.Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelInventoryDefinition' => 'getPosSalesChannelInventoryDefinition2Service',
  1400.             'sales_channel_definition.Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelMediaDefinition' => 'getPosSalesChannelMediaDefinition2Service',
  1401.             'sales_channel_definition.Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelProductDefinition' => 'getPosSalesChannelProductDefinition2Service',
  1402.             'sales_channel_definition.Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelRunDefinition' => 'getPosSalesChannelRunDefinition2Service',
  1403.             'sales_channel_definition.Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelRunLogDefinition' => 'getPosSalesChannelRunLogDefinition2Service',
  1404.             'sales_channel_definition.Wbm\\TagManagerEcomm\\Core\\Content\\Module\\ModuleDefinition' => 'getModuleDefinition2Service',
  1405.             'sales_channel_definition.Wbm\\TagManagerEcomm\\Core\\Content\\Property\\PropertyDefinition' => 'getPropertyDefinition2Service',
  1406.             'sales_channel_domain.repository' => 'getSalesChannelDomain_RepositoryService',
  1407.             'sales_channel_language.repository' => 'getSalesChannelLanguage_RepositoryService',
  1408.             'sales_channel_payment_method.repository' => 'getSalesChannelPaymentMethod_RepositoryService',
  1409.             'sales_channel_shipping_method.repository' => 'getSalesChannelShippingMethod_RepositoryService',
  1410.             'sales_channel_translation.repository' => 'getSalesChannelTranslation_RepositoryService',
  1411.             'sales_channel_type.repository' => 'getSalesChannelType_RepositoryService',
  1412.             'sales_channel_type_translation.repository' => 'getSalesChannelTypeTranslation_RepositoryService',
  1413.             'salutation.repository' => 'getSalutation_RepositoryService',
  1414.             'salutation_translation.repository' => 'getSalutationTranslation_RepositoryService',
  1415.             'sas_blog_author.repository' => 'getSasBlogAuthor_RepositoryService',
  1416.             'sas_blog_author_translation.repository' => 'getSasBlogAuthorTranslation_RepositoryService',
  1417.             'sas_blog_blog_category.repository' => 'getSasBlogBlogCategory_RepositoryService',
  1418.             'sas_blog_category.repository' => 'getSasBlogCategory_RepositoryService',
  1419.             'sas_blog_category_translation.repository' => 'getSasBlogCategoryTranslation_RepositoryService',
  1420.             'sas_blog_entries.repository' => 'getSasBlogEntries_RepositoryService',
  1421.             'sas_blog_entries_translation.repository' => 'getSasBlogEntriesTranslation_RepositoryService',
  1422.             'sas_blog_module.filesystem.private' => 'getSasBlogModule_Filesystem_PrivateService',
  1423.             'sas_blog_module.filesystem.public' => 'getSasBlogModule_Filesystem_PublicService',
  1424.             'scheduled_task.repository' => 'getScheduledTask_RepositoryService',
  1425.             'script.repository' => 'getScript_RepositoryService',
  1426.             'sendcloud_processes.repository' => 'getSendcloudProcesses_RepositoryService',
  1427.             'sendcloud_queues.repository' => 'getSendcloudQueues_RepositoryService',
  1428.             'sendcloud_servicepoints.repository' => 'getSendcloudServicepoints_RepositoryService',
  1429.             'sendcloud_shipments.repository' => 'getSendcloudShipments_RepositoryService',
  1430.             'sendcloud_shipping.filesystem.private' => 'getSendcloudShipping_Filesystem_PrivateService',
  1431.             'sendcloud_shipping.filesystem.public' => 'getSendcloudShipping_Filesystem_PublicService',
  1432.             'seo_url.repository' => 'getSeoUrl_RepositoryService',
  1433.             'seo_url_template.repository' => 'getSeoUrlTemplate_RepositoryService',
  1434.             'services_resetter' => 'getServicesResetterService',
  1435.             'she_tiny_mce.filesystem.private' => 'getSheTinyMce_Filesystem_PrivateService',
  1436.             'she_tiny_mce.filesystem.public' => 'getSheTinyMce_Filesystem_PublicService',
  1437.             'shipping_method.repository' => 'getShippingMethod_RepositoryService',
  1438.             'shipping_method_price.repository' => 'getShippingMethodPrice_RepositoryService',
  1439.             'shipping_method_tag.repository' => 'getShippingMethodTag_RepositoryService',
  1440.             'shipping_method_translation.repository' => 'getShippingMethodTranslation_RepositoryService',
  1441.             'shopware.filesystem.asset' => 'getShopware_Filesystem_AssetService',
  1442.             'shopware.filesystem.private' => 'getShopware_Filesystem_PrivateService',
  1443.             'shopware.filesystem.public' => 'getShopware_Filesystem_PublicService',
  1444.             'shopware.filesystem.sitemap' => 'getShopware_Filesystem_SitemapService',
  1445.             'shopware.filesystem.temp' => 'getShopware_Filesystem_TempService',
  1446.             'shopware.filesystem.theme' => 'getShopware_Filesystem_ThemeService',
  1447.             'shopware.increment.gateway.registry' => 'getShopware_Increment_Gateway_RegistryService',
  1448.             'shopware.store_client' => 'getShopware_StoreClientService',
  1449.             'snippet.repository' => 'getSnippet_RepositoryService',
  1450.             'snippet_set.repository' => 'getSnippetSet_RepositoryService',
  1451.             'solid_advanced_slider_elements.filesystem.private' => 'getSolidAdvancedSliderElements_Filesystem_PrivateService',
  1452.             'solid_advanced_slider_elements.filesystem.public' => 'getSolidAdvancedSliderElements_Filesystem_PublicService',
  1453.             'state_machine.repository' => 'getStateMachine_RepositoryService',
  1454.             'state_machine_history.repository' => 'getStateMachineHistory_RepositoryService',
  1455.             'state_machine_state.repository' => 'getStateMachineState_RepositoryService',
  1456.             'state_machine_state_translation.repository' => 'getStateMachineStateTranslation_RepositoryService',
  1457.             'state_machine_transition.repository' => 'getStateMachineTransition_RepositoryService',
  1458.             'state_machine_translation.repository' => 'getStateMachineTranslation_RepositoryService',
  1459.             'storefront.filesystem.private' => 'getStorefront_Filesystem_PrivateService',
  1460.             'storefront.filesystem.public' => 'getStorefront_Filesystem_PublicService',
  1461.             'swag_cms_extensions.filesystem.private' => 'getSwagCmsExtensions_Filesystem_PrivateService',
  1462.             'swag_cms_extensions.filesystem.public' => 'getSwagCmsExtensions_Filesystem_PublicService',
  1463.             'swag_cms_extensions_block_rule.repository' => 'getSwagCmsExtensionsBlockRule_RepositoryService',
  1464.             'swag_cms_extensions_form.repository' => 'getSwagCmsExtensionsForm_RepositoryService',
  1465.             'swag_cms_extensions_form_group.repository' => 'getSwagCmsExtensionsFormGroup_RepositoryService',
  1466.             'swag_cms_extensions_form_group_field.repository' => 'getSwagCmsExtensionsFormGroupField_RepositoryService',
  1467.             'swag_cms_extensions_form_group_field_translation.repository' => 'getSwagCmsExtensionsFormGroupFieldTranslation_RepositoryService',
  1468.             'swag_cms_extensions_form_group_translation.repository' => 'getSwagCmsExtensionsFormGroupTranslation_RepositoryService',
  1469.             'swag_cms_extensions_form_translation.repository' => 'getSwagCmsExtensionsFormTranslation_RepositoryService',
  1470.             'swag_cms_extensions_quickview.repository' => 'getSwagCmsExtensionsQuickview_RepositoryService',
  1471.             'swag_cms_extensions_scroll_navigation.repository' => 'getSwagCmsExtensionsScrollNavigation_RepositoryService',
  1472.             'swag_cms_extensions_scroll_navigation_page_settings.repository' => 'getSwagCmsExtensionsScrollNavigationPageSettings_RepositoryService',
  1473.             'swag_cms_extensions_scroll_navigation_translation.repository' => 'getSwagCmsExtensionsScrollNavigationTranslation_RepositoryService',
  1474.             'swag_customized_products.filesystem.private' => 'getSwagCustomizedProducts_Filesystem_PrivateService',
  1475.             'swag_customized_products.filesystem.public' => 'getSwagCustomizedProducts_Filesystem_PublicService',
  1476.             'swag_customized_products_template.repository' => 'getSwagCustomizedProductsTemplate_RepositoryService',
  1477.             'swag_customized_products_template_configuration.repository' => 'getSwagCustomizedProductsTemplateConfiguration_RepositoryService',
  1478.             'swag_customized_products_template_configuration_share.repository' => 'getSwagCustomizedProductsTemplateConfigurationShare_RepositoryService',
  1479.             'swag_customized_products_template_exclusion.repository' => 'getSwagCustomizedProductsTemplateExclusion_RepositoryService',
  1480.             'swag_customized_products_template_exclusion_condition.repository' => 'getSwagCustomizedProductsTemplateExclusionCondition_RepositoryService',
  1481.             'swag_customized_products_template_exclusion_condition_values.repository' => 'getSwagCustomizedProductsTemplateExclusionConditionValues_RepositoryService',
  1482.             'swag_customized_products_template_exclusion_operator.repository' => 'getSwagCustomizedProductsTemplateExclusionOperator_RepositoryService',
  1483.             'swag_customized_products_template_exclusion_operator_translation.repository' => 'getSwagCustomizedProductsTemplateExclusionOperatorTranslation_RepositoryService',
  1484.             'swag_customized_products_template_option.repository' => 'getSwagCustomizedProductsTemplateOption_RepositoryService',
  1485.             'swag_customized_products_template_option_price.repository' => 'getSwagCustomizedProductsTemplateOptionPrice_RepositoryService',
  1486.             'swag_customized_products_template_option_translation.repository' => 'getSwagCustomizedProductsTemplateOptionTranslation_RepositoryService',
  1487.             'swag_customized_products_template_option_value.repository' => 'getSwagCustomizedProductsTemplateOptionValue_RepositoryService',
  1488.             'swag_customized_products_template_option_value_price.repository' => 'getSwagCustomizedProductsTemplateOptionValuePrice_RepositoryService',
  1489.             'swag_customized_products_template_option_value_translation.repository' => 'getSwagCustomizedProductsTemplateOptionValueTranslation_RepositoryService',
  1490.             'swag_customized_products_template_translation.repository' => 'getSwagCustomizedProductsTemplateTranslation_RepositoryService',
  1491.             'swag_extension_store.filesystem.private' => 'getSwagExtensionStore_Filesystem_PrivateService',
  1492.             'swag_extension_store.filesystem.public' => 'getSwagExtensionStore_Filesystem_PublicService',
  1493.             'swag_markets.filesystem.private' => 'getSwagMarkets_Filesystem_PrivateService',
  1494.             'swag_markets.filesystem.public' => 'getSwagMarkets_Filesystem_PublicService',
  1495.             'swag_migration_assistant.filesystem.private' => 'getSwagMigrationAssistant_Filesystem_PrivateService',
  1496.             'swag_migration_assistant.filesystem.public' => 'getSwagMigrationAssistant_Filesystem_PublicService',
  1497.             'swag_migration_connection.repository' => 'getSwagMigrationConnection_RepositoryService',
  1498.             'swag_migration_data.repository' => 'getSwagMigrationData_RepositoryService',
  1499.             'swag_migration_general_setting.repository' => 'getSwagMigrationGeneralSetting_RepositoryService',
  1500.             'swag_migration_logging.repository' => 'getSwagMigrationLogging_RepositoryService',
  1501.             'swag_migration_magento.filesystem.private' => 'getSwagMigrationMagento_Filesystem_PrivateService',
  1502.             'swag_migration_magento.filesystem.public' => 'getSwagMigrationMagento_Filesystem_PublicService',
  1503.             'swag_migration_mapping.repository' => 'getSwagMigrationMapping_RepositoryService',
  1504.             'swag_migration_media_file.repository' => 'getSwagMigrationMediaFile_RepositoryService',
  1505.             'swag_migration_run.repository' => 'getSwagMigrationRun_RepositoryService',
  1506.             'swag_pay_pal.filesystem.private' => 'getSwagPayPal_Filesystem_PrivateService',
  1507.             'swag_pay_pal.filesystem.public' => 'getSwagPayPal_Filesystem_PublicService',
  1508.             'swag_paypal_pos_sales_channel.repository' => 'getSwagPaypalPosSalesChannel_RepositoryService',
  1509.             'swag_paypal_pos_sales_channel_inventory.repository' => 'getSwagPaypalPosSalesChannelInventory_RepositoryService',
  1510.             'swag_paypal_pos_sales_channel_media.repository' => 'getSwagPaypalPosSalesChannelMedia_RepositoryService',
  1511.             'swag_paypal_pos_sales_channel_product.repository' => 'getSwagPaypalPosSalesChannelProduct_RepositoryService',
  1512.             'swag_paypal_pos_sales_channel_run.repository' => 'getSwagPaypalPosSalesChannelRun_RepositoryService',
  1513.             'swag_paypal_pos_sales_channel_run_log.repository' => 'getSwagPaypalPosSalesChannelRunLog_RepositoryService',
  1514.             'system.filesystem.private' => 'getSystem_Filesystem_PrivateService',
  1515.             'system.filesystem.public' => 'getSystem_Filesystem_PublicService',
  1516.             'system_config.repository' => 'getSystemConfig_RepositoryService',
  1517.             'tag.repository' => 'getTag_RepositoryService',
  1518.             'tax.repository' => 'getTax_RepositoryService',
  1519.             'tax_rule.repository' => 'getTaxRule_RepositoryService',
  1520.             'tax_rule_type.repository' => 'getTaxRuleType_RepositoryService',
  1521.             'tax_rule_type_translation.repository' => 'getTaxRuleTypeTranslation_RepositoryService',
  1522.             'theme.repository' => 'getTheme_RepositoryService',
  1523.             'theme_child.repository' => 'getThemeChild_RepositoryService',
  1524.             'theme_media.repository' => 'getThemeMedia_RepositoryService',
  1525.             'theme_sales_channel.repository' => 'getThemeSalesChannel_RepositoryService',
  1526.             'theme_translation.repository' => 'getThemeTranslation_RepositoryService',
  1527.             'tiny_config.repository' => 'getTinyConfig_RepositoryService',
  1528.             'tiny_template.repository' => 'getTinyTemplate_RepositoryService',
  1529.             'translator' => 'getTranslatorService',
  1530.             'unit.repository' => 'getUnit_RepositoryService',
  1531.             'unit_translation.repository' => 'getUnitTranslation_RepositoryService',
  1532.             'user.repository' => 'getUser_RepositoryService',
  1533.             'user_access_key.repository' => 'getUserAccessKey_RepositoryService',
  1534.             'user_config.repository' => 'getUserConfig_RepositoryService',
  1535.             'user_recovery.repository' => 'getUserRecovery_RepositoryService',
  1536.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  1537.             'version.repository' => 'getVersion_RepositoryService',
  1538.             'version_commit.repository' => 'getVersionCommit_RepositoryService',
  1539.             'version_commit_data.repository' => 'getVersionCommitData_RepositoryService',
  1540.             'wbm_data_layer_modules.repository' => 'getWbmDataLayerModules_RepositoryService',
  1541.             'wbm_data_layer_properties.repository' => 'getWbmDataLayerProperties_RepositoryService',
  1542.             'wbm_tag_manager_ecomm.filesystem.private' => 'getWbmTagManagerEcomm_Filesystem_PrivateService',
  1543.             'wbm_tag_manager_ecomm.filesystem.public' => 'getWbmTagManagerEcomm_Filesystem_PublicService',
  1544.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  1545.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  1546.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  1547.             'webhook.repository' => 'getWebhook_RepositoryService',
  1548.             'webhook_event_log.repository' => 'getWebhookEventLog_RepositoryService',
  1549.             'weedesign_images2_web_p.filesystem.private' => 'getWeedesignImages2WebP_Filesystem_PrivateService',
  1550.             'weedesign_images2_web_p.filesystem.public' => 'getWeedesignImages2WebP_Filesystem_PublicService',
  1551.             'cache_clearer' => 'getCacheClearerService',
  1552.             'filesystem' => 'getFilesystemService',
  1553.             'serializer' => 'getSerializerService',
  1554.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  1555.             'profiler' => 'getProfiler2Service',
  1556.             'twig' => 'getTwigService',
  1557.             'session' => 'getSessionService',
  1558.             'validator' => 'getValidatorService',
  1559.         ];
  1560.         $this->aliases = [
  1561.             'NetzpEvents6\\Controller\\StoreApi\\EventListing\\EventListingRoute' => 'NetzpEvents6\\Controller\\StoreApi\\EventListing\\CachedEventListingRoute',
  1562.             'Sas\\BlogModule\\Controller\\BlogController' => 'Sas\\BlogModule\\Controller\\CachedBlogController',
  1563.             'Sas\\BlogModule\\Controller\\BlogRssController' => 'Sas\\BlogModule\\Controller\\CachedBlogRssController',
  1564.             'Sas\\BlogModule\\Controller\\BlogSearchController' => 'Sas\\BlogModule\\Controller\\CachedBlogSearchController',
  1565.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\PaymentMethodRoute' => 'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute',
  1566.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\ShippingMethodRoute' => 'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute',
  1567.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CategoryRoute' => 'Swag\\PayPal\\Checkout\\ExpressCheckout\\SalesChannel\\ExpressCategoryRoute',
  1568.             'Shopware\\Core\\Content\\Category\\SalesChannel\\NavigationRoute' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute',
  1569.             'Shopware\\Core\\Content\\Flow\\Dispatching\\FlowLoader' => 'Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader',
  1570.             'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\LandingPageRoute' => 'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\CachedLandingPageRoute',
  1571.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition' => 'Huebert\\AccessoriesDirectly\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingExtension',
  1572.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingHydrator' => 'Huebert\\AccessoriesDirectly\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingExtensionHydrator',
  1573.             'Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\ProductCrossSellingRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute',
  1574.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\ProductDetailRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute',
  1575.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute',
  1576.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\ProductReviewRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute',
  1577.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\ProductSearchRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\ResolvedCriteriaProductSearchRoute',
  1578.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Suggest\\ProductSuggestRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Suggest\\CachedProductSuggestRoute',
  1579.             'Shopware\\Core\\Content\\Seo\\SeoResolver' => 'Shopware\\Core\\Content\\Seo\\EmptyPathInfoResolver',
  1580.             'Shopware\\Core\\Content\\Sitemap\\SalesChannel\\SitemapRoute' => 'Shopware\\Core\\Content\\Sitemap\\SalesChannel\\CachedSitemapRoute',
  1581.             'Shopware\\Core\\System\\Country\\SalesChannel\\CountryRoute' => 'Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute',
  1582.             'Shopware\\Core\\System\\Country\\SalesChannel\\CountryStateRoute' => 'Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryStateRoute',
  1583.             'Shopware\\Core\\System\\Currency\\SalesChannel\\CurrencyRoute' => 'Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute',
  1584.             'Shopware\\Core\\System\\Language\\SalesChannel\\LanguageRoute' => 'Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute',
  1585.             'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalutationRoute' => 'Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute',
  1586.             'Shopware\\Core\\System\\SystemConfig\\Api\\SystemConfigController' => 'Swag\\PayPal\\Webhook\\Registration\\WebhookSystemConfigController',
  1587.             'sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\PaymentMethodDefinition' => 'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition',
  1588.             'sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition' => 'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition',
  1589.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition' => 'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition',
  1590.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\ShippingMethodDefinition' => 'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition',
  1591.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\CategoryDefinition' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition',
  1592.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition',
  1593.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition' => 'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition',
  1594.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition' => 'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition',
  1595.             'sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition' => 'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition',
  1596.             'sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition' => 'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition',
  1597.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\ProductDefinition' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition',
  1598.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition',
  1599.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\MainCategory\\MainCategoryDefinition' => 'Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition',
  1600.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition' => 'Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition',
  1601.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition' => 'Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition',
  1602.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrl\\SeoUrlDefinition' => 'Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition',
  1603.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\CountryStateDefinition' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition',
  1604.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition',
  1605.             'sales_channel_definition.Shopware\\Core\\System\\Country\\CountryDefinition' => 'Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition',
  1606.             'sales_channel_definition.Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition' => 'Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition',
  1607.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\CurrencyDefinition' => 'Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition',
  1608.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition' => 'Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition',
  1609.             'sales_channel_definition.Shopware\\Core\\System\\Language\\LanguageDefinition' => 'Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition',
  1610.             'sales_channel_definition.Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition' => 'Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition',
  1611.             'sales_channel_definition.Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition' => 'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition',
  1612.             'sales_channel_definition.Shopware\\Core\\System\\Salutation\\SalutationDefinition' => 'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition',
  1613.             'sales_channel_definition.Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateConfiguration\\SalesChannel\\SalesChannelTemplateConfigurationDefinition' => 'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateConfiguration\\SalesChannel\\SalesChannelTemplateConfigurationDefinition',
  1614.             'sales_channel_definition.Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateConfiguration\\TemplateConfigurationDefinition' => 'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateConfiguration\\SalesChannel\\SalesChannelTemplateConfigurationDefinition',
  1615.             'sales_channel_definition.Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionValue\\SalesChannel\\SalesChannelTemplateOptionValueDefinition' => 'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionValue\\SalesChannel\\SalesChannelTemplateOptionValueDefinition',
  1616.             'sales_channel_definition.Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionValue\\TemplateOptionValueDefinition' => 'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionValue\\SalesChannel\\SalesChannelTemplateOptionValueDefinition',
  1617.             'sales_channel_definition.Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\SalesChannel\\SalesChannelTemplateOptionDefinition' => 'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\SalesChannel\\SalesChannelTemplateOptionDefinition',
  1618.             'sales_channel_definition.Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\TemplateOptionDefinition' => 'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\SalesChannel\\SalesChannelTemplateOptionDefinition',
  1619.             'sales_channel_definition.Swag\\CustomizedProducts\\Template\\SalesChannel\\SalesChannelTemplateDefinition' => 'Swag\\CustomizedProducts\\Template\\SalesChannel\\SalesChannelTemplateDefinition',
  1620.             'sales_channel_definition.Swag\\CustomizedProducts\\Template\\TemplateDefinition' => 'Swag\\CustomizedProducts\\Template\\SalesChannel\\SalesChannelTemplateDefinition',
  1621.         ];
  1622.         $this->privates['service_container'] = function () {
  1623.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  1624.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  1625.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  1626.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  1627.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  1628.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  1629.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  1630.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  1631.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Kernel.php';
  1632.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/SlugifyInterface.php';
  1633.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Slugify.php';
  1634.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1635.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1636.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Struct/Serializer/StructNormalizer.php';
  1637.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  1638.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/ContextResolverListener.php';
  1639.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/CoreSubscriber.php';
  1640.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteScopeListener.php';
  1641.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteEventSubscriber.php';
  1642.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  1643.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  1644.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  1645.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Translation/AbstractTranslator.php';
  1646.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  1647.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Translation/Translator.php';
  1648.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetService.php';
  1649.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Filter/SnippetFilterFactory.php';
  1650.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TemplateFinderInterface.php';
  1651.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  1652.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TemplateFinder.php';
  1653.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/NamespaceHierarchy/NamespaceHierarchyBuilder.php';
  1654.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  1655.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/EntityTemplateLoader.php';
  1656.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RequestContextResolverInterface.php';
  1657.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteScopeCheckTrait.php';
  1658.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php';
  1659.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/ApiRequestContextResolver.php';
  1660.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteScopeRegistry.php';
  1661.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheStateSubscriber.php';
  1662.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  1663.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
  1664.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Handler/AbstractMessageHandler.php';
  1665.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/ScheduledTaskHandler.php';
  1666.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheInvalidator.php';
  1667.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/LoggerFactory.php';
  1668.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php';
  1669.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  1670.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  1671.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapterInterface.php';
  1672.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  1673.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/TagAwareCacheInterface.php';
  1674.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  1675.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheDecorator.php';
  1676.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  1677.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  1678.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  1679.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  1680.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  1681.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  1682.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapter.php';
  1683.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Util/HtmlSanitizer.php';
  1684.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  1685.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  1686.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  1687.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  1688.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/Monolog/ExcludeFlowEventHandler.php';
  1689.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  1690.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  1691.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  1692.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  1693.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  1694.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  1695.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  1696.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  1697.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteParamsCleanupListener.php';
  1698.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/AclAnnotationValidator.php';
  1699.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/CorsListener.php';
  1700.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/ResponseHeaderListener.php';
  1701.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Serializer/JsonEntityEncoder.php';
  1702.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Converter/ApiVersionConverter.php';
  1703.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Converter/ConverterRegistry.php';
  1704.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Converter/DefaultApiConverter.php';
  1705.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/RepositoryInterface.php';
  1706.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/AccessTokenRepositoryInterface.php';
  1707.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/AccessTokenRepository.php';
  1708.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/RefreshTokenRepositoryInterface.php';
  1709.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/RefreshTokenRepository.php';
  1710.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/CryptKey.php';
  1711.             include_once \dirname(__DIR__4).'/vendor/league/event/src/EmitterAwareInterface.php';
  1712.             include_once \dirname(__DIR__4).'/vendor/league/event/src/EmitterAwareTrait.php';
  1713.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/AuthorizationServer.php';
  1714.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/ClientRepositoryInterface.php';
  1715.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/ClientRepository.php';
  1716.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/ScopeRepositoryInterface.php';
  1717.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/ScopeRepository.php';
  1718.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/JsonRequestTransformerListener.php';
  1719.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/ExpectationSubscriber.php';
  1720.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/Authentication/SalesChannelAuthenticationListener.php';
  1721.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/Authentication/ApiAuthenticationListener.php';
  1722.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/ResourceServer.php';
  1723.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/AuthorizationValidators/AuthorizationValidatorInterface.php';
  1724.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/BearerTokenValidator.php';
  1725.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/CryptTrait.php';
  1726.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/AuthorizationValidators/BearerTokenValidator.php';
  1727.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/UserRepositoryInterface.php';
  1728.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/UserRepository.php';
  1729.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidator.php';
  1730.             include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/HttpMessageFactoryInterface.php';
  1731.             include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/Factory/PsrHttpFactory.php';
  1732.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  1733.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  1734.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  1735.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  1736.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  1737.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  1738.             include_once \dirname(__DIR__4).'/vendor/nyholm/psr7/src/Factory/Psr17Factory.php';
  1739.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ShopId/ShopIdProvider.php';
  1740.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/ScriptPersister.php';
  1741.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/ScriptFileReaderInterface.php';
  1742.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/ScriptFileReader.php';
  1743.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActiveAppsLoader.php';
  1744.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AbstractAppLoader.php';
  1745.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AppLoader.php';
  1746.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Xml/CustomEntityXmlSchemaValidator.php';
  1747.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppLocaleProvider.php';
  1748.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityDefinition.php';
  1749.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppDefinition.php';
  1750.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppPaymentMethod/AppPaymentMethodDefinition.php';
  1751.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Event/EntityLoadedEventFactory.php';
  1752.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Cache/EntityCacheKeyGenerator.php';
  1753.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityDefinitionQueryHelper.php';
  1754.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/JoinGroupBuilder.php';
  1755.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php';
  1756.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/TokenizerInterface.php';
  1757.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/Tokenizer.php';
  1758.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/SearchTermInterpreter.php';
  1759.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/EntityScoreQueryBuilder.php';
  1760.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Read/EntityReaderInterface.php';
  1761.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php';
  1762.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/CriteriaQueryBuilder.php';
  1763.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/CriteriaPartResolver.php';
  1764.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/EntityWriterInterface.php';
  1765.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/EntityWriter.php';
  1766.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityForeignKeyResolver.php';
  1767.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/EntityWriteResultFactory.php';
  1768.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/EntityWriteGatewayInterface.php';
  1769.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityWriteGateway.php';
  1770.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/ExceptionHandlerRegistry.php';
  1771.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/SqlQueryParser.php';
  1772.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Version/VersionDefinition.php';
  1773.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Version/Aggregate/VersionCommit/VersionCommitDefinition.php';
  1774.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Version/Aggregate/VersionCommitData/VersionCommitDataDefinition.php';
  1775.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/VersionManager.php';
  1776.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/DefinitionInstanceRegistry.php';
  1777.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/EventActionDefinition.php';
  1778.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  1779.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  1780.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  1781.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php';
  1782.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/FilesystemFactory.php';
  1783.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemInterface.php';
  1784.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  1785.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  1786.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/UrlPackage.php';
  1787.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Asset/FallbackUrlPackage.php';
  1788.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeAssetPackage.php';
  1789.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  1790.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Asset/FlysystemLastModifiedVersionStrategy.php';
  1791.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/ScheduledTaskDefinition.php';
  1792.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/ScriptLoader.php';
  1793.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php';
  1794.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/ScriptDefinition.php';
  1795.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  1796.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  1797.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/TemplateAwareDataCollectorInterface.php';
  1798.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/AbstractDataCollector.php';
  1799.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Debugging/ScriptTraces.php';
  1800.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/LanguageDefinition.php';
  1801.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelDefinitionInterface.php';
  1802.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/SalesChannel/SalesChannelLanguageDefinition.php';
  1803.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/LanguageLoaderInterface.php';
  1804.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/CachedLanguageLoader.php';
  1805.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/LanguageLoader.php';
  1806.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/SalesChannel/AbstractLanguageRoute.php';
  1807.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/SalesChannel/CachedLanguageRoute.php';
  1808.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/SalesChannel/LanguageRoute.php';
  1809.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrl/SeoUrlDefinition.php';
  1810.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrl/SalesChannel/SalesChannelSeoUrlDefinition.php';
  1811.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteRegistry.php';
  1812.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlPlaceholderHandlerInterface.php';
  1813.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlPlaceholderHandler.php';
  1814.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SalesChannel/StoreApiSeoResolver.php';
  1815.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php';
  1816.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php';
  1817.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  1818.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/BusinessEventEncoder.php';
  1819.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/IncrementGatewayRegistry.php';
  1820.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/SalesChannelDefinition.php';
  1821.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelDomain/SalesChannelDomainDefinition.php';
  1822.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextPersister.php';
  1823.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextServiceInterface.php';
  1824.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php';
  1825.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelDefinitionInstanceRegistry.php';
  1826.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Api/StoreApiResponseListener.php';
  1827.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Api/StructEncoder.php';
  1828.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/CountryDefinition.php';
  1829.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryState/CountryStateDefinition.php';
  1830.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/CurrencyDefinition.php';
  1831.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/Aggregate/CurrencyCountryRounding/CurrencyCountryRoundingDefinition.php';
  1832.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/SalesChannel/SalesChannelCurrencyDefinition.php';
  1833.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/CurrencyFormatter.php';
  1834.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/SalesChannel/AbstractCurrencyRoute.php';
  1835.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/SalesChannel/CachedCurrencyRoute.php';
  1836.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/SalesChannel/CurrencyRoute.php';
  1837.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/LanguageLocaleCodeProvider.php';
  1838.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Aggregate/SnippetSet/SnippetSetDefinition.php';
  1839.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetDefinition.php';
  1840.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/TaxDefinition.php';
  1841.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/UserDefinition.php';
  1842.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineRegistry.php';
  1843.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineDefinition.php';
  1844.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineState/StateMachineStateDefinition.php';
  1845.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineHistory/StateMachineHistoryDefinition.php';
  1846.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Loader/InitialStateIdLoader.php';
  1847.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/SystemConfigDefinition.php';
  1848.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Util/XmlReader.php';
  1849.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Util/ConfigReader.php';
  1850.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/SystemConfigService.php';
  1851.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/AbstractSystemConfigLoader.php';
  1852.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/MemoizedSystemConfigLoader.php';
  1853.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/CachedSystemConfigLoader.php';
  1854.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/SystemConfigLoader.php';
  1855.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Store/MemoizedSystemConfigStore.php';
  1856.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/NumberRangeValueGeneratorInterface.php';
  1857.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/NumberRangeValueGenerator.php';
  1858.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/ValueGeneratorPatternRegistry.php';
  1859.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/CategoryDefinition.php';
  1860.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/SalesChannelCategoryDefinition.php';
  1861.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/NavigationLoaderInterface.php';
  1862.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/NavigationLoader.php';
  1863.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/AbstractNavigationRoute.php';
  1864.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/CachedNavigationRoute.php';
  1865.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/NavigationRoute.php';
  1866.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/TreeBuildingNavigationRoute.php';
  1867.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/CategoryBreadcrumbBuilder.php';
  1868.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/MediaDefinition.php';
  1869.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaThumbnail/MediaThumbnailDefinition.php';
  1870.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolder/MediaFolderDefinition.php';
  1871.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepositoryInterface.php';
  1872.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaRepositoryDecorator.php';
  1873.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php';
  1874.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaThumbnailRepositoryDecorator.php';
  1875.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileSaver.php';
  1876.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Metadata/MetadataLoader.php';
  1877.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/UrlGeneratorInterface.php';
  1878.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/UrlGenerator.php';
  1879.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PathnameStrategyInterface.php';
  1880.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/StrategyFactory.php';
  1881.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/TypeDetector/TypeDetectorInterface.php';
  1882.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/TypeDetector/TypeDetector.php';
  1883.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Thumbnail/ThumbnailService.php';
  1884.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/MediaService.php';
  1885.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileLoader.php';
  1886.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileFetcher.php';
  1887.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileUrlValidatorInterface.php';
  1888.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileUrlValidator.php';
  1889.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/ProductDefinition.php';
  1890.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/SalesChannelProductDefinition.php';
  1891.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductDownload/ProductDownloadDefinition.php';
  1892.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/RuleDefinition.php';
  1893.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/CmsPageDefinition.php';
  1894.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/CmsSlotsDataResolver.php';
  1895.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowFactory.php';
  1896.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/AmountCalculator.php';
  1897.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/CashRounding.php';
  1898.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartPersisterInterface.php';
  1899.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/AbstractCartPersister.php';
  1900.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartPersister.php';
  1901.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartSerializationCleaner.php';
  1902.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php';
  1903.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartCalculator.php';
  1904.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartItemUpdateRoute.php';
  1905.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartItemUpdateRoute.php';
  1906.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartLoadRoute.php';
  1907.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartLoadRoute.php';
  1908.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartDeleteRoute.php';
  1909.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartDeleteRoute.php';
  1910.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartItemRemoveRoute.php';
  1911.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartItemRemoveRoute.php';
  1912.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartItemAddRoute.php';
  1913.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartItemAddRoute.php';
  1914.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartOrderRoute.php';
  1915.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartOrderRoute.php';
  1916.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/OrderPersisterInterface.php';
  1917.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/OrderPersister.php';
  1918.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/PreparedPaymentService.php';
  1919.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Tax/PercentageTaxRuleBuilder.php';
  1920.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Tax/TaxDetector.php';
  1921.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Tax/TaxCalculator.php';
  1922.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Processor.php';
  1923.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Validator.php';
  1924.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Transaction/TransactionProcessor.php';
  1925.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php';
  1926.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/AbstractRuleLoader.php';
  1927.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CachedRuleLoader.php';
  1928.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/RuleLoader.php';
  1929.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryRegistry.php';
  1930.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/CustomerDefinition.php';
  1931.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerAddress/CustomerAddressDefinition.php';
  1932.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroup/CustomerGroupDefinition.php';
  1933.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/FileGenerator/FileGeneratorRegistry.php';
  1934.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorRegistry.php';
  1935.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentDefinition.php';
  1936.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentType/DocumentTypeDefinition.php';
  1937.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentBaseConfig/DocumentBaseConfigDefinition.php';
  1938.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentService.php';
  1939.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/OrderDefinition.php';
  1940.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderAddress/OrderAddressDefinition.php';
  1941.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderDelivery/OrderDeliveryDefinition.php';
  1942.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/OrderConverter.php';
  1943.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/LineItemDownloadLoader.php';
  1944.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/PaymentMethodDefinition.php';
  1945.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/SalesChannelPaymentMethodDefinition.php';
  1946.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Configuration.php';
  1947.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/Token/JWTConfigurationFactory.php';
  1948.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Signer.php';
  1949.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Signer/OpenSSL.php';
  1950.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Signer/Rsa.php';
  1951.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Signer/Rsa/Sha256.php';
  1952.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php';
  1953.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  1954.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  1955.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  1956.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  1957.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/AbstractPaymentMethodRoute.php';
  1958.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/CachedPaymentMethodRoute.php';
  1959.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/SortedPaymentMethodRoute.php';
  1960.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/ShippingMethodDefinition.php';
  1961.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/SalesChannelShippingMethodDefinition.php';
  1962.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/AbstractShippingMethodRoute.php';
  1963.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/CachedShippingMethodRoute.php';
  1964.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/ShippingMethodRoute.php';
  1965.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/SortedShippingMethodRoute.php';
  1966.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/MaintenanceModeResolver.php';
  1967.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php';
  1968.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/AbstractResolvedConfigLoader.php';
  1969.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/CachedResolvedConfigLoader.php';
  1970.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ResolvedConfigLoader.php';
  1971.             include_once \dirname(__DIR__4).'/vendor/composer/composer/src/Composer/EventDispatcher/EventSubscriberInterface.php';
  1972.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/TwigDateRequestListener.php';
  1973.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Csrf/CsrfPlaceholderHandler.php';
  1974.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php';
  1975.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/HreflangLoaderInterface.php';
  1976.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/HreflangLoader.php';
  1977.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/NotFound/NotFoundSubscriber.php';
  1978.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Csrf/CsrfRouteListener.php';
  1979.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/AffiliateTracking/AffiliateTrackingListener.php';
  1980.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Header/HeaderPageletLoaderInterface.php';
  1981.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Header/HeaderPageletLoader.php';
  1982.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Footer/FooterPageletLoaderInterface.php';
  1983.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Footer/FooterPageletLoader.php';
  1984.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/GenericPageLoaderInterface.php';
  1985.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/GenericPageLoader.php';
  1986.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/AbstractCacheTracer.php';
  1987.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheTracer.php';
  1988.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php';
  1989.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheResponseSubscriber.php';
  1990.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/CaptchaRouteListener.php';
  1991.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/ResponseHeaderListener.php';
  1992.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/StorefrontPluginConfiguration/AbstractStorefrontPluginConfigurationFactory.php';
  1993.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/StorefrontPluginConfiguration/StorefrontPluginConfigurationFactory.php';
  1994.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/StorefrontPluginRegistryInterface.php';
  1995.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/StorefrontPluginRegistry.php';
  1996.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeFileImporterInterface.php';
  1997.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeFileImporter.php';
  1998.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeFileResolver.php';
  1999.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeService.php';
  2000.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeCompilerInterface.php';
  2001.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeCompiler.php';
  2002.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/AbstractScssCompiler.php';
  2003.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ScssPhpCompiler.php';
  2004.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/AbstractConfigLoader.php';
  2005.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/DatabaseConfigLoader.php';
  2006.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/AbstractThemePathBuilder.php';
  2007.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/MD5ThemePathBuilder.php';
  2008.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeDefinition.php';
  2009.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/MappingEntityDefinition.php';
  2010.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeSalesChannelDefinition.php';
  2011.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/NamespaceHierarchy/TemplateNamespaceHierarchyBuilderInterface.php';
  2012.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Twig/ThemeNamespaceHierarchyBuilder.php';
  2013.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Twig/ThemeInheritanceBuilderInterface.php';
  2014.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Twig/ThemeInheritanceBuilder.php';
  2015.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/SalesChannelThemeLoader.php';
  2016.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/CriteriaParser.php';
  2017.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ElasticsearchHelper.php';
  2018.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ElasticsearchRegistry.php';
  2019.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  2020.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Subscriber/ActiveRulesDataCollectorSubscriber.php';
  2021.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Media/StorefrontMediaValidatorInterface.php';
  2022.             include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Storefront/Framework/Media/Validator/CustomizedProductsMediaUploadValidatorInterface.php';
  2023.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Media/Validator/MimeTypeValidationTrait.php';
  2024.             include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Storefront/Framework/Media/Validator/AbstractMediaUploadValidator.php';
  2025.             include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Storefront/Framework/Media/Validator/ImageMediaUploadValidator.php';
  2026.             include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Storefront/Framework/Media/Validator/FileMediaUploadValidator.php';
  2027.             include_once \dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Components/EventsHelper.php';
  2028.             include_once \dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Subscriber/FrontendSubscriber.php';
  2029.             include_once \dirname(__DIR__4).'/custom/plugins/WeedesignImages2WebP/src/Listener/ResponseListener.php';
  2030.             include_once \dirname(__DIR__4).'/custom/plugins/WeedesignImages2WebP/src/Service/GenerateMediaFiles.php';
  2031.             include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Cart/Service/ExcludedProductValidator.php';
  2032.             include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Cart/Service/CartPriceService.php';
  2033.             include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/SalesChannel/FilteredPaymentMethodRoute.php';
  2034.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/PaymentMethodRoute.php';
  2035.             include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Setting/Service/SettingsValidationServiceInterface.php';
  2036.             include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Setting/Service/SettingsValidationService.php';
  2037.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  2038.             include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/Log/LoggerFactory.php';
  2039.             include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/Lifecycle/Method/PaymentMethodDataRegistry.php';
  2040.             include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/Availability/AvailabilityService.php';
  2041.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSelling/ProductCrossSellingDefinition.php';
  2042.             include_once \dirname(__DIR__4).'/custom/plugins/HuebertAccessoriesDirectly/src/Core/Content/Product/Aggregate/ProductCrossSelling/ProductCrossSellingExtension.php';
  2043.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Entity/Order/OrderRepository.php';
  2044.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Entity/Order/OrderDeliveryRepository.php';
  2045.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Entity/Queue/QueueEntityDefinition.php';
  2046.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Entity/Process/ProcessEntityDefinition.php';
  2047.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Entity/Process/ProcessEntityRepository.php';
  2048.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Entity/Shipment/ShipmentEntityDefinition.php';
  2049.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Entity/Shipment/ShipmentEntityRepository.php';
  2050.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Entity/ServicePoint/ServicePointEntityDefinition.php';
  2051.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Entity/ServicePoint/ServicePointEntityRepository.php';
  2052.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Entity/Config/SystemConfigurationRepository.php';
  2053.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Core/Infrastructure/Interfaces/Required/TaskQueueStorage.php';
  2054.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Service/Infrastructure/TaskQueueStorageService.php';
  2055.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Entity/Queue/QueueEntityRepository.php';
  2056.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Core/Infrastructure/Interfaces/Required/HttpClient.php';
  2057.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Service/Infrastructure/HttpClientService.php';
  2058.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Core/Infrastructure/Utility/TimeProvider.php';
  2059.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Core/Infrastructure/TaskExecution/Queue.php';
  2060.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Core/Infrastructure/Interfaces/Exposed/TaskRunnerWakeup.php';
  2061.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Core/Infrastructure/TaskExecution/TaskRunnerWakeup.php';
  2062.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Core/Infrastructure/TaskExecution/TaskRunner.php';
  2063.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Core/Infrastructure/Utility/GuidProvider.php';
  2064.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Core/Infrastructure/Interfaces/Exposed/TaskRunnerStatusStorage.php';
  2065.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Core/Infrastructure/TaskExecution/TaskRunnerStatusStorage.php';
  2066.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Core/Infrastructure/Interfaces/Required/AsyncProcessStarter.php';
  2067.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Service/Infrastructure/AsyncProcessStarterService.php';
  2068.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Core/Infrastructure/Interfaces/LoggerAdapter.php';
  2069.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Core/Infrastructure/Interfaces/Required/ShopLoggerAdapter.php';
  2070.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Service/Infrastructure/LoggerService.php';
  2071.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Core/Infrastructure/Interfaces/DefaultLoggerAdapter.php';
  2072.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Core/BusinessLogic/Logger/DefaultLogger.php';
  2073.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Core/Infrastructure/Interfaces/Required/Configuration.php';
  2074.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Core/BusinessLogic/Interfaces/Configuration.php';
  2075.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Interfaces/EntityQueueNameAware.php';
  2076.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Service/Business/ConfigurationService.php';
  2077.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Entity/Config/ConfigEntityRepository.php';
  2078.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Service/Utility/DeliveryStateMapper.php';
  2079.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Entity/StateMachine/StateMachineRepository.php';
  2080.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Core/BusinessLogic/Interfaces/ConnectService.php';
  2081.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Core/BusinessLogic/Services/ConnectService.php';
  2082.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Core/BusinessLogic/Interfaces/OrderService.php';
  2083.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Service/Business/OrderService.php';
  2084.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Entity/Product/ProductRepository.php';
  2085.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Entity/Currency/CurrencyRepository.php';
  2086.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Service/Utility/Initializer.php';
  2087.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Subscriber/OrderSubscriber.php';
  2088.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Subscriber/CheckoutSubscriber.php';
  2089.             include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Entity/Customer/CustomerRepository.php';
  2090.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/SalesChannel/SalesChannelCmsPageLoaderInterface.php';
  2091.             include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Service/Content/Cms/SalesChannel/SalesChannelCmsPageLoaderBlockRuleDecorator.php';
  2092.             include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Service/Content/Cms/SalesChannel/SalesChannelCmsPageLoaderScrollNavigationDecorator.php';
  2093.             include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Service/Content/Cms/SalesChannel/SalesChannelCmsPageLoaderQuickviewDecorator.php';
  2094.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/SalesChannel/SalesChannelCmsPageLoader.php';
  2095.             include_once \dirname(__DIR__4).'/custom/plugins/AcrisProductCustomerGroupCS/src/Custom/ProductCustomerGroupDefinition.php';
  2096.             include_once \dirname(__DIR__4).'/custom/plugins/AcrisProductCustomerGroupCS/src/Components/BlockProductService.php';
  2097.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/WriteCommandExtractor.php';
  2098.             include_once \dirname(__DIR__4).'/custom/plugins/AcrisProductCustomerGroupCS/src/Core/Framework/DataAbstractionLayer/Write/WriteCommandExtractor.php';
  2099.             include_once \dirname(__DIR__4).'/custom/plugins/AcrisProductCustomerGroupCS/src/Components/TruncateBlockedCustomerGroupService.php';
  2100.             include_once \dirname(__DIR__4).'/custom/plugins/WbmTagManagerEcomm/src/Subscriber/KernelEventsSubscriber.php';
  2101.             include_once \dirname(__DIR__4).'/custom/plugins/WbmTagManagerEcomm/src/Services/DataLayerModulesInterface.php';
  2102.             include_once \dirname(__DIR__4).'/custom/plugins/WbmTagManagerEcomm/src/Services/DataLayerModules.php';
  2103.             include_once \dirname(__DIR__4).'/custom/plugins/WbmTagManagerEcomm/src/Services/DataLayerRendererInterface.php';
  2104.             include_once \dirname(__DIR__4).'/custom/plugins/WbmTagManagerEcomm/src/Services/DataLayerRenderer.php';
  2105.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  2106.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  2107.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  2108.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  2109.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  2110.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  2111.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  2112.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  2113.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  2114.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  2115.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  2116.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  2117.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  2118.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  2119.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  2120.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  2121.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  2122.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  2123.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  2124.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  2125.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  2126.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  2127.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  2128.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  2129.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  2130.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  2131.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  2132.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  2133.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  2134.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  2135.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  2136.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  2137.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  2138.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  2139.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  2140.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  2141.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  2142.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  2143.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  2144.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  2145.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  2146.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  2147.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  2148.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  2149.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  2150.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  2151.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  2152.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  2153.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  2154.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  2155.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  2156.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  2157.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  2158.             include_once \dirname(__DIR__4).'/custom/plugins/FroshDevelopmentHelper/vendor/symfony/stopwatch/Stopwatch.php';
  2159.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  2160.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  2161.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  2162.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  2163.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  2164.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  2165.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  2166.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  2167.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  2168.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  2169.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  2170.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Compatibility/AnnotationReader.php';
  2171.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  2172.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  2173.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  2174.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  2175.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  2176.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  2177.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  2178.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  2179.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  2180.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  2181.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  2182.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  2183.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  2184.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  2185.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  2186.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  2187.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  2188.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  2189.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  2190.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  2191.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/LockFactory.php';
  2192.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/PersistingStoreInterface.php';
  2193.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/Store/StoreFactory.php';
  2194.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  2195.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  2196.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  2197.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  2198.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  2199.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  2200.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  2201.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  2202.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  2203.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  2204.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  2205.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  2206.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  2207.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  2208.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  2209.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  2210.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  2211.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  2212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  2213.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  2214.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  2215.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  2216.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  2217.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  2218.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  2219.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  2220.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  2221.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  2222.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  2223.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  2224.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  2225.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  2226.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  2227.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  2228.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  2229.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  2230.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  2231.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  2232.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  2233.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  2234.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ChainLoader.php';
  2235.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  2236.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  2237.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  2238.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  2239.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  2240.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  2241.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  2242.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  2243.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  2244.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  2245.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  2246.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  2247.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  2248.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  2249.             include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/ConnectionFactory.php';
  2250.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/ConnectionFactoryFactoryInterface.php';
  2251.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Enqueue/ConnectionFactoryFactory.php';
  2252.             include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/Context.php';
  2253.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverInterface.php';
  2254.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverFactoryInterface.php';
  2255.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverFactory.php';
  2256.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/Config.php';
  2257.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/RouteCollection.php';
  2258.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  2259.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  2260.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  2261.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/RateLimiter/RateLimiter.php';
  2262.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/RateLimiter/RateLimiterFactory.php';
  2263.             include_once \dirname(__DIR__4).'/vendor/symfony/rate-limiter/Storage/StorageInterface.php';
  2264.             include_once \dirname(__DIR__4).'/vendor/symfony/rate-limiter/Storage/CacheStorage.php';
  2265.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelRepositoryInterface.php';
  2266.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelRepository.php';
  2267.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  2268.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/Router.php';
  2269.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  2270.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  2271.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Monitoring/MonitoringBusDecorator.php';
  2272.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  2273.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  2274.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  2275.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php';
  2276.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  2277.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/EntitySearcherInterface.php';
  2278.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntitySearcher.php';
  2279.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntitySearcher.php';
  2280.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/AbstractElasticsearchSearchHydrator.php';
  2281.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntitySearchHydrator.php';
  2282.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/EntityAggregatorInterface.php';
  2283.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntityAggregator.php';
  2284.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityAggregator.php';
  2285.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/AbstractElasticsearchAggregationHydrator.php';
  2286.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntityAggregatorHydrator.php';
  2287.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepositoryForwardCompatibilityDecorator.php';
  2288.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaFolderRepositoryDecorator.php';
  2289.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentMethodRepositoryDecorator.php';
  2290.             include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/Compatibility/SalesChannelRepositoryDecorator.php';
  2291.             include_once \dirname(__DIR__4).'/custom/plugins/AcrisProductCustomerGroupCS/src/Core/Content/Product/SalesChannel/SalesChannelProductRepository.php';
  2292.             include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Core/Content/Product/SalesChannel/SalesChannelProductRepositoryDecorator.php';
  2293.             include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/DataAbstractionLayer/SalesChannelRepositoryDecorator.php';
  2294.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ProducerInterface.php';
  2295.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/TraceableProducer.php';
  2296.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/Producer.php';
  2297.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Rpc/RpcFactory.php';
  2298.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/PreSendEventExtensionInterface.php';
  2299.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/PreSendCommandExtensionInterface.php';
  2300.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverPreSendExtensionInterface.php';
  2301.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/PostSendExtensionInterface.php';
  2302.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ExtensionInterface.php';
  2303.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ChainExtension.php';
  2304.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Profiler/ClientProfiler.php';
  2305.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/AbstractSalesChannelContextFactory.php';
  2306.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php';
  2307.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextFactory.php';
  2308.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/AbstractBaseContextFactory.php';
  2309.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/CachedBaseContextFactory.php';
  2310.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/BaseContextFactory.php';
  2311.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  2312.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  2313.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  2314.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  2315.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  2316.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  2317.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  2318.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  2319.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  2320.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  2321.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  2322.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  2323.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  2324.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  2325.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  2326.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  2327.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  2328.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  2329.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  2330.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  2331.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  2332.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  2333.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  2334.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  2335.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  2336.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  2337.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  2338.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  2339.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  2340.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  2341.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  2342.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  2343.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  2344.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  2345.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  2346.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  2347.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  2348.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  2349.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  2350.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Struct/Serializer/StructDecoder.php';
  2351.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Serializer/JsonApiDecoder.php';
  2352.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  2353.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  2354.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  2355.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  2356.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  2357.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  2358.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  2359.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  2360.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  2361.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  2362.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  2363.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  2364.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  2365.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  2366.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  2367.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  2368.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  2369.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  2370.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  2371.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  2372.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  2373.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  2374.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  2375.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  2376.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  2377.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Doctrine/ConnectionProfiler.php';
  2378.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  2379.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Profiler/DataCollector.php';
  2380.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  2381.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Profiler/AbstractMessageQueueCollector.php';
  2382.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Profiler/MessageQueueCollector.php';
  2383.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  2384.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  2385.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  2386.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  2387.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  2388.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  2389.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  2390.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  2391.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  2392.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  2393.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  2394.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TwigEnvironment.php';
  2395.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  2396.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  2397.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  2398.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  2399.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  2400.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  2401.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  2402.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  2403.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  2404.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  2405.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  2406.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  2407.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  2408.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/NodeExtension.php';
  2409.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/PhpSyntaxExtension.php';
  2410.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/FeatureFlagExtension.php';
  2411.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  2412.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  2413.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/InstanceOfExtension.php';
  2414.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Filter/CurrencyFilter.php';
  2415.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Twig/SlugifyExtension.php';
  2416.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Filter/ReplaceRecursiveFilter.php';
  2417.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/SecurityExtension.php';
  2418.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/SeoUrlFunctionExtension.php';
  2419.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/CategoryUrlExtension.php';
  2420.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/AbstractCategoryUrlGenerator.php';
  2421.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/CategoryUrlGenerator.php';
  2422.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/MediaExtension.php';
  2423.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/RawUrlFunctionExtension.php';
  2424.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/SwSanitizeTwigFilter.php';
  2425.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/BuildBreadcrumbExtension.php';
  2426.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  2427.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/TemplateDataExtension.php';
  2428.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/Extension/ConfigExtension.php';
  2429.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/TemplateConfigAccessor.php';
  2430.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/IconExtension.php';
  2431.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/ThumbnailExtension.php';
  2432.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/Extension/UrlEncodingTwigFilter.php';
  2433.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/Extension/IconCacheTwigFilter.php';
  2434.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/Extension/CsrfFunctionExtension.php';
  2435.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Twig/DoctrineExtension.php';
  2436.             include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Storefront/Framework/Twig/Extension/CustomizedProductsPriceTagTwigFilter.php';
  2437.             include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Storefront/Framework/Twig/Extension/CustomizedProductsLoadValidMimeTypes.php';
  2438.             include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Storefront/Framework/Twig/Extension/CustomizedProductsTruncateEllipsisFilter.php';
  2439.             include_once \dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Twig/DateformatLocaleFilter.php';
  2440.             include_once \dirname(__DIR__4).'/custom/plugins/WeedesignImages2WebP/src/Storefront/Framework/Twig/Extension/UrlEncodingTwigFilter.php';
  2441.             include_once \dirname(__DIR__4).'/custom/plugins/HuebertAccessoriesDirectly/src/Twig/LoadParentLanguageNameFunction.php';
  2442.             include_once \dirname(__DIR__4).'/custom/plugins/WbmTagManagerEcomm/src/Twig/TagManagerExtension.php';
  2443.             include_once \dirname(__DIR__4).'/custom/plugins/SolidAdvancedSliderElements/src/Core/Framework/Adapter/Twig/Extension/TwigExtensions.php';
  2444.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  2445.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  2446.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/TwigAppVariable.php';
  2447.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  2448.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  2449.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  2450.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  2451.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  2452.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/HappyPathValidator.php';
  2453.             include_once __DIR__.'/proxy-classes.php';
  2454.         };
  2455.     }
  2456.     public function compile(): void
  2457.     {
  2458.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  2459.     }
  2460.     public function isCompiled(): bool
  2461.     {
  2462.         return true;
  2463.     }
  2464.     public function getRemovedIds(): array
  2465.     {
  2466.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  2467.     }
  2468.     protected function createProxy($class, \Closure $factory)
  2469.     {
  2470.         return $factory();
  2471.     }
  2472.     /**
  2473.      * Gets the public '.container.private.cache_clearer' shared service.
  2474.      *
  2475.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  2476.      */
  2477.     protected function get_Container_Private_CacheClearerService()
  2478.     {
  2479.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2480.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  2481.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  2482.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  2483.         }, 1));
  2484.     }
  2485.     /**
  2486.      * Gets the public '.container.private.filesystem' shared service.
  2487.      *
  2488.      * @return \Symfony\Component\Filesystem\Filesystem
  2489.      */
  2490.     protected function get_Container_Private_FilesystemService()
  2491.     {
  2492.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2493.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  2494.     }
  2495.     /**
  2496.      * Gets the public '.container.private.profiler' shared service.
  2497.      *
  2498.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  2499.      */
  2500.     protected function get_Container_Private_ProfilerService()
  2501.     {
  2502.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  2503.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2504.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2505.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  2506.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2507.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  2508.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  2509.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2510.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  2511.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  2512.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  2513.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  2514.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  2515.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2516.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  2517.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  2518.         $d->addInstance('cache.rate_limiter', ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  2519.         $d->addInstance('cache.object', ($this->privates['.cache.object.inner'] ?? $this->get_Cache_Object_InnerService()));
  2520.         $d->addInstance('cache.http', ($this->privates['.cache.http.inner'] ?? $this->get_Cache_Http_InnerService()));
  2521.         $d->addInstance('cache.tags', ($this->privates['cache.tags'] ?? $this->getCache_TagsService()));
  2522.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  2523.         $e = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  2524.         $e->registerBus('messenger.bus.shopware', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  2525.         $f = new \Enqueue\Bundle\Profiler\MessageQueueCollector();
  2526.         $f->addProducer('default', ($this->services['enqueue.client.default.producer'] ?? $this->getEnqueue_Client_Default_ProducerService()));
  2527.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  2528.         if ($this->has('kernel')) {
  2529.             $g->setKernel($b);
  2530.         }
  2531.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  2532.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2533.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  2534.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService())));
  2535.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  2536.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  2537.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Shopware_Core_KernelDevDebugContainer'), $c));
  2538.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  2539.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  2540.         $instance->add($d);
  2541.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  2542.         $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())));
  2543.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2544.         $instance->add(new \Shopware\Core\Profiling\Doctrine\ConnectionProfiler());
  2545.         $instance->add($e);
  2546.         $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())));
  2547.         $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())));
  2548.         $instance->add(($this->privates['Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber'] ?? $this->getActiveRulesDataCollectorSubscriberService()));
  2549.         $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()))));
  2550.         $instance->add($f);
  2551.         $instance->add($g);
  2552.         return $instance;
  2553.     }
  2554.     /**
  2555.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  2556.      *
  2557.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  2558.      */
  2559.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  2560.     {
  2561.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2562.         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);
  2563.     }
  2564.     /**
  2565.      * Gets the public '.container.private.serializer' shared service.
  2566.      *
  2567.      * @return \Symfony\Component\Serializer\Serializer
  2568.      */
  2569.     protected function get_Container_Private_SerializerService()
  2570.     {
  2571.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2572.         $b = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  2573.         $c = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  2574.         $d = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($c);
  2575.         $e = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2576.         $f = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($c);
  2577.         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)], [=> 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()]);
  2578.     }
  2579.     /**
  2580.      * Gets the public '.container.private.session' shared service.
  2581.      *
  2582.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2583.      */
  2584.     protected function get_Container_Private_SessionService()
  2585.     {
  2586.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  2587.         if (isset($this->services['.container.private.session'])) {
  2588.             return $this->services['.container.private.session'];
  2589.         }
  2590.         return $this->services['.container.private.session'] = $a->createSession();
  2591.     }
  2592.     /**
  2593.      * Gets the public '.container.private.twig' shared service.
  2594.      *
  2595.      * @return \Shopware\Core\Framework\Adapter\Twig\TwigEnvironment
  2596.      */
  2597.     protected function get_Container_Private_TwigService()
  2598.     {
  2599.         $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']);
  2600.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2601.         $b = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  2602.         $c = ($this->services['router'] ?? $this->getRouterService());
  2603.         $d = new \Symfony\Bridge\Twig\Extension\RoutingExtension($c);
  2604.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2605.         $f = ($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'] ?? $this->getTemplateFinderService());
  2606.         $g = new \Shopware\Core\Framework\Adapter\Twig\Filter\CurrencyFilter(($this->services['Shopware\\Core\\System\\Currency\\CurrencyFormatter'] ?? $this->getCurrencyFormatterService()));
  2607.         $h = ($this->services['Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface'] ?? $this->getSeoUrlPlaceholderHandlerInterfaceService());
  2608.         $i = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  2609.         $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  2610.         $j->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $b]);
  2611.         $k = new \Symfony\Bridge\Twig\AppVariable();
  2612.         $k->setEnvironment('dev');
  2613.         $k->setDebug(true);
  2614.         if ($this->has('request_stack')) {
  2615.             $k->setRequestStack($e);
  2616.         }
  2617.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  2618.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  2619.         $instance->addExtension(($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService()));
  2620.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  2621.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($b, \dirname(__DIR__4), 'UTF-8'));
  2622.         $instance->addExtension($d);
  2623.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  2624.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  2625.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  2626.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($e$c)));
  2627.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  2628.         $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())));
  2629.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\NodeExtension($f));
  2630.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\PhpSyntaxExtension());
  2631.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\FeatureFlagExtension());
  2632.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  2633.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  2634.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\InstanceOfExtension());
  2635.         $instance->addExtension($g);
  2636.         $instance->addExtension(new \Cocur\Slugify\Bridge\Twig\SlugifyExtension(($this->privates['slugify'] ?? $this->getSlugifyService())));
  2637.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Filter\ReplaceRecursiveFilter());
  2638.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\SecurityExtension([]));
  2639.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\SeoUrlFunctionExtension($d$h));
  2640.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\CategoryUrlExtension($d, new \Shopware\Core\Content\Category\Service\CategoryUrlGenerator($h)));
  2641.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\MediaExtension(($this->services['media.repository'] ?? $this->getMedia_RepositoryService())));
  2642.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\RawUrlFunctionExtension($c$e));
  2643.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter(($this->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] ?? $this->getHtmlSanitizerService())));
  2644.         $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())));
  2645.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\TemplateDataExtension($etrue'twig'));
  2646.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\ConfigExtension(new \Shopware\Storefront\Framework\Twig\TemplateConfigAccessor($i, ($this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'] ?? $this->getThemeConfigValueAccessorService()))));
  2647.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\IconExtension($f));
  2648.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\ThumbnailExtension($f));
  2649.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\UrlEncodingTwigFilter());
  2650.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\IconCacheTwigFilter());
  2651.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension());
  2652.         $instance->addExtension(new \Shopware\Core\Profiling\Twig\DoctrineExtension());
  2653.         $instance->addExtension(new \Swag\CustomizedProducts\Storefront\Framework\Twig\Extension\CustomizedProductsPriceTagTwigFilter($g, ($this->services['translator'] ?? $this->getTranslatorService())));
  2654.         $instance->addExtension(new \Swag\CustomizedProducts\Storefront\Framework\Twig\Extension\CustomizedProductsLoadValidMimeTypes(($this->privates['Swag\\CustomizedProducts\\Storefront\\Framework\\Media\\Validator\\ImageMediaUploadValidator'] ?? ($this->privates['Swag\\CustomizedProducts\\Storefront\\Framework\\Media\\Validator\\ImageMediaUploadValidator'] = new \Swag\CustomizedProducts\Storefront\Framework\Media\Validator\ImageMediaUploadValidator())), ($this->privates['Swag\\CustomizedProducts\\Storefront\\Framework\\Media\\Validator\\FileMediaUploadValidator'] ?? ($this->privates['Swag\\CustomizedProducts\\Storefront\\Framework\\Media\\Validator\\FileMediaUploadValidator'] = new \Swag\CustomizedProducts\Storefront\Framework\Media\Validator\FileMediaUploadValidator()))));
  2655.         $instance->addExtension(new \Swag\CustomizedProducts\Storefront\Framework\Twig\Extension\CustomizedProductsTruncateEllipsisFilter());
  2656.         $instance->addExtension(new \NetzpEvents6\Twig\DateformatLocaleFilter());
  2657.         $instance->addExtension(new \Weedesign\Images2WebP\Storefront\Framework\Twig\Extension\UrlEncodingTwigFilter($e$i, ($this->privates['Weedesign\\Images2WebP\\Service\\GenerateMediaFiles'] ?? $this->getGenerateMediaFilesService())));
  2658.         $instance->addExtension(new \Huebert\AccessoriesDirectly\Twig\LoadParentLanguageNameFunction(($this->services['product_cross_selling.repository'] ?? $this->getProductCrossSelling_RepositoryService())));
  2659.         $instance->addExtension(new \Wbm\TagManagerEcomm\Twig\TagManagerExtension(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($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));
  2660.         $instance->addExtension(new \StudioSolid\AdvancedSliderElements\Core\Framework\Adapter\Twig\Extension\TwigExtensions());
  2661.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  2662.         $instance->addGlobal('app', new \Shopware\Storefront\Framework\Twig\TwigAppVariable($k$this->parameters['shopware.twig.app_variable.allowed_server_params']));
  2663.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2664.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  2665.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  2666.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  2667.         ], [
  2668.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  2669.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  2670.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  2671.         ])));
  2672.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  2673.         return $instance;
  2674.     }
  2675.     /**
  2676.      * Gets the public '.container.private.validator' shared service.
  2677.      *
  2678.      * @return \Shopware\Core\Framework\Validation\HappyPathValidator
  2679.      */
  2680.     protected function get_Container_Private_ValidatorService()
  2681.     {
  2682.         $a = ($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService());
  2683.         if (isset($this->services['.container.private.validator'])) {
  2684.             return $this->services['.container.private.validator'];
  2685.         }
  2686.         return $this->services['.container.private.validator'] = new \Shopware\Core\Framework\Validation\HappyPathValidator($a);
  2687.     }
  2688.     /**
  2689.      * Gets the public 'Acris\ProductCustomerGroup\AcrisProductCustomerGroupCS' shared autowired service.
  2690.      *
  2691.      * @return \Acris\ProductCustomerGroup\AcrisProductCustomerGroupCS
  2692.      */
  2693.     protected function getAcrisProductCustomerGroupCSService()
  2694.     {
  2695.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2696.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2697.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2698.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2699.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2700.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2701.         include_once \dirname(__DIR__4).'/custom/plugins/AcrisProductCustomerGroupCS/src/AcrisProductCustomerGroupCS.php';
  2702.         return $this->services['Acris\\ProductCustomerGroup\\AcrisProductCustomerGroupCS'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Acris\\ProductCustomerGroup\\AcrisProductCustomerGroupCS');
  2703.     }
  2704.     /**
  2705.      * Gets the public 'Acris\ProductCustomerGroup\Custom\ProductCustomerGroupDefinition' shared service.
  2706.      *
  2707.      * @return \Acris\ProductCustomerGroup\Custom\ProductCustomerGroupDefinition
  2708.      */
  2709.     protected function getProductCustomerGroupDefinitionService()
  2710.     {
  2711.         $this->services['Acris\\ProductCustomerGroup\\Custom\\ProductCustomerGroupDefinition'] = $instance = new \Acris\ProductCustomerGroup\Custom\ProductCustomerGroupDefinition();
  2712.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2713.         return $instance;
  2714.     }
  2715.     /**
  2716.      * Gets the public 'Acris\ProductVideo\AcrisProductVideoCS' shared autowired service.
  2717.      *
  2718.      * @return \Acris\ProductVideo\AcrisProductVideoCS
  2719.      */
  2720.     protected function getAcrisProductVideoCSService()
  2721.     {
  2722.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2723.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2724.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2725.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2726.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2727.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2728.         include_once \dirname(__DIR__4).'/custom/plugins/AcrisProductVideoCS/src/AcrisProductVideoCS.php';
  2729.         return $this->services['Acris\\ProductVideo\\AcrisProductVideoCS'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Acris\\ProductVideo\\AcrisProductVideoCS');
  2730.     }
  2731.     /**
  2732.      * Gets the public 'Acris\ProductVideo\Custom\Aggregate\ProductVideoTranslation\ProductVideoTranslationDefinition' shared service.
  2733.      *
  2734.      * @return \Acris\ProductVideo\Custom\Aggregate\ProductVideoTranslation\ProductVideoTranslationDefinition
  2735.      */
  2736.     protected function getProductVideoTranslationDefinitionService()
  2737.     {
  2738.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  2739.         include_once \dirname(__DIR__4).'/custom/plugins/AcrisProductVideoCS/src/Custom/Aggregate/ProductVideoTranslation/ProductVideoTranslationDefinition.php';
  2740.         $this->services['Acris\\ProductVideo\\Custom\\Aggregate\\ProductVideoTranslation\\ProductVideoTranslationDefinition'] = $instance = new \Acris\ProductVideo\Custom\Aggregate\ProductVideoTranslation\ProductVideoTranslationDefinition();
  2741.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2742.         return $instance;
  2743.     }
  2744.     /**
  2745.      * Gets the public 'Acris\ProductVideo\Custom\ProductVideoDefinition' shared service.
  2746.      *
  2747.      * @return \Acris\ProductVideo\Custom\ProductVideoDefinition
  2748.      */
  2749.     protected function getProductVideoDefinitionService()
  2750.     {
  2751.         include_once \dirname(__DIR__4).'/custom/plugins/AcrisProductVideoCS/src/Custom/ProductVideoDefinition.php';
  2752.         $this->services['Acris\\ProductVideo\\Custom\\ProductVideoDefinition'] = $instance = new \Acris\ProductVideo\Custom\ProductVideoDefinition();
  2753.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2754.         return $instance;
  2755.     }
  2756.     /**
  2757.      * Gets the public 'Acris\ProductVideo\Resources\snippet\de_DE\SnippetFile_de_DE' shared service.
  2758.      *
  2759.      * @return \Acris\ProductVideo\Resources\snippet\de_DE\SnippetFile_de_DE
  2760.      */
  2761.     protected function getSnippetFileDeDEService()
  2762.     {
  2763.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileInterface.php';
  2764.         include_once \dirname(__DIR__4).'/custom/plugins/AcrisProductVideoCS/src/Resources/snippet/de_DE/SnippetFile_de_DE.php';
  2765.         return $this->services['Acris\\ProductVideo\\Resources\\snippet\\de_DE\\SnippetFile_de_DE'] = new \Acris\ProductVideo\Resources\snippet\de_DE\SnippetFile_de_DE();
  2766.     }
  2767.     /**
  2768.      * Gets the public 'Acris\ProductVideo\Resources\snippet\en_GB\SnippetFile_en_GB' shared service.
  2769.      *
  2770.      * @return \Acris\ProductVideo\Resources\snippet\en_GB\SnippetFile_en_GB
  2771.      */
  2772.     protected function getSnippetFileEnGBService()
  2773.     {
  2774.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileInterface.php';
  2775.         include_once \dirname(__DIR__4).'/custom/plugins/AcrisProductVideoCS/src/Resources/snippet/en_GB/SnippetFile_en_GB.php';
  2776.         return $this->services['Acris\\ProductVideo\\Resources\\snippet\\en_GB\\SnippetFile_en_GB'] = new \Acris\ProductVideo\Resources\snippet\en_GB\SnippetFile_en_GB();
  2777.     }
  2778.     /**
  2779.      * Gets the public 'Cbax\ModulAnalytics\CbaxModulAnalytics' shared autowired service.
  2780.      *
  2781.      * @return \Cbax\ModulAnalytics\CbaxModulAnalytics
  2782.      */
  2783.     protected function getCbaxModulAnalyticsService()
  2784.     {
  2785.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2786.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2787.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2788.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2789.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2790.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2791.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/CbaxModulAnalytics.php';
  2792.         return $this->services['Cbax\\ModulAnalytics\\CbaxModulAnalytics'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Cbax\\ModulAnalytics\\CbaxModulAnalytics');
  2793.     }
  2794.     /**
  2795.      * Gets the public 'Cbax\ModulAnalytics\Components\ConfigReaderHelper' shared service.
  2796.      *
  2797.      * @return \Cbax\ModulAnalytics\Components\ConfigReaderHelper
  2798.      */
  2799.     protected function getConfigReaderHelperService()
  2800.     {
  2801.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Components/ConfigReaderHelper.php';
  2802.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  2803.         if (isset($this->services['Cbax\\ModulAnalytics\\Components\\ConfigReaderHelper'])) {
  2804.             return $this->services['Cbax\\ModulAnalytics\\Components\\ConfigReaderHelper'];
  2805.         }
  2806.         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())));
  2807.     }
  2808.     /**
  2809.      * Gets the public 'Cbax\ModulAnalytics\Components\ExtensionHelper' shared service.
  2810.      *
  2811.      * @return \Cbax\ModulAnalytics\Components\ExtensionHelper
  2812.      */
  2813.     protected function getExtensionHelperService()
  2814.     {
  2815.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Components/ExtensionHelper.php';
  2816.         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()));
  2817.     }
  2818.     /**
  2819.      * Gets the public 'Cbax\ModulAnalytics\Controller\BackendController' shared service.
  2820.      *
  2821.      * @return \Cbax\ModulAnalytics\Controller\BackendController
  2822.      */
  2823.     protected function getBackendControllerService()
  2824.     {
  2825.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Controller/BackendController.php';
  2826.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Components/Statistics/Connector.php';
  2827.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Components/Base.php';
  2828.         $a = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  2829.         $b = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  2830.         $c = ($this->services['property_group_option.repository'] ?? $this->getPropertyGroupOption_RepositoryService());
  2831.         $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()));
  2832.         $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);
  2833.         $instance->setContainer($this);
  2834.         return $instance;
  2835.     }
  2836.     /**
  2837.      * Gets the public 'Cbax\ModulAnalytics\Core\Content\Analytics\CategoryImpressionsDefinition' shared service.
  2838.      *
  2839.      * @return \Cbax\ModulAnalytics\Core\Content\Analytics\CategoryImpressionsDefinition
  2840.      */
  2841.     protected function getCategoryImpressionsDefinitionService()
  2842.     {
  2843.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Core/Content/Analytics/CategoryImpressionsDefinition.php';
  2844.         $this->services['Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\CategoryImpressionsDefinition'] = $instance = new \Cbax\ModulAnalytics\Core\Content\Analytics\CategoryImpressionsDefinition();
  2845.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2846.         return $instance;
  2847.     }
  2848.     /**
  2849.      * Gets the public 'Cbax\ModulAnalytics\Core\Content\Analytics\ConfigDefinition' shared service.
  2850.      *
  2851.      * @return \Cbax\ModulAnalytics\Core\Content\Analytics\ConfigDefinition
  2852.      */
  2853.     protected function getConfigDefinitionService()
  2854.     {
  2855.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Core/Content/Analytics/ConfigDefinition.php';
  2856.         $this->services['Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\ConfigDefinition'] = $instance = new \Cbax\ModulAnalytics\Core\Content\Analytics\ConfigDefinition();
  2857.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2858.         return $instance;
  2859.     }
  2860.     /**
  2861.      * Gets the public 'Cbax\ModulAnalytics\Core\Content\Analytics\GroupDefinition' shared service.
  2862.      *
  2863.      * @return \Cbax\ModulAnalytics\Core\Content\Analytics\GroupDefinition
  2864.      */
  2865.     protected function getGroupDefinitionService()
  2866.     {
  2867.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Core/Content/Analytics/GroupDefinition.php';
  2868.         $this->services['Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\GroupDefinition'] = $instance = new \Cbax\ModulAnalytics\Core\Content\Analytics\GroupDefinition();
  2869.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2870.         return $instance;
  2871.     }
  2872.     /**
  2873.      * Gets the public 'Cbax\ModulAnalytics\Core\Content\Analytics\ManufacturerImpressionsDefinition' shared service.
  2874.      *
  2875.      * @return \Cbax\ModulAnalytics\Core\Content\Analytics\ManufacturerImpressionsDefinition
  2876.      */
  2877.     protected function getManufacturerImpressionsDefinitionService()
  2878.     {
  2879.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Core/Content/Analytics/ManufacturerImpressionsDefinition.php';
  2880.         $this->services['Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\ManufacturerImpressionsDefinition'] = $instance = new \Cbax\ModulAnalytics\Core\Content\Analytics\ManufacturerImpressionsDefinition();
  2881.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2882.         return $instance;
  2883.     }
  2884.     /**
  2885.      * Gets the public 'Cbax\ModulAnalytics\Core\Content\Analytics\PoolDefinition' shared service.
  2886.      *
  2887.      * @return \Cbax\ModulAnalytics\Core\Content\Analytics\PoolDefinition
  2888.      */
  2889.     protected function getPoolDefinitionService()
  2890.     {
  2891.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Core/Content/Analytics/PoolDefinition.php';
  2892.         $this->services['Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\PoolDefinition'] = $instance = new \Cbax\ModulAnalytics\Core\Content\Analytics\PoolDefinition();
  2893.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2894.         return $instance;
  2895.     }
  2896.     /**
  2897.      * Gets the public 'Cbax\ModulAnalytics\Core\Content\Analytics\ProductImpressionsDefinition' shared service.
  2898.      *
  2899.      * @return \Cbax\ModulAnalytics\Core\Content\Analytics\ProductImpressionsDefinition
  2900.      */
  2901.     protected function getProductImpressionsDefinitionService()
  2902.     {
  2903.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Core/Content/Analytics/ProductImpressionsDefinition.php';
  2904.         $this->services['Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\ProductImpressionsDefinition'] = $instance = new \Cbax\ModulAnalytics\Core\Content\Analytics\ProductImpressionsDefinition();
  2905.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2906.         return $instance;
  2907.     }
  2908.     /**
  2909.      * Gets the public 'Cbax\ModulAnalytics\Core\Content\Analytics\RefererDefinition' shared service.
  2910.      *
  2911.      * @return \Cbax\ModulAnalytics\Core\Content\Analytics\RefererDefinition
  2912.      */
  2913.     protected function getRefererDefinitionService()
  2914.     {
  2915.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Core/Content/Analytics/RefererDefinition.php';
  2916.         $this->services['Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\RefererDefinition'] = $instance = new \Cbax\ModulAnalytics\Core\Content\Analytics\RefererDefinition();
  2917.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2918.         return $instance;
  2919.     }
  2920.     /**
  2921.      * Gets the public 'Cbax\ModulAnalytics\Core\Content\Analytics\SearchResultDefinition' shared service.
  2922.      *
  2923.      * @return \Cbax\ModulAnalytics\Core\Content\Analytics\SearchResultDefinition
  2924.      */
  2925.     protected function getSearchResultDefinitionService()
  2926.     {
  2927.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Core/Content/Analytics/SearchResultDefinition.php';
  2928.         $this->services['Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\SearchResultDefinition'] = $instance = new \Cbax\ModulAnalytics\Core\Content\Analytics\SearchResultDefinition();
  2929.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2930.         return $instance;
  2931.     }
  2932.     /**
  2933.      * Gets the public 'Cbax\ModulAnalytics\Core\Content\Analytics\VisitorsDefinition' shared service.
  2934.      *
  2935.      * @return \Cbax\ModulAnalytics\Core\Content\Analytics\VisitorsDefinition
  2936.      */
  2937.     protected function getVisitorsDefinitionService()
  2938.     {
  2939.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Core/Content/Analytics/VisitorsDefinition.php';
  2940.         $this->services['Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\VisitorsDefinition'] = $instance = new \Cbax\ModulAnalytics\Core\Content\Analytics\VisitorsDefinition();
  2941.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2942.         return $instance;
  2943.     }
  2944.     /**
  2945.      * Gets the public 'DecomTheme\DecomTheme' shared autowired service.
  2946.      *
  2947.      * @return \DecomTheme\DecomTheme
  2948.      */
  2949.     protected function getDecomThemeService()
  2950.     {
  2951.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2952.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2953.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2954.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2955.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2956.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2957.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/ThemeInterface.php';
  2958.         include_once \dirname(__DIR__4).'/custom/plugins/DecomTheme/src/DecomTheme.php';
  2959.         return $this->services['DecomTheme\\DecomTheme'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('DecomTheme\\DecomTheme');
  2960.     }
  2961.     /**
  2962.      * Gets the public 'Doctrine\DBAL\Connection' shared service.
  2963.      *
  2964.      * @return \Doctrine\DBAL\Connection
  2965.      */
  2966.     protected function getConnectionService()
  2967.     {
  2968.         return $this->services['Doctrine\\DBAL\\Connection'] = \Shopware\Core\Kernel::getConnection();
  2969.     }
  2970.     /**
  2971.      * Gets the public 'Elasticsearch\Client' shared service.
  2972.      *
  2973.      * @return \Shopware\Elasticsearch\Profiler\ClientProfiler
  2974.      */
  2975.     protected function getClientService()
  2976.     {
  2977.         return $this->services['Elasticsearch\\Client'] = new \Shopware\Elasticsearch\Profiler\ClientProfiler(($this->privates['shopware.es.profiled.client.inner'] ?? $this->getShopware_Es_Profiled_Client_InnerService()));
  2978.     }
  2979.     /**
  2980.      * Gets the public 'Huebert\AccessoriesDirectly\Controller\SelectOptionController' shared service.
  2981.      *
  2982.      * @return \Huebert\AccessoriesDirectly\Controller\SelectOptionController
  2983.      */
  2984.     protected function getSelectOptionControllerService()
  2985.     {
  2986.         include_once \dirname(__DIR__4).'/custom/plugins/HuebertAccessoriesDirectly/src/Controller/SelectOptionController.php';
  2987.         $this->services['Huebert\\AccessoriesDirectly\\Controller\\SelectOptionController'] = $instance = new \Huebert\AccessoriesDirectly\Controller\SelectOptionController(($this->services['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductCombinationFinder'] ?? $this->getProductCombinationFinderService()), ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  2988.         $instance->setContainer($this);
  2989.         return $instance;
  2990.     }
  2991.     /**
  2992.      * Gets the public 'Huebert\AccessoriesDirectly\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingExtension' shared service.
  2993.      *
  2994.      * @return \Huebert\AccessoriesDirectly\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingExtension
  2995.      */
  2996.     protected function getProductCrossSellingExtensionService()
  2997.     {
  2998.         $this->services['Huebert\\AccessoriesDirectly\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingExtension'] = $instance = new \Huebert\AccessoriesDirectly\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingExtension();
  2999.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3000.         return $instance;
  3001.     }
  3002.     /**
  3003.      * Gets the public 'Huebert\AccessoriesDirectly\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingExtensionHydrator' shared service.
  3004.      *
  3005.      * @return \Huebert\AccessoriesDirectly\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingExtensionHydrator
  3006.      */
  3007.     protected function getProductCrossSellingExtensionHydratorService()
  3008.     {
  3009.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSelling/ProductCrossSellingHydrator.php';
  3010.         include_once \dirname(__DIR__4).'/custom/plugins/HuebertAccessoriesDirectly/src/Core/Content/Product/Aggregate/ProductCrossSelling/ProductCrossSellingExtensionHydrator.php';
  3011.         return $this->services['Huebert\\AccessoriesDirectly\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingExtensionHydrator'] = new \Huebert\AccessoriesDirectly\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingExtensionHydrator($this);
  3012.     }
  3013.     /**
  3014.      * Gets the public 'Huebert\AccessoriesDirectly\HuebertAccessoriesDirectly' shared autowired service.
  3015.      *
  3016.      * @return \Huebert\AccessoriesDirectly\HuebertAccessoriesDirectly
  3017.      */
  3018.     protected function getHuebertAccessoriesDirectlyService()
  3019.     {
  3020.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3021.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  3022.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3023.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  3024.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  3025.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  3026.         include_once \dirname(__DIR__4).'/custom/plugins/HuebertAccessoriesDirectly/src/HuebertAccessoriesDirectly.php';
  3027.         return $this->services['Huebert\\AccessoriesDirectly\\HuebertAccessoriesDirectly'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Huebert\\AccessoriesDirectly\\HuebertAccessoriesDirectly');
  3028.     }
  3029.     /**
  3030.      * Gets the public 'Huebert\AccessoriesDirectly\Resources\snippet\de_DE\SnippetFile_de_DE' shared service.
  3031.      *
  3032.      * @return \Huebert\AccessoriesDirectly\Resources\snippet\de_DE\SnippetFile_de_DE
  3033.      */
  3034.     protected function getSnippetFileDeDE2Service()
  3035.     {
  3036.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileInterface.php';
  3037.         include_once \dirname(__DIR__4).'/custom/plugins/HuebertAccessoriesDirectly/src/Resources/snippet/de_DE/SnippetFile_de_DE.php';
  3038.         return $this->services['Huebert\\AccessoriesDirectly\\Resources\\snippet\\de_DE\\SnippetFile_de_DE'] = new \Huebert\AccessoriesDirectly\Resources\snippet\de_DE\SnippetFile_de_DE();
  3039.     }
  3040.     /**
  3041.      * Gets the public 'Huebert\AccessoriesDirectly\Resources\snippet\en_GB\SnippetFile_en_GB' shared service.
  3042.      *
  3043.      * @return \Huebert\AccessoriesDirectly\Resources\snippet\en_GB\SnippetFile_en_GB
  3044.      */
  3045.     protected function getSnippetFileEnGB2Service()
  3046.     {
  3047.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileInterface.php';
  3048.         include_once \dirname(__DIR__4).'/custom/plugins/HuebertAccessoriesDirectly/src/Resources/snippet/en_GB/SnippetFile_en_GB.php';
  3049.         return $this->services['Huebert\\AccessoriesDirectly\\Resources\\snippet\\en_GB\\SnippetFile_en_GB'] = new \Huebert\AccessoriesDirectly\Resources\snippet\en_GB\SnippetFile_en_GB();
  3050.     }
  3051.     /**
  3052.      * Gets the public 'IronHoliday\IronHoliday' shared autowired service.
  3053.      *
  3054.      * @return \IronHoliday\IronHoliday
  3055.      */
  3056.     protected function getIronHolidayService()
  3057.     {
  3058.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3059.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  3060.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3061.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  3062.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  3063.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  3064.         include_once \dirname(__DIR__4).'/custom/plugins/IronHoliday/src/IronHoliday.php';
  3065.         return $this->services['IronHoliday\\IronHoliday'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('IronHoliday\\IronHoliday');
  3066.     }
  3067.     /**
  3068.      * Gets the public 'KlarnaPayment\Components\Controller\Administration\OrderController' shared service.
  3069.      *
  3070.      * @return \KlarnaPayment\Components\Controller\Administration\OrderController
  3071.      */
  3072.     protected function getOrderControllerService()
  3073.     {
  3074.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Controller/Administration/OrderController.php';
  3075.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/ReleaseRemainingAuthorization/ReleaseRemainingAuthorizationHydratorInterface.php';
  3076.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/ReleaseRemainingAuthorization/ReleaseRemainingAuthorizationHydrator.php';
  3077.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/ExtendAuthorization/ExtendAuthorizationRequestHydratorInterface.php';
  3078.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/ExtendAuthorization/ExtendAuthorizationRequestHydrator.php';
  3079.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/GetOrder/GetOrderRequestHydratorInterface.php';
  3080.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/GetOrder/GetOrderRequestHydrator.php';
  3081.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/CreateCapture/CreateCaptureRequestHydratorInterface.php';
  3082.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/CreateCapture/CreateCaptureRequestHydrator.php';
  3083.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/CreateRefund/CreateRefundRequestHydratorInterface.php';
  3084.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/CreateRefund/CreateRefundRequestHydrator.php';
  3085.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/CancelPayment/CancelPaymentRequestHydratorInterface.php';
  3086.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/CancelPayment/CancelPaymentRequestHydrator.php';
  3087.         $this->services['KlarnaPayment\\Components\\Controller\\Administration\\OrderController'] = $instance = new \KlarnaPayment\Components\Controller\Administration\OrderController(($this->privates['KlarnaPayment\\Components\\Client\\Client'] ?? $this->getClient2Service()), ($this->services['klarna_payment_request_log.repository'] ?? $this->getKlarnaPaymentRequestLog_RepositoryService()), ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Request\\GetOrder\\GetOrderRequestHydrator'] ?? ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Request\\GetOrder\\GetOrderRequestHydrator'] = new \KlarnaPayment\Components\Client\Hydrator\Request\GetOrder\GetOrderRequestHydrator())), ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Response\\GetOrder\\GetOrderResponseHydrator'] ?? $this->getGetOrderResponseHydratorService()), ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Request\\CreateCapture\\CreateCaptureRequestHydrator'] ?? ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Request\\CreateCapture\\CreateCaptureRequestHydrator'] = new \KlarnaPayment\Components\Client\Hydrator\Request\CreateCapture\CreateCaptureRequestHydrator())), ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Request\\CreateRefund\\CreateRefundRequestHydrator'] ?? ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Request\\CreateRefund\\CreateRefundRequestHydrator'] = new \KlarnaPayment\Components\Client\Hydrator\Request\CreateRefund\CreateRefundRequestHydrator())), ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Request\\CancelPayment\\CancelPaymentRequestHydrator'] ?? ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Request\\CancelPayment\\CancelPaymentRequestHydrator'] = new \KlarnaPayment\Components\Client\Hydrator\Request\CancelPayment\CancelPaymentRequestHydrator())), new \KlarnaPayment\Components\Client\Hydrator\Request\ReleaseRemainingAuthorization\ReleaseRemainingAuthorizationHydrator(), new \KlarnaPayment\Components\Client\Hydrator\Request\ExtendAuthorization\ExtendAuthorizationRequestHydrator(), ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService()), ($this->privates['KlarnaPayment\\Components\\Logger'] ?? $this->getLoggerService()), ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService()));
  3088.         $instance->setContainer($this);
  3089.         return $instance;
  3090.     }
  3091.     /**
  3092.      * Gets the public 'KlarnaPayment\Components\Controller\Administration\OrderUpdateController' shared service.
  3093.      *
  3094.      * @return \KlarnaPayment\Components\Controller\Administration\OrderUpdateController
  3095.      */
  3096.     protected function getOrderUpdateControllerService()
  3097.     {
  3098.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Controller/Administration/OrderUpdateController.php';
  3099.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/UpdateAddress/UpdateAddressRequestHydratorInterface.php';
  3100.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/UpdateAddress/UpdateAddressRequestHydrator.php';
  3101.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Helper/RequestHasherInterface.php';
  3102.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Helper/UpdateOrderRequestHasher.php';
  3103.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Helper/UpdateAddressRequestHasher.php';
  3104.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Helper/OrderValidator/OrderValidatorInterface.php';
  3105.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Helper/OrderValidator/OrderValidator.php';
  3106.         $this->services['KlarnaPayment\\Components\\Controller\\Administration\\OrderUpdateController'] = $instance = new \KlarnaPayment\Components\Controller\Administration\OrderUpdateController(($this->privates['KlarnaPayment\\Components\\Client\\Client'] ?? $this->getClient2Service()), ($this->services['order.repository'] ?? $this->getOrder_RepositoryService()), ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Request\\UpdateAddress\\UpdateAddressRequestHydrator'] ?? ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Request\\UpdateAddress\\UpdateAddressRequestHydrator'] = new \KlarnaPayment\Components\Client\Hydrator\Request\UpdateAddress\UpdateAddressRequestHydrator())), ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Request\\UpdateOrder\\UpdateOrderRequestHydrator'] ?? $this->getUpdateOrderRequestHydratorService()), ($this->privates['KlarnaPayment\\Components\\Helper\\OrderFetcher'] ?? $this->getOrderFetcherService()), ($this->privates['KlarnaPayment\\Components\\Helper\\UpdateOrderRequestHasher'] ?? ($this->privates['KlarnaPayment\\Components\\Helper\\UpdateOrderRequestHasher'] = new \KlarnaPayment\Components\Helper\UpdateOrderRequestHasher($this->getEnv('APP_SECRET')))), ($this->privates['KlarnaPayment\\Components\\Helper\\UpdateAddressRequestHasher'] ?? ($this->privates['KlarnaPayment\\Components\\Helper\\UpdateAddressRequestHasher'] = new \KlarnaPayment\Components\Helper\UpdateAddressRequestHasher($this->getEnv('APP_SECRET')))), ($this->privates['KlarnaPayment\\Components\\Helper\\OrderValidator\\OrderValidator'] ?? ($this->privates['KlarnaPayment\\Components\\Helper\\OrderValidator\\OrderValidator'] = new \KlarnaPayment\Components\Helper\OrderValidator\OrderValidator())));
  3107.         $instance->setContainer($this);
  3108.         return $instance;
  3109.     }
  3110.     /**
  3111.      * Gets the public 'KlarnaPayment\Components\Controller\Administration\SettingsController' shared service.
  3112.      *
  3113.      * @return \KlarnaPayment\Components\Controller\Administration\SettingsController
  3114.      */
  3115.     protected function getSettingsControllerService()
  3116.     {
  3117.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Controller/Administration/SettingsController.php';
  3118.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/Test/TestRequestHydratorInterface.php';
  3119.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/Test/TestRequestHydrator.php';
  3120.         $this->services['KlarnaPayment\\Components\\Controller\\Administration\\SettingsController'] = $instance = new \KlarnaPayment\Components\Controller\Administration\SettingsController(($this->privates['KlarnaPayment\\Components\\Client\\Client'] ?? $this->getClient2Service()), ($this->privates['KlarnaPayment\\Components\\Logger'] ?? $this->getLoggerService()), new \KlarnaPayment\Components\Client\Hydrator\Request\Test\TestRequestHydrator());
  3121.         $instance->setContainer($this);
  3122.         return $instance;
  3123.     }
  3124.     /**
  3125.      * Gets the public 'KlarnaPayment\Components\Controller\Administration\WizardController' shared service.
  3126.      *
  3127.      * @return \KlarnaPayment\Components\Controller\Administration\WizardController
  3128.      */
  3129.     protected function getWizardControllerService()
  3130.     {
  3131.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Controller/Administration/WizardController.php';
  3132.         $this->services['KlarnaPayment\\Components\\Controller\\Administration\\WizardController'] = $instance = new \KlarnaPayment\Components\Controller\Administration\WizardController(($this->privates['KlarnaPayment\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReaderService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  3133.         $instance->setContainer($this);
  3134.         return $instance;
  3135.     }
  3136.     /**
  3137.      * Gets the public 'KlarnaPayment\Components\Controller\Storefront\KlarnaExpressCallbackController' shared service.
  3138.      *
  3139.      * @return \KlarnaPayment\Components\Controller\Storefront\KlarnaExpressCallbackController
  3140.      */
  3141.     protected function getKlarnaExpressCallbackControllerService()
  3142.     {
  3143.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Controller/Storefront/KlarnaExpressCallbackController.php';
  3144.         $this->services['KlarnaPayment\\Components\\Controller\\Storefront\\KlarnaExpressCallbackController'] = $instance = new \KlarnaPayment\Components\Controller\Storefront\KlarnaExpressCallbackController(($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['router'] ?? $this->getRouterService()), ($this->privates['KlarnaPayment\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReaderService()), ($this->privates['KlarnaPayment\\Components\\Logger'] ?? $this->getLoggerService()));
  3145.         $instance->setContainer($this);
  3146.         return $instance;
  3147.     }
  3148.     /**
  3149.      * Gets the public 'KlarnaPayment\Components\Controller\Storefront\KlarnaPaymentsCallbackController' shared service.
  3150.      *
  3151.      * @return \KlarnaPayment\Components\Controller\Storefront\KlarnaPaymentsCallbackController
  3152.      */
  3153.     protected function getKlarnaPaymentsCallbackControllerService()
  3154.     {
  3155.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Controller/Storefront/KlarnaPaymentsCallbackController.php';
  3156.         $this->services['KlarnaPayment\\Components\\Controller\\Storefront\\KlarnaPaymentsCallbackController'] = $instance = new \KlarnaPayment\Components\Controller\Storefront\KlarnaPaymentsCallbackController(($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService()), ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService()), ($this->privates['KlarnaPayment\\Components\\Validator\\OrderTransitionChangeValidator'] ?? $this->getOrderTransitionChangeValidatorService()), ($this->privates['KlarnaPayment\\Components\\Helper\\StateHelper\\Capture\\CaptureStateHelper'] ?? $this->getCaptureStateHelperService()), ($this->privates['KlarnaPayment\\Components\\Helper\\StateHelper\\Authorize\\AuthorizeStateHelper'] ?? $this->getAuthorizeStateHelperService()));
  3157.         $instance->setContainer($this);
  3158.         return $instance;
  3159.     }
  3160.     /**
  3161.      * Gets the public 'KlarnaPayment\Components\DataAbstractionLayer\Entity\RequestLog\RequestLogDefinition' shared service.
  3162.      *
  3163.      * @return \KlarnaPayment\Components\DataAbstractionLayer\Entity\RequestLog\RequestLogDefinition
  3164.      */
  3165.     protected function getRequestLogDefinitionService()
  3166.     {
  3167.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/DataAbstractionLayer/Entity/RequestLog/RequestLogDefinition.php';
  3168.         $this->services['KlarnaPayment\\Components\\DataAbstractionLayer\\Entity\\RequestLog\\RequestLogDefinition'] = $instance = new \KlarnaPayment\Components\DataAbstractionLayer\Entity\RequestLog\RequestLogDefinition();
  3169.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3170.         return $instance;
  3171.     }
  3172.     /**
  3173.      * Gets the public 'KlarnaPayment\KlarnaPayment' shared autowired service.
  3174.      *
  3175.      * @return \KlarnaPayment\KlarnaPayment
  3176.      */
  3177.     protected function getKlarnaPaymentService()
  3178.     {
  3179.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3180.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  3181.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3182.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  3183.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  3184.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  3185.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/KlarnaPayment.php';
  3186.         return $this->services['KlarnaPayment\\KlarnaPayment'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('KlarnaPayment\\KlarnaPayment');
  3187.     }
  3188.     /**
  3189.      * Gets the public 'NetzpCalendar6\Core\Content\Aggregate\CalendarTranslation\CalendarTranslationDefinition' shared service.
  3190.      *
  3191.      * @return \NetzpCalendar6\Core\Content\Aggregate\CalendarTranslation\CalendarTranslationDefinition
  3192.      */
  3193.     protected function getCalendarTranslationDefinitionService()
  3194.     {
  3195.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3196.         include_once \dirname(__DIR__4).'/custom/plugins/NetzpCalendar6/src/Core/Content/Aggregate/CalendarTranslation/CalendarTranslationDefinition.php';
  3197.         $this->services['NetzpCalendar6\\Core\\Content\\Aggregate\\CalendarTranslation\\CalendarTranslationDefinition'] = $instance = new \NetzpCalendar6\Core\Content\Aggregate\CalendarTranslation\CalendarTranslationDefinition();
  3198.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3199.         return $instance;
  3200.     }
  3201.     /**
  3202.      * Gets the public 'NetzpCalendar6\Core\Content\Aggregate\ItemTranslation\ItemTranslationDefinition' shared service.
  3203.      *
  3204.      * @return \NetzpCalendar6\Core\Content\Aggregate\ItemTranslation\ItemTranslationDefinition
  3205.      */
  3206.     protected function getItemTranslationDefinitionService()
  3207.     {
  3208.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3209.         include_once \dirname(__DIR__4).'/custom/plugins/NetzpCalendar6/src/Core/Content/Aggregate/ItemTranslation/ItemTranslationDefinition.php';
  3210.         $this->services['NetzpCalendar6\\Core\\Content\\Aggregate\\ItemTranslation\\ItemTranslationDefinition'] = $instance = new \NetzpCalendar6\Core\Content\Aggregate\ItemTranslation\ItemTranslationDefinition();
  3211.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3212.         return $instance;
  3213.     }
  3214.     /**
  3215.      * Gets the public 'NetzpCalendar6\Core\Content\Calendar\CalendarDefinition' shared service.
  3216.      *
  3217.      * @return \NetzpCalendar6\Core\Content\Calendar\CalendarDefinition
  3218.      */
  3219.     protected function getCalendarDefinitionService()
  3220.     {
  3221.         include_once \dirname(__DIR__4).'/custom/plugins/NetzpCalendar6/src/Core/Content/Calendar/CalendarDefinition.php';
  3222.         $this->services['NetzpCalendar6\\Core\\Content\\Calendar\\CalendarDefinition'] = $instance = new \NetzpCalendar6\Core\Content\Calendar\CalendarDefinition();
  3223.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3224.         return $instance;
  3225.     }
  3226.     /**
  3227.      * Gets the public 'NetzpCalendar6\Core\Content\Item\ItemDefinition' shared service.
  3228.      *
  3229.      * @return \NetzpCalendar6\Core\Content\Item\ItemDefinition
  3230.      */
  3231.     protected function getItemDefinitionService()
  3232.     {
  3233.         include_once \dirname(__DIR__4).'/custom/plugins/NetzpCalendar6/src/Core/Content/Item/ItemDefinition.php';
  3234.         $this->services['NetzpCalendar6\\Core\\Content\\Item\\ItemDefinition'] = $instance = new \NetzpCalendar6\Core\Content\Item\ItemDefinition();
  3235.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3236.         return $instance;
  3237.     }
  3238.     /**
  3239.      * Gets the public 'NetzpCalendar6\NetzpCalendar6' shared autowired service.
  3240.      *
  3241.      * @return \NetzpCalendar6\NetzpCalendar6
  3242.      */
  3243.     protected function getNetzpCalendar6Service()
  3244.     {
  3245.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3246.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  3247.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3248.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  3249.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  3250.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  3251.         include_once \dirname(__DIR__4).'/custom/plugins/NetzpCalendar6/src/NetzpCalendar6.php';
  3252.         return $this->services['NetzpCalendar6\\NetzpCalendar6'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('NetzpCalendar6\\NetzpCalendar6');
  3253.     }
  3254.     /**
  3255.      * Gets the public 'NetzpEvents6\Controller\EventAppController' shared service.
  3256.      *
  3257.      * @return \NetzpEvents6\Controller\EventAppController
  3258.      */
  3259.     protected function getEventAppControllerService()
  3260.     {
  3261.         include_once \dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Controller/EventAppController.php';
  3262.         include_once \dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Components/EventsAppHelper.php';
  3263.         return $this->services['NetzpEvents6\\Controller\\EventAppController'] = new \NetzpEvents6\Controller\EventAppController($this, new \NetzpEvents6\Components\EventsAppHelper($this, ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['NetzpEvents6\\Components\\EventsHelper'] ?? $this->getEventsHelperService())));
  3264.     }
  3265.     /**
  3266.      * Gets the public 'NetzpEvents6\Controller\EventController' shared service.
  3267.      *
  3268.      * @return \NetzpEvents6\Controller\EventController
  3269.      */
  3270.     protected function getEventControllerService()
  3271.     {
  3272.         include_once \dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Controller/EventController.php';
  3273.         return $this->services['NetzpEvents6\\Controller\\EventController'] = new \NetzpEvents6\Controller\EventController($this, ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  3274.     }
  3275.     /**
  3276.      * Gets the public 'NetzpEvents6\Controller\EventStoreFrontController' shared service.
  3277.      *
  3278.      * @return \NetzpEvents6\Controller\EventStoreFrontController
  3279.      */
  3280.     protected function getEventStoreFrontControllerService()
  3281.     {
  3282.         include_once \dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Controller/EventStoreFrontController.php';
  3283.         return $this->services['NetzpEvents6\\Controller\\EventStoreFrontController'] = new \NetzpEvents6\Controller\EventStoreFrontController($this, ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService()), ($this->privates['NetzpEvents6\\Components\\EventsHelper'] ?? $this->getEventsHelperService()));
  3284.     }
  3285.     /**
  3286.      * Gets the public 'NetzpEvents6\Controller\StoreApi\EventListing\CachedEventListingRoute' shared service.
  3287.      *
  3288.      * @return \NetzpEvents6\Controller\StoreApi\EventListing\CachedEventListingRoute
  3289.      */
  3290.     protected function getCachedEventListingRouteService()
  3291.     {
  3292.         include_once \dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Controller/StoreApi/EventListing/AbstractEventListingRoute.php';
  3293.         include_once \dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Controller/StoreApi/EventListing/CachedEventListingRoute.php';
  3294.         include_once \dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Controller/StoreApi/EventListing/EventListingRoute.php';
  3295.         $a = ($this->privates['NetzpEvents6\\Components\\EventsHelper'] ?? $this->getEventsHelperService());
  3296.         if (isset($this->services['NetzpEvents6\\Controller\\StoreApi\\EventListing\\CachedEventListingRoute'])) {
  3297.             return $this->services['NetzpEvents6\\Controller\\StoreApi\\EventListing\\CachedEventListingRoute'];
  3298.         }
  3299.         $b = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  3300.         if (isset($this->services['NetzpEvents6\\Controller\\StoreApi\\EventListing\\CachedEventListingRoute'])) {
  3301.             return $this->services['NetzpEvents6\\Controller\\StoreApi\\EventListing\\CachedEventListingRoute'];
  3302.         }
  3303.         return $this->services['NetzpEvents6\\Controller\\StoreApi\\EventListing\\CachedEventListingRoute'] = new \NetzpEvents6\Controller\StoreApi\EventListing\CachedEventListingRoute(new \NetzpEvents6\Controller\StoreApi\EventListing\EventListingRoute($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, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3304.     }
  3305.     /**
  3306.      * Gets the public 'NetzpEvents6\Core\Content\Aggregate\CategoryTranslation\CategoryTranslationDefinition' shared service.
  3307.      *
  3308.      * @return \NetzpEvents6\Core\Content\Aggregate\CategoryTranslation\CategoryTranslationDefinition
  3309.      */
  3310.     protected function getCategoryTranslationDefinitionService()
  3311.     {
  3312.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3313.         include_once \dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Core/Content/Aggregate/CategoryTranslation/CategoryTranslationDefinition.php';
  3314.         $this->services['NetzpEvents6\\Core\\Content\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition'] = $instance = new \NetzpEvents6\Core\Content\Aggregate\CategoryTranslation\CategoryTranslationDefinition();
  3315.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3316.         return $instance;
  3317.     }
  3318.     /**
  3319.      * Gets the public 'NetzpEvents6\Core\Content\Aggregate\EventTranslation\EventTranslationDefinition' shared service.
  3320.      *
  3321.      * @return \NetzpEvents6\Core\Content\Aggregate\EventTranslation\EventTranslationDefinition
  3322.      */
  3323.     protected function getEventTranslationDefinitionService()
  3324.     {
  3325.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3326.         include_once \dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Core/Content/Aggregate/EventTranslation/EventTranslationDefinition.php';
  3327.         $this->services['NetzpEvents6\\Core\\Content\\Aggregate\\EventTranslation\\EventTranslationDefinition'] = $instance = new \NetzpEvents6\Core\Content\Aggregate\EventTranslation\EventTranslationDefinition();
  3328.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3329.         return $instance;
  3330.     }
  3331.     /**
  3332.      * Gets the public 'NetzpEvents6\Core\Content\Aggregate\SlotTranslation\SlotTranslationDefinition' shared service.
  3333.      *
  3334.      * @return \NetzpEvents6\Core\Content\Aggregate\SlotTranslation\SlotTranslationDefinition
  3335.      */
  3336.     protected function getSlotTranslationDefinitionService()
  3337.     {
  3338.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3339.         include_once \dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Core/Content/Aggregate/SlotTranslation/SlotTranslationDefinition.php';
  3340.         $this->services['NetzpEvents6\\Core\\Content\\Aggregate\\SlotTranslation\\SlotTranslationDefinition'] = $instance = new \NetzpEvents6\Core\Content\Aggregate\SlotTranslation\SlotTranslationDefinition();
  3341.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3342.         return $instance;
  3343.     }
  3344.     /**
  3345.      * Gets the public 'NetzpEvents6\Core\Content\Category\CategoryDefinition' shared service.
  3346.      *
  3347.      * @return \NetzpEvents6\Core\Content\Category\CategoryDefinition
  3348.      */
  3349.     protected function getCategoryDefinitionService()
  3350.     {
  3351.         include_once \dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Core/Content/Category/CategoryDefinition.php';
  3352.         $this->services['NetzpEvents6\\Core\\Content\\Category\\CategoryDefinition'] = $instance = new \NetzpEvents6\Core\Content\Category\CategoryDefinition();
  3353.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3354.         return $instance;
  3355.     }
  3356.     /**
  3357.      * Gets the public 'NetzpEvents6\Core\Content\Event\EventDefinition' shared service.
  3358.      *
  3359.      * @return \NetzpEvents6\Core\Content\Event\EventDefinition
  3360.      */
  3361.     protected function getEventDefinitionService()
  3362.     {
  3363.         include_once \dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Core/Content/Event/EventDefinition.php';
  3364.         $this->services['NetzpEvents6\\Core\\Content\\Event\\EventDefinition'] = $instance = new \NetzpEvents6\Core\Content\Event\EventDefinition();
  3365.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3366.         return $instance;
  3367.     }
  3368.     /**
  3369.      * Gets the public 'NetzpEvents6\Core\Content\Participant\ParticipantDefinition' shared service.
  3370.      *
  3371.      * @return \NetzpEvents6\Core\Content\Participant\ParticipantDefinition
  3372.      */
  3373.     protected function getParticipantDefinitionService()
  3374.     {
  3375.         include_once \dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Core/Content/Participant/ParticipantDefinition.php';
  3376.         $this->services['NetzpEvents6\\Core\\Content\\Participant\\ParticipantDefinition'] = $instance = new \NetzpEvents6\Core\Content\Participant\ParticipantDefinition();
  3377.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3378.         return $instance;
  3379.     }
  3380.     /**
  3381.      * Gets the public 'NetzpEvents6\Core\Content\Slot\SlotDefinition' shared service.
  3382.      *
  3383.      * @return \NetzpEvents6\Core\Content\Slot\SlotDefinition
  3384.      */
  3385.     protected function getSlotDefinitionService()
  3386.     {
  3387.         include_once \dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Core/Content/Slot/SlotDefinition.php';
  3388.         $this->services['NetzpEvents6\\Core\\Content\\Slot\\SlotDefinition'] = $instance = new \NetzpEvents6\Core\Content\Slot\SlotDefinition();
  3389.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3390.         return $instance;
  3391.     }
  3392.     /**
  3393.      * Gets the public 'NetzpEvents6\NetzpEvents6' shared autowired service.
  3394.      *
  3395.      * @return \NetzpEvents6\NetzpEvents6
  3396.      */
  3397.     protected function getNetzpEvents6Service()
  3398.     {
  3399.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3400.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  3401.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3402.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  3403.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  3404.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  3405.         include_once \dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/NetzpEvents6.php';
  3406.         return $this->services['NetzpEvents6\\NetzpEvents6'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('NetzpEvents6\\NetzpEvents6');
  3407.     }
  3408.     /**
  3409.      * Gets the public 'Sas\BlogModule\Content\BlogAuthor\BlogAuthorDefinition' shared service.
  3410.      *
  3411.      * @return \Sas\BlogModule\Content\BlogAuthor\BlogAuthorDefinition
  3412.      */
  3413.     protected function getBlogAuthorDefinitionService()
  3414.     {
  3415.         include_once \dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Content/BlogAuthor/BlogAuthorDefinition.php';
  3416.         $this->services['Sas\\BlogModule\\Content\\BlogAuthor\\BlogAuthorDefinition'] = $instance = new \Sas\BlogModule\Content\BlogAuthor\BlogAuthorDefinition();
  3417.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3418.         return $instance;
  3419.     }
  3420.     /**
  3421.      * Gets the public 'Sas\BlogModule\Content\BlogAuthor\BlogAuthorTranslation\BlogAuthorTranslationDefinition' shared service.
  3422.      *
  3423.      * @return \Sas\BlogModule\Content\BlogAuthor\BlogAuthorTranslation\BlogAuthorTranslationDefinition
  3424.      */
  3425.     protected function getBlogAuthorTranslationDefinitionService()
  3426.     {
  3427.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3428.         include_once \dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Content/BlogAuthor/BlogAuthorTranslation/BlogAuthorTranslationDefinition.php';
  3429.         $this->services['Sas\\BlogModule\\Content\\BlogAuthor\\BlogAuthorTranslation\\BlogAuthorTranslationDefinition'] = $instance = new \Sas\BlogModule\Content\BlogAuthor\BlogAuthorTranslation\BlogAuthorTranslationDefinition();
  3430.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3431.         return $instance;
  3432.     }
  3433.     /**
  3434.      * Gets the public 'Sas\BlogModule\Content\BlogCategory\BlogCategoryDefinition' shared service.
  3435.      *
  3436.      * @return \Sas\BlogModule\Content\BlogCategory\BlogCategoryDefinition
  3437.      */
  3438.     protected function getBlogCategoryDefinitionService()
  3439.     {
  3440.         include_once \dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Content/BlogCategory/BlogCategoryDefinition.php';
  3441.         $this->services['Sas\\BlogModule\\Content\\BlogCategory\\BlogCategoryDefinition'] = $instance = new \Sas\BlogModule\Content\BlogCategory\BlogCategoryDefinition();
  3442.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3443.         return $instance;
  3444.     }
  3445.     /**
  3446.      * Gets the public 'Sas\BlogModule\Content\BlogCategory\BlogCategoryTranslation\BlogCategoryTranslationDefinition' shared service.
  3447.      *
  3448.      * @return \Sas\BlogModule\Content\BlogCategory\BlogCategoryTranslation\BlogCategoryTranslationDefinition
  3449.      */
  3450.     protected function getBlogCategoryTranslationDefinitionService()
  3451.     {
  3452.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3453.         include_once \dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Content/BlogCategory/BlogCategoryTranslation/BlogCategoryTranslationDefinition.php';
  3454.         $this->services['Sas\\BlogModule\\Content\\BlogCategory\\BlogCategoryTranslation\\BlogCategoryTranslationDefinition'] = $instance = new \Sas\BlogModule\Content\BlogCategory\BlogCategoryTranslation\BlogCategoryTranslationDefinition();
  3455.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3456.         return $instance;
  3457.     }
  3458.     /**
  3459.      * Gets the public 'Sas\BlogModule\Content\Blog\Aggregate\BlogCategoryMappingDefinition' shared service.
  3460.      *
  3461.      * @return \Sas\BlogModule\Content\Blog\Aggregate\BlogCategoryMappingDefinition
  3462.      */
  3463.     protected function getBlogCategoryMappingDefinitionService()
  3464.     {
  3465.         include_once \dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Content/Blog/Aggregate/BlogCategoryMappingDefinition.php';
  3466.         $this->services['Sas\\BlogModule\\Content\\Blog\\Aggregate\\BlogCategoryMappingDefinition'] = $instance = new \Sas\BlogModule\Content\Blog\Aggregate\BlogCategoryMappingDefinition();
  3467.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3468.         return $instance;
  3469.     }
  3470.     /**
  3471.      * Gets the public 'Sas\BlogModule\Content\Blog\BlogEntriesDefinition' shared service.
  3472.      *
  3473.      * @return \Sas\BlogModule\Content\Blog\BlogEntriesDefinition
  3474.      */
  3475.     protected function getBlogEntriesDefinitionService()
  3476.     {
  3477.         include_once \dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Content/Blog/BlogEntriesDefinition.php';
  3478.         $this->services['Sas\\BlogModule\\Content\\Blog\\BlogEntriesDefinition'] = $instance = new \Sas\BlogModule\Content\Blog\BlogEntriesDefinition();
  3479.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3480.         return $instance;
  3481.     }
  3482.     /**
  3483.      * Gets the public 'Sas\BlogModule\Content\Blog\BlogEntriesTranslation\BlogEntriesTranslationDefinition' shared service.
  3484.      *
  3485.      * @return \Sas\BlogModule\Content\Blog\BlogEntriesTranslation\BlogEntriesTranslationDefinition
  3486.      */
  3487.     protected function getBlogEntriesTranslationDefinitionService()
  3488.     {
  3489.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3490.         include_once \dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Content/Blog/BlogEntriesTranslation/BlogEntriesTranslationDefinition.php';
  3491.         $this->services['Sas\\BlogModule\\Content\\Blog\\BlogEntriesTranslation\\BlogEntriesTranslationDefinition'] = $instance = new \Sas\BlogModule\Content\Blog\BlogEntriesTranslation\BlogEntriesTranslationDefinition();
  3492.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3493.         return $instance;
  3494.     }
  3495.     /**
  3496.      * Gets the public 'Sas\BlogModule\Content\SalesChannel\Suggest\ProductSuggestDecorated' shared service.
  3497.      *
  3498.      * @return \Sas\BlogModule\Content\SalesChannel\Suggest\ProductSuggestDecorated
  3499.      */
  3500.     protected function getProductSuggestDecoratedService()
  3501.     {
  3502.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Suggest/AbstractProductSuggestRoute.php';
  3503.         include_once \dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Content/SalesChannel/Suggest/ProductSuggestDecorated.php';
  3504.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Suggest/ProductSuggestRoute.php';
  3505.         return $this->services['Sas\\BlogModule\\Content\\SalesChannel\\Suggest\\ProductSuggestDecorated'] = new \Sas\BlogModule\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['sas_blog_entries.repository'] ?? $this->getSasBlogEntries_RepositoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  3506.     }
  3507.     /**
  3508.      * Gets the public 'Sas\BlogModule\Controller\CachedBlogController' shared service.
  3509.      *
  3510.      * @return \Sas\BlogModule\Controller\CachedBlogController
  3511.      */
  3512.     protected function getCachedBlogControllerService()
  3513.     {
  3514.         include_once \dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Controller/CachedBlogController.php';
  3515.         include_once \dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Controller/BlogController.php';
  3516.         $a = new \Sas\BlogModule\Controller\BlogController(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->privates['Swag\\CmsExtensions\\Service\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoaderBlockRuleDecorator'] ?? $this->getSalesChannelCmsPageLoaderBlockRuleDecoratorService()), ($this->services['sas_blog_entries.repository'] ?? $this->getSasBlogEntries_RepositoryService()));
  3517.         $a->setContainer($this);
  3518.         $this->services['Sas\\BlogModule\\Controller\\CachedBlogController'] = $instance = new \Sas\BlogModule\Controller\CachedBlogController($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())), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService()));
  3519.         $instance->setContainer($this);
  3520.         return $instance;
  3521.     }
  3522.     /**
  3523.      * Gets the public 'Sas\BlogModule\Controller\CachedBlogRssController' shared service.
  3524.      *
  3525.      * @return \Sas\BlogModule\Controller\CachedBlogRssController
  3526.      */
  3527.     protected function getCachedBlogRssControllerService()
  3528.     {
  3529.         include_once \dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Controller/CachedBlogRssController.php';
  3530.         include_once \dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Controller/BlogRssController.php';
  3531.         $a = new \Sas\BlogModule\Controller\BlogRssController(($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['sas_blog_entries.repository'] ?? $this->getSasBlogEntries_RepositoryService()));
  3532.         $a->setContainer($this);
  3533.         $this->services['Sas\\BlogModule\\Controller\\CachedBlogRssController'] = $instance = new \Sas\BlogModule\Controller\CachedBlogRssController($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())), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService()));
  3534.         $instance->setContainer($this);
  3535.         return $instance;
  3536.     }
  3537.     /**
  3538.      * Gets the public 'Sas\BlogModule\Controller\CachedBlogSearchController' shared service.
  3539.      *
  3540.      * @return \Sas\BlogModule\Controller\CachedBlogSearchController
  3541.      */
  3542.     protected function getCachedBlogSearchControllerService()
  3543.     {
  3544.         include_once \dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Controller/CachedBlogSearchController.php';
  3545.         include_once \dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Controller/BlogSearchController.php';
  3546.         include_once \dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Page/Search/BlogSearchPageLoader.php';
  3547.         $a = new \Sas\BlogModule\Controller\BlogSearchController(new \Sas\BlogModule\Page\Search\BlogSearchPageLoader(($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['sas_blog_entries.repository'] ?? $this->getSasBlogEntries_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())));
  3548.         $a->setContainer($this);
  3549.         $this->services['Sas\\BlogModule\\Controller\\CachedBlogSearchController'] = $instance = new \Sas\BlogModule\Controller\CachedBlogSearchController($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())), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService()));
  3550.         $instance->setContainer($this);
  3551.         return $instance;
  3552.     }
  3553.     /**
  3554.      * Gets the public 'Sas\BlogModule\Controller\StoreApi\BlogController' shared service.
  3555.      *
  3556.      * @return \Sas\BlogModule\Controller\StoreApi\BlogController
  3557.      */
  3558.     protected function getBlogControllerService()
  3559.     {
  3560.         include_once \dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Controller/StoreApi/AbstractBlogController.php';
  3561.         include_once \dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Controller/StoreApi/BlogController.php';
  3562.         return $this->services['Sas\\BlogModule\\Controller\\StoreApi\\BlogController'] = new \Sas\BlogModule\Controller\StoreApi\BlogController(($this->services['sas_blog_entries.repository'] ?? $this->getSasBlogEntries_RepositoryService()));
  3563.     }
  3564.     /**
  3565.      * Gets the public 'Sas\BlogModule\Resources\snippet\de_DE\SnippetFile_de_DE' shared service.
  3566.      *
  3567.      * @return \Sas\BlogModule\Resources\snippet\de_DE\SnippetFile_de_DE
  3568.      */
  3569.     protected function getSnippetFileDeDE3Service()
  3570.     {
  3571.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileInterface.php';
  3572.         include_once \dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Resources/snippet/de_DE/SnippetFile_de_DE.php';
  3573.         return $this->services['Sas\\BlogModule\\Resources\\snippet\\de_DE\\SnippetFile_de_DE'] = new \Sas\BlogModule\Resources\snippet\de_DE\SnippetFile_de_DE();
  3574.     }
  3575.     /**
  3576.      * Gets the public 'Sas\BlogModule\Resources\snippet\en_GB\SnippetFile_en_GB' shared service.
  3577.      *
  3578.      * @return \Sas\BlogModule\Resources\snippet\en_GB\SnippetFile_en_GB
  3579.      */
  3580.     protected function getSnippetFileEnGB3Service()
  3581.     {
  3582.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileInterface.php';
  3583.         include_once \dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Resources/snippet/en_GB/SnippetFile_en_GB.php';
  3584.         return $this->services['Sas\\BlogModule\\Resources\\snippet\\en_GB\\SnippetFile_en_GB'] = new \Sas\BlogModule\Resources\snippet\en_GB\SnippetFile_en_GB();
  3585.     }
  3586.     /**
  3587.      * Gets the public 'Sas\BlogModule\SasBlogModule' shared autowired service.
  3588.      *
  3589.      * @return \Sas\BlogModule\SasBlogModule
  3590.      */
  3591.     protected function getSasBlogModuleService()
  3592.     {
  3593.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3594.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  3595.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3596.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  3597.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  3598.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  3599.         include_once \dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/SasBlogModule.php';
  3600.         return $this->services['Sas\\BlogModule\\SasBlogModule'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Sas\\BlogModule\\SasBlogModule');
  3601.     }
  3602.     /**
  3603.      * Gets the public 'Sendcloud\Shipping\Controller\API\Backend\CheckStatusController' shared service.
  3604.      *
  3605.      * @return \Sendcloud\Shipping\Controller\API\Backend\CheckStatusController
  3606.      */
  3607.     protected function getCheckStatusControllerService()
  3608.     {
  3609.         include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Controller/API/Backend/CheckStatusController.php';
  3610.         $this->services['Sendcloud\\Shipping\\Controller\\API\\Backend\\CheckStatusController'] = $instance = new \Sendcloud\Shipping\Controller\API\Backend\CheckStatusController(($this->services['Sendcloud\\Shipping\\Service\\Utility\\Initializer'] ?? $this->getInitializerService()), ($this->services['Sendcloud\\Shipping\\Core\\BusinessLogic\\Interfaces\\ConnectService'] ?? ($this->services['Sendcloud\\Shipping\\Core\\BusinessLogic\\Interfaces\\ConnectService'] = new \Sendcloud\Shipping\Core\BusinessLogic\Services\ConnectService())));
  3611.         $instance->setContainer($this);
  3612.         return $instance;
  3613.     }
  3614.     /**
  3615.      * Gets the public 'Sendcloud\Shipping\Controller\API\Backend\CustomsInformationController' shared service.
  3616.      *
  3617.      * @return \Sendcloud\Shipping\Controller\API\Backend\CustomsInformationController
  3618.      */
  3619.     protected function getCustomsInformationControllerService()
  3620.     {
  3621.         include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Controller/API/Backend/CustomsInformationController.php';
  3622.         $this->services['Sendcloud\\Shipping\\Controller\\API\\Backend\\CustomsInformationController'] = $instance = new \Sendcloud\Shipping\Controller\API\Backend\CustomsInformationController(($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\TaskExecution\\Queue'] ?? ($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\TaskExecution\\Queue'] = new \Sendcloud\Shipping\Core\Infrastructure\TaskExecution\Queue())), ($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Required\\Configuration'] ?? $this->getConfigurationService()));
  3623.         $instance->setContainer($this);
  3624.         return $instance;
  3625.     }
  3626.     /**
  3627.      * Gets the public 'Sendcloud\Shipping\Controller\API\Backend\DashboardController' shared service.
  3628.      *
  3629.      * @return \Sendcloud\Shipping\Controller\API\Backend\DashboardController
  3630.      */
  3631.     protected function getDashboardControllerService()
  3632.     {
  3633.         include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Controller/API/Backend/DashboardController.php';
  3634.         $this->services['Sendcloud\\Shipping\\Controller\\API\\Backend\\DashboardController'] = $instance = new \Sendcloud\Shipping\Controller\API\Backend\DashboardController(($this->services['Sendcloud\\Shipping\\Service\\Utility\\Initializer'] ?? $this->getInitializerService()), ($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Required\\Configuration'] ?? $this->getConfigurationService()), ($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Exposed\\TaskRunnerWakeup'] ?? ($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Exposed\\TaskRunnerWakeup'] = new \Sendcloud\Shipping\Core\Infrastructure\TaskExecution\TaskRunnerWakeup())), ($this->privates['Sendcloud\\Shipping\\Entity\\Config\\SystemConfigurationRepository'] ?? $this->getSystemConfigurationRepositoryService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  3635.         $instance->setContainer($this);
  3636.         return $instance;
  3637.     }
  3638.     /**
  3639.      * Gets the public 'Sendcloud\Shipping\Controller\API\Backend\RouterController' shared service.
  3640.      *
  3641.      * @return \Sendcloud\Shipping\Controller\API\Backend\RouterController
  3642.      */
  3643.     protected function getRouterControllerService()
  3644.     {
  3645.         include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Controller/API/Backend/RouterController.php';
  3646.         $this->services['Sendcloud\\Shipping\\Controller\\API\\Backend\\RouterController'] = $instance = new \Sendcloud\Shipping\Controller\API\Backend\RouterController(($this->services['Sendcloud\\Shipping\\Service\\Utility\\Initializer'] ?? $this->getInitializerService()), ($this->services['Sendcloud\\Shipping\\Core\\BusinessLogic\\Interfaces\\ConnectService'] ?? ($this->services['Sendcloud\\Shipping\\Core\\BusinessLogic\\Interfaces\\ConnectService'] = new \Sendcloud\Shipping\Core\BusinessLogic\Services\ConnectService())), ($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\TaskExecution\\Queue'] ?? ($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\TaskExecution\\Queue'] = new \Sendcloud\Shipping\Core\Infrastructure\TaskExecution\Queue())), ($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Required\\Configuration'] ?? $this->getConfigurationService()));
  3647.         $instance->setContainer($this);
  3648.         return $instance;
  3649.     }
  3650.     /**
  3651.      * Gets the public 'Sendcloud\Shipping\Controller\API\Backend\ShipmentController' shared service.
  3652.      *
  3653.      * @return \Sendcloud\Shipping\Controller\API\Backend\ShipmentController
  3654.      */
  3655.     protected function getShipmentControllerService()
  3656.     {
  3657.         include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Controller/API/Backend/ShipmentController.php';
  3658.         $this->services['Sendcloud\\Shipping\\Controller\\API\\Backend\\ShipmentController'] = $instance = new \Sendcloud\Shipping\Controller\API\Backend\ShipmentController(($this->services['Sendcloud\\Shipping\\Service\\Utility\\Initializer'] ?? $this->getInitializerService()), ($this->privates['Sendcloud\\Shipping\\Entity\\Shipment\\ShipmentEntityRepository'] ?? $this->getShipmentEntityRepositoryService()), ($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Required\\Configuration'] ?? $this->getConfigurationService()), ($this->privates['Sendcloud\\Shipping\\Entity\\Order\\OrderRepository'] ?? $this->getOrderRepositoryService()));
  3659.         $instance->setContainer($this);
  3660.         return $instance;
  3661.     }
  3662.     /**
  3663.      * Gets the public 'Sendcloud\Shipping\Controller\API\Backend\SupportController' shared service.
  3664.      *
  3665.      * @return \Sendcloud\Shipping\Controller\API\Backend\SupportController
  3666.      */
  3667.     protected function getSupportControllerService()
  3668.     {
  3669.         include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Controller/API/Backend/SupportController.php';
  3670.         include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Entity/ShippingMethod/ShippingMethodRepository.php';
  3671.         $this->services['Sendcloud\\Shipping\\Controller\\API\\Backend\\SupportController'] = $instance = new \Sendcloud\Shipping\Controller\API\Backend\SupportController(($this->services['Sendcloud\\Shipping\\Service\\Utility\\Initializer'] ?? $this->getInitializerService()), ($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Required\\Configuration'] ?? $this->getConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), new \Sendcloud\Shipping\Entity\ShippingMethod\ShippingMethodRepository(($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService())), ($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Required\\TaskQueueStorage'] ?? $this->getTaskQueueStorageService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  3672.         $instance->setContainer($this);
  3673.         return $instance;
  3674.     }
  3675.     /**
  3676.      * Gets the public 'Sendcloud\Shipping\Controller\API\Backend\WelcomeController' shared service.
  3677.      *
  3678.      * @return \Sendcloud\Shipping\Controller\API\Backend\WelcomeController
  3679.      */
  3680.     protected function getWelcomeControllerService()
  3681.     {
  3682.         include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Controller/API/Backend/WelcomeController.php';
  3683.         $this->services['Sendcloud\\Shipping\\Controller\\API\\Backend\\WelcomeController'] = $instance = new \Sendcloud\Shipping\Controller\API\Backend\WelcomeController(($this->services['Sendcloud\\Shipping\\Service\\Utility\\Initializer'] ?? $this->getInitializerService()), ($this->services['Sendcloud\\Shipping\\Core\\BusinessLogic\\Interfaces\\ConnectService'] ?? ($this->services['Sendcloud\\Shipping\\Core\\BusinessLogic\\Interfaces\\ConnectService'] = new \Sendcloud\Shipping\Core\BusinessLogic\Services\ConnectService())));
  3684.         $instance->setContainer($this);
  3685.         return $instance;
  3686.     }
  3687.     /**
  3688.      * Gets the public 'Sendcloud\Shipping\Controller\API\Frontend\AsyncProcessController' shared service.
  3689.      *
  3690.      * @return \Sendcloud\Shipping\Controller\API\Frontend\AsyncProcessController
  3691.      */
  3692.     protected function getAsyncProcessControllerService()
  3693.     {
  3694.         include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Controller/API/Frontend/AsyncProcessController.php';
  3695.         $this->services['Sendcloud\\Shipping\\Controller\\API\\Frontend\\AsyncProcessController'] = $instance = new \Sendcloud\Shipping\Controller\API\Frontend\AsyncProcessController(($this->services['Sendcloud\\Shipping\\Service\\Utility\\Initializer'] ?? $this->getInitializerService()), ($this->privates['Sendcloud\\Shipping\\Entity\\Process\\ProcessEntityRepository'] ?? $this->getProcessEntityRepositoryService()));
  3696.         $instance->setContainer($this);
  3697.         return $instance;
  3698.     }
  3699.     /**
  3700.      * Gets the public 'Sendcloud\Shipping\Controller\API\Frontend\ServicePointController' shared service.
  3701.      *
  3702.      * @return \Sendcloud\Shipping\Controller\API\Frontend\ServicePointController
  3703.      */
  3704.     protected function getServicePointControllerService()
  3705.     {
  3706.         include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Controller/API/Frontend/ServicePointController.php';
  3707.         $this->services['Sendcloud\\Shipping\\Controller\\API\\Frontend\\ServicePointController'] = $instance = new \Sendcloud\Shipping\Controller\API\Frontend\ServicePointController(($this->privates['Sendcloud\\Shipping\\Entity\\ServicePoint\\ServicePointEntityRepository'] ?? $this->getServicePointEntityRepositoryService()));
  3708.         $instance->setContainer($this);
  3709.         return $instance;
  3710.     }
  3711.     /**
  3712.      * Gets the public 'Sendcloud\Shipping\Controller\API\Frontend\TestController' shared service.
  3713.      *
  3714.      * @return \Sendcloud\Shipping\Controller\API\Frontend\TestController
  3715.      */
  3716.     protected function getTestControllerService()
  3717.     {
  3718.         $this->services['Sendcloud\\Shipping\\Controller\\API\\Frontend\\TestController'] = $instance = new \Sendcloud\Shipping\Controller\API\Frontend\TestController(($this->services['Sendcloud\\Shipping\\Service\\Utility\\Initializer'] ?? $this->getInitializerService()), ($this->privates['Sendcloud\\Shipping\\Entity\\ServicePoint\\ServicePointEntityRepository'] ?? $this->getServicePointEntityRepositoryService()), ($this->privates['Sendcloud\\Shipping\\Entity\\Order\\OrderDeliveryRepository'] ?? $this->getOrderDeliveryRepositoryService()), ($this->services['Sendcloud\\Shipping\\Service\\Utility\\DeliveryStateMapper'] ?? $this->getDeliveryStateMapperService()));
  3719.         $instance->setContainer($this);
  3720.         return $instance;
  3721.     }
  3722.     /**
  3723.      * Gets the public 'Sendcloud\Shipping\Controller\API\Frontend\WebhookController' shared service.
  3724.      *
  3725.      * @return \Sendcloud\Shipping\Controller\API\Frontend\WebhookController
  3726.      */
  3727.     protected function getWebhookControllerService()
  3728.     {
  3729.         include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Controller/API/Frontend/WebhookController.php';
  3730.         include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Core/BusinessLogic/Webhook/WebhookResolver.php';
  3731.         $this->services['Sendcloud\\Shipping\\Controller\\API\\Frontend\\WebhookController'] = $instance = new \Sendcloud\Shipping\Controller\API\Frontend\WebhookController(($this->services['Sendcloud\\Shipping\\Service\\Utility\\Initializer'] ?? $this->getInitializerService()), ($this->services['Sendcloud\\Shipping\\Core\\BusinessLogic\\Webhook\\WebhookResolver'] ?? ($this->services['Sendcloud\\Shipping\\Core\\BusinessLogic\\Webhook\\WebhookResolver'] = new \Sendcloud\Shipping\Core\BusinessLogic\Webhook\WebhookResolver())));
  3732.         $instance->setContainer($this);
  3733.         return $instance;
  3734.     }
  3735.     /**
  3736.      * Gets the public 'Sendcloud\Shipping\Core\BusinessLogic\Interfaces\ConnectService' shared service.
  3737.      *
  3738.      * @return \Sendcloud\Shipping\Core\BusinessLogic\Services\ConnectService
  3739.      */
  3740.     protected function getConnectServiceService()
  3741.     {
  3742.         return $this->services['Sendcloud\\Shipping\\Core\\BusinessLogic\\Interfaces\\ConnectService'] = new \Sendcloud\Shipping\Core\BusinessLogic\Services\ConnectService();
  3743.     }
  3744.     /**
  3745.      * Gets the public 'Sendcloud\Shipping\Core\BusinessLogic\Interfaces\OrderService' shared service.
  3746.      *
  3747.      * @return \Sendcloud\Shipping\Service\Business\OrderService
  3748.      */
  3749.     protected function getOrderServiceService()
  3750.     {
  3751.         $a = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  3752.         if (isset($this->services['Sendcloud\\Shipping\\Core\\BusinessLogic\\Interfaces\\OrderService'])) {
  3753.             return $this->services['Sendcloud\\Shipping\\Core\\BusinessLogic\\Interfaces\\OrderService'];
  3754.         }
  3755.         $b = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  3756.         if (isset($this->services['Sendcloud\\Shipping\\Core\\BusinessLogic\\Interfaces\\OrderService'])) {
  3757.             return $this->services['Sendcloud\\Shipping\\Core\\BusinessLogic\\Interfaces\\OrderService'];
  3758.         }
  3759.         $c = ($this->privates['Sendcloud\\Shipping\\Entity\\Shipment\\ShipmentEntityRepository'] ?? $this->getShipmentEntityRepositoryService());
  3760.         if (isset($this->services['Sendcloud\\Shipping\\Core\\BusinessLogic\\Interfaces\\OrderService'])) {
  3761.             return $this->services['Sendcloud\\Shipping\\Core\\BusinessLogic\\Interfaces\\OrderService'];
  3762.         }
  3763.         $d = ($this->privates['Sendcloud\\Shipping\\Entity\\Order\\OrderDeliveryRepository'] ?? $this->getOrderDeliveryRepositoryService());
  3764.         if (isset($this->services['Sendcloud\\Shipping\\Core\\BusinessLogic\\Interfaces\\OrderService'])) {
  3765.             return $this->services['Sendcloud\\Shipping\\Core\\BusinessLogic\\Interfaces\\OrderService'];
  3766.         }
  3767.         $e = ($this->services['Sendcloud\\Shipping\\Service\\Utility\\DeliveryStateMapper'] ?? $this->getDeliveryStateMapperService());
  3768.         if (isset($this->services['Sendcloud\\Shipping\\Core\\BusinessLogic\\Interfaces\\OrderService'])) {
  3769.             return $this->services['Sendcloud\\Shipping\\Core\\BusinessLogic\\Interfaces\\OrderService'];
  3770.         }
  3771.         return $this->services['Sendcloud\\Shipping\\Core\\BusinessLogic\\Interfaces\\OrderService'] = new \Sendcloud\Shipping\Service\Business\OrderService(($this->privates['Sendcloud\\Shipping\\Entity\\Order\\OrderRepository'] ?? $this->getOrderRepositoryService()), new \Sendcloud\Shipping\Entity\Product\ProductRepository($a), new \Sendcloud\Shipping\Entity\Currency\CurrencyRepository($b), $c$d$e, ($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Required\\Configuration'] ?? $this->getConfigurationService()), $this);
  3772.     }
  3773.     /**
  3774.      * Gets the public 'Sendcloud\Shipping\Core\BusinessLogic\Webhook\Handler\ParcelStatusHandler' shared service.
  3775.      *
  3776.      * @return \Sendcloud\Shipping\Handlers\ParcelStatusHandler
  3777.      */
  3778.     protected function getParcelStatusHandlerService()
  3779.     {
  3780.         include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Core/BusinessLogic/Webhook/Handler/BaseWebhookHandler.php';
  3781.         include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Core/BusinessLogic/Webhook/Handler/ParcelStatusHandler.php';
  3782.         include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Handlers/ParcelStatusHandler.php';
  3783.         return $this->services['Sendcloud\\Shipping\\Core\\BusinessLogic\\Webhook\\Handler\\ParcelStatusHandler'] = new \Sendcloud\Shipping\Handlers\ParcelStatusHandler();
  3784.     }
  3785.     /**
  3786.      * Gets the public 'Sendcloud\Shipping\Core\BusinessLogic\Webhook\WebhookResolver' shared service.
  3787.      *
  3788.      * @return \Sendcloud\Shipping\Core\BusinessLogic\Webhook\WebhookResolver
  3789.      */
  3790.     protected function getWebhookResolverService()
  3791.     {
  3792.         include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Core/BusinessLogic/Webhook/WebhookResolver.php';
  3793.         return $this->services['Sendcloud\\Shipping\\Core\\BusinessLogic\\Webhook\\WebhookResolver'] = new \Sendcloud\Shipping\Core\BusinessLogic\Webhook\WebhookResolver();
  3794.     }
  3795.     /**
  3796.      * Gets the public 'Sendcloud\Shipping\Core\Infrastructure\Interfaces\DefaultLoggerAdapter' shared service.
  3797.      *
  3798.      * @return \Sendcloud\Shipping\Core\BusinessLogic\Logger\DefaultLogger
  3799.      */
  3800.     protected function getDefaultLoggerAdapterService()
  3801.     {
  3802.         return $this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\DefaultLoggerAdapter'] = new \Sendcloud\Shipping\Core\BusinessLogic\Logger\DefaultLogger();
  3803.     }
  3804.     /**
  3805.      * Gets the public 'Sendcloud\Shipping\Core\Infrastructure\Interfaces\Exposed\TaskRunnerStatusStorage' shared service.
  3806.      *
  3807.      * @return \Sendcloud\Shipping\Core\Infrastructure\TaskExecution\TaskRunnerStatusStorage
  3808.      */
  3809.     protected function getTaskRunnerStatusStorageService()
  3810.     {
  3811.         return $this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Exposed\\TaskRunnerStatusStorage'] = new \Sendcloud\Shipping\Core\Infrastructure\TaskExecution\TaskRunnerStatusStorage();
  3812.     }
  3813.     /**
  3814.      * Gets the public 'Sendcloud\Shipping\Core\Infrastructure\Interfaces\Exposed\TaskRunnerWakeup' shared service.
  3815.      *
  3816.      * @return \Sendcloud\Shipping\Core\Infrastructure\TaskExecution\TaskRunnerWakeup
  3817.      */
  3818.     protected function getTaskRunnerWakeupService()
  3819.     {
  3820.         return $this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Exposed\\TaskRunnerWakeup'] = new \Sendcloud\Shipping\Core\Infrastructure\TaskExecution\TaskRunnerWakeup();
  3821.     }
  3822.     /**
  3823.      * Gets the public 'Sendcloud\Shipping\Core\Infrastructure\Interfaces\Required\AsyncProcessStarter' shared service.
  3824.      *
  3825.      * @return \Sendcloud\Shipping\Service\Infrastructure\AsyncProcessStarterService
  3826.      */
  3827.     protected function getAsyncProcessStarterService()
  3828.     {
  3829.         $a = ($this->privates['Sendcloud\\Shipping\\Entity\\Process\\ProcessEntityRepository'] ?? $this->getProcessEntityRepositoryService());
  3830.         if (isset($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Required\\AsyncProcessStarter'])) {
  3831.             return $this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Required\\AsyncProcessStarter'];
  3832.         }
  3833.         return $this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Required\\AsyncProcessStarter'] = new \Sendcloud\Shipping\Service\Infrastructure\AsyncProcessStarterService(($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Required\\HttpClient'] ?? $this->getHttpClientService()), $a, ($this->services['router'] ?? $this->getRouterService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  3834.     }
  3835.     /**
  3836.      * Gets the public 'Sendcloud\Shipping\Core\Infrastructure\Interfaces\Required\Configuration' shared service.
  3837.      *
  3838.      * @return \Sendcloud\Shipping\Service\Business\ConfigurationService
  3839.      */
  3840.     protected function getConfigurationService()
  3841.     {
  3842.         $a = ($this->privates['Sendcloud\\Shipping\\Entity\\Config\\SystemConfigurationRepository'] ?? $this->getSystemConfigurationRepositoryService());
  3843.         if (isset($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Required\\Configuration'])) {
  3844.             return $this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Required\\Configuration'];
  3845.         }
  3846.         return $this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Required\\Configuration'] = new \Sendcloud\Shipping\Service\Business\ConfigurationService(new \Sendcloud\Shipping\Entity\Config\ConfigEntityRepository(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())), ($this->services['router'] ?? $this->getRouterService()), $a);
  3847.     }
  3848.     /**
  3849.      * Gets the public 'Sendcloud\Shipping\Core\Infrastructure\Interfaces\Required\HttpClient' shared service.
  3850.      *
  3851.      * @return \Sendcloud\Shipping\Service\Infrastructure\HttpClientService
  3852.      */
  3853.     protected function getHttpClientService()
  3854.     {
  3855.         $a = ($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Required\\Configuration'] ?? $this->getConfigurationService());
  3856.         if (isset($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Required\\HttpClient'])) {
  3857.             return $this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Required\\HttpClient'];
  3858.         }
  3859.         return $this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Required\\HttpClient'] = new \Sendcloud\Shipping\Service\Infrastructure\HttpClientService($a);
  3860.     }
  3861.     /**
  3862.      * Gets the public 'Sendcloud\Shipping\Core\Infrastructure\Interfaces\Required\ShopLoggerAdapter' shared service.
  3863.      *
  3864.      * @return \Sendcloud\Shipping\Service\Infrastructure\LoggerService
  3865.      */
  3866.     protected function getShopLoggerAdapterService()
  3867.     {
  3868.         return $this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Required\\ShopLoggerAdapter'] = new \Sendcloud\Shipping\Service\Infrastructure\LoggerService(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Required\\Configuration'] ?? $this->getConfigurationService()));
  3869.     }
  3870.     /**
  3871.      * Gets the public 'Sendcloud\Shipping\Core\Infrastructure\Interfaces\Required\TaskQueueStorage' shared service.
  3872.      *
  3873.      * @return \Sendcloud\Shipping\Service\Infrastructure\TaskQueueStorageService
  3874.      */
  3875.     protected function getTaskQueueStorageService()
  3876.     {
  3877.         $a = ($this->services['sendcloud_queues.repository'] ?? $this->getSendcloudQueues_RepositoryService());
  3878.         if (isset($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Required\\TaskQueueStorage'])) {
  3879.             return $this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Required\\TaskQueueStorage'];
  3880.         }
  3881.         return $this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Required\\TaskQueueStorage'] = new \Sendcloud\Shipping\Service\Infrastructure\TaskQueueStorageService(new \Sendcloud\Shipping\Entity\Queue\QueueEntityRepository($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())));
  3882.     }
  3883.     /**
  3884.      * Gets the public 'Sendcloud\Shipping\Core\Infrastructure\TaskExecution\Queue' shared service.
  3885.      *
  3886.      * @return \Sendcloud\Shipping\Core\Infrastructure\TaskExecution\Queue
  3887.      */
  3888.     protected function getQueueService()
  3889.     {
  3890.         return $this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\TaskExecution\\Queue'] = new \Sendcloud\Shipping\Core\Infrastructure\TaskExecution\Queue();
  3891.     }
  3892.     /**
  3893.      * Gets the public 'Sendcloud\Shipping\Core\Infrastructure\TaskExecution\TaskRunner' shared service.
  3894.      *
  3895.      * @return \Sendcloud\Shipping\Core\Infrastructure\TaskExecution\TaskRunner
  3896.      */
  3897.     protected function getTaskRunnerService()
  3898.     {
  3899.         return $this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\TaskExecution\\TaskRunner'] = new \Sendcloud\Shipping\Core\Infrastructure\TaskExecution\TaskRunner();
  3900.     }
  3901.     /**
  3902.      * Gets the public 'Sendcloud\Shipping\Core\Infrastructure\Utility\GuidProvider' shared service.
  3903.      *
  3904.      * @return \Sendcloud\Shipping\Core\Infrastructure\Utility\GuidProvider
  3905.      */
  3906.     protected function getGuidProviderService()
  3907.     {
  3908.         return $this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Utility\\GuidProvider'] = new \Sendcloud\Shipping\Core\Infrastructure\Utility\GuidProvider();
  3909.     }
  3910.     /**
  3911.      * Gets the public 'Sendcloud\Shipping\Core\Infrastructure\Utility\TimeProvider' shared service.
  3912.      *
  3913.      * @return \Sendcloud\Shipping\Core\Infrastructure\Utility\TimeProvider
  3914.      */
  3915.     protected function getTimeProviderService()
  3916.     {
  3917.         return $this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Utility\\TimeProvider'] = new \Sendcloud\Shipping\Core\Infrastructure\Utility\TimeProvider();
  3918.     }
  3919.     /**
  3920.      * Gets the public 'Sendcloud\Shipping\Entity\Process\ProcessEntityDefinition' shared service.
  3921.      *
  3922.      * @return \Sendcloud\Shipping\Entity\Process\ProcessEntityDefinition
  3923.      */
  3924.     protected function getProcessEntityDefinitionService()
  3925.     {
  3926.         $this->services['Sendcloud\\Shipping\\Entity\\Process\\ProcessEntityDefinition'] = $instance = new \Sendcloud\Shipping\Entity\Process\ProcessEntityDefinition();
  3927.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3928.         return $instance;
  3929.     }
  3930.     /**
  3931.      * Gets the public 'Sendcloud\Shipping\Entity\Queue\QueueEntityDefinition' shared service.
  3932.      *
  3933.      * @return \Sendcloud\Shipping\Entity\Queue\QueueEntityDefinition
  3934.      */
  3935.     protected function getQueueEntityDefinitionService()
  3936.     {
  3937.         $this->services['Sendcloud\\Shipping\\Entity\\Queue\\QueueEntityDefinition'] = $instance = new \Sendcloud\Shipping\Entity\Queue\QueueEntityDefinition();
  3938.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3939.         return $instance;
  3940.     }
  3941.     /**
  3942.      * Gets the public 'Sendcloud\Shipping\Entity\ServicePoint\ServicePointEntityDefinition' shared service.
  3943.      *
  3944.      * @return \Sendcloud\Shipping\Entity\ServicePoint\ServicePointEntityDefinition
  3945.      */
  3946.     protected function getServicePointEntityDefinitionService()
  3947.     {
  3948.         $this->services['Sendcloud\\Shipping\\Entity\\ServicePoint\\ServicePointEntityDefinition'] = $instance = new \Sendcloud\Shipping\Entity\ServicePoint\ServicePointEntityDefinition();
  3949.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3950.         return $instance;
  3951.     }
  3952.     /**
  3953.      * Gets the public 'Sendcloud\Shipping\Entity\Shipment\ShipmentEntityDefinition' shared service.
  3954.      *
  3955.      * @return \Sendcloud\Shipping\Entity\Shipment\ShipmentEntityDefinition
  3956.      */
  3957.     protected function getShipmentEntityDefinitionService()
  3958.     {
  3959.         $this->services['Sendcloud\\Shipping\\Entity\\Shipment\\ShipmentEntityDefinition'] = $instance = new \Sendcloud\Shipping\Entity\Shipment\ShipmentEntityDefinition();
  3960.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3961.         return $instance;
  3962.     }
  3963.     /**
  3964.      * Gets the public 'Sendcloud\Shipping\SendcloudShipping' shared autowired service.
  3965.      *
  3966.      * @return \Sendcloud\Shipping\SendcloudShipping
  3967.      */
  3968.     protected function getSendcloudShippingService()
  3969.     {
  3970.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3971.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  3972.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3973.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  3974.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  3975.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  3976.         include_once \dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/SendcloudShipping.php';
  3977.         return $this->services['Sendcloud\\Shipping\\SendcloudShipping'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Sendcloud\\Shipping\\SendcloudShipping');
  3978.     }
  3979.     /**
  3980.      * Gets the public 'Sendcloud\Shipping\Service\Utility\DeliveryStateMapper' shared service.
  3981.      *
  3982.      * @return \Sendcloud\Shipping\Service\Utility\DeliveryStateMapper
  3983.      */
  3984.     protected function getDeliveryStateMapperService()
  3985.     {
  3986.         $a = ($this->services['state_machine.repository'] ?? $this->getStateMachine_RepositoryService());
  3987.         if (isset($this->services['Sendcloud\\Shipping\\Service\\Utility\\DeliveryStateMapper'])) {
  3988.             return $this->services['Sendcloud\\Shipping\\Service\\Utility\\DeliveryStateMapper'];
  3989.         }
  3990.         $b = ($this->services['state_machine_state.repository'] ?? $this->getStateMachineState_RepositoryService());
  3991.         if (isset($this->services['Sendcloud\\Shipping\\Service\\Utility\\DeliveryStateMapper'])) {
  3992.             return $this->services['Sendcloud\\Shipping\\Service\\Utility\\DeliveryStateMapper'];
  3993.         }
  3994.         $c = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  3995.         if (isset($this->services['Sendcloud\\Shipping\\Service\\Utility\\DeliveryStateMapper'])) {
  3996.             return $this->services['Sendcloud\\Shipping\\Service\\Utility\\DeliveryStateMapper'];
  3997.         }
  3998.         return $this->services['Sendcloud\\Shipping\\Service\\Utility\\DeliveryStateMapper'] = new \Sendcloud\Shipping\Service\Utility\DeliveryStateMapper(new \Sendcloud\Shipping\Entity\StateMachine\StateMachineRepository($a$b), $c);
  3999.     }
  4000.     /**
  4001.      * Gets the public 'Sendcloud\Shipping\Service\Utility\Initializer' shared service.
  4002.      *
  4003.      * @return \Sendcloud\Shipping\Service\Utility\Initializer
  4004.      */
  4005.     protected function getInitializerService()
  4006.     {
  4007.         $a = ($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Required\\HttpClient'] ?? $this->getHttpClientService());
  4008.         if (isset($this->services['Sendcloud\\Shipping\\Service\\Utility\\Initializer'])) {
  4009.             return $this->services['Sendcloud\\Shipping\\Service\\Utility\\Initializer'];
  4010.         }
  4011.         $b = ($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Required\\AsyncProcessStarter'] ?? $this->getAsyncProcessStarterService());
  4012.         if (isset($this->services['Sendcloud\\Shipping\\Service\\Utility\\Initializer'])) {
  4013.             return $this->services['Sendcloud\\Shipping\\Service\\Utility\\Initializer'];
  4014.         }
  4015.         $c = ($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Required\\TaskQueueStorage'] ?? $this->getTaskQueueStorageService());
  4016.         if (isset($this->services['Sendcloud\\Shipping\\Service\\Utility\\Initializer'])) {
  4017.             return $this->services['Sendcloud\\Shipping\\Service\\Utility\\Initializer'];
  4018.         }
  4019.         $d = ($this->services['Sendcloud\\Shipping\\Core\\BusinessLogic\\Interfaces\\OrderService'] ?? $this->getOrderServiceService());
  4020.         if (isset($this->services['Sendcloud\\Shipping\\Service\\Utility\\Initializer'])) {
  4021.             return $this->services['Sendcloud\\Shipping\\Service\\Utility\\Initializer'];
  4022.         }
  4023.         return $this->services['Sendcloud\\Shipping\\Service\\Utility\\Initializer'] = new \Sendcloud\Shipping\Service\Utility\Initializer(($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Utility\\TimeProvider'] ?? ($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Utility\\TimeProvider'] = new \Sendcloud\Shipping\Core\Infrastructure\Utility\TimeProvider())), ($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\TaskExecution\\Queue'] ?? ($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\TaskExecution\\Queue'] = new \Sendcloud\Shipping\Core\Infrastructure\TaskExecution\Queue())), ($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Exposed\\TaskRunnerWakeup'] ?? ($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Exposed\\TaskRunnerWakeup'] = new \Sendcloud\Shipping\Core\Infrastructure\TaskExecution\TaskRunnerWakeup())), ($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\TaskExecution\\TaskRunner'] ?? ($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\TaskExecution\\TaskRunner'] = new \Sendcloud\Shipping\Core\Infrastructure\TaskExecution\TaskRunner())), ($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Utility\\GuidProvider'] ?? ($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Utility\\GuidProvider'] = new \Sendcloud\Shipping\Core\Infrastructure\Utility\GuidProvider())), ($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Exposed\\TaskRunnerStatusStorage'] ?? ($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Exposed\\TaskRunnerStatusStorage'] = new \Sendcloud\Shipping\Core\Infrastructure\TaskExecution\TaskRunnerStatusStorage())), $a$b, ($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\DefaultLoggerAdapter'] ?? ($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\DefaultLoggerAdapter'] = new \Sendcloud\Shipping\Core\BusinessLogic\Logger\DefaultLogger())), ($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Required\\ShopLoggerAdapter'] ?? $this->getShopLoggerAdapterService()), ($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Required\\Configuration'] ?? $this->getConfigurationService()), $c, ($this->services['Sendcloud\\Shipping\\Core\\BusinessLogic\\Interfaces\\ConnectService'] ?? ($this->services['Sendcloud\\Shipping\\Core\\BusinessLogic\\Interfaces\\ConnectService'] = new \Sendcloud\Shipping\Core\BusinessLogic\Services\ConnectService())), $d);
  4024.     }
  4025.     /**
  4026.      * Gets the public 'Sendcloud\Shipping\Subscriber\OrderSubscriber' shared service.
  4027.      *
  4028.      * @return \Sendcloud\Shipping\Subscriber\OrderSubscriber
  4029.      */
  4030.     protected function getOrderSubscriberService()
  4031.     {
  4032.         $a = ($this->privates['Sendcloud\\Shipping\\Entity\\Order\\OrderRepository'] ?? $this->getOrderRepositoryService());
  4033.         if (isset($this->services['Sendcloud\\Shipping\\Subscriber\\OrderSubscriber'])) {
  4034.             return $this->services['Sendcloud\\Shipping\\Subscriber\\OrderSubscriber'];
  4035.         }
  4036.         $b = ($this->privates['Sendcloud\\Shipping\\Entity\\ServicePoint\\ServicePointEntityRepository'] ?? $this->getServicePointEntityRepositoryService());
  4037.         if (isset($this->services['Sendcloud\\Shipping\\Subscriber\\OrderSubscriber'])) {
  4038.             return $this->services['Sendcloud\\Shipping\\Subscriber\\OrderSubscriber'];
  4039.         }
  4040.         $c = ($this->services['Sendcloud\\Shipping\\Service\\Utility\\Initializer'] ?? $this->getInitializerService());
  4041.         if (isset($this->services['Sendcloud\\Shipping\\Subscriber\\OrderSubscriber'])) {
  4042.             return $this->services['Sendcloud\\Shipping\\Subscriber\\OrderSubscriber'];
  4043.         }
  4044.         $d = ($this->privates['Sendcloud\\Shipping\\Entity\\Shipment\\ShipmentEntityRepository'] ?? $this->getShipmentEntityRepositoryService());
  4045.         if (isset($this->services['Sendcloud\\Shipping\\Subscriber\\OrderSubscriber'])) {
  4046.             return $this->services['Sendcloud\\Shipping\\Subscriber\\OrderSubscriber'];
  4047.         }
  4048.         return $this->services['Sendcloud\\Shipping\\Subscriber\\OrderSubscriber'] = new \Sendcloud\Shipping\Subscriber\OrderSubscriber($a$b$c, ($this->services['Sendcloud\\Shipping\\Core\\BusinessLogic\\Interfaces\\ConnectService'] ?? ($this->services['Sendcloud\\Shipping\\Core\\BusinessLogic\\Interfaces\\ConnectService'] = new \Sendcloud\Shipping\Core\BusinessLogic\Services\ConnectService())), ($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\TaskExecution\\Queue'] ?? ($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\TaskExecution\\Queue'] = new \Sendcloud\Shipping\Core\Infrastructure\TaskExecution\Queue())), ($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Required\\Configuration'] ?? $this->getConfigurationService()), $d, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4049.     }
  4050.     /**
  4051.      * Gets the public 'She\TinyMce\Controller\ValidateApiKeyController' shared service.
  4052.      *
  4053.      * @return \She\TinyMce\Controller\ValidateApiKeyController
  4054.      */
  4055.     protected function getValidateApiKeyControllerService()
  4056.     {
  4057.         include_once \dirname(__DIR__4).'/custom/plugins/SheTinyMce/src/Controller/ValidateApiKeyController.php';
  4058.         return $this->services['She\\TinyMce\\Controller\\ValidateApiKeyController'] = new \She\TinyMce\Controller\ValidateApiKeyController(($this->privates['shopware.app_system.guzzle'] ?? $this->getShopware_AppSystem_GuzzleService()));
  4059.     }
  4060.     /**
  4061.      * Gets the public 'She\TinyMce\Database\TinyConfigDefinition' shared service.
  4062.      *
  4063.      * @return \She\TinyMce\Database\TinyConfigDefinition
  4064.      */
  4065.     protected function getTinyConfigDefinitionService()
  4066.     {
  4067.         include_once \dirname(__DIR__4).'/custom/plugins/SheTinyMce/src/Database/TinyConfigDefinition.php';
  4068.         $this->services['She\\TinyMce\\Database\\TinyConfigDefinition'] = $instance = new \She\TinyMce\Database\TinyConfigDefinition();
  4069.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4070.         return $instance;
  4071.     }
  4072.     /**
  4073.      * Gets the public 'She\TinyMce\Database\TinyTemplateDefinition' shared service.
  4074.      *
  4075.      * @return \She\TinyMce\Database\TinyTemplateDefinition
  4076.      */
  4077.     protected function getTinyTemplateDefinitionService()
  4078.     {
  4079.         include_once \dirname(__DIR__4).'/custom/plugins/SheTinyMce/src/Database/TinyTemplateDefinition.php';
  4080.         $this->services['She\\TinyMce\\Database\\TinyTemplateDefinition'] = $instance = new \She\TinyMce\Database\TinyTemplateDefinition();
  4081.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4082.         return $instance;
  4083.     }
  4084.     /**
  4085.      * Gets the public 'She\TinyMce\SheTinyMce' shared autowired service.
  4086.      *
  4087.      * @return \She\TinyMce\SheTinyMce
  4088.      */
  4089.     protected function getSheTinyMceService()
  4090.     {
  4091.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  4092.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  4093.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  4094.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  4095.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  4096.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  4097.         include_once \dirname(__DIR__4).'/custom/plugins/SheTinyMce/src/SheTinyMce.php';
  4098.         return $this->services['She\\TinyMce\\SheTinyMce'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('She\\TinyMce\\SheTinyMce');
  4099.     }
  4100.     /**
  4101.      * Gets the public 'Shopware\Administration\Controller\AdminExtensionApiController' shared service.
  4102.      *
  4103.      * @return \Shopware\Administration\Controller\AdminExtensionApiController
  4104.      */
  4105.     protected function getAdminExtensionApiControllerService()
  4106.     {
  4107.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdminExtensionApiController.php';
  4108.         $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()));
  4109.         $instance->setContainer($this);
  4110.         return $instance;
  4111.     }
  4112.     /**
  4113.      * Gets the public 'Shopware\Administration\Controller\AdminProductStreamController' shared service.
  4114.      *
  4115.      * @return \Shopware\Administration\Controller\AdminProductStreamController
  4116.      */
  4117.     protected function getAdminProductStreamControllerService()
  4118.     {
  4119.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdminProductStreamController.php';
  4120.         $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()));
  4121.         $instance->setContainer($this);
  4122.         return $instance;
  4123.     }
  4124.     /**
  4125.      * Gets the public 'Shopware\Administration\Controller\AdminSearchController' shared service.
  4126.      *
  4127.      * @return \Shopware\Administration\Controller\AdminSearchController
  4128.      */
  4129.     protected function getAdminSearchControllerService()
  4130.     {
  4131.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdminSearchController.php';
  4132.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Service/AdminSearcher.php';
  4133.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  4134.         $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()));
  4135.         $instance->setContainer($this);
  4136.         return $instance;
  4137.     }
  4138.     /**
  4139.      * Gets the public 'Shopware\Administration\Controller\AdminTagController' shared service.
  4140.      *
  4141.      * @return \Shopware\Administration\Controller\AdminTagController
  4142.      */
  4143.     protected function getAdminTagControllerService()
  4144.     {
  4145.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdminTagController.php';
  4146.         $this->services['Shopware\\Administration\\Controller\\AdminTagController'] = $instance = new \Shopware\Administration\Controller\AdminTagController(($this->services['Shopware\\Core\\System\\Tag\\Service\\FilterTagIdsService'] ?? $this->getFilterTagIdsServiceService()));
  4147.         $instance->setContainer($this);
  4148.         return $instance;
  4149.     }
  4150.     /**
  4151.      * Gets the public 'Shopware\Administration\Controller\AdministrationController' shared service.
  4152.      *
  4153.      * @return \Shopware\Administration\Controller\AdministrationController
  4154.      */
  4155.     protected function getAdministrationControllerService()
  4156.     {
  4157.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdministrationController.php';
  4158.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/SnippetFinderInterface.php';
  4159.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/CachedSnippetFinder.php';
  4160.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/SnippetFinder.php';
  4161.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Framework/Routing/KnownIps/KnownIpsCollectorInterface.php';
  4162.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Framework/Routing/KnownIps/KnownIpsCollector.php';
  4163.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  4164.         $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()), new \Shopware\Administration\Snippet\CachedSnippetFinder(new \Shopware\Administration\Snippet\SnippetFinder(($this->services['kernel'] ?? $this->get('kernel'1)), $a), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService())), $this->parameters['kernel.supported_api_versions'], new \Shopware\Administration\Framework\Routing\KnownIps\KnownIpsCollector(), $a, ($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))));
  4165.         $instance->setContainer($this);
  4166.         return $instance;
  4167.     }
  4168.     /**
  4169.      * Gets the public 'Shopware\Administration\Controller\DocumentServiceDeprecationController' shared service.
  4170.      *
  4171.      * @return \Shopware\Administration\Controller\DocumentServiceDeprecationController
  4172.      */
  4173.     protected function getDocumentServiceDeprecationControllerService()
  4174.     {
  4175.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/DocumentServiceDeprecationController.php';
  4176.         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()));
  4177.     }
  4178.     /**
  4179.      * Gets the public 'Shopware\Administration\Controller\NotificationController' shared service.
  4180.      *
  4181.      * @return \Shopware\Administration\Controller\NotificationController
  4182.      */
  4183.     protected function getNotificationControllerService()
  4184.     {
  4185.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/NotificationController.php';
  4186.         $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()));
  4187.         $instance->setContainer($this);
  4188.         return $instance;
  4189.     }
  4190.     /**
  4191.      * Gets the public 'Shopware\Administration\Controller\UserConfigController' shared service.
  4192.      *
  4193.      * @return \Shopware\Administration\Controller\UserConfigController
  4194.      */
  4195.     protected function getUserConfigControllerService()
  4196.     {
  4197.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/UserConfigController.php';
  4198.         $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()));
  4199.         $instance->setContainer($this);
  4200.         return $instance;
  4201.     }
  4202.     /**
  4203.      * Gets the public 'Shopware\Administration\Notification\NotificationDefinition' shared service.
  4204.      *
  4205.      * @return \Shopware\Administration\Notification\NotificationDefinition
  4206.      */
  4207.     protected function getNotificationDefinitionService()
  4208.     {
  4209.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Notification/NotificationDefinition.php';
  4210.         $this->services['Shopware\\Administration\\Notification\\NotificationDefinition'] = $instance = new \Shopware\Administration\Notification\NotificationDefinition();
  4211.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4212.         return $instance;
  4213.     }
  4214.     /**
  4215.      * Gets the public 'Shopware\Administration\Notification\NotificationService' shared service.
  4216.      *
  4217.      * @return \Shopware\Administration\Notification\NotificationService
  4218.      */
  4219.     protected function getNotificationServiceService()
  4220.     {
  4221.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Notification/NotificationService.php';
  4222.         return $this->services['Shopware\\Administration\\Notification\\NotificationService'] = new \Shopware\Administration\Notification\NotificationService(($this->services['notification.repository'] ?? $this->getNotification_RepositoryService()));
  4223.     }
  4224.     /**
  4225.      * Gets the public 'Shopware\Administration\Snippet\AppAdministrationSnippetDefinition' shared service.
  4226.      *
  4227.      * @return \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition
  4228.      */
  4229.     protected function getAppAdministrationSnippetDefinitionService()
  4230.     {
  4231.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/AppAdministrationSnippetDefinition.php';
  4232.         $this->services['Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition'] = $instance = new \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition();
  4233.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4234.         return $instance;
  4235.     }
  4236.     /**
  4237.      * Gets the public 'Shopware\Core\Checkout\Cart\Calculator' shared service.
  4238.      *
  4239.      * @return \Shopware\Core\Checkout\Cart\Calculator
  4240.      */
  4241.     protected function getCalculatorService()
  4242.     {
  4243.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Calculator.php';
  4244.         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()));
  4245.     }
  4246.     /**
  4247.      * Gets the public 'Shopware\Core\Checkout\Cart\Facade\CartFacadeHookFactory' shared service.
  4248.      *
  4249.      * @return \Shopware\Core\Checkout\Cart\Facade\CartFacadeHookFactory
  4250.      */
  4251.     protected function getCartFacadeHookFactoryService()
  4252.     {
  4253.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  4254.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Facade/CartFacadeHookFactory.php';
  4255.         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()));
  4256.     }
  4257.     /**
  4258.      * Gets the public 'Shopware\Core\Checkout\Cart\Order\Api\OrderConverterController' shared service.
  4259.      *
  4260.      * @return \Shopware\Core\Checkout\Cart\Order\Api\OrderConverterController
  4261.      */
  4262.     protected function getOrderConverterControllerService()
  4263.     {
  4264.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/Api/OrderConverterController.php';
  4265.         $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()));
  4266.         $instance->setContainer($this);
  4267.         return $instance;
  4268.     }
  4269.     /**
  4270.      * Gets the public 'Shopware\Core\Checkout\Cart\Order\Api\OrderRecalculationController' shared service.
  4271.      *
  4272.      * @return \Shopware\Core\Checkout\Cart\Order\Api\OrderRecalculationController
  4273.      */
  4274.     protected function getOrderRecalculationControllerService()
  4275.     {
  4276.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/Api/OrderRecalculationController.php';
  4277.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/RecalculationService.php';
  4278.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionItemBuilder.php';
  4279.         $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['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionItemBuilder'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionItemBuilder'] = new \Shopware\Core\Checkout\Promotion\Cart\PromotionItemBuilder()))));
  4280.         $instance->setContainer($this);
  4281.         return $instance;
  4282.     }
  4283.     /**
  4284.      * Gets the public 'Shopware\Core\Checkout\Cart\PriceActionController' shared service.
  4285.      *
  4286.      * @return \Shopware\Core\Checkout\Cart\PriceActionController
  4287.      */
  4288.     protected function getPriceActionControllerService()
  4289.     {
  4290.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/PriceActionController.php';
  4291.         $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()));
  4292.         $instance->setContainer($this);
  4293.         return $instance;
  4294.     }
  4295.     /**
  4296.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartDeleteRoute' shared service.
  4297.      *
  4298.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartDeleteRoute
  4299.      */
  4300.     protected function getCartDeleteRouteService()
  4301.     {
  4302.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  4303.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'])) {
  4304.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'];
  4305.         }
  4306.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4307.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'])) {
  4308.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'];
  4309.         }
  4310.         return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] = new \Shopware\Core\Checkout\Cart\SalesChannel\CartDeleteRoute($a$b);
  4311.     }
  4312.     /**
  4313.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartItemAddRoute' shared service.
  4314.      *
  4315.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartItemAddRoute
  4316.      */
  4317.     protected function getCartItemAddRouteService()
  4318.     {
  4319.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  4320.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'])) {
  4321.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'];
  4322.         }
  4323.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4324.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'])) {
  4325.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'];
  4326.         }
  4327.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'] ?? $this->getLineItemFactoryRegistryService());
  4328.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'])) {
  4329.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'];
  4330.         }
  4331.         $d = ($this->privates['shopware.rate_limiter'] ?? $this->getShopware_RateLimiterService());
  4332.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'])) {
  4333.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'];
  4334.         }
  4335.         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);
  4336.     }
  4337.     /**
  4338.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartItemRemoveRoute' shared service.
  4339.      *
  4340.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartItemRemoveRoute
  4341.      */
  4342.     protected function getCartItemRemoveRouteService()
  4343.     {
  4344.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4345.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'])) {
  4346.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'];
  4347.         }
  4348.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  4349.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'])) {
  4350.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'];
  4351.         }
  4352.         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);
  4353.     }
  4354.     /**
  4355.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartItemUpdateRoute' shared service.
  4356.      *
  4357.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartItemUpdateRoute
  4358.      */
  4359.     protected function getCartItemUpdateRouteService()
  4360.     {
  4361.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  4362.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'])) {
  4363.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'];
  4364.         }
  4365.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'] ?? $this->getLineItemFactoryRegistryService());
  4366.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'])) {
  4367.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'];
  4368.         }
  4369.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4370.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'])) {
  4371.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'];
  4372.         }
  4373.         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);
  4374.     }
  4375.     /**
  4376.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartLoadRoute' shared service.
  4377.      *
  4378.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartLoadRoute
  4379.      */
  4380.     protected function getCartLoadRouteService()
  4381.     {
  4382.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  4383.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'])) {
  4384.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'];
  4385.         }
  4386.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4387.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'])) {
  4388.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'];
  4389.         }
  4390.         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()));
  4391.     }
  4392.     /**
  4393.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartOrderRoute' shared service.
  4394.      *
  4395.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartOrderRoute
  4396.      */
  4397.     protected function getCartOrderRouteService()
  4398.     {
  4399.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  4400.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'])) {
  4401.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'];
  4402.         }
  4403.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] ?? $this->getOrderConverterService());
  4404.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'])) {
  4405.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'];
  4406.         }
  4407.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  4408.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'])) {
  4409.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'];
  4410.         }
  4411.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4412.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'])) {
  4413.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'];
  4414.         }
  4415.         $e = ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? $this->getPaymentHandlerRegistryService());
  4416.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'])) {
  4417.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'];
  4418.         }
  4419.         $f = ($this->services['app_payment_method.repository'] ?? $this->getAppPaymentMethod_RepositoryService());
  4420.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'])) {
  4421.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'];
  4422.         }
  4423.         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->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'] ?? $this->getInitialStateIdLoaderService())));
  4424.     }
  4425.     /**
  4426.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartService' shared service.
  4427.      *
  4428.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartService
  4429.      */
  4430.     protected function getCartServiceService()
  4431.     {
  4432.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  4433.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  4434.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  4435.         }
  4436.         $b = ($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher'] ?? $this->getBusinessEventDispatcherService());
  4437.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  4438.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  4439.         }
  4440.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? $this->getCartCalculatorService());
  4441.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  4442.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  4443.         }
  4444.         $d = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? $this->getCartLoadRouteService());
  4445.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  4446.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  4447.         }
  4448.         $e = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? $this->getCartDeleteRouteService());
  4449.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  4450.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  4451.         }
  4452.         $f = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? $this->getCartItemAddRouteService());
  4453.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  4454.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  4455.         }
  4456.         $g = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? $this->getCartItemUpdateRouteService());
  4457.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  4458.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  4459.         }
  4460.         $h = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? $this->getCartItemRemoveRouteService());
  4461.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  4462.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  4463.         }
  4464.         $i = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? $this->getCartOrderRouteService());
  4465.         if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  4466.             return $this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'];
  4467.         }
  4468.         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);
  4469.     }
  4470.     /**
  4471.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition' shared service.
  4472.      *
  4473.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition
  4474.      */
  4475.     protected function getCustomerAddressDefinitionService()
  4476.     {
  4477.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition();
  4478.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4479.         return $instance;
  4480.     }
  4481.     /**
  4482.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition' shared service.
  4483.      *
  4484.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition
  4485.      */
  4486.     protected function getCustomerGroupRegistrationSalesChannelDefinitionService()
  4487.     {
  4488.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroupRegistrationSalesChannel/CustomerGroupRegistrationSalesChannelDefinition.php';
  4489.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition();
  4490.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4491.         return $instance;
  4492.     }
  4493.     /**
  4494.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition' shared service.
  4495.      *
  4496.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition
  4497.      */
  4498.     protected function getCustomerGroupTranslationDefinitionService()
  4499.     {
  4500.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4501.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroupTranslation/CustomerGroupTranslationDefinition.php';
  4502.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition();
  4503.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4504.         return $instance;
  4505.     }
  4506.     /**
  4507.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition' shared service.
  4508.      *
  4509.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition
  4510.      */
  4511.     protected function getCustomerGroupDefinitionService()
  4512.     {
  4513.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition();
  4514.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4515.         return $instance;
  4516.     }
  4517.     /**
  4518.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition' shared service.
  4519.      *
  4520.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition
  4521.      */
  4522.     protected function getCustomerRecoveryDefinitionService()
  4523.     {
  4524.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerRecovery/CustomerRecoveryDefinition.php';
  4525.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition();
  4526.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4527.         return $instance;
  4528.     }
  4529.     /**
  4530.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition' shared service.
  4531.      *
  4532.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition
  4533.      */
  4534.     protected function getCustomerTagDefinitionService()
  4535.     {
  4536.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerTag/CustomerTagDefinition.php';
  4537.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition();
  4538.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4539.         return $instance;
  4540.     }
  4541.     /**
  4542.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition' shared service.
  4543.      *
  4544.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition
  4545.      */
  4546.     protected function getCustomerWishlistProductDefinitionService()
  4547.     {
  4548.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerWishlistProduct/CustomerWishlistProductDefinition.php';
  4549.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition();
  4550.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4551.         return $instance;
  4552.     }
  4553.     /**
  4554.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition' shared service.
  4555.      *
  4556.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition
  4557.      */
  4558.     protected function getCustomerWishlistDefinitionService()
  4559.     {
  4560.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerWishlist/CustomerWishlistDefinition.php';
  4561.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition();
  4562.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4563.         return $instance;
  4564.     }
  4565.     /**
  4566.      * Gets the public 'Shopware\Core\Checkout\Customer\Api\CustomerGroupRegistrationActionController' shared service.
  4567.      *
  4568.      * @return \Shopware\Core\Checkout\Customer\Api\CustomerGroupRegistrationActionController
  4569.      */
  4570.     protected function getCustomerGroupRegistrationActionControllerService()
  4571.     {
  4572.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Api/CustomerGroupRegistrationActionController.php';
  4573.         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()));
  4574.     }
  4575.     /**
  4576.      * Gets the public 'Shopware\Core\Checkout\Customer\CustomerDefinition' shared service.
  4577.      *
  4578.      * @return \Shopware\Core\Checkout\Customer\CustomerDefinition
  4579.      */
  4580.     protected function getCustomerDefinitionService()
  4581.     {
  4582.         $this->services['Shopware\\Core\\Checkout\\Customer\\CustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\CustomerDefinition();
  4583.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4584.         return $instance;
  4585.     }
  4586.     /**
  4587.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\AccountNewsletterRecipientRoute' shared service.
  4588.      *
  4589.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\AccountNewsletterRecipientRoute
  4590.      */
  4591.     protected function getAccountNewsletterRecipientRouteService()
  4592.     {
  4593.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractAccountNewsletterRecipientRoute.php';
  4594.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AccountNewsletterRecipientRoute.php';
  4595.         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()));
  4596.     }
  4597.     /**
  4598.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\AddWishlistProductRoute' shared service.
  4599.      *
  4600.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\AddWishlistProductRoute
  4601.      */
  4602.     protected function getAddWishlistProductRouteService()
  4603.     {
  4604.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractAddWishlistProductRoute.php';
  4605.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AddWishlistProductRoute.php';
  4606.         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()));
  4607.     }
  4608.     /**
  4609.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangeCustomerProfileRoute' shared service.
  4610.      *
  4611.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangeCustomerProfileRoute
  4612.      */
  4613.     protected function getChangeCustomerProfileRouteService()
  4614.     {
  4615.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangeCustomerProfileRoute.php';
  4616.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangeCustomerProfileRoute.php';
  4617.         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()));
  4618.     }
  4619.     /**
  4620.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangeEmailRoute' shared service.
  4621.      *
  4622.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangeEmailRoute
  4623.      */
  4624.     protected function getChangeEmailRouteService()
  4625.     {
  4626.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangeEmailRoute.php';
  4627.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangeEmailRoute.php';
  4628.         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()));
  4629.     }
  4630.     /**
  4631.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangeLanguageRoute' shared service.
  4632.      *
  4633.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangeLanguageRoute
  4634.      */
  4635.     protected function getChangeLanguageRouteService()
  4636.     {
  4637.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangeLanguageRoute.php';
  4638.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangeLanguageRoute.php';
  4639.         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()));
  4640.     }
  4641.     /**
  4642.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangePasswordRoute' shared service.
  4643.      *
  4644.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangePasswordRoute
  4645.      */
  4646.     protected function getChangePasswordRouteService()
  4647.     {
  4648.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangePasswordRoute.php';
  4649.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangePasswordRoute.php';
  4650.         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()));
  4651.     }
  4652.     /**
  4653.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangePaymentMethodRoute' shared service.
  4654.      *
  4655.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangePaymentMethodRoute
  4656.      */
  4657.     protected function getChangePaymentMethodRouteService()
  4658.     {
  4659.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangePaymentMethodRoute.php';
  4660.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangePaymentMethodRoute.php';
  4661.         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()));
  4662.     }
  4663.     /**
  4664.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\CustomerGroupRegistrationSettingsRoute' shared service.
  4665.      *
  4666.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\CustomerGroupRegistrationSettingsRoute
  4667.      */
  4668.     protected function getCustomerGroupRegistrationSettingsRouteService()
  4669.     {
  4670.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractCustomerGroupRegistrationSettingsRoute.php';
  4671.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerGroupRegistrationSettingsRoute.php';
  4672.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerGroupRegistrationSettingsRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\CustomerGroupRegistrationSettingsRoute(($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService()));
  4673.     }
  4674.     /**
  4675.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\CustomerRecoveryIsExpiredRoute' shared service.
  4676.      *
  4677.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\CustomerRecoveryIsExpiredRoute
  4678.      */
  4679.     protected function getCustomerRecoveryIsExpiredRouteService()
  4680.     {
  4681.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractCustomerRecoveryIsExpiredRoute.php';
  4682.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerRecoveryIsExpiredRoute.php';
  4683.         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()));
  4684.     }
  4685.     /**
  4686.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\CustomerRoute' shared service.
  4687.      *
  4688.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\CustomerRoute
  4689.      */
  4690.     protected function getCustomerRouteService()
  4691.     {
  4692.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractCustomerRoute.php';
  4693.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerRoute.php';
  4694.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\CustomerRoute(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()));
  4695.     }
  4696.     /**
  4697.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\DeleteAddressRoute' shared service.
  4698.      *
  4699.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\DeleteAddressRoute
  4700.      */
  4701.     protected function getDeleteAddressRouteService()
  4702.     {
  4703.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractDeleteAddressRoute.php';
  4704.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerAddressValidationTrait.php';
  4705.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/DeleteAddressRoute.php';
  4706.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteAddressRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\DeleteAddressRoute(($this->services['customer_address.repository'] ?? $this->getCustomerAddress_RepositoryService()));
  4707.     }
  4708.     /**
  4709.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\DeleteCustomerRoute' shared service.
  4710.      *
  4711.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\DeleteCustomerRoute
  4712.      */
  4713.     protected function getDeleteCustomerRouteService()
  4714.     {
  4715.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractDeleteCustomerRoute.php';
  4716.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/DeleteCustomerRoute.php';
  4717.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteCustomerRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\DeleteCustomerRoute(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()));
  4718.     }
  4719.     /**
  4720.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\DownloadRoute' shared service.
  4721.      *
  4722.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\DownloadRoute
  4723.      */
  4724.     protected function getDownloadRouteService()
  4725.     {
  4726.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractDownloadRoute.php';
  4727.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/DownloadRoute.php';
  4728.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/DownloadResponseGenerator.php';
  4729.         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'));
  4730.     }
  4731.     /**
  4732.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ListAddressRoute' shared service.
  4733.      *
  4734.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ListAddressRoute
  4735.      */
  4736.     protected function getListAddressRouteService()
  4737.     {
  4738.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractListAddressRoute.php';
  4739.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ListAddressRoute.php';
  4740.         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()));
  4741.     }
  4742.     /**
  4743.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\LoadWishlistRoute' shared service.
  4744.      *
  4745.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\LoadWishlistRoute
  4746.      */
  4747.     protected function getLoadWishlistRouteService()
  4748.     {
  4749.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractLoadWishlistRoute.php';
  4750.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/LoadWishlistRoute.php';
  4751.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductCloseoutFilterFactory.php';
  4752.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductCloseoutFilterFactory.php';
  4753.         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())));
  4754.     }
  4755.     /**
  4756.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\LoginRoute' shared service.
  4757.      *
  4758.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\LoginRoute
  4759.      */
  4760.     protected function getLoginRouteService()
  4761.     {
  4762.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractLoginRoute.php';
  4763.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/LoginRoute.php';
  4764.         $a = new \Shopware\Core\Framework\RateLimiter\RateLimiter();
  4765.         $b = ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService());
  4766.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  4767.         $d = ($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService());
  4768.         $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));
  4769.         $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));
  4770.         $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));
  4771.         $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));
  4772.         $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));
  4773.         $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));
  4774.         $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));
  4775.         $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));
  4776.         $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));
  4777.         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);
  4778.     }
  4779.     /**
  4780.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\LogoutRoute' shared service.
  4781.      *
  4782.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\LogoutRoute
  4783.      */
  4784.     protected function getLogoutRouteService()
  4785.     {
  4786.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractLogoutRoute.php';
  4787.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/LogoutRoute.php';
  4788.         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()));
  4789.     }
  4790.     /**
  4791.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\MergeWishlistProductRoute' shared service.
  4792.      *
  4793.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\MergeWishlistProductRoute
  4794.      */
  4795.     protected function getMergeWishlistProductRouteService()
  4796.     {
  4797.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractMergeWishlistProductRoute.php';
  4798.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/MergeWishlistProductRoute.php';
  4799.         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()));
  4800.     }
  4801.     /**
  4802.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\RegisterConfirmRoute' shared service.
  4803.      *
  4804.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\RegisterConfirmRoute
  4805.      */
  4806.     protected function getRegisterConfirmRouteService()
  4807.     {
  4808.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractRegisterConfirmRoute.php';
  4809.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/RegisterConfirmRoute.php';
  4810.         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()));
  4811.     }
  4812.     /**
  4813.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\RegisterRoute' shared service.
  4814.      *
  4815.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\RegisterRoute
  4816.      */
  4817.     protected function getRegisterRouteService()
  4818.     {
  4819.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractRegisterRoute.php';
  4820.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/RegisterRoute.php';
  4821.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  4822.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/CustomerValidationFactory.php';
  4823.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\RegisterRoute(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), new \Shopware\Core\Checkout\Customer\Validation\CustomerValidationFactory(($this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\CustomerProfileValidationFactory'] ?? $this->getCustomerProfileValidationFactoryService())), ($this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\AddressValidationFactory'] ?? $this->getAddressValidationFactoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService()), ($this->services['sales_channel.country.repository'] ?? $this->getSalesChannel_Country_RepositoryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'] ?? $this->getStoreApiCustomFieldMapperService()));
  4824.     }
  4825.     /**
  4826.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\RemoveWishlistProductRoute' shared service.
  4827.      *
  4828.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\RemoveWishlistProductRoute
  4829.      */
  4830.     protected function getRemoveWishlistProductRouteService()
  4831.     {
  4832.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractRemoveWishlistProductRoute.php';
  4833.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/RemoveWishlistProductRoute.php';
  4834.         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()));
  4835.     }
  4836.     /**
  4837.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ResetPasswordRoute' shared service.
  4838.      *
  4839.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ResetPasswordRoute
  4840.      */
  4841.     protected function getResetPasswordRouteService()
  4842.     {
  4843.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractResetPasswordRoute.php';
  4844.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ResetPasswordRoute.php';
  4845.         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()));
  4846.     }
  4847.     /**
  4848.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\SendPasswordRecoveryMailRoute' shared service.
  4849.      *
  4850.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\SendPasswordRecoveryMailRoute
  4851.      */
  4852.     protected function getSendPasswordRecoveryMailRouteService()
  4853.     {
  4854.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractSendPasswordRecoveryMailRoute.php';
  4855.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/SendPasswordRecoveryMailRoute.php';
  4856.         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()));
  4857.     }
  4858.     /**
  4859.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\SwitchDefaultAddressRoute' shared service.
  4860.      *
  4861.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\SwitchDefaultAddressRoute
  4862.      */
  4863.     protected function getSwitchDefaultAddressRouteService()
  4864.     {
  4865.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractSwitchDefaultAddressRoute.php';
  4866.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerAddressValidationTrait.php';
  4867.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/SwitchDefaultAddressRoute.php';
  4868.         $a = ($this->services['customer_address.repository'] ?? $this->getCustomerAddress_RepositoryService());
  4869.         if (isset($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'])) {
  4870.             return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'];
  4871.         }
  4872.         $b = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  4873.         if (isset($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'])) {
  4874.             return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'];
  4875.         }
  4876.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4877.         if (isset($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'])) {
  4878.             return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'];
  4879.         }
  4880.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\SwitchDefaultAddressRoute($a$b$c);
  4881.     }
  4882.     /**
  4883.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\UpsertAddressRoute' shared service.
  4884.      *
  4885.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\UpsertAddressRoute
  4886.      */
  4887.     protected function getUpsertAddressRouteService()
  4888.     {
  4889.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractUpsertAddressRoute.php';
  4890.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerAddressValidationTrait.php';
  4891.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/UpsertAddressRoute.php';
  4892.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\UpsertAddressRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\UpsertAddressRoute(($this->services['customer_address.repository'] ?? $this->getCustomerAddress_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\AddressValidationFactory'] ?? $this->getAddressValidationFactoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'] ?? $this->getStoreApiCustomFieldMapperService()));
  4893.     }
  4894.     /**
  4895.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition' shared service.
  4896.      *
  4897.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition
  4898.      */
  4899.     protected function getDocumentBaseConfigSalesChannelDefinitionService()
  4900.     {
  4901.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentBaseConfigSalesChannel/DocumentBaseConfigSalesChannelDefinition.php';
  4902.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition();
  4903.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4904.         return $instance;
  4905.     }
  4906.     /**
  4907.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition' shared service.
  4908.      *
  4909.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition
  4910.      */
  4911.     protected function getDocumentBaseConfigDefinitionService()
  4912.     {
  4913.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition();
  4914.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4915.         return $instance;
  4916.     }
  4917.     /**
  4918.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition' shared service.
  4919.      *
  4920.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition
  4921.      */
  4922.     protected function getDocumentTypeTranslationDefinitionService()
  4923.     {
  4924.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4925.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentTypeTranslation/DocumentTypeTranslationDefinition.php';
  4926.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition();
  4927.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4928.         return $instance;
  4929.     }
  4930.     /**
  4931.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition' shared service.
  4932.      *
  4933.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition
  4934.      */
  4935.     protected function getDocumentTypeDefinitionService()
  4936.     {
  4937.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition();
  4938.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4939.         return $instance;
  4940.     }
  4941.     /**
  4942.      * Gets the public 'Shopware\Core\Checkout\Document\Controller\DocumentController' shared service.
  4943.      *
  4944.      * @return \Shopware\Core\Checkout\Document\Controller\DocumentController
  4945.      */
  4946.     protected function getDocumentControllerService()
  4947.     {
  4948.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Controller/DocumentController.php';
  4949.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/DocumentMerger.php';
  4950.         include_once \dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/tcpdf.php';
  4951.         include_once \dirname(__DIR__4).'/vendor/setasign/fpdi/src/FpdiTrait.php';
  4952.         include_once \dirname(__DIR__4).'/vendor/setasign/fpdi/src/Tcpdf/Fpdi.php';
  4953.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'] ?? $this->getDocumentGeneratorService());
  4954.         $b = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  4955.         $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);
  4956.         $instance->setContainer($this);
  4957.         return $instance;
  4958.     }
  4959.     /**
  4960.      * Gets the public 'Shopware\Core\Checkout\Document\DocumentDefinition' shared service.
  4961.      *
  4962.      * @return \Shopware\Core\Checkout\Document\DocumentDefinition
  4963.      */
  4964.     protected function getDocumentDefinitionService()
  4965.     {
  4966.         $this->services['Shopware\\Core\\Checkout\\Document\\DocumentDefinition'] = $instance = new \Shopware\Core\Checkout\Document\DocumentDefinition();
  4967.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4968.         return $instance;
  4969.     }
  4970.     /**
  4971.      * Gets the public 'Shopware\Core\Checkout\Document\DocumentGeneratorController' shared service.
  4972.      *
  4973.      * @return \Shopware\Core\Checkout\Document\DocumentGeneratorController
  4974.      */
  4975.     protected function getDocumentGeneratorControllerService()
  4976.     {
  4977.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGeneratorController.php';
  4978.         $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()));
  4979.         $instance->setContainer($this);
  4980.         return $instance;
  4981.     }
  4982.     /**
  4983.      * Gets the public 'Shopware\Core\Checkout\Document\SalesChannel\DocumentRoute' shared service.
  4984.      *
  4985.      * @return \Shopware\Core\Checkout\Document\SalesChannel\DocumentRoute
  4986.      */
  4987.     protected function getDocumentRouteService()
  4988.     {
  4989.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/SalesChannel/AbstractDocumentRoute.php';
  4990.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/SalesChannel/DocumentRoute.php';
  4991.         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()));
  4992.     }
  4993.     /**
  4994.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition' shared service.
  4995.      *
  4996.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition
  4997.      */
  4998.     protected function getOrderAddressDefinitionService()
  4999.     {
  5000.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition();
  5001.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5002.         return $instance;
  5003.     }
  5004.     /**
  5005.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition' shared service.
  5006.      *
  5007.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition
  5008.      */
  5009.     protected function getOrderCustomerDefinitionService()
  5010.     {
  5011.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderCustomer/OrderCustomerDefinition.php';
  5012.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition();
  5013.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5014.         return $instance;
  5015.     }
  5016.     /**
  5017.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition' shared service.
  5018.      *
  5019.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition
  5020.      */
  5021.     protected function getOrderDeliveryPositionDefinitionService()
  5022.     {
  5023.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderDeliveryPosition/OrderDeliveryPositionDefinition.php';
  5024.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition();
  5025.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5026.         return $instance;
  5027.     }
  5028.     /**
  5029.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition' shared service.
  5030.      *
  5031.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition
  5032.      */
  5033.     protected function getOrderDeliveryDefinitionService()
  5034.     {
  5035.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition();
  5036.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5037.         return $instance;
  5038.     }
  5039.     /**
  5040.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderLineItemDownload\OrderLineItemDownloadDefinition' shared service.
  5041.      *
  5042.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderLineItemDownload\OrderLineItemDownloadDefinition
  5043.      */
  5044.     protected function getOrderLineItemDownloadDefinitionService()
  5045.     {
  5046.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderLineItemDownload/OrderLineItemDownloadDefinition.php';
  5047.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItemDownload\\OrderLineItemDownloadDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderLineItemDownload\OrderLineItemDownloadDefinition();
  5048.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5049.         return $instance;
  5050.     }
  5051.     /**
  5052.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition' shared service.
  5053.      *
  5054.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition
  5055.      */
  5056.     protected function getOrderLineItemDefinitionService()
  5057.     {
  5058.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderLineItem/OrderLineItemDefinition.php';
  5059.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition();
  5060.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5061.         return $instance;
  5062.     }
  5063.     /**
  5064.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition' shared service.
  5065.      *
  5066.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition
  5067.      */
  5068.     protected function getOrderTagDefinitionService()
  5069.     {
  5070.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTag/OrderTagDefinition.php';
  5071.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition();
  5072.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5073.         return $instance;
  5074.     }
  5075.     /**
  5076.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition' shared service.
  5077.      *
  5078.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition
  5079.      */
  5080.     protected function getOrderTransactionCaptureRefundPositionDefinitionService()
  5081.     {
  5082.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefundPosition/OrderTransactionCaptureRefundPositionDefinition.php';
  5083.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition();
  5084.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5085.         return $instance;
  5086.     }
  5087.     /**
  5088.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition' shared service.
  5089.      *
  5090.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition
  5091.      */
  5092.     protected function getOrderTransactionCaptureRefundDefinitionService()
  5093.     {
  5094.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefund/OrderTransactionCaptureRefundDefinition.php';
  5095.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition();
  5096.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5097.         return $instance;
  5098.     }
  5099.     /**
  5100.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition' shared service.
  5101.      *
  5102.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition
  5103.      */
  5104.     protected function getOrderTransactionCaptureDefinitionService()
  5105.     {
  5106.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCapture/OrderTransactionCaptureDefinition.php';
  5107.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition();
  5108.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5109.         return $instance;
  5110.     }
  5111.     /**
  5112.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition' shared service.
  5113.      *
  5114.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition
  5115.      */
  5116.     protected function getOrderTransactionDefinitionService()
  5117.     {
  5118.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransaction/OrderTransactionDefinition.php';
  5119.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition();
  5120.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5121.         return $instance;
  5122.     }
  5123.     /**
  5124.      * Gets the public 'Shopware\Core\Checkout\Order\Api\OrderActionController' shared service.
  5125.      *
  5126.      * @return \Shopware\Core\Checkout\Order\Api\OrderActionController
  5127.      */
  5128.     protected function getOrderActionControllerService()
  5129.     {
  5130.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Api/OrderActionController.php';
  5131.         $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->getOrderService2Service()), ($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()));
  5132.         $instance->setContainer($this);
  5133.         return $instance;
  5134.     }
  5135.     /**
  5136.      * Gets the public 'Shopware\Core\Checkout\Order\OrderDefinition' shared service.
  5137.      *
  5138.      * @return \Shopware\Core\Checkout\Order\OrderDefinition
  5139.      */
  5140.     protected function getOrderDefinitionService()
  5141.     {
  5142.         $this->services['Shopware\\Core\\Checkout\\Order\\OrderDefinition'] = $instance = new \Shopware\Core\Checkout\Order\OrderDefinition();
  5143.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5144.         return $instance;
  5145.     }
  5146.     /**
  5147.      * Gets the public 'Shopware\Core\Checkout\Order\SalesChannel\CancelOrderRoute' shared service.
  5148.      *
  5149.      * @return \Shopware\Core\Checkout\Order\SalesChannel\CancelOrderRoute
  5150.      */
  5151.     protected function getCancelOrderRouteService()
  5152.     {
  5153.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/AbstractCancelOrderRoute.php';
  5154.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/CancelOrderRoute.php';
  5155.         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->getOrderService2Service()), ($this->services['order.repository'] ?? $this->getOrder_RepositoryService()));
  5156.     }
  5157.     /**
  5158.      * Gets the public 'Shopware\Core\Checkout\Order\SalesChannel\OrderRoute' shared service.
  5159.      *
  5160.      * @return \Shopware\Core\Checkout\Order\SalesChannel\OrderRoute
  5161.      */
  5162.     protected function getOrderRouteService()
  5163.     {
  5164.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/AbstractOrderRoute.php';
  5165.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/OrderRoute.php';
  5166.         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()));
  5167.     }
  5168.     /**
  5169.      * Gets the public 'Shopware\Core\Checkout\Order\SalesChannel\SetPaymentOrderRoute' shared service.
  5170.      *
  5171.      * @return \Shopware\Core\Checkout\Order\SalesChannel\SetPaymentOrderRoute
  5172.      */
  5173.     protected function getSetPaymentOrderRouteService()
  5174.     {
  5175.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/AbstractSetPaymentOrderRoute.php';
  5176.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/SetPaymentOrderRoute.php';
  5177.         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->getOrderService2Service()), ($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()));
  5178.     }
  5179.     /**
  5180.      * Gets the public 'Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition' shared service.
  5181.      *
  5182.      * @return \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition
  5183.      */
  5184.     protected function getPaymentMethodTranslationDefinitionService()
  5185.     {
  5186.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5187.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Aggregate/PaymentMethodTranslation/PaymentMethodTranslationDefinition.php';
  5188.         $this->services['Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition();
  5189.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5190.         return $instance;
  5191.     }
  5192.     /**
  5193.      * Gets the public 'Shopware\Core\Checkout\Payment\Cart\PaymentRefundProcessor' shared service.
  5194.      *
  5195.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentRefundProcessor
  5196.      */
  5197.     protected function getPaymentRefundProcessorService()
  5198.     {
  5199.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentRefundProcessor.php';
  5200.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefund/OrderTransactionCaptureRefundStateHandler.php';
  5201.         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()));
  5202.     }
  5203.     /**
  5204.      * Gets the public 'Shopware\Core\Checkout\Payment\Controller\PaymentController' shared service.
  5205.      *
  5206.      * @return \Shopware\Core\Checkout\Payment\Controller\PaymentController
  5207.      */
  5208.     protected function getPaymentControllerService()
  5209.     {
  5210.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Controller/PaymentController.php';
  5211.         $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()));
  5212.         $instance->setContainer($this);
  5213.         return $instance;
  5214.     }
  5215.     /**
  5216.      * Gets the public 'Shopware\Core\Checkout\Payment\PaymentMethodDefinition' shared service.
  5217.      *
  5218.      * @return \Shopware\Core\Checkout\Payment\PaymentMethodDefinition
  5219.      */
  5220.     protected function getPaymentMethodDefinitionService()
  5221.     {
  5222.         $this->services['Shopware\\Core\\Checkout\\Payment\\PaymentMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\PaymentMethodDefinition();
  5223.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5224.         return $instance;
  5225.     }
  5226.     /**
  5227.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute' shared service.
  5228.      *
  5229.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute
  5230.      */
  5231.     protected function getCachedPaymentMethodRouteService()
  5232.     {
  5233.         $a = ($this->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? $this->getFilteredPaymentMethodRouteService());
  5234.         if (isset($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'])) {
  5235.             return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'];
  5236.         }
  5237.         $b = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  5238.         if (isset($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'])) {
  5239.             return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'];
  5240.         }
  5241.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5242.         if (isset($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'])) {
  5243.             return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'];
  5244.         }
  5245.         return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] = new \Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute($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, []);
  5246.     }
  5247.     /**
  5248.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\HandlePaymentMethodRoute' shared service.
  5249.      *
  5250.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\HandlePaymentMethodRoute
  5251.      */
  5252.     protected function getHandlePaymentMethodRouteService()
  5253.     {
  5254.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/AbstractHandlePaymentMethodRoute.php';
  5255.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/HandlePaymentMethodRoute.php';
  5256.         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()));
  5257.     }
  5258.     /**
  5259.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\SalesChannelPaymentMethodDefinition' shared service.
  5260.      *
  5261.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\SalesChannelPaymentMethodDefinition
  5262.      */
  5263.     protected function getSalesChannelPaymentMethodDefinitionService()
  5264.     {
  5265.         $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\SalesChannel\SalesChannelPaymentMethodDefinition();
  5266.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  5267.         return $instance;
  5268.     }
  5269.     /**
  5270.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute' shared service.
  5271.      *
  5272.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute
  5273.      */
  5274.     protected function getSortedPaymentMethodRouteService()
  5275.     {
  5276.         $a = ($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? $this->getCachedPaymentMethodRouteService());
  5277.         if (isset($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'])) {
  5278.             return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'];
  5279.         }
  5280.         return $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] = new \Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute($a);
  5281.     }
  5282.     /**
  5283.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition' shared service.
  5284.      *
  5285.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition
  5286.      */
  5287.     protected function getPromotionCartRuleDefinitionService()
  5288.     {
  5289.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionCartRule/PromotionCartRuleDefinition.php';
  5290.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition();
  5291.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5292.         return $instance;
  5293.     }
  5294.     /**
  5295.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition' shared service.
  5296.      *
  5297.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition
  5298.      */
  5299.     protected function getPromotionDiscountPriceDefinitionService()
  5300.     {
  5301.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscountPrice/PromotionDiscountPriceDefinition.php';
  5302.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition();
  5303.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5304.         return $instance;
  5305.     }
  5306.     /**
  5307.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition' shared service.
  5308.      *
  5309.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition
  5310.      */
  5311.     protected function getPromotionDiscountRuleDefinitionService()
  5312.     {
  5313.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscountRule/PromotionDiscountRuleDefinition.php';
  5314.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition();
  5315.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5316.         return $instance;
  5317.     }
  5318.     /**
  5319.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition' shared service.
  5320.      *
  5321.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition
  5322.      */
  5323.     protected function getPromotionDiscountDefinitionService()
  5324.     {
  5325.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscount/PromotionDiscountDefinition.php';
  5326.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition();
  5327.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5328.         return $instance;
  5329.     }
  5330.     /**
  5331.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition' shared service.
  5332.      *
  5333.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition
  5334.      */
  5335.     protected function getPromotionIndividualCodeDefinitionService()
  5336.     {
  5337.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionIndividualCode/PromotionIndividualCodeDefinition.php';
  5338.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition();
  5339.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5340.         return $instance;
  5341.     }
  5342.     /**
  5343.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition' shared service.
  5344.      *
  5345.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition
  5346.      */
  5347.     protected function getPromotionOrderRuleDefinitionService()
  5348.     {
  5349.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionOrderRule/PromotionOrderRuleDefinition.php';
  5350.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition();
  5351.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5352.         return $instance;
  5353.     }
  5354.     /**
  5355.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition' shared service.
  5356.      *
  5357.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition
  5358.      */
  5359.     protected function getPromotionPersonaCustomerDefinitionService()
  5360.     {
  5361.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionPersonaCustomer/PromotionPersonaCustomerDefinition.php';
  5362.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition();
  5363.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5364.         return $instance;
  5365.     }
  5366.     /**
  5367.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition' shared service.
  5368.      *
  5369.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition
  5370.      */
  5371.     protected function getPromotionPersonaRuleDefinitionService()
  5372.     {
  5373.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionPersonaRule/PromotionPersonaRuleDefinition.php';
  5374.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition();
  5375.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5376.         return $instance;
  5377.     }
  5378.     /**
  5379.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition' shared service.
  5380.      *
  5381.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition
  5382.      */
  5383.     protected function getPromotionSalesChannelDefinitionService()
  5384.     {
  5385.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSalesChannel/PromotionSalesChannelDefinition.php';
  5386.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition();
  5387.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5388.         return $instance;
  5389.     }
  5390.     /**
  5391.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition' shared service.
  5392.      *
  5393.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition
  5394.      */
  5395.     protected function getPromotionSetGroupRuleDefinitionService()
  5396.     {
  5397.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSetGroupRule/PromotionSetGroupRuleDefinition.php';
  5398.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition();
  5399.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5400.         return $instance;
  5401.     }
  5402.     /**
  5403.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition' shared service.
  5404.      *
  5405.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition
  5406.      */
  5407.     protected function getPromotionSetGroupDefinitionService()
  5408.     {
  5409.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSetGroup/PromotionSetGroupDefinition.php';
  5410.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition();
  5411.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5412.         return $instance;
  5413.     }
  5414.     /**
  5415.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition' shared service.
  5416.      *
  5417.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition
  5418.      */
  5419.     protected function getPromotionTranslationDefinitionService()
  5420.     {
  5421.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5422.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionTranslation/PromotionTranslationDefinition.php';
  5423.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition();
  5424.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5425.         return $instance;
  5426.     }
  5427.     /**
  5428.      * Gets the public 'Shopware\Core\Checkout\Promotion\Api\PromotionActionController' shared service.
  5429.      *
  5430.      * @return \Shopware\Core\Checkout\Promotion\Api\PromotionActionController
  5431.      */
  5432.     protected function getPromotionActionControllerService()
  5433.     {
  5434.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Api/PromotionActionController.php';
  5435.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Util/PromotionCodesLoader.php';
  5436.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Util/PromotionCodesRemover.php';
  5437.         $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()));
  5438.         $instance->setContainer($this);
  5439.         return $instance;
  5440.     }
  5441.     /**
  5442.      * Gets the public 'Shopware\Core\Checkout\Promotion\Api\PromotionController' shared service.
  5443.      *
  5444.      * @return \Shopware\Core\Checkout\Promotion\Api\PromotionController
  5445.      */
  5446.     protected function getPromotionControllerService()
  5447.     {
  5448.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Api/PromotionController.php';
  5449.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Util/PromotionCodeService.php';
  5450.         $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())));
  5451.         $instance->setContainer($this);
  5452.         return $instance;
  5453.     }
  5454.     /**
  5455.      * Gets the public 'Shopware\Core\Checkout\Promotion\PromotionDefinition' shared service.
  5456.      *
  5457.      * @return \Shopware\Core\Checkout\Promotion\PromotionDefinition
  5458.      */
  5459.     protected function getPromotionDefinitionService()
  5460.     {
  5461.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/PromotionDefinition.php';
  5462.         $this->services['Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\PromotionDefinition();
  5463.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5464.         return $instance;
  5465.     }
  5466.     /**
  5467.      * Gets the public 'Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition' shared service.
  5468.      *
  5469.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition
  5470.      */
  5471.     protected function getShippingMethodPriceDefinitionService()
  5472.     {
  5473.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodPrice/ShippingMethodPriceDefinition.php';
  5474.         $this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition();
  5475.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5476.         return $instance;
  5477.     }
  5478.     /**
  5479.      * Gets the public 'Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition' shared service.
  5480.      *
  5481.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition
  5482.      */
  5483.     protected function getShippingMethodTagDefinitionService()
  5484.     {
  5485.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodTag/ShippingMethodTagDefinition.php';
  5486.         $this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition();
  5487.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5488.         return $instance;
  5489.     }
  5490.     /**
  5491.      * Gets the public 'Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition' shared service.
  5492.      *
  5493.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition
  5494.      */
  5495.     protected function getShippingMethodTranslationDefinitionService()
  5496.     {
  5497.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5498.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodTranslation/ShippingMethodTranslationDefinition.php';
  5499.         $this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition();
  5500.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5501.         return $instance;
  5502.     }
  5503.     /**
  5504.      * Gets the public 'Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute' shared service.
  5505.      *
  5506.      * @return \Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute
  5507.      */
  5508.     protected function getCachedShippingMethodRouteService()
  5509.     {
  5510.         $a = ($this->services['sales_channel.shipping_method.repository'] ?? $this->getSalesChannel_ShippingMethod_RepositoryService());
  5511.         if (isset($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'])) {
  5512.             return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'];
  5513.         }
  5514.         $b = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  5515.         if (isset($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'])) {
  5516.             return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'];
  5517.         }
  5518.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5519.         if (isset($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'])) {
  5520.             return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'];
  5521.         }
  5522.         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, []);
  5523.     }
  5524.     /**
  5525.      * Gets the public 'Shopware\Core\Checkout\Shipping\SalesChannel\SalesChannelShippingMethodDefinition' shared service.
  5526.      *
  5527.      * @return \Shopware\Core\Checkout\Shipping\SalesChannel\SalesChannelShippingMethodDefinition
  5528.      */
  5529.     protected function getSalesChannelShippingMethodDefinitionService()
  5530.     {
  5531.         $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\SalesChannel\SalesChannelShippingMethodDefinition();
  5532.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  5533.         return $instance;
  5534.     }
  5535.     /**
  5536.      * Gets the public 'Shopware\Core\Checkout\Shipping\SalesChannel\SortedShippingMethodRoute' shared service.
  5537.      *
  5538.      * @return \Shopware\Core\Checkout\Shipping\SalesChannel\SortedShippingMethodRoute
  5539.      */
  5540.     protected function getSortedShippingMethodRouteService()
  5541.     {
  5542.         $a = ($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute'] ?? $this->getCachedShippingMethodRouteService());
  5543.         if (isset($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'])) {
  5544.             return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'];
  5545.         }
  5546.         return $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'] = new \Shopware\Core\Checkout\Shipping\SalesChannel\SortedShippingMethodRoute($a);
  5547.     }
  5548.     /**
  5549.      * Gets the public 'Shopware\Core\Checkout\Shipping\ShippingMethodDefinition' shared service.
  5550.      *
  5551.      * @return \Shopware\Core\Checkout\Shipping\ShippingMethodDefinition
  5552.      */
  5553.     protected function getShippingMethodDefinitionService()
  5554.     {
  5555.         $this->services['Shopware\\Core\\Checkout\\Shipping\\ShippingMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\ShippingMethodDefinition();
  5556.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5557.         return $instance;
  5558.     }
  5559.     /**
  5560.      * Gets the public 'Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition' shared service.
  5561.      *
  5562.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition
  5563.      */
  5564.     protected function getCategoryTagDefinitionService()
  5565.     {
  5566.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Aggregate/CategoryTag/CategoryTagDefinition.php';
  5567.         $this->services['Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition();
  5568.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5569.         return $instance;
  5570.     }
  5571.     /**
  5572.      * Gets the public 'Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition' shared service.
  5573.      *
  5574.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition
  5575.      */
  5576.     protected function getCategoryTranslationDefinition2Service()
  5577.     {
  5578.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5579.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Aggregate/CategoryTranslation/CategoryTranslationDefinition.php';
  5580.         $this->services['Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition();
  5581.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5582.         return $instance;
  5583.     }
  5584.     /**
  5585.      * Gets the public 'Shopware\Core\Content\Category\CategoryDefinition' shared service.
  5586.      *
  5587.      * @return \Shopware\Core\Content\Category\CategoryDefinition
  5588.      */
  5589.     protected function getCategoryDefinition2Service()
  5590.     {
  5591.         $this->services['Shopware\\Core\\Content\\Category\\CategoryDefinition'] = $instance = new \Shopware\Core\Content\Category\CategoryDefinition();
  5592.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5593.         return $instance;
  5594.     }
  5595.     /**
  5596.      * Gets the public 'Shopware\Core\Content\Category\CategoryHydrator' shared service.
  5597.      *
  5598.      * @return \Shopware\Core\Content\Category\CategoryHydrator
  5599.      */
  5600.     protected function getCategoryHydratorService()
  5601.     {
  5602.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/CategoryHydrator.php';
  5603.         return $this->services['Shopware\\Core\\Content\\Category\\CategoryHydrator'] = new \Shopware\Core\Content\Category\CategoryHydrator($this);
  5604.     }
  5605.     /**
  5606.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute' shared service.
  5607.      *
  5608.      * @return \Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute
  5609.      */
  5610.     protected function getCachedCategoryRouteService()
  5611.     {
  5612.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/AbstractCategoryRoute.php';
  5613.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/CachedCategoryRoute.php';
  5614.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/CategoryRoute.php';
  5615.         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['Swag\\CmsExtensions\\Service\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoaderBlockRuleDecorator'] ?? $this->getSalesChannelCmsPageLoaderBlockRuleDecoratorService()), ($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()), []);
  5616.     }
  5617.     /**
  5618.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute' shared service.
  5619.      *
  5620.      * @return \Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute
  5621.      */
  5622.     protected function getCachedNavigationRouteService()
  5623.     {
  5624.         $a = ($this->services['sales_channel.category.repository'] ?? $this->getSalesChannel_Category_RepositoryService());
  5625.         if (isset($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'])) {
  5626.             return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'];
  5627.         }
  5628.         $b = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  5629.         if (isset($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'])) {
  5630.             return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'];
  5631.         }
  5632.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5633.         if (isset($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'])) {
  5634.             return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'];
  5635.         }
  5636.         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, []);
  5637.     }
  5638.     /**
  5639.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\CategoryListRoute' shared service.
  5640.      *
  5641.      * @return \Shopware\Core\Content\Category\SalesChannel\CategoryListRoute
  5642.      */
  5643.     protected function getCategoryListRouteService()
  5644.     {
  5645.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/AbstractCategoryListRoute.php';
  5646.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/CategoryListRoute.php';
  5647.         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()));
  5648.     }
  5649.     /**
  5650.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\SalesChannelCategoryDefinition' shared service.
  5651.      *
  5652.      * @return \Shopware\Core\Content\Category\SalesChannel\SalesChannelCategoryDefinition
  5653.      */
  5654.     protected function getSalesChannelCategoryDefinitionService()
  5655.     {
  5656.         $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition'] = $instance = new \Shopware\Core\Content\Category\SalesChannel\SalesChannelCategoryDefinition();
  5657.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  5658.         return $instance;
  5659.     }
  5660.     /**
  5661.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute' shared service.
  5662.      *
  5663.      * @return \Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute
  5664.      */
  5665.     protected function getTreeBuildingNavigationRouteService()
  5666.     {
  5667.         $a = ($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute'] ?? $this->getCachedNavigationRouteService());
  5668.         if (isset($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute'])) {
  5669.             return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute'];
  5670.         }
  5671.         return $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute'] = new \Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute($a);
  5672.     }
  5673.     /**
  5674.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition' shared service.
  5675.      *
  5676.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition
  5677.      */
  5678.     protected function getCmsBlockDefinitionService()
  5679.     {
  5680.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsBlock/CmsBlockDefinition.php';
  5681.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition();
  5682.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5683.         return $instance;
  5684.     }
  5685.     /**
  5686.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition' shared service.
  5687.      *
  5688.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition
  5689.      */
  5690.     protected function getCmsPageTranslationDefinitionService()
  5691.     {
  5692.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5693.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsPageTranslation/CmsPageTranslationDefinition.php';
  5694.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition();
  5695.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5696.         return $instance;
  5697.     }
  5698.     /**
  5699.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition' shared service.
  5700.      *
  5701.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition
  5702.      */
  5703.     protected function getCmsSectionDefinitionService()
  5704.     {
  5705.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSection/CmsSectionDefinition.php';
  5706.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition();
  5707.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5708.         return $instance;
  5709.     }
  5710.     /**
  5711.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition' shared service.
  5712.      *
  5713.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition
  5714.      */
  5715.     protected function getCmsSlotTranslationDefinitionService()
  5716.     {
  5717.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5718.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSlotTranslation/CmsSlotTranslationDefinition.php';
  5719.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition();
  5720.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5721.         return $instance;
  5722.     }
  5723.     /**
  5724.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition' shared service.
  5725.      *
  5726.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition
  5727.      */
  5728.     protected function getCmsSlotDefinitionService()
  5729.     {
  5730.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSlot/CmsSlotDefinition.php';
  5731.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition();
  5732.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5733.         return $instance;
  5734.     }
  5735.     /**
  5736.      * Gets the public 'Shopware\Core\Content\Cms\CmsPageDefinition' shared service.
  5737.      *
  5738.      * @return \Shopware\Core\Content\Cms\CmsPageDefinition
  5739.      */
  5740.     protected function getCmsPageDefinitionService()
  5741.     {
  5742.         $this->services['Shopware\\Core\\Content\\Cms\\CmsPageDefinition'] = $instance = new \Shopware\Core\Content\Cms\CmsPageDefinition();
  5743.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5744.         return $instance;
  5745.     }
  5746.     /**
  5747.      * Gets the public 'Shopware\Core\Content\Cms\DataAbstractionLayer\FieldSerializer\SlotConfigFieldSerializer' shared service.
  5748.      *
  5749.      * @return \Shopware\Core\Content\Cms\DataAbstractionLayer\FieldSerializer\SlotConfigFieldSerializer
  5750.      */
  5751.     protected function getSlotConfigFieldSerializerService()
  5752.     {
  5753.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  5754.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  5755.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  5756.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataAbstractionLayer/FieldSerializer/SlotConfigFieldSerializer.php';
  5757.         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()));
  5758.     }
  5759.     /**
  5760.      * Gets the public 'Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver' shared service.
  5761.      *
  5762.      * @return \Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver
  5763.      */
  5764.     protected function getCmsSlotsDataResolverService()
  5765.     {
  5766.         $a = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  5767.         if (isset($this->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'])) {
  5768.             return $this->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'];
  5769.         }
  5770.         return $this->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] = new \Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver(new RewindableGenerator(function () {
  5771.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'] ?? $this->getImageCmsElementResolverService());
  5772.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\Type\\ImageSliderTypeDataResolver'] ?? $this->getImageSliderTypeDataResolverService());
  5773.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\YoutubeVideoCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\YoutubeVideoCmsElementResolver'] = new \Shopware\Core\Content\Media\Cms\YoutubeVideoCmsElementResolver()));
  5774.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\VimeoVideoCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\VimeoVideoCmsElementResolver'] = new \Shopware\Core\Content\Media\Cms\VimeoVideoCmsElementResolver()));
  5775.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductListingCmsElementResolver'] ?? $this->getProductListingCmsElementResolverService());
  5776.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductNameCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductNameCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ProductNameCmsElementResolver()));
  5777.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ManufacturerLogoCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ManufacturerLogoCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ManufacturerLogoCmsElementResolver()));
  5778.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\CrossSellingCmsElementResolver'] ?? $this->getCrossSellingCmsElementResolverService());
  5779.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductDescriptionReviewsCmsElementResolver'] ?? $this->getProductDescriptionReviewsCmsElementResolverService());
  5780.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'] ?? $this->getBuyBoxCmsElementResolverService());
  5781.             yield 10 => ($this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\TextCmsElementResolver'] ?? $this->getTextCmsElementResolverService());
  5782.             yield 11 => ($this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\FormCmsElementResolver'] ?? $this->getFormCmsElementResolverService());
  5783.             yield 12 => ($this->privates['NetzpEvents6\\Components\\EventsElementResolver'] ?? $this->getEventsElementResolverService());
  5784.             yield 13 => ($this->privates['netzp_events6.product_slider_cms_service'] ?? $this->getNetzpEvents6_ProductSliderCmsServiceService());
  5785.             yield 14 => ($this->privates['netzp_events6.product_box_cms_service'] ?? $this->getNetzpEvents6_ProductBoxCmsServiceService());
  5786.             yield 15 => ($this->privates['NetzpCalendar6\\Components\\CalendarElementResolver'] ?? $this->getCalendarElementResolverService());
  5787.             yield 16 => ($this->privates['DecomTheme\\Core\\Content\\Media\\Cms\\Type\\ImageSliderTextTypeDataResolver'] ?? $this->getImageSliderTextTypeDataResolverService());
  5788.             yield 17 => ($this->privates['DecomTheme\\DataResolver\\FaqItemCmsElementResolver'] ?? $this->getFaqItemCmsElementResolverService());
  5789.             yield 18 => ($this->privates['Sas\\BlogModule\\Content\\Blog\\DataResolver\\BlogCmsElementResolver'] ?? $this->getBlogCmsElementResolverService());
  5790.             yield 19 => ($this->privates['Sas\\BlogModule\\Content\\Blog\\DataResolver\\BlogNewestListingCmsElementResolver'] ?? $this->getBlogNewestListingCmsElementResolverService());
  5791.             yield 20 => ($this->privates['sas.blog_module.data_resolver.blog_detail_cms_element_resolver'] ?? ($this->privates['sas.blog_module.data_resolver.blog_detail_cms_element_resolver'] = new \Sas\BlogModule\Content\Blog\DataResolver\BlogDetailCmsElementResolver()));
  5792.             yield 21 => ($this->privates['Sas\\BlogModule\\Content\\Blog\\DataResolver\\BlogSingleSelectDataResolver'] ?? ($this->privates['Sas\\BlogModule\\Content\\Blog\\DataResolver\\BlogSingleSelectDataResolver'] = new \Sas\BlogModule\Content\Blog\DataResolver\BlogSingleSelectDataResolver()));
  5793.             yield 22 => ($this->privates['Acris\\ProductVideo\\Core\\Content\\Media\\Cms\\Type\\ImageGalleryTypeDataResolver'] ?? $this->getImageGalleryTypeDataResolverService());
  5794.             yield 23 => ($this->privates['Swag\\CmsExtensions\\Service\\Content\\Cms\\DataResolver\\CustomFormCmsElementResolver'] ?? $this->getCustomFormCmsElementResolverService());
  5795.         }, 24), ['product' => $a], ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5796.     }
  5797.     /**
  5798.      * Gets the public 'Shopware\Core\Content\Cms\SalesChannel\CmsRoute' shared service.
  5799.      *
  5800.      * @return \Shopware\Core\Content\Cms\SalesChannel\CmsRoute
  5801.      */
  5802.     protected function getCmsRouteService()
  5803.     {
  5804.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/SalesChannel/AbstractCmsRoute.php';
  5805.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/SalesChannel/CmsRoute.php';
  5806.         return $this->services['Shopware\\Core\\Content\\Cms\\SalesChannel\\CmsRoute'] = new \Shopware\Core\Content\Cms\SalesChannel\CmsRoute(($this->privates['Swag\\CmsExtensions\\Service\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoaderBlockRuleDecorator'] ?? $this->getSalesChannelCmsPageLoaderBlockRuleDecoratorService()));
  5807.     }
  5808.     /**
  5809.      * Gets the public 'Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageRepository' shared service.
  5810.      *
  5811.      * @return \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageRepository
  5812.      *
  5813.      * @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.
  5814.      */
  5815.     protected function getSalesChannelCmsPageRepositoryService()
  5816.     {
  5817.         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.');
  5818.         return $this->services['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageRepository'] = new \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageRepository(($this->services['cms_page.repository'] ?? $this->getCmsPage_RepositoryService()));
  5819.     }
  5820.     /**
  5821.      * Gets the public 'Shopware\Core\Content\ContactForm\SalesChannel\ContactFormRoute' shared service.
  5822.      *
  5823.      * @return \Shopware\Core\Content\ContactForm\SalesChannel\ContactFormRoute
  5824.      */
  5825.     protected function getContactFormRouteService()
  5826.     {
  5827.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ContactForm/SalesChannel/AbstractContactFormRoute.php';
  5828.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ContactForm/SalesChannel/ContactFormRoute.php';
  5829.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  5830.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ContactForm/Validation/ContactFormValidationFactory.php';
  5831.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5832.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  5833.         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()));
  5834.     }
  5835.     /**
  5836.      * Gets the public 'Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition' shared service.
  5837.      *
  5838.      * @return \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition
  5839.      */
  5840.     protected function getFlowSequenceDefinitionService()
  5841.     {
  5842.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Aggregate/FlowSequence/FlowSequenceDefinition.php';
  5843.         $this->services['Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition'] = $instance = new \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition();
  5844.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5845.         return $instance;
  5846.     }
  5847.     /**
  5848.      * Gets the public 'Shopware\Core\Content\Flow\Aggregate\FlowTemplate\FlowTemplateDefinition' shared service.
  5849.      *
  5850.      * @return \Shopware\Core\Content\Flow\Aggregate\FlowTemplate\FlowTemplateDefinition
  5851.      */
  5852.     protected function getFlowTemplateDefinitionService()
  5853.     {
  5854.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Aggregate/FlowTemplate/FlowTemplateDefinition.php';
  5855.         $this->services['Shopware\\Core\\Content\\Flow\\Aggregate\\FlowTemplate\\FlowTemplateDefinition'] = $instance = new \Shopware\Core\Content\Flow\Aggregate\FlowTemplate\FlowTemplateDefinition();
  5856.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5857.         return $instance;
  5858.     }
  5859.     /**
  5860.      * Gets the public 'Shopware\Core\Content\Flow\DataAbstractionLayer\FieldSerializer\FlowTemplateConfigFieldSerializer' shared service.
  5861.      *
  5862.      * @return \Shopware\Core\Content\Flow\DataAbstractionLayer\FieldSerializer\FlowTemplateConfigFieldSerializer
  5863.      */
  5864.     protected function getFlowTemplateConfigFieldSerializerService()
  5865.     {
  5866.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  5867.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  5868.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  5869.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/DataAbstractionLayer/FieldSerializer/FlowTemplateConfigFieldSerializer.php';
  5870.         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()));
  5871.     }
  5872.     /**
  5873.      * Gets the public 'Shopware\Core\Content\Flow\Dispatching\CachedFlowLoader' shared service.
  5874.      *
  5875.      * @return \Shopware\Core\Content\Flow\Dispatching\CachedFlowLoader
  5876.      */
  5877.     protected function getCachedFlowLoaderService()
  5878.     {
  5879.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/AbstractFlowLoader.php';
  5880.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/CachedFlowLoader.php';
  5881.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowLoader.php';
  5882.         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->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()));
  5883.     }
  5884.     /**
  5885.      * Gets the public 'Shopware\Core\Content\Flow\Dispatching\FlowExecutor' shared service.
  5886.      *
  5887.      * @return \Shopware\Core\Content\Flow\Dispatching\FlowExecutor
  5888.      */
  5889.     protected function getFlowExecutorService()
  5890.     {
  5891.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowExecutor.php';
  5892.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Rule/FlowRuleScopeBuilder.php';
  5893.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryBuilder.php';
  5894.         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 () {
  5895.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'] ?? $this->getProductCartProcessorService());
  5896.             yield => ($this->privates['Swag\\CustomizedProducts\\Core\\Checkout\\CustomizedProductsCartDataCollector'] ?? $this->getCustomizedProductsCartDataCollectorService());
  5897.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionCollector'] ?? $this->getPromotionCollectorService());
  5898.             yield => ($this->privates['Acris\\ProductCustomerGroup\\Core\\Content\\Product\\Cart\\AcrisProductCustomerGroupCartProcessor'] ?? $this->getAcrisProductCustomerGroupCartProcessorService());
  5899.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] ?? $this->getCustomCartProcessorService());
  5900.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'] ?? $this->getDeliveryProcessorService());
  5901.         }, 6)), new RewindableGenerator(function () {
  5902.             yield 'action.add.order.tag' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'] ?? $this->getAddOrderTagActionService());
  5903.             yield 'action.add.customer.tag' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'] ?? $this->getAddCustomerTagActionService());
  5904.             yield 'action.remove.order.tag' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'] ?? $this->getRemoveOrderTagActionService());
  5905.             yield 'action.remove.customer.tag' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'] ?? $this->getRemoveCustomerTagActionService());
  5906.             yield 'action.change.customer.group' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'] ?? $this->getChangeCustomerGroupActionService());
  5907.             yield 'action.change.customer.status' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'] ?? $this->getChangeCustomerStatusActionService());
  5908.             yield 'action.generate.document' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'] ?? $this->getGenerateDocumentActionService());
  5909.             yield 'action.grant.download.access' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GrantDownloadAccessAction'] ?? $this->getGrantDownloadAccessActionService());
  5910.             yield 'action.mail.send' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'] ?? $this->getSendMailActionService());
  5911.             yield 'action.set.order.state' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'] ?? $this->getSetOrderStateActionService());
  5912.             yield 'action.set.customer.custom.field' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'] ?? $this->getSetCustomerCustomFieldActionService());
  5913.             yield 'action.set.customer.group.custom.field' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'] ?? $this->getSetCustomerGroupCustomFieldActionService());
  5914.             yield 'action.add.customer.affiliate.and.campaign.code' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'] ?? $this->getAddCustomerAffiliateAndCampaignCodeActionService());
  5915.             yield 'action.add.order.affiliate.and.campaign.code' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'] ?? $this->getAddOrderAffiliateAndCampaignCodeActionService());
  5916.             yield 'action.set.order.custom.field' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'] ?? $this->getSetOrderCustomFieldActionService());
  5917.             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()));
  5918.         }, 16));
  5919.     }
  5920.     /**
  5921.      * Gets the public 'Shopware\Core\Content\Flow\Dispatching\FlowFactory' shared service.
  5922.      *
  5923.      * @return \Shopware\Core\Content\Flow\Dispatching\FlowFactory
  5924.      */
  5925.     protected function getFlowFactoryService()
  5926.     {
  5927.         return $this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\FlowFactory'] = new \Shopware\Core\Content\Flow\Dispatching\FlowFactory(new RewindableGenerator(function () {
  5928.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderStorer'] ?? $this->getOrderStorerService());
  5929.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerStorer'] ?? $this->getCustomerStorerService());
  5930.             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()));
  5931.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\UserStorer'] ?? $this->getUserStorerService());
  5932.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerGroupStorer'] ?? $this->getCustomerGroupStorerService());
  5933.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerRecoveryStorer'] ?? $this->getCustomerRecoveryStorerService());
  5934.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderTransactionStorer'] ?? $this->getOrderTransactionStorerService());
  5935.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\NewsletterRecipientStorer'] ?? $this->getNewsletterRecipientStorerService());
  5936.             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()));
  5937.             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()));
  5938.             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()));
  5939.             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()));
  5940.             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()));
  5941.             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()));
  5942.             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()));
  5943.             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()));
  5944.             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()));
  5945.             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()));
  5946.             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()));
  5947.             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()));
  5948.             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()));
  5949.         }, 21));
  5950.     }
  5951.     /**
  5952.      * Gets the public 'Shopware\Core\Content\Flow\FlowDefinition' shared service.
  5953.      *
  5954.      * @return \Shopware\Core\Content\Flow\FlowDefinition
  5955.      */
  5956.     protected function getFlowDefinitionService()
  5957.     {
  5958.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/FlowDefinition.php';
  5959.         $this->services['Shopware\\Core\\Content\\Flow\\FlowDefinition'] = $instance = new \Shopware\Core\Content\Flow\FlowDefinition();
  5960.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5961.         return $instance;
  5962.     }
  5963.     /**
  5964.      * Gets the public 'Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition' shared service.
  5965.      *
  5966.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition
  5967.      */
  5968.     protected function getImportExportFileDefinitionService()
  5969.     {
  5970.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Aggregate/ImportExportFile/ImportExportFileDefinition.php';
  5971.         $this->services['Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition();
  5972.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5973.         return $instance;
  5974.     }
  5975.     /**
  5976.      * Gets the public 'Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition' shared service.
  5977.      *
  5978.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition
  5979.      */
  5980.     protected function getImportExportLogDefinitionService()
  5981.     {
  5982.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Aggregate/ImportExportLog/ImportExportLogDefinition.php';
  5983.         $this->services['Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition();
  5984.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5985.         return $instance;
  5986.     }
  5987.     /**
  5988.      * Gets the public 'Shopware\Core\Content\ImportExport\Controller\ImportExportActionController' shared service.
  5989.      *
  5990.      * @return \Shopware\Core\Content\ImportExport\Controller\ImportExportActionController
  5991.      */
  5992.     protected function getImportExportActionControllerService()
  5993.     {
  5994.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Controller/ImportExportActionController.php';
  5995.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/SupportedFeaturesService.php';
  5996.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/DownloadService.php';
  5997.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/AbstractMappingService.php';
  5998.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/MappingService.php';
  5999.         $a = ($this->services['import_export_profile.repository'] ?? $this->getImportExportProfile_RepositoryService());
  6000.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  6001.         $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));
  6002.         $instance->setContainer($this);
  6003.         return $instance;
  6004.     }
  6005.     /**
  6006.      * Gets the public 'Shopware\Core\Content\ImportExport\ImportExportFactory' shared service.
  6007.      *
  6008.      * @return \Shopware\Core\Content\ImportExport\ImportExportFactory
  6009.      */
  6010.     protected function getImportExportFactoryService()
  6011.     {
  6012.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportFactory.php';
  6013.         $a = ($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'] ?? $this->getImportExportServiceService());
  6014.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'])) {
  6015.             return $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'];
  6016.         }
  6017.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6018.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'])) {
  6019.             return $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'];
  6020.         }
  6021.         $c = ($this->services['import_export_log.repository'] ?? $this->getImportExportLog_RepositoryService());
  6022.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'])) {
  6023.             return $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'];
  6024.         }
  6025.         $d = ($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\FileService'] ?? $this->getFileServiceService());
  6026.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'])) {
  6027.             return $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'];
  6028.         }
  6029.         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 () {
  6030.             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()));
  6031.         }, 1), new RewindableGenerator(function () {
  6032.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Processing\\Writer\\CsvFileWriterFactory'] ?? $this->getCsvFileWriterFactoryService());
  6033.         }, 1), new RewindableGenerator(function () {
  6034.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Processing\\Pipe\\PipeFactory'] ?? $this->getPipeFactoryService());
  6035.         }, 1));
  6036.     }
  6037.     /**
  6038.      * Gets the public 'Shopware\Core\Content\ImportExport\ImportExportProfileDefinition' shared service.
  6039.      *
  6040.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition
  6041.      */
  6042.     protected function getImportExportProfileDefinitionService()
  6043.     {
  6044.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportProfileDefinition.php';
  6045.         $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition();
  6046.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6047.         return $instance;
  6048.     }
  6049.     /**
  6050.      * Gets the public 'Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition' shared service.
  6051.      *
  6052.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition
  6053.      */
  6054.     protected function getImportExportProfileTranslationDefinitionService()
  6055.     {
  6056.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6057.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportProfileTranslationDefinition.php';
  6058.         $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition();
  6059.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6060.         return $instance;
  6061.     }
  6062.     /**
  6063.      * Gets the public 'Shopware\Core\Content\ImportExport\Message\ImportExportHandler' shared service.
  6064.      *
  6065.      * @return \Shopware\Core\Content\ImportExport\Message\ImportExportHandler
  6066.      */
  6067.     protected function getImportExportHandlerService()
  6068.     {
  6069.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Message/ImportExportHandler.php';
  6070.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  6071.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'])) {
  6072.             return $this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'];
  6073.         }
  6074.         $b = ($this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportFactory'] ?? $this->getImportExportFactoryService());
  6075.         if (isset($this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'])) {
  6076.             return $this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'];
  6077.         }
  6078.         return $this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'] = new \Shopware\Core\Content\ImportExport\Message\ImportExportHandler($a$b);
  6079.     }
  6080.     /**
  6081.      * Gets the public 'Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition' shared service.
  6082.      *
  6083.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition
  6084.      */
  6085.     protected function getLandingPageSalesChannelDefinitionService()
  6086.     {
  6087.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageSalesChannel/LandingPageSalesChannelDefinition.php';
  6088.         $this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition();
  6089.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6090.         return $instance;
  6091.     }
  6092.     /**
  6093.      * Gets the public 'Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition' shared service.
  6094.      *
  6095.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition
  6096.      */
  6097.     protected function getLandingPageTagDefinitionService()
  6098.     {
  6099.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageTag/LandingPageTagDefinition.php';
  6100.         $this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition();
  6101.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6102.         return $instance;
  6103.     }
  6104.     /**
  6105.      * Gets the public 'Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition' shared service.
  6106.      *
  6107.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition
  6108.      */
  6109.     protected function getLandingPageTranslationDefinitionService()
  6110.     {
  6111.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6112.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageTranslation/LandingPageTranslationDefinition.php';
  6113.         $this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition();
  6114.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6115.         return $instance;
  6116.     }
  6117.     /**
  6118.      * Gets the public 'Shopware\Core\Content\LandingPage\LandingPageDefinition' shared service.
  6119.      *
  6120.      * @return \Shopware\Core\Content\LandingPage\LandingPageDefinition
  6121.      */
  6122.     protected function getLandingPageDefinitionService()
  6123.     {
  6124.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/LandingPageDefinition.php';
  6125.         $this->services['Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\LandingPageDefinition();
  6126.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6127.         return $instance;
  6128.     }
  6129.     /**
  6130.      * Gets the public 'Shopware\Core\Content\LandingPage\SalesChannel\CachedLandingPageRoute' shared service.
  6131.      *
  6132.      * @return \Shopware\Core\Content\LandingPage\SalesChannel\CachedLandingPageRoute
  6133.      */
  6134.     protected function getCachedLandingPageRouteService()
  6135.     {
  6136.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/SalesChannel/AbstractLandingPageRoute.php';
  6137.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/SalesChannel/CachedLandingPageRoute.php';
  6138.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/SalesChannel/LandingPageRoute.php';
  6139.         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['Swag\\CmsExtensions\\Service\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoaderBlockRuleDecorator'] ?? $this->getSalesChannelCmsPageLoaderBlockRuleDecoratorService()), ($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()), []);
  6140.     }
  6141.     /**
  6142.      * Gets the public 'Shopware\Core\Content\LandingPage\SalesChannel\SalesChannelLandingPageDefinition' shared service.
  6143.      *
  6144.      * @return \Shopware\Core\Content\LandingPage\SalesChannel\SalesChannelLandingPageDefinition
  6145.      */
  6146.     protected function getSalesChannelLandingPageDefinitionService()
  6147.     {
  6148.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/LandingPageDefinition.php';
  6149.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/SalesChannel/SalesChannelLandingPageDefinition.php';
  6150.         $this->services['Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\SalesChannel\SalesChannelLandingPageDefinition();
  6151.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  6152.         return $instance;
  6153.     }
  6154.     /**
  6155.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition' shared service.
  6156.      *
  6157.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition
  6158.      */
  6159.     protected function getMailHeaderFooterTranslationDefinitionService()
  6160.     {
  6161.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6162.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailHeaderFooterTranslation/MailHeaderFooterTranslationDefinition.php';
  6163.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition();
  6164.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6165.         return $instance;
  6166.     }
  6167.     /**
  6168.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition' shared service.
  6169.      *
  6170.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition
  6171.      */
  6172.     protected function getMailHeaderFooterDefinitionService()
  6173.     {
  6174.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailHeaderFooter/MailHeaderFooterDefinition.php';
  6175.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition();
  6176.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6177.         return $instance;
  6178.     }
  6179.     /**
  6180.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition' shared service.
  6181.      *
  6182.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition
  6183.      */
  6184.     protected function getMailTemplateMediaDefinitionService()
  6185.     {
  6186.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateMedia/MailTemplateMediaDefinition.php';
  6187.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition();
  6188.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6189.         return $instance;
  6190.     }
  6191.     /**
  6192.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition' shared service.
  6193.      *
  6194.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition
  6195.      */
  6196.     protected function getMailTemplateTranslationDefinitionService()
  6197.     {
  6198.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6199.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateTranslation/MailTemplateTranslationDefinition.php';
  6200.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition();
  6201.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6202.         return $instance;
  6203.     }
  6204.     /**
  6205.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition' shared service.
  6206.      *
  6207.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition
  6208.      */
  6209.     protected function getMailTemplateTypeTranslationDefinitionService()
  6210.     {
  6211.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6212.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateTypeTranslation/MailTemplateTypeTranslationDefinition.php';
  6213.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition();
  6214.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6215.         return $instance;
  6216.     }
  6217.     /**
  6218.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition' shared service.
  6219.      *
  6220.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition
  6221.      */
  6222.     protected function getMailTemplateTypeDefinitionService()
  6223.     {
  6224.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateType/MailTemplateTypeDefinition.php';
  6225.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition();
  6226.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6227.         return $instance;
  6228.     }
  6229.     /**
  6230.      * Gets the public 'Shopware\Core\Content\MailTemplate\Api\MailActionController' shared service.
  6231.      *
  6232.      * @return \Shopware\Core\Content\MailTemplate\Api\MailActionController
  6233.      */
  6234.     protected function getMailActionControllerService()
  6235.     {
  6236.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Api/MailActionController.php';
  6237.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Service/AttachmentLoader.php';
  6238.         $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())));
  6239.         $instance->setContainer($this);
  6240.         return $instance;
  6241.     }
  6242.     /**
  6243.      * Gets the public 'Shopware\Core\Content\MailTemplate\MailTemplateDefinition' shared service.
  6244.      *
  6245.      * @return \Shopware\Core\Content\MailTemplate\MailTemplateDefinition
  6246.      */
  6247.     protected function getMailTemplateDefinitionService()
  6248.     {
  6249.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/MailTemplateDefinition.php';
  6250.         $this->services['Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\MailTemplateDefinition();
  6251.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6252.         return $instance;
  6253.     }
  6254.     /**
  6255.      * Gets the public 'Shopware\Core\Content\Mail\Service\MailFactory' shared service.
  6256.      *
  6257.      * @return \Shopware\Core\Content\Mail\Service\MailFactory
  6258.      */
  6259.     protected function getMailFactoryService()
  6260.     {
  6261.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/AbstractMailFactory.php';
  6262.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailFactory.php';
  6263.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  6264.         if (isset($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailFactory'])) {
  6265.             return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailFactory'];
  6266.         }
  6267.         return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailFactory'] = new \Shopware\Core\Content\Mail\Service\MailFactory($a);
  6268.     }
  6269.     /**
  6270.      * Gets the public 'Shopware\Core\Content\Mail\Service\MailSender' shared service.
  6271.      *
  6272.      * @return \Shopware\Core\Content\Mail\Service\MailSender
  6273.      */
  6274.     protected function getMailSenderService()
  6275.     {
  6276.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/AbstractMailSender.php';
  6277.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailSender.php';
  6278.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  6279.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  6280.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  6281.         if (isset($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'])) {
  6282.             return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'];
  6283.         }
  6284.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6285.         if (isset($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'])) {
  6286.             return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'];
  6287.         }
  6288.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  6289.         if (isset($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'])) {
  6290.             return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'];
  6291.         }
  6292.         return $this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'] = new \Shopware\Core\Content\Mail\Service\MailSender(new \Symfony\Component\Mailer\Mailer($aNULL$b), $c);
  6293.     }
  6294.     /**
  6295.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition' shared service.
  6296.      *
  6297.      * @return \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition
  6298.      */
  6299.     protected function getMediaDefaultFolderDefinitionService()
  6300.     {
  6301.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaDefaultFolder/MediaDefaultFolderDefinition.php';
  6302.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition();
  6303.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6304.         return $instance;
  6305.     }
  6306.     /**
  6307.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition' shared service.
  6308.      *
  6309.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition
  6310.      */
  6311.     protected function getMediaFolderConfigurationMediaThumbnailSizeDefinitionService()
  6312.     {
  6313.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolderConfigurationMediaThumbnailSize/MediaFolderConfigurationMediaThumbnailSizeDefinition.php';
  6314.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition();
  6315.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6316.         return $instance;
  6317.     }
  6318.     /**
  6319.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition' shared service.
  6320.      *
  6321.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition
  6322.      */
  6323.     protected function getMediaFolderConfigurationDefinitionService()
  6324.     {
  6325.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolderConfiguration/MediaFolderConfigurationDefinition.php';
  6326.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition();
  6327.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6328.         return $instance;
  6329.     }
  6330.     /**
  6331.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition' shared service.
  6332.      *
  6333.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition
  6334.      */
  6335.     protected function getMediaFolderDefinitionService()
  6336.     {
  6337.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition();
  6338.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6339.         return $instance;
  6340.     }
  6341.     /**
  6342.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition' shared service.
  6343.      *
  6344.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition
  6345.      */
  6346.     protected function getMediaTagDefinitionService()
  6347.     {
  6348.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaTag/MediaTagDefinition.php';
  6349.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition();
  6350.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6351.         return $instance;
  6352.     }
  6353.     /**
  6354.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition' shared service.
  6355.      *
  6356.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition
  6357.      */
  6358.     protected function getMediaThumbnailSizeDefinitionService()
  6359.     {
  6360.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaThumbnailSize/MediaThumbnailSizeDefinition.php';
  6361.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition();
  6362.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6363.         return $instance;
  6364.     }
  6365.     /**
  6366.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition' shared service.
  6367.      *
  6368.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition
  6369.      */
  6370.     protected function getMediaThumbnailDefinitionService()
  6371.     {
  6372.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition();
  6373.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6374.         return $instance;
  6375.     }
  6376.     /**
  6377.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition' shared service.
  6378.      *
  6379.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition
  6380.      */
  6381.     protected function getMediaTranslationDefinitionService()
  6382.     {
  6383.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6384.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaTranslation/MediaTranslationDefinition.php';
  6385.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition();
  6386.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6387.         return $instance;
  6388.     }
  6389.     /**
  6390.      * Gets the public 'Shopware\Core\Content\Media\Api\MediaFolderController' shared service.
  6391.      *
  6392.      * @return \Shopware\Core\Content\Media\Api\MediaFolderController
  6393.      */
  6394.     protected function getMediaFolderControllerService()
  6395.     {
  6396.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Api/MediaFolderController.php';
  6397.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/MediaFolderService.php';
  6398.         $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())));
  6399.         $instance->setContainer($this);
  6400.         return $instance;
  6401.     }
  6402.     /**
  6403.      * Gets the public 'Shopware\Core\Content\Media\Api\MediaUploadController' shared service.
  6404.      *
  6405.      * @return \Shopware\Core\Content\Media\Api\MediaUploadController
  6406.      */
  6407.     protected function getMediaUploadControllerService()
  6408.     {
  6409.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Api/MediaUploadController.php';
  6410.         $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()));
  6411.         $instance->setContainer($this);
  6412.         return $instance;
  6413.     }
  6414.     /**
  6415.      * Gets the public 'Shopware\Core\Content\Media\File\FileSaver' shared service.
  6416.      *
  6417.      * @return \Shopware\Core\Content\Media\File\FileSaver
  6418.      */
  6419.     protected function getFileSaverService()
  6420.     {
  6421.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  6422.         if (isset($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'])) {
  6423.             return $this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'];
  6424.         }
  6425.         $b = ($this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'] ?? $this->getThumbnailServiceService());
  6426.         if (isset($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'])) {
  6427.             return $this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'];
  6428.         }
  6429.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  6430.         if (isset($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'])) {
  6431.             return $this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'];
  6432.         }
  6433.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6434.         if (isset($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'])) {
  6435.             return $this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'];
  6436.         }
  6437.         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 () {
  6438.             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()));
  6439.         }, 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']);
  6440.     }
  6441.     /**
  6442.      * Gets the public 'Shopware\Core\Content\Media\MediaDefinition' shared service.
  6443.      *
  6444.      * @return \Shopware\Core\Content\Media\MediaDefinition
  6445.      */
  6446.     protected function getMediaDefinitionService()
  6447.     {
  6448.         $this->services['Shopware\\Core\\Content\\Media\\MediaDefinition'] = $instance = new \Shopware\Core\Content\Media\MediaDefinition();
  6449.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6450.         return $instance;
  6451.     }
  6452.     /**
  6453.      * Gets the public 'Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition' shared service.
  6454.      *
  6455.      * @return \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition
  6456.      */
  6457.     protected function getNewsletterRecipientTagDefinitionService()
  6458.     {
  6459.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Aggregate/NewsletterRecipientTag/NewsletterRecipientTagDefinition.php';
  6460.         $this->services['Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition();
  6461.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6462.         return $instance;
  6463.     }
  6464.     /**
  6465.      * Gets the public 'Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipient\NewsletterRecipientDefinition' shared service.
  6466.      *
  6467.      * @return \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipient\NewsletterRecipientDefinition
  6468.      */
  6469.     protected function getNewsletterRecipientDefinitionService()
  6470.     {
  6471.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Aggregate/NewsletterRecipient/NewsletterRecipientDefinition.php';
  6472.         $this->services['Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipient\NewsletterRecipientDefinition();
  6473.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6474.         return $instance;
  6475.     }
  6476.     /**
  6477.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\NewsletterConfirmRoute' shared service.
  6478.      *
  6479.      * @return \Shopware\Core\Content\Newsletter\SalesChannel\NewsletterConfirmRoute
  6480.      */
  6481.     protected function getNewsletterConfirmRouteService()
  6482.     {
  6483.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/AbstractNewsletterConfirmRoute.php';
  6484.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/NewsletterConfirmRoute.php';
  6485.         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()));
  6486.     }
  6487.     /**
  6488.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\NewsletterSubscribeRoute' shared service.
  6489.      *
  6490.      * @return \Shopware\Core\Content\Newsletter\SalesChannel\NewsletterSubscribeRoute
  6491.      */
  6492.     protected function getNewsletterSubscribeRouteService()
  6493.     {
  6494.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/AbstractNewsletterSubscribeRoute.php';
  6495.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/NewsletterSubscribeRoute.php';
  6496.         return $this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterSubscribeRoute'] = new \Shopware\Core\Content\Newsletter\SalesChannel\NewsletterSubscribeRoute(($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['shopware.rate_limiter'] ?? $this->getShopware_RateLimiterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6497.     }
  6498.     /**
  6499.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\NewsletterUnsubscribeRoute' shared service.
  6500.      *
  6501.      * @return \Shopware\Core\Content\Newsletter\SalesChannel\NewsletterUnsubscribeRoute
  6502.      */
  6503.     protected function getNewsletterUnsubscribeRouteService()
  6504.     {
  6505.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/AbstractNewsletterUnsubscribeRoute.php';
  6506.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/NewsletterUnsubscribeRoute.php';
  6507.         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()));
  6508.     }
  6509.     /**
  6510.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\SalesChannelNewsletterRecipientDefinition' shared service.
  6511.      *
  6512.      * @return \Shopware\Core\Content\Newsletter\SalesChannel\SalesChannelNewsletterRecipientDefinition
  6513.      */
  6514.     protected function getSalesChannelNewsletterRecipientDefinitionService()
  6515.     {
  6516.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Aggregate/NewsletterRecipient/NewsletterRecipientDefinition.php';
  6517.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/SalesChannelNewsletterRecipientDefinition.php';
  6518.         $this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\SalesChannel\SalesChannelNewsletterRecipientDefinition();
  6519.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  6520.         return $instance;
  6521.     }
  6522.     /**
  6523.      * Gets the public 'Shopware\Core\Content\ProductExport\Api\ProductExportController' shared service.
  6524.      *
  6525.      * @return \Shopware\Core\Content\ProductExport\Api\ProductExportController
  6526.      */
  6527.     protected function getProductExportControllerService()
  6528.     {
  6529.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Api/ProductExportController.php';
  6530.         $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()));
  6531.         $instance->setContainer($this);
  6532.         return $instance;
  6533.     }
  6534.     /**
  6535.      * Gets the public 'Shopware\Core\Content\ProductExport\ProductExportDefinition' shared service.
  6536.      *
  6537.      * @return \Shopware\Core\Content\ProductExport\ProductExportDefinition
  6538.      */
  6539.     protected function getProductExportDefinitionService()
  6540.     {
  6541.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ProductExportDefinition.php';
  6542.         $this->services['Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition'] = $instance = new \Shopware\Core\Content\ProductExport\ProductExportDefinition();
  6543.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6544.         return $instance;
  6545.     }
  6546.     /**
  6547.      * Gets the public 'Shopware\Core\Content\ProductExport\ProductExportHydrator' shared service.
  6548.      *
  6549.      * @return \Shopware\Core\Content\ProductExport\ProductExportHydrator
  6550.      */
  6551.     protected function getProductExportHydratorService()
  6552.     {
  6553.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ProductExportHydrator.php';
  6554.         return $this->services['Shopware\\Core\\Content\\ProductExport\\ProductExportHydrator'] = new \Shopware\Core\Content\ProductExport\ProductExportHydrator($this);
  6555.     }
  6556.     /**
  6557.      * Gets the public 'Shopware\Core\Content\ProductExport\SalesChannel\ExportController' shared service.
  6558.      *
  6559.      * @return \Shopware\Core\Content\ProductExport\SalesChannel\ExportController
  6560.      */
  6561.     protected function getExportControllerService()
  6562.     {
  6563.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/SalesChannel/ExportController.php';
  6564.         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()));
  6565.     }
  6566.     /**
  6567.      * Gets the public 'Shopware\Core\Content\ProductExport\Service\ProductExportGenerator' shared service.
  6568.      *
  6569.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExportGenerator
  6570.      */
  6571.     protected function getProductExportGeneratorService()
  6572.     {
  6573.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportGeneratorInterface.php';
  6574.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportGenerator.php';
  6575.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportValidatorInterface.php';
  6576.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportValidator.php';
  6577.         $a = ($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'] ?? $this->getProductStreamBuilderService());
  6578.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  6579.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  6580.         }
  6581.         $b = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  6582.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  6583.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  6584.         }
  6585.         $c = ($this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'] ?? $this->getProductExportRendererService());
  6586.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  6587.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  6588.         }
  6589.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6590.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  6591.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  6592.         }
  6593.         $e = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  6594.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  6595.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  6596.         }
  6597.         $f = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  6598.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  6599.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  6600.         }
  6601.         $g = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  6602.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  6603.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  6604.         }
  6605.         $h = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\TwigVariableParser'] ?? $this->getTwigVariableParserService());
  6606.         if (isset($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'])) {
  6607.             return $this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'];
  6608.         }
  6609.         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 () {
  6610.             yield => ($this->privates['Shopware\\Core\\Content\\ProductExport\\Validator\\XmlValidator'] ?? ($this->privates['Shopware\\Core\\Content\\ProductExport\\Validator\\XmlValidator'] = new \Shopware\Core\Content\ProductExport\Validator\XmlValidator()));
  6611.         }, 1)), $e$f$g, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), 100, ($this->services['Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface'] ?? $this->getSeoUrlPlaceholderHandlerInterfaceService()), $h, ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()), ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  6612.     }
  6613.     /**
  6614.      * Gets the public 'Shopware\Core\Content\ProductExport\Service\ProductExporter' shared service.
  6615.      *
  6616.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExporter
  6617.      */
  6618.     protected function getProductExporterService()
  6619.     {
  6620.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExporterInterface.php';
  6621.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExporter.php';
  6622.         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()));
  6623.     }
  6624.     /**
  6625.      * Gets the public 'Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition' shared service.
  6626.      *
  6627.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition
  6628.      */
  6629.     protected function getProductStreamFilterDefinitionService()
  6630.     {
  6631.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamFilter/ProductStreamFilterDefinition.php';
  6632.         $this->services['Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition();
  6633.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6634.         return $instance;
  6635.     }
  6636.     /**
  6637.      * Gets the public 'Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterHydrator' shared service.
  6638.      *
  6639.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterHydrator
  6640.      */
  6641.     protected function getProductStreamFilterHydratorService()
  6642.     {
  6643.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamFilter/ProductStreamFilterHydrator.php';
  6644.         return $this->services['Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterHydrator'] = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterHydrator($this);
  6645.     }
  6646.     /**
  6647.      * Gets the public 'Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition' shared service.
  6648.      *
  6649.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition
  6650.      */
  6651.     protected function getProductStreamTranslationDefinitionService()
  6652.     {
  6653.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6654.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamTranslation/ProductStreamTranslationDefinition.php';
  6655.         $this->services['Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition();
  6656.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6657.         return $instance;
  6658.     }
  6659.     /**
  6660.      * Gets the public 'Shopware\Core\Content\ProductStream\ProductStreamDefinition' shared service.
  6661.      *
  6662.      * @return \Shopware\Core\Content\ProductStream\ProductStreamDefinition
  6663.      */
  6664.     protected function getProductStreamDefinitionService()
  6665.     {
  6666.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/ProductStreamDefinition.php';
  6667.         $this->services['Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\ProductStreamDefinition();
  6668.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6669.         return $instance;
  6670.     }
  6671.     /**
  6672.      * Gets the public 'Shopware\Core\Content\ProductStream\ProductStreamHydrator' shared service.
  6673.      *
  6674.      * @return \Shopware\Core\Content\ProductStream\ProductStreamHydrator
  6675.      */
  6676.     protected function getProductStreamHydratorService()
  6677.     {
  6678.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/ProductStreamHydrator.php';
  6679.         return $this->services['Shopware\\Core\\Content\\ProductStream\\ProductStreamHydrator'] = new \Shopware\Core\Content\ProductStream\ProductStreamHydrator($this);
  6680.     }
  6681.     /**
  6682.      * Gets the public 'Shopware\Core\Content\ProductStream\Service\ProductStreamBuilder' shared service.
  6683.      *
  6684.      * @return \Shopware\Core\Content\ProductStream\Service\ProductStreamBuilder
  6685.      */
  6686.     protected function getProductStreamBuilderService()
  6687.     {
  6688.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Service/ProductStreamBuilderInterface.php';
  6689.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Service/ProductStreamBuilder.php';
  6690.         $a = ($this->services['product_stream.repository'] ?? $this->getProductStream_RepositoryService());
  6691.         if (isset($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'])) {
  6692.             return $this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'];
  6693.         }
  6694.         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()));
  6695.     }
  6696.     /**
  6697.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition' shared service.
  6698.      *
  6699.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition
  6700.      */
  6701.     protected function getProductCategoryTreeDefinitionService()
  6702.     {
  6703.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCategoryTree/ProductCategoryTreeDefinition.php';
  6704.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition();
  6705.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6706.         return $instance;
  6707.     }
  6708.     /**
  6709.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition' shared service.
  6710.      *
  6711.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition
  6712.      */
  6713.     protected function getProductCategoryDefinitionService()
  6714.     {
  6715.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCategory/ProductCategoryDefinition.php';
  6716.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition();
  6717.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6718.         return $instance;
  6719.     }
  6720.     /**
  6721.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition' shared service.
  6722.      *
  6723.      * @return \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition
  6724.      */
  6725.     protected function getProductConfiguratorSettingDefinitionService()
  6726.     {
  6727.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingDefinition.php';
  6728.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition();
  6729.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6730.         return $instance;
  6731.     }
  6732.     /**
  6733.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingHydrator' shared service.
  6734.      *
  6735.      * @return \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingHydrator
  6736.      */
  6737.     protected function getProductConfiguratorSettingHydratorService()
  6738.     {
  6739.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingHydrator.php';
  6740.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingHydrator($this);
  6741.     }
  6742.     /**
  6743.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition' shared service.
  6744.      *
  6745.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition
  6746.      */
  6747.     protected function getProductCrossSellingAssignedProductsDefinitionService()
  6748.     {
  6749.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingAssignedProducts/ProductCrossSellingAssignedProductsDefinition.php';
  6750.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition();
  6751.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6752.         return $instance;
  6753.     }
  6754.     /**
  6755.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsHydrator' shared service.
  6756.      *
  6757.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsHydrator
  6758.      */
  6759.     protected function getProductCrossSellingAssignedProductsHydratorService()
  6760.     {
  6761.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingAssignedProducts/ProductCrossSellingAssignedProductsHydrator.php';
  6762.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsHydrator($this);
  6763.     }
  6764.     /**
  6765.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition' shared service.
  6766.      *
  6767.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition
  6768.      */
  6769.     protected function getProductCrossSellingTranslationDefinitionService()
  6770.     {
  6771.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6772.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingTranslation/ProductCrossSellingTranslationDefinition.php';
  6773.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition();
  6774.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6775.         return $instance;
  6776.     }
  6777.     /**
  6778.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition' shared service.
  6779.      *
  6780.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition
  6781.      */
  6782.     protected function getProductCustomFieldSetDefinitionService()
  6783.     {
  6784.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCustomFieldSet/ProductCustomFieldSetDefinition.php';
  6785.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition();
  6786.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6787.         return $instance;
  6788.     }
  6789.     /**
  6790.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductDownload\ProductDownloadDefinition' shared service.
  6791.      *
  6792.      * @return \Shopware\Core\Content\Product\Aggregate\ProductDownload\ProductDownloadDefinition
  6793.      */
  6794.     protected function getProductDownloadDefinitionService()
  6795.     {
  6796.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductDownload\\ProductDownloadDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductDownload\ProductDownloadDefinition();
  6797.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6798.         return $instance;
  6799.     }
  6800.     /**
  6801.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition' shared service.
  6802.      *
  6803.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition
  6804.      */
  6805.     protected function getProductFeatureSetTranslationDefinitionService()
  6806.     {
  6807.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6808.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSetTranslation/ProductFeatureSetTranslationDefinition.php';
  6809.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition();
  6810.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6811.         return $instance;
  6812.     }
  6813.     /**
  6814.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition' shared service.
  6815.      *
  6816.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition
  6817.      */
  6818.     protected function getProductFeatureSetDefinitionService()
  6819.     {
  6820.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSet/ProductFeatureSetDefinition.php';
  6821.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition();
  6822.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6823.         return $instance;
  6824.     }
  6825.     /**
  6826.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetHydrator' shared service.
  6827.      *
  6828.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetHydrator
  6829.      */
  6830.     protected function getProductFeatureSetHydratorService()
  6831.     {
  6832.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSet/ProductFeatureSetHydrator.php';
  6833.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetHydrator($this);
  6834.     }
  6835.     /**
  6836.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition' shared service.
  6837.      *
  6838.      * @return \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition
  6839.      */
  6840.     protected function getProductKeywordDictionaryDefinitionService()
  6841.     {
  6842.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductKeywordDictionary/ProductKeywordDictionaryDefinition.php';
  6843.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition();
  6844.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6845.         return $instance;
  6846.     }
  6847.     /**
  6848.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryHydrator' shared service.
  6849.      *
  6850.      * @return \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryHydrator
  6851.      */
  6852.     protected function getProductKeywordDictionaryHydratorService()
  6853.     {
  6854.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductKeywordDictionary/ProductKeywordDictionaryHydrator.php';
  6855.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryHydrator($this);
  6856.     }
  6857.     /**
  6858.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition' shared service.
  6859.      *
  6860.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition
  6861.      */
  6862.     protected function getProductManufacturerTranslationDefinitionService()
  6863.     {
  6864.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6865.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturerTranslation/ProductManufacturerTranslationDefinition.php';
  6866.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition();
  6867.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6868.         return $instance;
  6869.     }
  6870.     /**
  6871.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition' shared service.
  6872.      *
  6873.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition
  6874.      */
  6875.     protected function getProductManufacturerDefinitionService()
  6876.     {
  6877.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturer/ProductManufacturerDefinition.php';
  6878.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition();
  6879.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6880.         return $instance;
  6881.     }
  6882.     /**
  6883.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerHydrator' shared service.
  6884.      *
  6885.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerHydrator
  6886.      */
  6887.     protected function getProductManufacturerHydratorService()
  6888.     {
  6889.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturer/ProductManufacturerHydrator.php';
  6890.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerHydrator($this);
  6891.     }
  6892.     /**
  6893.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition' shared service.
  6894.      *
  6895.      * @return \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition
  6896.      */
  6897.     protected function getProductMediaDefinitionService()
  6898.     {
  6899.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductMedia/ProductMediaDefinition.php';
  6900.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition();
  6901.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6902.         return $instance;
  6903.     }
  6904.     /**
  6905.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaHydrator' shared service.
  6906.      *
  6907.      * @return \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaHydrator
  6908.      */
  6909.     protected function getProductMediaHydratorService()
  6910.     {
  6911.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductMedia/ProductMediaHydrator.php';
  6912.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaHydrator($this);
  6913.     }
  6914.     /**
  6915.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition' shared service.
  6916.      *
  6917.      * @return \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition
  6918.      */
  6919.     protected function getProductOptionDefinitionService()
  6920.     {
  6921.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductOption/ProductOptionDefinition.php';
  6922.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition();
  6923.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6924.         return $instance;
  6925.     }
  6926.     /**
  6927.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition' shared service.
  6928.      *
  6929.      * @return \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition
  6930.      */
  6931.     protected function getProductPriceDefinitionService()
  6932.     {
  6933.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductPrice/ProductPriceDefinition.php';
  6934.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition();
  6935.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6936.         return $instance;
  6937.     }
  6938.     /**
  6939.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceHydrator' shared service.
  6940.      *
  6941.      * @return \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceHydrator
  6942.      */
  6943.     protected function getProductPriceHydratorService()
  6944.     {
  6945.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductPrice/ProductPriceHydrator.php';
  6946.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceHydrator($this);
  6947.     }
  6948.     /**
  6949.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition' shared service.
  6950.      *
  6951.      * @return \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition
  6952.      */
  6953.     protected function getProductPropertyDefinitionService()
  6954.     {
  6955.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductProperty/ProductPropertyDefinition.php';
  6956.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition();
  6957.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6958.         return $instance;
  6959.     }
  6960.     /**
  6961.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition' shared service.
  6962.      *
  6963.      * @return \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition
  6964.      */
  6965.     protected function getProductReviewDefinitionService()
  6966.     {
  6967.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductReview/ProductReviewDefinition.php';
  6968.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition();
  6969.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6970.         return $instance;
  6971.     }
  6972.     /**
  6973.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewHydrator' shared service.
  6974.      *
  6975.      * @return \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewHydrator
  6976.      */
  6977.     protected function getProductReviewHydratorService()
  6978.     {
  6979.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductReview/ProductReviewHydrator.php';
  6980.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewHydrator($this);
  6981.     }
  6982.     /**
  6983.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition' shared service.
  6984.      *
  6985.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition
  6986.      */
  6987.     protected function getProductSearchConfigFieldDefinitionService()
  6988.     {
  6989.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfigField/ProductSearchConfigFieldDefinition.php';
  6990.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition();
  6991.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6992.         return $instance;
  6993.     }
  6994.     /**
  6995.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldHydrator' shared service.
  6996.      *
  6997.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldHydrator
  6998.      */
  6999.     protected function getProductSearchConfigFieldHydratorService()
  7000.     {
  7001.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfigField/ProductSearchConfigFieldHydrator.php';
  7002.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldHydrator($this);
  7003.     }
  7004.     /**
  7005.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition' shared service.
  7006.      *
  7007.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition
  7008.      */
  7009.     protected function getProductSearchConfigDefinitionService()
  7010.     {
  7011.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfig/ProductSearchConfigDefinition.php';
  7012.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition();
  7013.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7014.         return $instance;
  7015.     }
  7016.     /**
  7017.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigHydrator' shared service.
  7018.      *
  7019.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigHydrator
  7020.      */
  7021.     protected function getProductSearchConfigHydratorService()
  7022.     {
  7023.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfig/ProductSearchConfigHydrator.php';
  7024.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigHydrator($this);
  7025.     }
  7026.     /**
  7027.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition' shared service.
  7028.      *
  7029.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition
  7030.      */
  7031.     protected function getProductSearchKeywordDefinitionService()
  7032.     {
  7033.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchKeyword/ProductSearchKeywordDefinition.php';
  7034.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition();
  7035.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7036.         return $instance;
  7037.     }
  7038.     /**
  7039.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordHydrator' shared service.
  7040.      *
  7041.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordHydrator
  7042.      */
  7043.     protected function getProductSearchKeywordHydratorService()
  7044.     {
  7045.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchKeyword/ProductSearchKeywordHydrator.php';
  7046.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordHydrator($this);
  7047.     }
  7048.     /**
  7049.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition' shared service.
  7050.      *
  7051.      * @return \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition
  7052.      */
  7053.     protected function getProductStreamMappingDefinitionService()
  7054.     {
  7055.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductStreamMapping/ProductStreamMappingDefinition.php';
  7056.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition();
  7057.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7058.         return $instance;
  7059.     }
  7060.     /**
  7061.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition' shared service.
  7062.      *
  7063.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition
  7064.      */
  7065.     protected function getProductTagDefinitionService()
  7066.     {
  7067.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductTag/ProductTagDefinition.php';
  7068.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition();
  7069.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7070.         return $instance;
  7071.     }
  7072.     /**
  7073.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition' shared service.
  7074.      *
  7075.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition
  7076.      */
  7077.     protected function getProductTranslationDefinitionService()
  7078.     {
  7079.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7080.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductTranslation/ProductTranslationDefinition.php';
  7081.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition();
  7082.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7083.         return $instance;
  7084.     }
  7085.     /**
  7086.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition' shared service.
  7087.      *
  7088.      * @return \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition
  7089.      */
  7090.     protected function getProductVisibilityDefinitionService()
  7091.     {
  7092.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductVisibility/ProductVisibilityDefinition.php';
  7093.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition();
  7094.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7095.         return $instance;
  7096.     }
  7097.     /**
  7098.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityHydrator' shared service.
  7099.      *
  7100.      * @return \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityHydrator
  7101.      */
  7102.     protected function getProductVisibilityHydratorService()
  7103.     {
  7104.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductVisibility/ProductVisibilityHydrator.php';
  7105.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityHydrator($this);
  7106.     }
  7107.     /**
  7108.      * Gets the public 'Shopware\Core\Content\Product\Api\ProductActionController' shared service.
  7109.      *
  7110.      * @return \Shopware\Core\Content\Product\Api\ProductActionController
  7111.      */
  7112.     protected function getProductActionControllerService()
  7113.     {
  7114.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Api/ProductActionController.php';
  7115.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Util/VariantCombinationLoader.php';
  7116.         $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())));
  7117.         $instance->setContainer($this);
  7118.         return $instance;
  7119.     }
  7120.     /**
  7121.      * Gets the public 'Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceAccessorBuilder' shared service.
  7122.      *
  7123.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceAccessorBuilder
  7124.      */
  7125.     protected function getCheapestPriceAccessorBuilderService()
  7126.     {
  7127.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  7128.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/CheapestPrice/CheapestPriceAccessorBuilder.php';
  7129.         return $this->services['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\CheapestPrice\\CheapestPriceAccessorBuilder'] = new \Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceAccessorBuilder(100, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7130.     }
  7131.     /**
  7132.      * Gets the public 'Shopware\Core\Content\Product\ProductDefinition' shared service.
  7133.      *
  7134.      * @return \Shopware\Core\Content\Product\ProductDefinition
  7135.      */
  7136.     protected function getProductDefinitionService()
  7137.     {
  7138.         $this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] = $instance = new \Shopware\Core\Content\Product\ProductDefinition();
  7139.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7140.         return $instance;
  7141.     }
  7142.     /**
  7143.      * Gets the public 'Shopware\Core\Content\Product\ProductHydrator' shared service.
  7144.      *
  7145.      * @return \Shopware\Core\Content\Product\ProductHydrator
  7146.      */
  7147.     protected function getProductHydratorService()
  7148.     {
  7149.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/ProductHydrator.php';
  7150.         return $this->services['Shopware\\Core\\Content\\Product\\ProductHydrator'] = new \Shopware\Core\Content\Product\ProductHydrator($this);
  7151.     }
  7152.     /**
  7153.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\CrossSelling\CachedProductCrossSellingRoute' shared service.
  7154.      *
  7155.      * @return \Shopware\Core\Content\Product\SalesChannel\CrossSelling\CachedProductCrossSellingRoute
  7156.      */
  7157.     protected function getCachedProductCrossSellingRouteService()
  7158.     {
  7159.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/CrossSelling/AbstractProductCrossSellingRoute.php';
  7160.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/CrossSelling/CachedProductCrossSellingRoute.php';
  7161.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/CrossSelling/ProductCrossSellingRoute.php';
  7162.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductCloseoutFilterFactory.php';
  7163.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductCloseoutFilterFactory.php';
  7164.         $a = ($this->services['product_cross_selling.repository'] ?? $this->getProductCrossSelling_RepositoryService());
  7165.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  7166.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  7167.         }
  7168.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7169.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  7170.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  7171.         }
  7172.         $c = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  7173.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  7174.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  7175.         }
  7176.         $d = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  7177.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  7178.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  7179.         }
  7180.         $e = ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'] ?? $this->getProductListingLoaderService());
  7181.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  7182.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  7183.         }
  7184.         $f = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  7185.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'])) {
  7186.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'];
  7187.         }
  7188.         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, []);
  7189.     }
  7190.     /**
  7191.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute' shared service.
  7192.      *
  7193.      * @return \Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute
  7194.      */
  7195.     protected function getCachedProductDetailRouteService()
  7196.     {
  7197.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/AbstractProductDetailRoute.php';
  7198.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/CachedProductDetailRoute.php';
  7199.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php';
  7200.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductCloseoutFilterFactory.php';
  7201.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductCloseoutFilterFactory.php';
  7202.         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['Swag\\CmsExtensions\\Service\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoaderBlockRuleDecorator'] ?? $this->getSalesChannelCmsPageLoaderBlockRuleDecoratorService()), ($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()), []);
  7203.     }
  7204.     /**
  7205.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\FindVariant\FindProductVariantRoute' shared service.
  7206.      *
  7207.      * @return \Shopware\Core\Content\Product\SalesChannel\FindVariant\FindProductVariantRoute
  7208.      */
  7209.     protected function getFindProductVariantRouteService()
  7210.     {
  7211.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/FindVariant/AbstractFindProductVariantRoute.php';
  7212.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/FindVariant/FindProductVariantRoute.php';
  7213.         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()));
  7214.     }
  7215.     /**
  7216.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute' shared service.
  7217.      *
  7218.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute
  7219.      */
  7220.     protected function getCachedProductListingRouteService()
  7221.     {
  7222.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/AbstractProductListingRoute.php';
  7223.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/CachedProductListingRoute.php';
  7224.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/ProductListingRoute.php';
  7225.         $a = ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'] ?? $this->getProductListingLoaderService());
  7226.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'])) {
  7227.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'];
  7228.         }
  7229.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7230.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'])) {
  7231.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'];
  7232.         }
  7233.         $c = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  7234.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'])) {
  7235.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'];
  7236.         }
  7237.         $d = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  7238.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'])) {
  7239.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'];
  7240.         }
  7241.         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, []);
  7242.     }
  7243.     /**
  7244.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute' shared service.
  7245.      *
  7246.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute
  7247.      */
  7248.     protected function getResolveCriteriaProductListingRouteService()
  7249.     {
  7250.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/AbstractProductListingRoute.php';
  7251.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/ResolveCriteriaProductListingRoute.php';
  7252.         $a = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute'] ?? $this->getCachedProductListingRouteService());
  7253.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'])) {
  7254.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'];
  7255.         }
  7256.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7257.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'])) {
  7258.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'];
  7259.         }
  7260.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute($a$b);
  7261.     }
  7262.     /**
  7263.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\ProductListRoute' shared service.
  7264.      *
  7265.      * @return \Shopware\Core\Content\Product\SalesChannel\ProductListRoute
  7266.      */
  7267.     protected function getProductListRouteService()
  7268.     {
  7269.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductListRoute.php';
  7270.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductListRoute.php';
  7271.         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()));
  7272.     }
  7273.     /**
  7274.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Review\CachedProductReviewRoute' shared service.
  7275.      *
  7276.      * @return \Shopware\Core\Content\Product\SalesChannel\Review\CachedProductReviewRoute
  7277.      */
  7278.     protected function getCachedProductReviewRouteService()
  7279.     {
  7280.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/AbstractProductReviewRoute.php';
  7281.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/CachedProductReviewRoute.php';
  7282.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/ProductReviewRoute.php';
  7283.         $a = ($this->services['product_review.repository'] ?? $this->getProductReview_RepositoryService());
  7284.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'])) {
  7285.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'];
  7286.         }
  7287.         $b = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  7288.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'])) {
  7289.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'];
  7290.         }
  7291.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7292.         if (isset($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'])) {
  7293.             return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'];
  7294.         }
  7295.         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, []);
  7296.     }
  7297.     /**
  7298.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewSaveRoute' shared service.
  7299.      *
  7300.      * @return \Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewSaveRoute
  7301.      */
  7302.     protected function getProductReviewSaveRouteService()
  7303.     {
  7304.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/AbstractProductReviewSaveRoute.php';
  7305.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/ProductReviewSaveRoute.php';
  7306.         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()));
  7307.     }
  7308.     /**
  7309.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\SalesChannelProductDefinition' shared service.
  7310.      *
  7311.      * @return \Shopware\Core\Content\Product\SalesChannel\SalesChannelProductDefinition
  7312.      */
  7313.     protected function getSalesChannelProductDefinitionService()
  7314.     {
  7315.         $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\SalesChannelProductDefinition();
  7316.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  7317.         return $instance;
  7318.     }
  7319.     /**
  7320.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Search\CachedProductSearchRoute' shared service.
  7321.      *
  7322.      * @return \Shopware\Core\Content\Product\SalesChannel\Search\CachedProductSearchRoute
  7323.      */
  7324.     protected function getCachedProductSearchRouteService()
  7325.     {
  7326.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/AbstractProductSearchRoute.php';
  7327.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/CachedProductSearchRoute.php';
  7328.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/ProductSearchRoute.php';
  7329.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7330.         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, []);
  7331.     }
  7332.     /**
  7333.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Search\ResolvedCriteriaProductSearchRoute' shared service.
  7334.      *
  7335.      * @return \Shopware\Core\Content\Product\SalesChannel\Search\ResolvedCriteriaProductSearchRoute
  7336.      */
  7337.     protected function getResolvedCriteriaProductSearchRouteService()
  7338.     {
  7339.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/AbstractProductSearchRoute.php';
  7340.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/ResolvedCriteriaProductSearchRoute.php';
  7341.         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()));
  7342.     }
  7343.     /**
  7344.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition' shared service.
  7345.      *
  7346.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition
  7347.      */
  7348.     protected function getProductSortingDefinitionService()
  7349.     {
  7350.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingDefinition.php';
  7351.         $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition();
  7352.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7353.         return $instance;
  7354.     }
  7355.     /**
  7356.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingHydrator' shared service.
  7357.      *
  7358.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingHydrator
  7359.      */
  7360.     protected function getProductSortingHydratorService()
  7361.     {
  7362.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingHydrator.php';
  7363.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingHydrator'] = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingHydrator($this);
  7364.     }
  7365.     /**
  7366.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition' shared service.
  7367.      *
  7368.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition
  7369.      */
  7370.     protected function getProductSortingTranslationDefinitionService()
  7371.     {
  7372.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7373.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingTranslationDefinition.php';
  7374.         $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition();
  7375.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7376.         return $instance;
  7377.     }
  7378.     /**
  7379.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Suggest\CachedProductSuggestRoute' shared service.
  7380.      *
  7381.      * @return \Shopware\Core\Content\Product\SalesChannel\Suggest\CachedProductSuggestRoute
  7382.      */
  7383.     protected function getCachedProductSuggestRouteService()
  7384.     {
  7385.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Suggest/AbstractProductSuggestRoute.php';
  7386.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Suggest/CachedProductSuggestRoute.php';
  7387.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Suggest\\CachedProductSuggestRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Suggest\CachedProductSuggestRoute(($this->services['Sas\\BlogModule\\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()), []);
  7388.     }
  7389.     /**
  7390.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition' shared service.
  7391.      *
  7392.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition
  7393.      */
  7394.     protected function getPropertyGroupOptionTranslationDefinitionService()
  7395.     {
  7396.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7397.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOptionTranslation/PropertyGroupOptionTranslationDefinition.php';
  7398.         $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition();
  7399.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7400.         return $instance;
  7401.     }
  7402.     /**
  7403.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition' shared service.
  7404.      *
  7405.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition
  7406.      */
  7407.     protected function getPropertyGroupOptionDefinitionService()
  7408.     {
  7409.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOption/PropertyGroupOptionDefinition.php';
  7410.         $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition();
  7411.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7412.         return $instance;
  7413.     }
  7414.     /**
  7415.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionHydrator' shared service.
  7416.      *
  7417.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionHydrator
  7418.      */
  7419.     protected function getPropertyGroupOptionHydratorService()
  7420.     {
  7421.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOption/PropertyGroupOptionHydrator.php';
  7422.         return $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionHydrator'] = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionHydrator($this);
  7423.     }
  7424.     /**
  7425.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition' shared service.
  7426.      *
  7427.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition
  7428.      */
  7429.     protected function getPropertyGroupTranslationDefinitionService()
  7430.     {
  7431.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7432.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupTranslation/PropertyGroupTranslationDefinition.php';
  7433.         $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition();
  7434.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7435.         return $instance;
  7436.     }
  7437.     /**
  7438.      * Gets the public 'Shopware\Core\Content\Property\PropertyGroupDefinition' shared service.
  7439.      *
  7440.      * @return \Shopware\Core\Content\Property\PropertyGroupDefinition
  7441.      */
  7442.     protected function getPropertyGroupDefinitionService()
  7443.     {
  7444.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/PropertyGroupDefinition.php';
  7445.         $this->services['Shopware\\Core\\Content\\Property\\PropertyGroupDefinition'] = $instance = new \Shopware\Core\Content\Property\PropertyGroupDefinition();
  7446.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7447.         return $instance;
  7448.     }
  7449.     /**
  7450.      * Gets the public 'Shopware\Core\Content\Property\PropertyGroupHydrator' shared service.
  7451.      *
  7452.      * @return \Shopware\Core\Content\Property\PropertyGroupHydrator
  7453.      */
  7454.     protected function getPropertyGroupHydratorService()
  7455.     {
  7456.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/PropertyGroupHydrator.php';
  7457.         return $this->services['Shopware\\Core\\Content\\Property\\PropertyGroupHydrator'] = new \Shopware\Core\Content\Property\PropertyGroupHydrator($this);
  7458.     }
  7459.     /**
  7460.      * Gets the public 'Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition' shared service.
  7461.      *
  7462.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition
  7463.      */
  7464.     protected function getRuleConditionDefinitionService()
  7465.     {
  7466.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/Aggregate/RuleCondition/RuleConditionDefinition.php';
  7467.         $this->services['Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition();
  7468.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7469.         return $instance;
  7470.     }
  7471.     /**
  7472.      * Gets the public 'Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition' shared service.
  7473.      *
  7474.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition
  7475.      */
  7476.     protected function getRuleTagDefinitionService()
  7477.     {
  7478.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/Aggregate/RuleTag/RuleTagDefinition.php';
  7479.         $this->services['Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition();
  7480.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7481.         return $instance;
  7482.     }
  7483.     /**
  7484.      * Gets the public 'Shopware\Core\Content\Rule\RuleDefinition' shared service.
  7485.      *
  7486.      * @return \Shopware\Core\Content\Rule\RuleDefinition
  7487.      */
  7488.     protected function getRuleDefinitionService()
  7489.     {
  7490.         $this->services['Shopware\\Core\\Content\\Rule\\RuleDefinition'] = $instance = new \Shopware\Core\Content\Rule\RuleDefinition();
  7491.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7492.         return $instance;
  7493.     }
  7494.     /**
  7495.      * Gets the public 'Shopware\Core\Content\Seo\Api\SeoActionController' shared service.
  7496.      *
  7497.      * @return \Shopware\Core\Content\Seo\Api\SeoActionController
  7498.      */
  7499.     protected function getSeoActionControllerService()
  7500.     {
  7501.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Api/SeoActionController.php';
  7502.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Validation/SeoUrlDataValidationFactoryInterface.php';
  7503.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Validation/SeoUrlValidationFactory.php';
  7504.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  7505.         $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);
  7506.         $instance->setContainer($this);
  7507.         return $instance;
  7508.     }
  7509.     /**
  7510.      * Gets the public 'Shopware\Core\Content\Seo\CachedSeoResolver' shared service.
  7511.      *
  7512.      * @return \Shopware\Core\Content\Seo\CachedSeoResolver
  7513.      */
  7514.     protected function getCachedSeoResolverService()
  7515.     {
  7516.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/AbstractSeoResolver.php';
  7517.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/CachedSeoResolver.php';
  7518.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoResolver.php';
  7519.         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()));
  7520.     }
  7521.     /**
  7522.      * Gets the public 'Shopware\Core\Content\Seo\EmptyPathInfoResolver' shared service.
  7523.      *
  7524.      * @return \Shopware\Core\Content\Seo\EmptyPathInfoResolver
  7525.      */
  7526.     protected function getEmptyPathInfoResolverService()
  7527.     {
  7528.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/AbstractSeoResolver.php';
  7529.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/EmptyPathInfoResolver.php';
  7530.         return $this->services['Shopware\\Core\\Content\\Seo\\EmptyPathInfoResolver'] = new \Shopware\Core\Content\Seo\EmptyPathInfoResolver(($this->services['Shopware\\Core\\Content\\Seo\\CachedSeoResolver'] ?? $this->getCachedSeoResolverService()));
  7531.     }
  7532.     /**
  7533.      * Gets the public 'Shopware\Core\Content\Seo\Entity\Dbal\SeoUrlAssociationFieldResolver' shared service.
  7534.      *
  7535.      * @return \Shopware\Core\Content\Seo\Entity\Dbal\SeoUrlAssociationFieldResolver
  7536.      */
  7537.     protected function getSeoUrlAssociationFieldResolverService()
  7538.     {
  7539.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  7540.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Entity/Dbal/SeoUrlAssociationFieldResolver.php';
  7541.         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())));
  7542.     }
  7543.     /**
  7544.      * Gets the public 'Shopware\Core\Content\Seo\Entity\Serializer\SeoUrlFieldSerializer' shared service.
  7545.      *
  7546.      * @return \Shopware\Core\Content\Seo\Entity\Serializer\SeoUrlFieldSerializer
  7547.      */
  7548.     protected function getSeoUrlFieldSerializerService()
  7549.     {
  7550.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  7551.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/OneToManyAssociationFieldSerializer.php';
  7552.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Entity/Serializer/SeoUrlFieldSerializer.php';
  7553.         return $this->services['Shopware\\Core\\Content\\Seo\\Entity\\Serializer\\SeoUrlFieldSerializer'] = new \Shopware\Core\Content\Seo\Entity\Serializer\SeoUrlFieldSerializer(($this->privates['Acris\\ProductCustomerGroup\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService()));
  7554.     }
  7555.     /**
  7556.      * Gets the public 'Shopware\Core\Content\Seo\MainCategory\MainCategoryDefinition' shared service.
  7557.      *
  7558.      * @return \Shopware\Core\Content\Seo\MainCategory\MainCategoryDefinition
  7559.      */
  7560.     protected function getMainCategoryDefinitionService()
  7561.     {
  7562.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/MainCategory/MainCategoryDefinition.php';
  7563.         $this->services['Shopware\\Core\\Content\\Seo\\MainCategory\\MainCategoryDefinition'] = $instance = new \Shopware\Core\Content\Seo\MainCategory\MainCategoryDefinition();
  7564.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7565.         return $instance;
  7566.     }
  7567.     /**
  7568.      * Gets the public 'Shopware\Core\Content\Seo\MainCategory\SalesChannel\SalesChannelMainCategoryDefinition' shared service.
  7569.      *
  7570.      * @return \Shopware\Core\Content\Seo\MainCategory\SalesChannel\SalesChannelMainCategoryDefinition
  7571.      */
  7572.     protected function getSalesChannelMainCategoryDefinitionService()
  7573.     {
  7574.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/MainCategory/MainCategoryDefinition.php';
  7575.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/MainCategory/SalesChannel/SalesChannelMainCategoryDefinition.php';
  7576.         $this->services['Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition'] = $instance = new \Shopware\Core\Content\Seo\MainCategory\SalesChannel\SalesChannelMainCategoryDefinition();
  7577.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  7578.         return $instance;
  7579.     }
  7580.     /**
  7581.      * Gets the public 'Shopware\Core\Content\Seo\SalesChannel\SeoUrlRoute' shared service.
  7582.      *
  7583.      * @return \Shopware\Core\Content\Seo\SalesChannel\SeoUrlRoute
  7584.      */
  7585.     protected function getSeoUrlRouteService()
  7586.     {
  7587.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SalesChannel/AbstractSeoUrlRoute.php';
  7588.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SalesChannel/SeoUrlRoute.php';
  7589.         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()));
  7590.     }
  7591.     /**
  7592.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrlPlaceholderHandlerInterface' shared service.
  7593.      *
  7594.      * @return \Shopware\Core\Content\Seo\SeoUrlPlaceholderHandler
  7595.      */
  7596.     protected function getSeoUrlPlaceholderHandlerInterfaceService()
  7597.     {
  7598.         return $this->services['Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface'] = 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()));
  7599.     }
  7600.     /**
  7601.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition' shared service.
  7602.      *
  7603.      * @return \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition
  7604.      */
  7605.     protected function getSeoUrlTemplateDefinitionService()
  7606.     {
  7607.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlTemplate/SeoUrlTemplateDefinition.php';
  7608.         $this->services['Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition();
  7609.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7610.         return $instance;
  7611.     }
  7612.     /**
  7613.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrl\SalesChannel\SalesChannelSeoUrlDefinition' shared service.
  7614.      *
  7615.      * @return \Shopware\Core\Content\Seo\SeoUrl\SalesChannel\SalesChannelSeoUrlDefinition
  7616.      */
  7617.     protected function getSalesChannelSeoUrlDefinitionService()
  7618.     {
  7619.         $this->services['Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrl\SalesChannel\SalesChannelSeoUrlDefinition();
  7620.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  7621.         return $instance;
  7622.     }
  7623.     /**
  7624.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrl\SeoUrlDefinition' shared service.
  7625.      *
  7626.      * @return \Shopware\Core\Content\Seo\SeoUrl\SeoUrlDefinition
  7627.      */
  7628.     protected function getSeoUrlDefinitionService()
  7629.     {
  7630.         $this->services['Shopware\\Core\\Content\\Seo\\SeoUrl\\SeoUrlDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrl\SeoUrlDefinition();
  7631.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7632.         return $instance;
  7633.     }
  7634.     /**
  7635.      * Gets the public 'Shopware\Core\Content\Sitemap\SalesChannel\CachedSitemapRoute' shared service.
  7636.      *
  7637.      * @return \Shopware\Core\Content\Sitemap\SalesChannel\CachedSitemapRoute
  7638.      */
  7639.     protected function getCachedSitemapRouteService()
  7640.     {
  7641.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/SalesChannel/AbstractSitemapRoute.php';
  7642.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/SalesChannel/CachedSitemapRoute.php';
  7643.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/SalesChannel/SitemapRoute.php';
  7644.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapListerInterface.php';
  7645.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapLister.php';
  7646.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  7647.         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);
  7648.     }
  7649.     /**
  7650.      * Gets the public 'Shopware\Core\Framework\Adapter\Asset\AssetPackageService' shared service.
  7651.      *
  7652.      * @return \Shopware\Core\Framework\Adapter\Asset\AssetPackageService
  7653.      */
  7654.     protected function getAssetPackageServiceService()
  7655.     {
  7656.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Asset/AssetPackageService.php';
  7657.         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()));
  7658.     }
  7659.     /**
  7660.      * Gets the public 'Shopware\Core\Framework\Adapter\Cache\CacheIdLoader' shared service.
  7661.      *
  7662.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheIdLoader
  7663.      */
  7664.     protected function getCacheIdLoaderService()
  7665.     {
  7666.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheIdLoader.php';
  7667.         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()));
  7668.     }
  7669.     /**
  7670.      * Gets the public 'Shopware\Core\Framework\Adapter\Cache\Script\Facade\CacheInvalidatorFacadeHookFactory' shared service.
  7671.      *
  7672.      * @return \Shopware\Core\Framework\Adapter\Cache\Script\Facade\CacheInvalidatorFacadeHookFactory
  7673.      */
  7674.     protected function getCacheInvalidatorFacadeHookFactoryService()
  7675.     {
  7676.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  7677.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/Script/Facade/CacheInvalidatorFacadeHookFactory.php';
  7678.         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()));
  7679.     }
  7680.     /**
  7681.      * Gets the public 'Shopware\Core\Framework\Adapter\Twig\AppTemplateIterator' shared service.
  7682.      *
  7683.      * @return \Shopware\Core\Framework\Adapter\Twig\AppTemplateIterator
  7684.      */
  7685.     protected function getAppTemplateIteratorService()
  7686.     {
  7687.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/AppTemplateIterator.php';
  7688.         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()));
  7689.     }
  7690.     /**
  7691.      * Gets the public 'Shopware\Core\Framework\Adapter\Twig\TemplateFinder' shared service.
  7692.      *
  7693.      * @return \Shopware\Core\Framework\Adapter\Twig\TemplateFinder
  7694.      */
  7695.     protected function getTemplateFinderService()
  7696.     {
  7697.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7698.         if (isset($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'])) {
  7699.             return $this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'];
  7700.         }
  7701.         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 () {
  7702.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\NamespaceHierarchy\\BundleHierarchyBuilder'] ?? $this->getBundleHierarchyBuilderService());
  7703.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  7704.         }, 2)));
  7705.     }
  7706.     /**
  7707.      * Gets the public 'Shopware\Core\Framework\Adapter\Twig\TemplateIterator' shared service.
  7708.      *
  7709.      * @return \Shopware\Core\Framework\Adapter\Twig\TemplateIterator
  7710.      */
  7711.     protected function getTemplateIteratorService()
  7712.     {
  7713.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TemplateIterator.php';
  7714.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  7715.         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']);
  7716.     }
  7717.     /**
  7718.      * Gets the public 'Shopware\Core\Framework\Api\Acl\AclCriteriaValidator' shared service.
  7719.      *
  7720.      * @return \Shopware\Core\Framework\Api\Acl\AclCriteriaValidator
  7721.      */
  7722.     protected function getAclCriteriaValidatorService()
  7723.     {
  7724.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/AclCriteriaValidator.php';
  7725.         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()));
  7726.     }
  7727.     /**
  7728.      * Gets the public 'Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition' shared service.
  7729.      *
  7730.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition
  7731.      */
  7732.     protected function getAclRoleDefinitionService()
  7733.     {
  7734.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/Role/AclRoleDefinition.php';
  7735.         $this->services['Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition();
  7736.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7737.         return $instance;
  7738.     }
  7739.     /**
  7740.      * Gets the public 'Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition' shared service.
  7741.      *
  7742.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition
  7743.      */
  7744.     protected function getAclUserRoleDefinitionService()
  7745.     {
  7746.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/Role/AclUserRoleDefinition.php';
  7747.         $this->services['Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition();
  7748.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7749.         return $instance;
  7750.     }
  7751.     /**
  7752.      * Gets the public 'Shopware\Core\Framework\Api\Controller\AccessKeyController' shared service.
  7753.      *
  7754.      * @return \Shopware\Core\Framework\Api\Controller\AccessKeyController
  7755.      */
  7756.     protected function getAccessKeyControllerService()
  7757.     {
  7758.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/AccessKeyController.php';
  7759.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\AccessKeyController'] = $instance = new \Shopware\Core\Framework\Api\Controller\AccessKeyController();
  7760.         $instance->setContainer($this);
  7761.         return $instance;
  7762.     }
  7763.     /**
  7764.      * Gets the public 'Shopware\Core\Framework\Api\Controller\AclController' shared service.
  7765.      *
  7766.      * @return \Shopware\Core\Framework\Api\Controller\AclController
  7767.      */
  7768.     protected function getAclControllerService()
  7769.     {
  7770.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/AclController.php';
  7771.         $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()));
  7772.         $instance->setContainer($this);
  7773.         return $instance;
  7774.     }
  7775.     /**
  7776.      * Gets the public 'Shopware\Core\Framework\Api\Controller\ApiController' shared service.
  7777.      *
  7778.      * @return \Shopware\Core\Framework\Api\Controller\ApiController
  7779.      */
  7780.     protected function getApiControllerService()
  7781.     {
  7782.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/ApiController.php';
  7783.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/RequestCriteriaBuilder.php';
  7784.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/AggregationParser.php';
  7785.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityProtection/EntityProtectionValidator.php';
  7786.         $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()));
  7787.         $instance->setContainer($this);
  7788.         return $instance;
  7789.     }
  7790.     /**
  7791.      * Gets the public 'Shopware\Core\Framework\Api\Controller\AuthController' shared service.
  7792.      *
  7793.      * @return \Shopware\Core\Framework\Api\Controller\AuthController
  7794.      */
  7795.     protected function getAuthControllerService()
  7796.     {
  7797.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/AuthController.php';
  7798.         $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()));
  7799.         $instance->setContainer($this);
  7800.         return $instance;
  7801.     }
  7802.     /**
  7803.      * Gets the public 'Shopware\Core\Framework\Api\Controller\CacheController' shared service.
  7804.      *
  7805.      * @return \Shopware\Core\Framework\Api\Controller\CacheController
  7806.      */
  7807.     protected function getCacheControllerService()
  7808.     {
  7809.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/CacheController.php';
  7810.         $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()));
  7811.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Shopware\\Core\\Framework\\Api\\Controller\\CacheController'$this));
  7812.         return $instance;
  7813.     }
  7814.     /**
  7815.      * Gets the public 'Shopware\Core\Framework\Api\Controller\CustomSnippetFormatController' shared service.
  7816.      *
  7817.      * @return \Shopware\Core\Framework\Api\Controller\CustomSnippetFormatController
  7818.      */
  7819.     protected function getCustomSnippetFormatControllerService()
  7820.     {
  7821.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/CustomSnippetFormatController.php';
  7822.         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()));
  7823.     }
  7824.     /**
  7825.      * Gets the public 'Shopware\Core\Framework\Api\Controller\FallbackController' shared service.
  7826.      *
  7827.      * @return \Shopware\Core\Framework\Api\Controller\FallbackController
  7828.      */
  7829.     protected function getFallbackControllerService()
  7830.     {
  7831.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/FallbackController.php';
  7832.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\FallbackController'] = $instance = new \Shopware\Core\Framework\Api\Controller\FallbackController();
  7833.         $instance->setContainer($this);
  7834.         return $instance;
  7835.     }
  7836.     /**
  7837.      * Gets the public 'Shopware\Core\Framework\Api\Controller\IndexingController' shared service.
  7838.      *
  7839.      * @return \Shopware\Core\Framework\Api\Controller\IndexingController
  7840.      */
  7841.     protected function getIndexingControllerService()
  7842.     {
  7843.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/IndexingController.php';
  7844.         $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()));
  7845.         $instance->setContainer($this);
  7846.         return $instance;
  7847.     }
  7848.     /**
  7849.      * Gets the public 'Shopware\Core\Framework\Api\Controller\InfoController' shared service.
  7850.      *
  7851.      * @return \Shopware\Core\Framework\Api\Controller\InfoController
  7852.      */
  7853.     protected function getInfoControllerService()
  7854.     {
  7855.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/InfoController.php';
  7856.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/AppUrlVerifier.php';
  7857.         $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']);
  7858.         $instance->setContainer($this);
  7859.         return $instance;
  7860.     }
  7861.     /**
  7862.      * Gets the public 'Shopware\Core\Framework\Api\Controller\IntegrationController' shared service.
  7863.      *
  7864.      * @return \Shopware\Core\Framework\Api\Controller\IntegrationController
  7865.      */
  7866.     protected function getIntegrationControllerService()
  7867.     {
  7868.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/IntegrationController.php';
  7869.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\IntegrationController'] = $instance = new \Shopware\Core\Framework\Api\Controller\IntegrationController(($this->services['integration.repository'] ?? $this->getIntegration_RepositoryService()));
  7870.         $instance->setContainer($this);
  7871.         return $instance;
  7872.     }
  7873.     /**
  7874.      * Gets the public 'Shopware\Core\Framework\Api\Controller\SalesChannelProxyController' shared service.
  7875.      *
  7876.      * @return \Shopware\Core\Framework\Api\Controller\SalesChannelProxyController
  7877.      */
  7878.     protected function getSalesChannelProxyControllerService()
  7879.     {
  7880.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/SalesChannelProxyController.php';
  7881.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/ApiOrderCartService.php';
  7882.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  7883.         $b = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  7884.         $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())));
  7885.         $instance->setContainer($this);
  7886.         return $instance;
  7887.     }
  7888.     /**
  7889.      * Gets the public 'Shopware\Core\Framework\Api\Controller\SyncController' shared service.
  7890.      *
  7891.      * @return \Shopware\Core\Framework\Api\Controller\SyncController
  7892.      */
  7893.     protected function getSyncControllerService()
  7894.     {
  7895.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/SyncController.php';
  7896.         $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()));
  7897.         $instance->setContainer($this);
  7898.         return $instance;
  7899.     }
  7900.     /**
  7901.      * Gets the public 'Shopware\Core\Framework\Api\Controller\UserController' shared service.
  7902.      *
  7903.      * @return \Shopware\Core\Framework\Api\Controller\UserController
  7904.      */
  7905.     protected function getUserControllerService()
  7906.     {
  7907.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/UserController.php';
  7908.         $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()));
  7909.         $instance->setContainer($this);
  7910.         return $instance;
  7911.     }
  7912.     /**
  7913.      * Gets the public 'Shopware\Core\Framework\Api\Sync\SyncService' shared service.
  7914.      *
  7915.      * @return \Shopware\Core\Framework\Api\Sync\SyncService
  7916.      */
  7917.     protected function getSyncServiceService()
  7918.     {
  7919.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Sync/SyncServiceInterface.php';
  7920.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Sync/SyncService.php';
  7921.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService());
  7922.         if (isset($this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'])) {
  7923.             return $this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'];
  7924.         }
  7925.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7926.         if (isset($this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'])) {
  7927.             return $this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'];
  7928.         }
  7929.         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);
  7930.     }
  7931.     /**
  7932.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition' shared service.
  7933.      *
  7934.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition
  7935.      */
  7936.     protected function getActionButtonTranslationDefinitionService()
  7937.     {
  7938.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7939.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/ActionButtonTranslation/ActionButtonTranslationDefinition.php';
  7940.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition();
  7941.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7942.         return $instance;
  7943.     }
  7944.     /**
  7945.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition' shared service.
  7946.      *
  7947.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition
  7948.      */
  7949.     protected function getActionButtonDefinitionService()
  7950.     {
  7951.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/ActionButton/ActionButtonDefinition.php';
  7952.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition();
  7953.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7954.         return $instance;
  7955.     }
  7956.     /**
  7957.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition' shared service.
  7958.      *
  7959.      * @return \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition
  7960.      */
  7961.     protected function getAppPaymentMethodDefinitionService()
  7962.     {
  7963.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition();
  7964.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7965.         return $instance;
  7966.     }
  7967.     /**
  7968.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition' shared service.
  7969.      *
  7970.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition
  7971.      */
  7972.     protected function getAppScriptConditionTranslationDefinitionService()
  7973.     {
  7974.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7975.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppScriptConditionTranslation/AppScriptConditionTranslationDefinition.php';
  7976.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition();
  7977.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7978.         return $instance;
  7979.     }
  7980.     /**
  7981.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition' shared service.
  7982.      *
  7983.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition
  7984.      */
  7985.     protected function getAppScriptConditionDefinitionService()
  7986.     {
  7987.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppScriptCondition/AppScriptConditionDefinition.php';
  7988.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition();
  7989.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7990.         return $instance;
  7991.     }
  7992.     /**
  7993.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition' shared service.
  7994.      *
  7995.      * @return \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition
  7996.      */
  7997.     protected function getAppTranslationDefinitionService()
  7998.     {
  7999.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8000.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppTranslation/AppTranslationDefinition.php';
  8001.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition();
  8002.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8003.         return $instance;
  8004.     }
  8005.     /**
  8006.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition' shared service.
  8007.      *
  8008.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition
  8009.      */
  8010.     protected function getAppCmsBlockTranslationDefinitionService()
  8011.     {
  8012.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8013.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/CmsBlockTranslation/AppCmsBlockTranslationDefinition.php';
  8014.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition();
  8015.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8016.         return $instance;
  8017.     }
  8018.     /**
  8019.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition' shared service.
  8020.      *
  8021.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition
  8022.      */
  8023.     protected function getAppCmsBlockDefinitionService()
  8024.     {
  8025.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/CmsBlock/AppCmsBlockDefinition.php';
  8026.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition();
  8027.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8028.         return $instance;
  8029.     }
  8030.     /**
  8031.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition' shared service.
  8032.      *
  8033.      * @return \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition
  8034.      */
  8035.     protected function getAppFlowActionTranslationDefinitionService()
  8036.     {
  8037.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8038.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/FlowActionTranslation/AppFlowActionTranslationDefinition.php';
  8039.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition();
  8040.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8041.         return $instance;
  8042.     }
  8043.     /**
  8044.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition' shared service.
  8045.      *
  8046.      * @return \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition
  8047.      */
  8048.     protected function getAppFlowActionDefinitionService()
  8049.     {
  8050.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/FlowAction/AppFlowActionDefinition.php';
  8051.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition();
  8052.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8053.         return $instance;
  8054.     }
  8055.     /**
  8056.      * Gets the public 'Shopware\Core\Framework\App\Api\AppActionController' shared service.
  8057.      *
  8058.      * @return \Shopware\Core\Framework\App\Api\AppActionController
  8059.      */
  8060.     protected function getAppActionControllerService()
  8061.     {
  8062.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Api/AppActionController.php';
  8063.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/ActionButtonLoader.php';
  8064.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/AppActionLoader.php';
  8065.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Manifest/ModuleLoader.php';
  8066.         $a = ($this->services['app_action_button.repository'] ?? $this->getAppActionButton_RepositoryService());
  8067.         $b = ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService());
  8068.         $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())));
  8069.         $instance->setContainer($this);
  8070.         return $instance;
  8071.     }
  8072.     /**
  8073.      * Gets the public 'Shopware\Core\Framework\App\Api\AppCmsController' shared service.
  8074.      *
  8075.      * @return \Shopware\Core\Framework\App\Api\AppCmsController
  8076.      */
  8077.     protected function getAppCmsControllerService()
  8078.     {
  8079.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Api/AppCmsController.php';
  8080.         $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()));
  8081.         $instance->setContainer($this);
  8082.         return $instance;
  8083.     }
  8084.     /**
  8085.      * Gets the public 'Shopware\Core\Framework\App\Api\AppUrlChangeController' shared service.
  8086.      *
  8087.      * @return \Shopware\Core\Framework\App\Api\AppUrlChangeController
  8088.      */
  8089.     protected function getAppUrlChangeControllerService()
  8090.     {
  8091.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Api/AppUrlChangeController.php';
  8092.         $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()));
  8093.         $instance->setContainer($this);
  8094.         return $instance;
  8095.     }
  8096.     /**
  8097.      * Gets the public 'Shopware\Core\Framework\App\AppDefinition' shared service.
  8098.      *
  8099.      * @return \Shopware\Core\Framework\App\AppDefinition
  8100.      */
  8101.     protected function getAppDefinitionService()
  8102.     {
  8103.         $this->services['Shopware\\Core\\Framework\\App\\AppDefinition'] = $instance = new \Shopware\Core\Framework\App\AppDefinition();
  8104.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8105.         return $instance;
  8106.     }
  8107.     /**
  8108.      * Gets the public 'Shopware\Core\Framework\App\AppLocaleProvider' shared service.
  8109.      *
  8110.      * @return \Shopware\Core\Framework\App\AppLocaleProvider
  8111.      */
  8112.     protected function getAppLocaleProviderService()
  8113.     {
  8114.         $a = ($this->services['user.repository'] ?? $this->getUser_RepositoryService());
  8115.         if (isset($this->services['Shopware\\Core\\Framework\\App\\AppLocaleProvider'])) {
  8116.             return $this->services['Shopware\\Core\\Framework\\App\\AppLocaleProvider'];
  8117.         }
  8118.         return $this->services['Shopware\\Core\\Framework\\App\\AppLocaleProvider'] = new \Shopware\Core\Framework\App\AppLocaleProvider($a, ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  8119.     }
  8120.     /**
  8121.      * Gets the public 'Shopware\Core\Framework\App\AppUrlChangeResolver\Resolver' shared service.
  8122.      *
  8123.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\Resolver
  8124.      */
  8125.     protected function getResolverService()
  8126.     {
  8127.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/Resolver.php';
  8128.         return $this->services['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\Resolver'] = new \Shopware\Core\Framework\App\AppUrlChangeResolver\Resolver(new RewindableGenerator(function () {
  8129.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\MoveShopPermanentlyStrategy'] ?? $this->getMoveShopPermanentlyStrategyService());
  8130.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\ReinstallAppsStrategy'] ?? $this->getReinstallAppsStrategyService());
  8131.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\UninstallAppsStrategy'] ?? $this->getUninstallAppsStrategyService());
  8132.         }, 3));
  8133.     }
  8134.     /**
  8135.      * Gets the public 'Shopware\Core\Framework\App\FlowAction\AppFlowActionProvider' shared service.
  8136.      *
  8137.      * @return \Shopware\Core\Framework\App\FlowAction\AppFlowActionProvider
  8138.      */
  8139.     protected function getAppFlowActionProviderService()
  8140.     {
  8141.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/FlowAction/AppFlowActionProvider.php';
  8142.         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()));
  8143.     }
  8144.     /**
  8145.      * Gets the public 'Shopware\Core\Framework\App\ShopId\ShopIdProvider' shared service.
  8146.      *
  8147.      * @return \Shopware\Core\Framework\App\ShopId\ShopIdProvider
  8148.      */
  8149.     protected function getShopIdProviderService()
  8150.     {
  8151.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  8152.         if (isset($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'])) {
  8153.             return $this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'];
  8154.         }
  8155.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  8156.         if (isset($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'])) {
  8157.             return $this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'];
  8158.         }
  8159.         return $this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] = new \Shopware\Core\Framework\App\ShopId\ShopIdProvider($a$b);
  8160.     }
  8161.     /**
  8162.      * Gets the public 'Shopware\Core\Framework\App\Template\TemplateDefinition' shared service.
  8163.      *
  8164.      * @return \Shopware\Core\Framework\App\Template\TemplateDefinition
  8165.      */
  8166.     protected function getTemplateDefinitionService()
  8167.     {
  8168.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/TemplateDefinition.php';
  8169.         $this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition'] = $instance = new \Shopware\Core\Framework\App\Template\TemplateDefinition();
  8170.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8171.         return $instance;
  8172.     }
  8173.     /**
  8174.      * Gets the public 'Shopware\Core\Framework\App\Template\TemplateStateService' shared service.
  8175.      *
  8176.      * @return \Shopware\Core\Framework\App\Template\TemplateStateService
  8177.      */
  8178.     protected function getTemplateStateServiceService()
  8179.     {
  8180.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/TemplateStateService.php';
  8181.         $a = ($this->services['app_template.repository'] ?? $this->getAppTemplate_RepositoryService());
  8182.         if (isset($this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateStateService'])) {
  8183.             return $this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateStateService'];
  8184.         }
  8185.         return $this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateStateService'] = new \Shopware\Core\Framework\App\Template\TemplateStateService($a);
  8186.     }
  8187.     /**
  8188.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator' shared service.
  8189.      *
  8190.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator
  8191.      */
  8192.     protected function getEntityCacheKeyGeneratorService()
  8193.     {
  8194.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator();
  8195.     }
  8196.     /**
  8197.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator' shared service.
  8198.      *
  8199.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator
  8200.      */
  8201.     protected function getEntityHydratorService()
  8202.     {
  8203.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityHydrator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator($this);
  8204.     }
  8205.     /**
  8206.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\ConfigJsonFieldAccessorBuilder' shared service.
  8207.      *
  8208.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\ConfigJsonFieldAccessorBuilder
  8209.      */
  8210.     protected function getConfigJsonFieldAccessorBuilderService()
  8211.     {
  8212.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  8213.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/JsonFieldAccessorBuilder.php';
  8214.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/ConfigJsonFieldAccessorBuilder.php';
  8215.         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()));
  8216.     }
  8217.     /**
  8218.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\CustomFieldsAccessorBuilder' shared service.
  8219.      *
  8220.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\CustomFieldsAccessorBuilder
  8221.      */
  8222.     protected function getCustomFieldsAccessorBuilderService()
  8223.     {
  8224.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  8225.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/JsonFieldAccessorBuilder.php';
  8226.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/CustomFieldsAccessorBuilder.php';
  8227.         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()));
  8228.     }
  8229.     /**
  8230.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\DefaultFieldAccessorBuilder' shared service.
  8231.      *
  8232.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\DefaultFieldAccessorBuilder
  8233.      */
  8234.     protected function getDefaultFieldAccessorBuilderService()
  8235.     {
  8236.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  8237.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/DefaultFieldAccessorBuilder.php';
  8238.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\DefaultFieldAccessorBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\DefaultFieldAccessorBuilder();
  8239.     }
  8240.     /**
  8241.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\JsonFieldAccessorBuilder' shared service.
  8242.      *
  8243.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\JsonFieldAccessorBuilder
  8244.      */
  8245.     protected function getJsonFieldAccessorBuilderService()
  8246.     {
  8247.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  8248.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/JsonFieldAccessorBuilder.php';
  8249.         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()));
  8250.     }
  8251.     /**
  8252.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\PriceFieldAccessorBuilder' shared service.
  8253.      *
  8254.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\PriceFieldAccessorBuilder
  8255.      */
  8256.     protected function getPriceFieldAccessorBuilderService()
  8257.     {
  8258.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  8259.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/PriceFieldAccessorBuilder.php';
  8260.         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()));
  8261.     }
  8262.     /**
  8263.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToManyAssociationFieldResolver' shared service.
  8264.      *
  8265.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToManyAssociationFieldResolver
  8266.      */
  8267.     protected function getManyToManyAssociationFieldResolverService()
  8268.     {
  8269.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  8270.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/ManyToManyAssociationFieldResolver.php';
  8271.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\ManyToManyAssociationFieldResolver'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToManyAssociationFieldResolver();
  8272.     }
  8273.     /**
  8274.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToOneAssociationFieldResolver' shared service.
  8275.      *
  8276.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToOneAssociationFieldResolver
  8277.      */
  8278.     protected function getManyToOneAssociationFieldResolverService()
  8279.     {
  8280.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  8281.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/ManyToOneAssociationFieldResolver.php';
  8282.         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())));
  8283.     }
  8284.     /**
  8285.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\OneToManyAssociationFieldResolver' shared service.
  8286.      *
  8287.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\OneToManyAssociationFieldResolver
  8288.      */
  8289.     protected function getOneToManyAssociationFieldResolverService()
  8290.     {
  8291.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  8292.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/OneToManyAssociationFieldResolver.php';
  8293.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\OneToManyAssociationFieldResolver'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\OneToManyAssociationFieldResolver();
  8294.     }
  8295.     /**
  8296.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\TranslationFieldResolver' shared service.
  8297.      *
  8298.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\TranslationFieldResolver
  8299.      */
  8300.     protected function getTranslationFieldResolverService()
  8301.     {
  8302.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  8303.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/TranslationFieldResolver.php';
  8304.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\TranslationFieldResolver'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\TranslationFieldResolver();
  8305.     }
  8306.     /**
  8307.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\JoinGroupBuilder' shared service.
  8308.      *
  8309.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\JoinGroupBuilder
  8310.      */
  8311.     protected function getJoinGroupBuilderService()
  8312.     {
  8313.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\JoinGroupBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\JoinGroupBuilder();
  8314.     }
  8315.     /**
  8316.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\DefinitionInstanceRegistry' shared service.
  8317.      *
  8318.      * @return \Shopware\Core\Framework\DataAbstractionLayer\DefinitionInstanceRegistry
  8319.      */
  8320.     protected function getDefinitionInstanceRegistryService()
  8321.     {
  8322.         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_customized_products_template' => 'Swag\\CustomizedProducts\\Template\\TemplateDefinition''swag_customized_products_template_option' => 'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\TemplateOptionDefinition''swag_customized_products_template_option_price' => 'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionPrice\\TemplateOptionPriceDefinition''swag_customized_products_template_option_value' => 'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionValue\\TemplateOptionValueDefinition''swag_customized_products_template_option_value_price' => 'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionValuePrice\\TemplateOptionValuePriceDefinition''swag_customized_products_template_exclusion' => 'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateExclusion\\TemplateExclusionDefinition''swag_customized_products_template_exclusion_condition' => 'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateExclusionCondition\\TemplateExclusionConditionDefinition''swag_customized_products_template_exclusion_operator' => 'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateExclusionOperator\\TemplateExclusionOperatorDefinition''swag_customized_products_template_exclusion_condition_values' => 'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateExclusionConditionValues\\TemplateExclusionConditionValuesDefinition''swag_customized_products_template_configuration' => 'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateConfiguration\\TemplateConfigurationDefinition''swag_customized_products_template_configuration_share' => 'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateConfiguration\\Aggregate\\TemplateConfigurationShareDefinition''swag_customized_products_template_translation' => 'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateTranslation\\TemplateTranslationDefinition''swag_customized_products_template_option_translation' => 'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionTranslation\\TemplateOptionTranslationDefinition''swag_customized_products_template_option_value_translation' => 'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionValueTranslation\\TemplateOptionValueTranslationDefinition''swag_customized_products_template_exclusion_operator_translation' => 'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateExclusionOperatorTranslation\\TemplateExclusionOperatorTranslationDefinition''s_plugin_netzp_events' => 'NetzpEvents6\\Core\\Content\\Event\\EventDefinition''s_plugin_netzp_events_translation' => 'NetzpEvents6\\Core\\Content\\Aggregate\\EventTranslation\\EventTranslationDefinition''s_plugin_netzp_events_slots' => 'NetzpEvents6\\Core\\Content\\Slot\\SlotDefinition''s_plugin_netzp_events_slots_translation' => 'NetzpEvents6\\Core\\Content\\Aggregate\\SlotTranslation\\SlotTranslationDefinition''s_plugin_netzp_events_participants' => 'NetzpEvents6\\Core\\Content\\Participant\\ParticipantDefinition''s_plugin_netzp_events_categories' => 'NetzpEvents6\\Core\\Content\\Category\\CategoryDefinition''s_plugin_netzp_events_categories_translation' => 'NetzpEvents6\\Core\\Content\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition''tiny_config' => 'She\\TinyMce\\Database\\TinyConfigDefinition''tiny_template' => 'She\\TinyMce\\Database\\TinyTemplateDefinition''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''s_plugin_netzp_calendars' => 'NetzpCalendar6\\Core\\Content\\Calendar\\CalendarDefinition''s_plugin_netzp_calendars_translation' => 'NetzpCalendar6\\Core\\Content\\Aggregate\\CalendarTranslation\\CalendarTranslationDefinition''s_plugin_netzp_calendars_items' => 'NetzpCalendar6\\Core\\Content\\Item\\ItemDefinition''s_plugin_netzp_calendars_items_translation' => 'NetzpCalendar6\\Core\\Content\\Aggregate\\ItemTranslation\\ItemTranslationDefinition''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''sas_blog_entries' => 'Sas\\BlogModule\\Content\\Blog\\BlogEntriesDefinition''sas_blog_entries_translation' => 'Sas\\BlogModule\\Content\\Blog\\BlogEntriesTranslation\\BlogEntriesTranslationDefinition''sas_blog_category' => 'Sas\\BlogModule\\Content\\BlogCategory\\BlogCategoryDefinition''sas_blog_category_translation' => 'Sas\\BlogModule\\Content\\BlogCategory\\BlogCategoryTranslation\\BlogCategoryTranslationDefinition''sas_blog_blog_category' => 'Sas\\BlogModule\\Content\\Blog\\Aggregate\\BlogCategoryMappingDefinition''sas_blog_author' => 'Sas\\BlogModule\\Content\\BlogAuthor\\BlogAuthorDefinition''sas_blog_author_translation' => 'Sas\\BlogModule\\Content\\BlogAuthor\\BlogAuthorTranslation\\BlogAuthorTranslationDefinition''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''acris_product_video' => 'Acris\\ProductVideo\\Custom\\ProductVideoDefinition''acris_product_video_translation' => 'Acris\\ProductVideo\\Custom\\Aggregate\\ProductVideoTranslation\\ProductVideoTranslationDefinition''sendcloud_queues' => 'Sendcloud\\Shipping\\Entity\\Queue\\QueueEntityDefinition''sendcloud_processes' => 'Sendcloud\\Shipping\\Entity\\Process\\ProcessEntityDefinition''sendcloud_shipments' => 'Sendcloud\\Shipping\\Entity\\Shipment\\ShipmentEntityDefinition''sendcloud_servicepoints' => 'Sendcloud\\Shipping\\Entity\\ServicePoint\\ServicePointEntityDefinition''bf_config' => 'Swag\\Markets\\Entity\\Config\\SwagMarketsConfigurationEntityDefinition''bf_marketplace' => 'Swag\\Markets\\Entity\\Marketplace\\MarketplaceDefinition''bf_marketplace_sales_channel' => 'Swag\\Markets\\Entity\\Marketplace\\Aggregate\\MarketplaceSalesChannel\\MarketplaceSalesChannelDefinition''bf_marketplace_settings' => 'Swag\\Markets\\Entity\\Marketplace\\Aggregate\\MarketplaceSettings\\MarketplaceSettingsDefinition''bf_category_mapping' => 'Swag\\Markets\\Entity\\CategoryMapping\\CategoryMappingDefinition''bf_support' => 'Swag\\Markets\\Entity\\Support\\SupportDefinition''bf_product_to_delete' => 'Swag\\Markets\\Entity\\ProductToDelete\\SwagMarketsProductToDeleteEntityDefinition''klarna_payment_request_log' => 'KlarnaPayment\\Components\\DataAbstractionLayer\\Entity\\RequestLog\\RequestLogDefinition''swag_cms_extensions_form' => 'Swag\\CmsExtensions\\Form\\FormDefinition''swag_cms_extensions_form_translation' => 'Swag\\CmsExtensions\\Form\\Aggregate\\FormTranslation\\FormTranslationDefinition''swag_cms_extensions_form_group' => 'Swag\\CmsExtensions\\Form\\Aggregate\\FormGroup\\FormGroupDefinition''swag_cms_extensions_form_group_translation' => 'Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupTranslation\\FormGroupTranslationDefinition''swag_cms_extensions_form_group_field' => 'Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupField\\FormGroupFieldDefinition''swag_cms_extensions_form_group_field_translation' => 'Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupFieldTranslation\\FormGroupFieldTranslationDefinition''swag_cms_extensions_quickview' => 'Swag\\CmsExtensions\\Quickview\\QuickviewDefinition''swag_cms_extensions_block_rule' => 'Swag\\CmsExtensions\\BlockRule\\BlockRuleDefinition''swag_cms_extensions_scroll_navigation' => 'Swag\\CmsExtensions\\ScrollNavigation\\ScrollNavigationDefinition''swag_cms_extensions_scroll_navigation_translation' => 'Swag\\CmsExtensions\\ScrollNavigation\\Aggregate\\ScrollNavigationTranslation\\ScrollNavigationTranslationDefinition''swag_cms_extensions_scroll_navigation_page_settings' => 'Swag\\CmsExtensions\\ScrollNavigation\\Aggregate\\ScrollNavigationPageSettings\\ScrollNavigationPageSettingsDefinition''acris_product_customer_group' => 'Acris\\ProductCustomerGroup\\Custom\\ProductCustomerGroupDefinition''wbm_data_layer_modules' => 'Wbm\\TagManagerEcomm\\Core\\Content\\Module\\ModuleDefinition''wbm_data_layer_properties' => 'Wbm\\TagManagerEcomm\\Core\\Content\\Property\\PropertyDefinition'], ['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_customized_products_template' => 'swag_customized_products_template.repository''swag_customized_products_template_option' => 'swag_customized_products_template_option.repository''swag_customized_products_template_option_price' => 'swag_customized_products_template_option_price.repository''swag_customized_products_template_option_value' => 'swag_customized_products_template_option_value.repository''swag_customized_products_template_option_value_price' => 'swag_customized_products_template_option_value_price.repository''swag_customized_products_template_exclusion' => 'swag_customized_products_template_exclusion.repository''swag_customized_products_template_exclusion_condition' => 'swag_customized_products_template_exclusion_condition.repository''swag_customized_products_template_exclusion_operator' => 'swag_customized_products_template_exclusion_operator.repository''swag_customized_products_template_exclusion_condition_values' => 'swag_customized_products_template_exclusion_condition_values.repository''swag_customized_products_template_configuration' => 'swag_customized_products_template_configuration.repository''swag_customized_products_template_configuration_share' => 'swag_customized_products_template_configuration_share.repository''swag_customized_products_template_translation' => 'swag_customized_products_template_translation.repository''swag_customized_products_template_option_translation' => 'swag_customized_products_template_option_translation.repository''swag_customized_products_template_option_value_translation' => 'swag_customized_products_template_option_value_translation.repository''swag_customized_products_template_exclusion_operator_translation' => 'swag_customized_products_template_exclusion_operator_translation.repository''s_plugin_netzp_events' => 's_plugin_netzp_events.repository''s_plugin_netzp_events_translation' => 's_plugin_netzp_events_translation.repository''s_plugin_netzp_events_slots' => 's_plugin_netzp_events_slots.repository''s_plugin_netzp_events_slots_translation' => 's_plugin_netzp_events_slots_translation.repository''s_plugin_netzp_events_participants' => 's_plugin_netzp_events_participants.repository''s_plugin_netzp_events_categories' => 's_plugin_netzp_events_categories.repository''s_plugin_netzp_events_categories_translation' => 's_plugin_netzp_events_categories_translation.repository''tiny_config' => 'tiny_config.repository''tiny_template' => 'tiny_template.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''s_plugin_netzp_calendars' => 's_plugin_netzp_calendars.repository''s_plugin_netzp_calendars_translation' => 's_plugin_netzp_calendars_translation.repository''s_plugin_netzp_calendars_items' => 's_plugin_netzp_calendars_items.repository''s_plugin_netzp_calendars_items_translation' => 's_plugin_netzp_calendars_items_translation.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''sas_blog_entries' => 'sas_blog_entries.repository''sas_blog_entries_translation' => 'sas_blog_entries_translation.repository''sas_blog_category' => 'sas_blog_category.repository''sas_blog_category_translation' => 'sas_blog_category_translation.repository''sas_blog_blog_category' => 'sas_blog_blog_category.repository''sas_blog_author' => 'sas_blog_author.repository''sas_blog_author_translation' => 'sas_blog_author_translation.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''acris_product_video' => 'acris_product_video.repository''acris_product_video_translation' => 'acris_product_video_translation.repository''sendcloud_queues' => 'sendcloud_queues.repository''sendcloud_processes' => 'sendcloud_processes.repository''sendcloud_shipments' => 'sendcloud_shipments.repository''sendcloud_servicepoints' => 'sendcloud_servicepoints.repository''bf_config' => 'bf_config.repository''bf_marketplace' => 'bf_marketplace.repository''bf_marketplace_sales_channel' => 'bf_marketplace_sales_channel.repository''bf_marketplace_settings' => 'bf_marketplace_settings.repository''bf_category_mapping' => 'bf_category_mapping.repository''bf_support' => 'bf_support.repository''bf_product_to_delete' => 'bf_product_to_delete.repository''klarna_payment_request_log' => 'klarna_payment_request_log.repository''swag_cms_extensions_form' => 'swag_cms_extensions_form.repository''swag_cms_extensions_form_translation' => 'swag_cms_extensions_form_translation.repository''swag_cms_extensions_form_group' => 'swag_cms_extensions_form_group.repository''swag_cms_extensions_form_group_translation' => 'swag_cms_extensions_form_group_translation.repository''swag_cms_extensions_form_group_field' => 'swag_cms_extensions_form_group_field.repository''swag_cms_extensions_form_group_field_translation' => 'swag_cms_extensions_form_group_field_translation.repository''swag_cms_extensions_quickview' => 'swag_cms_extensions_quickview.repository''swag_cms_extensions_block_rule' => 'swag_cms_extensions_block_rule.repository''swag_cms_extensions_scroll_navigation' => 'swag_cms_extensions_scroll_navigation.repository''swag_cms_extensions_scroll_navigation_translation' => 'swag_cms_extensions_scroll_navigation_translation.repository''swag_cms_extensions_scroll_navigation_page_settings' => 'swag_cms_extensions_scroll_navigation_page_settings.repository''acris_product_customer_group' => 'acris_product_customer_group.repository''wbm_data_layer_modules' => 'wbm_data_layer_modules.repository''wbm_data_layer_properties' => 'wbm_data_layer_properties.repository']);
  8323.     }
  8324.     /**
  8325.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Event\EntityLoadedEventFactory' shared service.
  8326.      *
  8327.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Event\EntityLoadedEventFactory
  8328.      */
  8329.     protected function getEntityLoadedEventFactoryService()
  8330.     {
  8331.         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()));
  8332.     }
  8333.     /**
  8334.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry' shared service.
  8335.      *
  8336.      * @return \Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry
  8337.      */
  8338.     protected function getExtensionRegistryService()
  8339.     {
  8340.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php';
  8341.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\ExtensionRegistry'] = new \Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry(new RewindableGenerator(function () {
  8342.             yield => ($this->privates['Shopware\\Administration\\Notification\\Extension\\IntegrationExtension'] ?? ($this->privates['Shopware\\Administration\\Notification\\Extension\\IntegrationExtension'] = new \Shopware\Administration\Notification\Extension\IntegrationExtension()));
  8343.             yield => ($this->privates['Shopware\\Administration\\Notification\\Extension\\UserExtension'] ?? ($this->privates['Shopware\\Administration\\Notification\\Extension\\UserExtension'] = new \Shopware\Administration\Notification\Extension\UserExtension()));
  8344.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Extension\\SalesChannelExtension'] ?? ($this->privates['Shopware\\Storefront\\Theme\\Extension\\SalesChannelExtension'] = new \Shopware\Storefront\Theme\Extension\SalesChannelExtension()));
  8345.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Extension\\LanguageExtension'] ?? ($this->privates['Shopware\\Storefront\\Theme\\Extension\\LanguageExtension'] = new \Shopware\Storefront\Theme\Extension\LanguageExtension()));
  8346.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Extension\\MediaExtension'] ?? ($this->privates['Shopware\\Storefront\\Theme\\Extension\\MediaExtension'] = new \Shopware\Storefront\Theme\Extension\MediaExtension()));
  8347.             yield => ($this->privates['Swag\\CustomizedProducts\\Extension\\LanguageExtension'] ?? ($this->privates['Swag\\CustomizedProducts\\Extension\\LanguageExtension'] = new \Swag\CustomizedProducts\Extension\LanguageExtension()));
  8348.             yield => ($this->privates['Swag\\CustomizedProducts\\Extension\\MediaExtension'] ?? ($this->privates['Swag\\CustomizedProducts\\Extension\\MediaExtension'] = new \Swag\CustomizedProducts\Extension\MediaExtension()));
  8349.             yield => ($this->privates['Swag\\CustomizedProducts\\Extension\\ProductExtension'] ?? ($this->privates['Swag\\CustomizedProducts\\Extension\\ProductExtension'] = new \Swag\CustomizedProducts\Extension\ProductExtension()));
  8350.             yield => ($this->privates['Swag\\CustomizedProducts\\Extension\\RuleExtension'] ?? ($this->privates['Swag\\CustomizedProducts\\Extension\\RuleExtension'] = new \Swag\CustomizedProducts\Extension\RuleExtension()));
  8351.             yield => ($this->privates['Swag\\CustomizedProducts\\Extension\\TaxExtension'] ?? ($this->privates['Swag\\CustomizedProducts\\Extension\\TaxExtension'] = new \Swag\CustomizedProducts\Extension\TaxExtension()));
  8352.             yield 10 => ($this->privates['NetzpEvents6\\Core\\Content\\Product\\ProductExtension'] ?? ($this->privates['NetzpEvents6\\Core\\Content\\Product\\ProductExtension'] = new \NetzpEvents6\Core\Content\Product\ProductExtension()));
  8353.             yield 11 => ($this->privates['Sas\\BlogModule\\Content\\Extension\\MediaExtension'] ?? ($this->privates['Sas\\BlogModule\\Content\\Extension\\MediaExtension'] = new \Sas\BlogModule\Content\Extension\MediaExtension()));
  8354.             yield 12 => ($this->privates['Sas\\BlogModule\\Content\\Extension\\LanguageExtension'] ?? ($this->privates['Sas\\BlogModule\\Content\\Extension\\LanguageExtension'] = new \Sas\BlogModule\Content\Extension\LanguageExtension()));
  8355.             yield 13 => ($this->privates['Sas\\BlogModule\\Content\\Extension\\SalutationExtension'] ?? ($this->privates['Sas\\BlogModule\\Content\\Extension\\SalutationExtension'] = new \Sas\BlogModule\Content\Extension\SalutationExtension()));
  8356.             yield 14 => ($this->privates['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Extension\\SalesChannelExtension'] ?? ($this->privates['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Extension\\SalesChannelExtension'] = new \Swag\PayPal\Pos\DataAbstractionLayer\Extension\SalesChannelExtension()));
  8357.             yield 15 => ($this->privates['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Extension\\ProductExtension'] ?? ($this->privates['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Extension\\ProductExtension'] = new \Swag\PayPal\Pos\DataAbstractionLayer\Extension\ProductExtension()));
  8358.             yield 16 => ($this->privates['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Extension\\ProductStreamExtension'] ?? ($this->privates['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Extension\\ProductStreamExtension'] = new \Swag\PayPal\Pos\DataAbstractionLayer\Extension\ProductStreamExtension()));
  8359.             yield 17 => ($this->privates['Acris\\ProductVideo\\Core\\Content\\Product\\ProductExtension'] ?? ($this->privates['Acris\\ProductVideo\\Core\\Content\\Product\\ProductExtension'] = new \Acris\ProductVideo\Core\Content\Product\ProductExtension()));
  8360.             yield 18 => ($this->privates['Acris\\ProductVideo\\Custom\\MediaExtension'] ?? ($this->privates['Acris\\ProductVideo\\Custom\\MediaExtension'] = new \Acris\ProductVideo\Custom\MediaExtension()));
  8361.             yield 19 => ($this->privates['Swag\\Markets\\Entity\\Extension\\SalesChannelExtension'] ?? ($this->privates['Swag\\Markets\\Entity\\Extension\\SalesChannelExtension'] = new \Swag\Markets\Entity\Extension\SalesChannelExtension()));
  8362.             yield 20 => ($this->privates['Swag\\Markets\\Entity\\Extension\\CurrencyExtension'] ?? ($this->privates['Swag\\Markets\\Entity\\Extension\\CurrencyExtension'] = new \Swag\Markets\Entity\Extension\CurrencyExtension()));
  8363.             yield 21 => ($this->privates['Swag\\Markets\\Entity\\Extension\\CountryExtension'] ?? ($this->privates['Swag\\Markets\\Entity\\Extension\\CountryExtension'] = new \Swag\Markets\Entity\Extension\CountryExtension()));
  8364.             yield 22 => ($this->privates['Swag\\Markets\\Entity\\Extension\\LanguageExtension'] ?? ($this->privates['Swag\\Markets\\Entity\\Extension\\LanguageExtension'] = new \Swag\Markets\Entity\Extension\LanguageExtension()));
  8365.             yield 23 => ($this->privates['Swag\\CmsExtensions\\Extension\\Feature\\FormBuilder\\LanguageExtension'] ?? ($this->privates['Swag\\CmsExtensions\\Extension\\Feature\\FormBuilder\\LanguageExtension'] = new \Swag\CmsExtensions\Extension\Feature\FormBuilder\LanguageExtension()));
  8366.             yield 24 => ($this->privates['Swag\\CmsExtensions\\Extension\\Feature\\FormBuilder\\CmsSlotEntityExtension'] ?? ($this->privates['Swag\\CmsExtensions\\Extension\\Feature\\FormBuilder\\CmsSlotEntityExtension'] = new \Swag\CmsExtensions\Extension\Feature\FormBuilder\CmsSlotEntityExtension()));
  8367.             yield 25 => ($this->privates['Swag\\CmsExtensions\\Extension\\Feature\\FormBuilder\\MailTemplateExtension'] ?? ($this->privates['Swag\\CmsExtensions\\Extension\\Feature\\FormBuilder\\MailTemplateExtension'] = new \Swag\CmsExtensions\Extension\Feature\FormBuilder\MailTemplateExtension()));
  8368.             yield 26 => ($this->privates['Swag\\CmsExtensions\\Extension\\Feature\\Quickview\\CmsBlockEntityExtension'] ?? ($this->privates['Swag\\CmsExtensions\\Extension\\Feature\\Quickview\\CmsBlockEntityExtension'] = new \Swag\CmsExtensions\Extension\Feature\Quickview\CmsBlockEntityExtension()));
  8369.             yield 27 => ($this->privates['Swag\\CmsExtensions\\Extension\\Feature\\BlockRule\\CmsBlockEntityExtension'] ?? ($this->privates['Swag\\CmsExtensions\\Extension\\Feature\\BlockRule\\CmsBlockEntityExtension'] = new \Swag\CmsExtensions\Extension\Feature\BlockRule\CmsBlockEntityExtension()));
  8370.             yield 28 => ($this->privates['Swag\\CmsExtensions\\Extension\\Feature\\BlockRule\\RuleExtension'] ?? ($this->privates['Swag\\CmsExtensions\\Extension\\Feature\\BlockRule\\RuleExtension'] = new \Swag\CmsExtensions\Extension\Feature\BlockRule\RuleExtension()));
  8371.             yield 29 => ($this->privates['Swag\\CmsExtensions\\Extension\\Feature\\ScrollNavigation\\CmsPageEntityExtension'] ?? ($this->privates['Swag\\CmsExtensions\\Extension\\Feature\\ScrollNavigation\\CmsPageEntityExtension'] = new \Swag\CmsExtensions\Extension\Feature\ScrollNavigation\CmsPageEntityExtension()));
  8372.             yield 30 => ($this->privates['Swag\\CmsExtensions\\Extension\\Feature\\ScrollNavigation\\CmsSectionEntityExtension'] ?? ($this->privates['Swag\\CmsExtensions\\Extension\\Feature\\ScrollNavigation\\CmsSectionEntityExtension'] = new \Swag\CmsExtensions\Extension\Feature\ScrollNavigation\CmsSectionEntityExtension()));
  8373.             yield 31 => ($this->privates['Swag\\CmsExtensions\\Extension\\Feature\\ScrollNavigation\\LanguageExtension'] ?? ($this->privates['Swag\\CmsExtensions\\Extension\\Feature\\ScrollNavigation\\LanguageExtension'] = new \Swag\CmsExtensions\Extension\Feature\ScrollNavigation\LanguageExtension()));
  8374.             yield 32 => ($this->privates['Acris\\ProductCustomerGroup\\Core\\Content\\Product\\ProductExtension'] ?? ($this->privates['Acris\\ProductCustomerGroup\\Core\\Content\\Product\\ProductExtension'] = new \Acris\ProductCustomerGroup\Core\Content\Product\ProductExtension()));
  8375.             yield 33 => ($this->privates['Acris\\ProductCustomerGroup\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupExtension'] ?? ($this->privates['Acris\\ProductCustomerGroup\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupExtension'] = new \Acris\ProductCustomerGroup\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupExtension()));
  8376.         }, 34));
  8377.     }
  8378.     /**
  8379.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryFacadeHookFactory' shared service.
  8380.      *
  8381.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryFacadeHookFactory
  8382.      */
  8383.     protected function getRepositoryFacadeHookFactoryService()
  8384.     {
  8385.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  8386.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Facade/RepositoryFacadeHookFactory.php';
  8387.         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()));
  8388.     }
  8389.     /**
  8390.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryWriterFacadeHookFactory' shared service.
  8391.      *
  8392.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryWriterFacadeHookFactory
  8393.      */
  8394.     protected function getRepositoryWriterFacadeHookFactoryService()
  8395.     {
  8396.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  8397.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Facade/RepositoryWriterFacadeHookFactory.php';
  8398.         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()));
  8399.     }
  8400.     /**
  8401.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Facade\SalesChannelRepositoryFacadeHookFactory' shared service.
  8402.      *
  8403.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\SalesChannelRepositoryFacadeHookFactory
  8404.      */
  8405.     protected function getSalesChannelRepositoryFacadeHookFactoryService()
  8406.     {
  8407.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  8408.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Facade/SalesChannelRepositoryFacadeHookFactory.php';
  8409.         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()));
  8410.     }
  8411.     /**
  8412.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BlobFieldSerializer' shared service.
  8413.      *
  8414.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BlobFieldSerializer
  8415.      */
  8416.     protected function getBlobFieldSerializerService()
  8417.     {
  8418.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8419.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/BlobFieldSerializer.php';
  8420.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\BlobFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BlobFieldSerializer();
  8421.     }
  8422.     /**
  8423.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BoolFieldSerializer' shared service.
  8424.      *
  8425.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BoolFieldSerializer
  8426.      */
  8427.     protected function getBoolFieldSerializerService()
  8428.     {
  8429.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8430.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8431.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/BoolFieldSerializer.php';
  8432.         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()));
  8433.     }
  8434.     /**
  8435.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CalculatedPriceFieldSerializer' shared service.
  8436.      *
  8437.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CalculatedPriceFieldSerializer
  8438.      */
  8439.     protected function getCalculatedPriceFieldSerializerService()
  8440.     {
  8441.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8442.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8443.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  8444.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CalculatedPriceFieldSerializer.php';
  8445.         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()));
  8446.     }
  8447.     /**
  8448.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CartPriceFieldSerializer' shared service.
  8449.      *
  8450.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CartPriceFieldSerializer
  8451.      */
  8452.     protected function getCartPriceFieldSerializerService()
  8453.     {
  8454.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8455.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8456.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  8457.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CartPriceFieldSerializer.php';
  8458.         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()));
  8459.     }
  8460.     /**
  8461.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CashRoundingConfigFieldSerializer' shared service.
  8462.      *
  8463.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CashRoundingConfigFieldSerializer
  8464.      */
  8465.     protected function getCashRoundingConfigFieldSerializerService()
  8466.     {
  8467.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8468.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8469.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  8470.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CashRoundingConfigFieldSerializer.php';
  8471.         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()));
  8472.     }
  8473.     /**
  8474.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ConfigJsonFieldSerializer' shared service.
  8475.      *
  8476.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ConfigJsonFieldSerializer
  8477.      */
  8478.     protected function getConfigJsonFieldSerializerService()
  8479.     {
  8480.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8481.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8482.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  8483.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ConfigJsonFieldSerializer.php';
  8484.         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()));
  8485.     }
  8486.     /**
  8487.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedAtFieldSerializer' shared service.
  8488.      *
  8489.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedAtFieldSerializer
  8490.      */
  8491.     protected function getCreatedAtFieldSerializerService()
  8492.     {
  8493.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8494.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8495.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/DateTimeFieldSerializer.php';
  8496.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CreatedAtFieldSerializer.php';
  8497.         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()));
  8498.     }
  8499.     /**
  8500.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedByFieldSerializer' shared service.
  8501.      *
  8502.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedByFieldSerializer
  8503.      */
  8504.     protected function getCreatedByFieldSerializerService()
  8505.     {
  8506.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8507.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8508.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php';
  8509.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CreatedByFieldSerializer.php';
  8510.         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()));
  8511.     }
  8512.     /**
  8513.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CustomFieldsSerializer' shared service.
  8514.      *
  8515.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CustomFieldsSerializer
  8516.      */
  8517.     protected function getCustomFieldsSerializerService()
  8518.     {
  8519.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8520.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8521.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  8522.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CustomFieldsSerializer.php';
  8523.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  8524.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer'])) {
  8525.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer'];
  8526.         }
  8527.         $b = ($this->privates['Acris\\ProductCustomerGroup\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService());
  8528.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer'])) {
  8529.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer'];
  8530.         }
  8531.         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);
  8532.     }
  8533.     /**
  8534.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateFieldSerializer' shared service.
  8535.      *
  8536.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateFieldSerializer
  8537.      */
  8538.     protected function getDateFieldSerializerService()
  8539.     {
  8540.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8541.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8542.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/DateFieldSerializer.php';
  8543.         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()));
  8544.     }
  8545.     /**
  8546.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateTimeFieldSerializer' shared service.
  8547.      *
  8548.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateTimeFieldSerializer
  8549.      */
  8550.     protected function getDateTimeFieldSerializerService()
  8551.     {
  8552.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8553.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8554.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/DateTimeFieldSerializer.php';
  8555.         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()));
  8556.     }
  8557.     /**
  8558.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\EmailFieldSerializer' shared service.
  8559.      *
  8560.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\EmailFieldSerializer
  8561.      */
  8562.     protected function getEmailFieldSerializerService()
  8563.     {
  8564.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8565.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8566.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/EmailFieldSerializer.php';
  8567.         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()));
  8568.     }
  8569.     /**
  8570.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FkFieldSerializer' shared service.
  8571.      *
  8572.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FkFieldSerializer
  8573.      */
  8574.     protected function getFkFieldSerializerService()
  8575.     {
  8576.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8577.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8578.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php';
  8579.         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()));
  8580.     }
  8581.     /**
  8582.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FloatFieldSerializer' shared service.
  8583.      *
  8584.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FloatFieldSerializer
  8585.      */
  8586.     protected function getFloatFieldSerializerService()
  8587.     {
  8588.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8589.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8590.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FloatFieldSerializer.php';
  8591.         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()));
  8592.     }
  8593.     /**
  8594.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IdFieldSerializer' shared service.
  8595.      *
  8596.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IdFieldSerializer
  8597.      */
  8598.     protected function getIdFieldSerializerService()
  8599.     {
  8600.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8601.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8602.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/IdFieldSerializer.php';
  8603.         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()));
  8604.     }
  8605.     /**
  8606.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IntFieldSerializer' shared service.
  8607.      *
  8608.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IntFieldSerializer
  8609.      */
  8610.     protected function getIntFieldSerializerService()
  8611.     {
  8612.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8613.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8614.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/IntFieldSerializer.php';
  8615.         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()));
  8616.     }
  8617.     /**
  8618.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\JsonFieldSerializer' shared service.
  8619.      *
  8620.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\JsonFieldSerializer
  8621.      */
  8622.     protected function getJsonFieldSerializerService()
  8623.     {
  8624.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8625.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8626.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  8627.         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()));
  8628.     }
  8629.     /**
  8630.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ListFieldSerializer' shared service.
  8631.      *
  8632.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ListFieldSerializer
  8633.      */
  8634.     protected function getListFieldSerializerService()
  8635.     {
  8636.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8637.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8638.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ListFieldSerializer.php';
  8639.         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()));
  8640.     }
  8641.     /**
  8642.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\LongTextFieldSerializer' shared service.
  8643.      *
  8644.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\LongTextFieldSerializer
  8645.      */
  8646.     protected function getLongTextFieldSerializerService()
  8647.     {
  8648.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8649.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8650.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/LongTextFieldSerializer.php';
  8651.         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()));
  8652.     }
  8653.     /**
  8654.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToManyAssociationFieldSerializer' shared service.
  8655.      *
  8656.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToManyAssociationFieldSerializer
  8657.      */
  8658.     protected function getManyToManyAssociationFieldSerializerService()
  8659.     {
  8660.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8661.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ManyToManyAssociationFieldSerializer.php';
  8662.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ManyToManyAssociationFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToManyAssociationFieldSerializer(($this->privates['Acris\\ProductCustomerGroup\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8663.     }
  8664.     /**
  8665.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToOneAssociationFieldSerializer' shared service.
  8666.      *
  8667.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToOneAssociationFieldSerializer
  8668.      */
  8669.     protected function getManyToOneAssociationFieldSerializerService()
  8670.     {
  8671.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8672.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ManyToOneAssociationFieldSerializer.php';
  8673.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ManyToOneAssociationFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToOneAssociationFieldSerializer(($this->privates['Acris\\ProductCustomerGroup\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8674.     }
  8675.     /**
  8676.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToManyAssociationFieldSerializer' shared service.
  8677.      *
  8678.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToManyAssociationFieldSerializer
  8679.      */
  8680.     protected function getOneToManyAssociationFieldSerializerService()
  8681.     {
  8682.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8683.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/OneToManyAssociationFieldSerializer.php';
  8684.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\OneToManyAssociationFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToManyAssociationFieldSerializer(($this->privates['Acris\\ProductCustomerGroup\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'] ?? $this->getEntityWriteGatewayInterfaceService()));
  8685.     }
  8686.     /**
  8687.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToOneAssociationFieldSerializer' shared service.
  8688.      *
  8689.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToOneAssociationFieldSerializer
  8690.      */
  8691.     protected function getOneToOneAssociationFieldSerializerService()
  8692.     {
  8693.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8694.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/OneToOneAssociationFieldSerializer.php';
  8695.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\OneToOneAssociationFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToOneAssociationFieldSerializer(($this->privates['Acris\\ProductCustomerGroup\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8696.     }
  8697.     /**
  8698.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PHPUnserializeFieldSerializer' shared service.
  8699.      *
  8700.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PHPUnserializeFieldSerializer
  8701.      */
  8702.     protected function getPHPUnserializeFieldSerializerService()
  8703.     {
  8704.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8705.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8706.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/PHPUnserializeFieldSerializer.php';
  8707.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PHPUnserializeFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PHPUnserializeFieldSerializer();
  8708.     }
  8709.     /**
  8710.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PasswordFieldSerializer' shared service.
  8711.      *
  8712.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PasswordFieldSerializer
  8713.      */
  8714.     protected function getPasswordFieldSerializerService()
  8715.     {
  8716.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8717.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8718.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/PasswordFieldSerializer.php';
  8719.         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()));
  8720.     }
  8721.     /**
  8722.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceDefinitionFieldSerializer' shared service.
  8723.      *
  8724.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceDefinitionFieldSerializer
  8725.      */
  8726.     protected function getPriceDefinitionFieldSerializerService()
  8727.     {
  8728.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8729.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8730.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  8731.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/PriceDefinitionFieldSerializer.php';
  8732.         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()));
  8733.     }
  8734.     /**
  8735.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceFieldSerializer' shared service.
  8736.      *
  8737.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceFieldSerializer
  8738.      */
  8739.     protected function getPriceFieldSerializerService()
  8740.     {
  8741.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8742.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8743.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/PriceFieldSerializer.php';
  8744.         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()));
  8745.     }
  8746.     /**
  8747.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ReferenceVersionFieldSerializer' shared service.
  8748.      *
  8749.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ReferenceVersionFieldSerializer
  8750.      */
  8751.     protected function getReferenceVersionFieldSerializerService()
  8752.     {
  8753.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8754.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ReferenceVersionFieldSerializer.php';
  8755.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ReferenceVersionFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ReferenceVersionFieldSerializer();
  8756.     }
  8757.     /**
  8758.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\RemoteAddressFieldSerializer' shared service.
  8759.      *
  8760.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\RemoteAddressFieldSerializer
  8761.      */
  8762.     protected function getRemoteAddressFieldSerializerService()
  8763.     {
  8764.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8765.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8766.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/RemoteAddressFieldSerializer.php';
  8767.         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()));
  8768.     }
  8769.     /**
  8770.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StateMachineStateFieldSerializer' shared service.
  8771.      *
  8772.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StateMachineStateFieldSerializer
  8773.      */
  8774.     protected function getStateMachineStateFieldSerializerService()
  8775.     {
  8776.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8777.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8778.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php';
  8779.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/StateMachineStateFieldSerializer.php';
  8780.         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()));
  8781.     }
  8782.     /**
  8783.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StringFieldSerializer' shared service.
  8784.      *
  8785.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StringFieldSerializer
  8786.      */
  8787.     protected function getStringFieldSerializerService()
  8788.     {
  8789.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8790.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8791.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/StringFieldSerializer.php';
  8792.         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()));
  8793.     }
  8794.     /**
  8795.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TaxFreeConfigFieldSerializer' shared service.
  8796.      *
  8797.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TaxFreeConfigFieldSerializer
  8798.      */
  8799.     protected function getTaxFreeConfigFieldSerializerService()
  8800.     {
  8801.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8802.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8803.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  8804.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/TaxFreeConfigFieldSerializer.php';
  8805.         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()));
  8806.     }
  8807.     /**
  8808.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TimeZoneFieldSerializer' shared service.
  8809.      *
  8810.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TimeZoneFieldSerializer
  8811.      */
  8812.     protected function getTimeZoneFieldSerializerService()
  8813.     {
  8814.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8815.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8816.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/TimeZoneFieldSerializer.php';
  8817.         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()));
  8818.     }
  8819.     /**
  8820.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslatedFieldSerializer' shared service.
  8821.      *
  8822.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslatedFieldSerializer
  8823.      */
  8824.     protected function getTranslatedFieldSerializerService()
  8825.     {
  8826.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8827.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/TranslatedFieldSerializer.php';
  8828.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TranslatedFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslatedFieldSerializer();
  8829.     }
  8830.     /**
  8831.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslationsAssociationFieldSerializer' shared service.
  8832.      *
  8833.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslationsAssociationFieldSerializer
  8834.      */
  8835.     protected function getTranslationsAssociationFieldSerializerService()
  8836.     {
  8837.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8838.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/TranslationsAssociationFieldSerializer.php';
  8839.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TranslationsAssociationFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslationsAssociationFieldSerializer(($this->privates['Acris\\ProductCustomerGroup\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'] ?? $this->getEntityWriteGatewayInterfaceService()));
  8840.     }
  8841.     /**
  8842.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedAtFieldSerializer' shared service.
  8843.      *
  8844.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedAtFieldSerializer
  8845.      */
  8846.     protected function getUpdatedAtFieldSerializerService()
  8847.     {
  8848.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8849.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8850.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/DateTimeFieldSerializer.php';
  8851.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/UpdatedAtFieldSerializer.php';
  8852.         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()));
  8853.     }
  8854.     /**
  8855.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedByFieldSerializer' shared service.
  8856.      *
  8857.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedByFieldSerializer
  8858.      */
  8859.     protected function getUpdatedByFieldSerializerService()
  8860.     {
  8861.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8862.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8863.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php';
  8864.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/UpdatedByFieldSerializer.php';
  8865.         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()));
  8866.     }
  8867.     /**
  8868.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VariantListingConfigFieldSerializer' shared service.
  8869.      *
  8870.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VariantListingConfigFieldSerializer
  8871.      */
  8872.     protected function getVariantListingConfigFieldSerializerService()
  8873.     {
  8874.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8875.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  8876.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/VariantListingConfigFieldSerializer.php';
  8877.         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()));
  8878.     }
  8879.     /**
  8880.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionDataPayloadFieldSerializer' shared service.
  8881.      *
  8882.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionDataPayloadFieldSerializer
  8883.      */
  8884.     protected function getVersionDataPayloadFieldSerializerService()
  8885.     {
  8886.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8887.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/VersionDataPayloadFieldSerializer.php';
  8888.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VersionDataPayloadFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionDataPayloadFieldSerializer();
  8889.     }
  8890.     /**
  8891.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionFieldSerializer' shared service.
  8892.      *
  8893.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionFieldSerializer
  8894.      */
  8895.     protected function getVersionFieldSerializerService()
  8896.     {
  8897.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  8898.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/VersionFieldSerializer.php';
  8899.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VersionFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionFieldSerializer();
  8900.     }
  8901.     /**
  8902.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\EntityIndexerRegistry' shared service.
  8903.      *
  8904.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\EntityIndexerRegistry
  8905.      */
  8906.     protected function getEntityIndexerRegistryService()
  8907.     {
  8908.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexerRegistry.php';
  8909.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  8910.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'])) {
  8911.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'];
  8912.         }
  8913.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8914.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'])) {
  8915.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'];
  8916.         }
  8917.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] = new \Shopware\Core\Framework\DataAbstractionLayer\Indexing\EntityIndexerRegistry(new RewindableGenerator(function () {
  8918.             yield => ($this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'] ?? $this->getLandingPageIndexerService());
  8919.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'] ?? $this->getProductIndexerService());
  8920.             yield => ($this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\OrderCountIndexer'] ?? $this->getOrderCountIndexerService());
  8921.             yield => ($this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'] ?? $this->getSalesChannelIndexerService());
  8922.             yield => ($this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'] ?? $this->getCategoryIndexerService());
  8923.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'] ?? $this->getMediaIndexerService());
  8924.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'] ?? $this->getMediaFolderConfigurationIndexerService());
  8925.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'] ?? $this->getMediaFolderIndexerService());
  8926.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'] ?? $this->getProductStreamUpdaterService());
  8927.             yield => ($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'] ?? $this->getNewsletterRecipientIndexerService());
  8928.             yield 10 => ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  8929.             yield 11 => ($this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'] ?? $this->getProductStreamIndexerService());
  8930.             yield 12 => ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  8931.             yield 13 => ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'] ?? $this->getPaymentMethodIndexerService());
  8932.             yield 14 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'] ?? $this->getPromotionIndexerService());
  8933.             yield 15 => ($this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'] ?? $this->getThemeIndexerService());
  8934.             yield 16 => ($this->privates['Sas\\BlogModule\\Content\\BlogCategory\\BlogCategoryIndexer'] ?? $this->getBlogCategoryIndexerService());
  8935.             yield 17 => ($this->privates['Sas\\BlogModule\\Content\\Blog\\BlogEntitiesIndexer'] ?? $this->getBlogEntitiesIndexerService());
  8936.         }, 18), $a$b);
  8937.     }
  8938.     /**
  8939.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Read\EntityReaderInterface' shared service.
  8940.      *
  8941.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader
  8942.      */
  8943.     protected function getEntityReaderInterfaceService()
  8944.     {
  8945.         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->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8946.     }
  8947.     /**
  8948.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface' shared service.
  8949.      *
  8950.      * @return \Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator
  8951.      */
  8952.     protected function getEntityAggregatorInterfaceService()
  8953.     {
  8954.         $a = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  8955.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'])) {
  8956.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'];
  8957.         }
  8958.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8959.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'])) {
  8960.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'];
  8961.         }
  8962.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  8963.         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);
  8964.     }
  8965.     /**
  8966.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface' shared service.
  8967.      *
  8968.      * @return \Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher
  8969.      */
  8970.     protected function getEntitySearcherInterfaceService()
  8971.     {
  8972.         $a = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  8973.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'])) {
  8974.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'];
  8975.         }
  8976.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8977.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'])) {
  8978.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'];
  8979.         }
  8980.         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);
  8981.     }
  8982.     /**
  8983.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\VersionManager' shared service.
  8984.      *
  8985.      * @return \Shopware\Core\Framework\DataAbstractionLayer\VersionManager
  8986.      */
  8987.     protected function getVersionManagerService()
  8988.     {
  8989.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService());
  8990.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'])) {
  8991.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'];
  8992.         }
  8993.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  8994.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'])) {
  8995.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'];
  8996.         }
  8997.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'] ?? $this->getEntityWriteGatewayInterfaceService());
  8998.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'])) {
  8999.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'];
  9000.         }
  9001.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9002.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'])) {
  9003.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'];
  9004.         }
  9005.         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()), $b$c$d, ($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()));
  9006.     }
  9007.     /**
  9008.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition' shared service.
  9009.      *
  9010.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition
  9011.      */
  9012.     protected function getVersionCommitDataDefinitionService()
  9013.     {
  9014.         $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition();
  9015.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9016.         return $instance;
  9017.     }
  9018.     /**
  9019.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition' shared service.
  9020.      *
  9021.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition
  9022.      */
  9023.     protected function getVersionCommitDefinitionService()
  9024.     {
  9025.         $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition();
  9026.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9027.         return $instance;
  9028.     }
  9029.     /**
  9030.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition' shared service.
  9031.      *
  9032.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition
  9033.      */
  9034.     protected function getVersionDefinitionService()
  9035.     {
  9036.         $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition();
  9037.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9038.         return $instance;
  9039.     }
  9040.     /**
  9041.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriteGatewayInterface' shared service.
  9042.      *
  9043.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityWriteGateway
  9044.      */
  9045.     protected function getEntityWriteGatewayInterfaceService()
  9046.     {
  9047.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9048.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'])) {
  9049.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'];
  9050.         }
  9051.         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 () {
  9052.             yield => ($this->privates['Shopware\\Core\\System\\Language\\LanguageExceptionHandler'] ?? ($this->privates['Shopware\\Core\\System\\Language\\LanguageExceptionHandler'] = new \Shopware\Core\System\Language\LanguageExceptionHandler()));
  9053.             yield => ($this->privates['Shopware\\Core\\System\\SalesChannel\\SalesChannelExceptionHandler'] ?? ($this->privates['Shopware\\Core\\System\\SalesChannel\\SalesChannelExceptionHandler'] = new \Shopware\Core\System\SalesChannel\SalesChannelExceptionHandler()));
  9054.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductExceptionHandler'] = new \Shopware\Core\Content\Product\DataAbstractionLayer\ProductExceptionHandler()));
  9055.             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()));
  9056.             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()));
  9057.             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()));
  9058.             yield => ($this->privates['Shopware\\Core\\Content\\Newsletter\\NewsletterExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Content\\Newsletter\\NewsletterExceptionHandler'] = new \Shopware\Core\Content\Newsletter\NewsletterExceptionHandler()));
  9059.             yield => ($this->privates['Shopware\\Core\\Content\\ProductExport\\DataAbstractionLayer\\ProductExportExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Content\\ProductExport\\DataAbstractionLayer\\ProductExportExceptionHandler'] = new \Shopware\Core\Content\ProductExport\DataAbstractionLayer\ProductExportExceptionHandler()));
  9060.             yield => ($this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerWishlistProductExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerWishlistProductExceptionHandler'] = new \Shopware\Core\Checkout\Customer\DataAbstractionLayer\CustomerWishlistProductExceptionHandler()));
  9061.             yield => ($this->privates['Shopware\\Core\\Checkout\\Order\\OrderExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Checkout\\Order\\OrderExceptionHandler'] = new \Shopware\Core\Checkout\Order\OrderExceptionHandler()));
  9062.         }, 10)), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9063.     }
  9064.     /**
  9065.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriter' shared service.
  9066.      *
  9067.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriter
  9068.      */
  9069.     protected function getEntityWriterService()
  9070.     {
  9071.         $a = ($this->privates['Acris\\ProductCustomerGroup\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] ?? $this->getWriteCommandExtractorService());
  9072.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'])) {
  9073.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'];
  9074.         }
  9075.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'] ?? $this->getEntityWriteGatewayInterfaceService());
  9076.         if (isset($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'])) {
  9077.             return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'];
  9078.         }
  9079.         $c = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  9080.         $d = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  9081.         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));
  9082.     }
  9083.     /**
  9084.      * Gets the public 'Shopware\Core\Framework\Event\BusinessEventRegistry' shared service.
  9085.      *
  9086.      * @return \Shopware\Core\Framework\Event\BusinessEventRegistry
  9087.      */
  9088.     protected function getBusinessEventRegistryService()
  9089.     {
  9090.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/BusinessEventRegistry.php';
  9091.         $this->services['Shopware\\Core\\Framework\\Event\\BusinessEventRegistry'] = $instance = new \Shopware\Core\Framework\Event\BusinessEventRegistry();
  9092.         $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']);
  9093.         return $instance;
  9094.     }
  9095.     /**
  9096.      * Gets the public 'Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition' shared service.
  9097.      *
  9098.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition
  9099.      */
  9100.     protected function getEventActionRuleDefinitionService()
  9101.     {
  9102.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/Aggregate/EventActionRule/EventActionRuleDefinition.php';
  9103.         $this->services['Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition();
  9104.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9105.         return $instance;
  9106.     }
  9107.     /**
  9108.      * Gets the public 'Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition' shared service.
  9109.      *
  9110.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition
  9111.      */
  9112.     protected function getEventActionSalesChannelDefinitionService()
  9113.     {
  9114.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/Aggregate/EventActionSalesChannel/EventActionSalesChannelDefinition.php';
  9115.         $this->services['Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition();
  9116.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9117.         return $instance;
  9118.     }
  9119.     /**
  9120.      * Gets the public 'Shopware\Core\Framework\Event\EventAction\EventActionDefinition' shared service.
  9121.      *
  9122.      * @return \Shopware\Core\Framework\Event\EventAction\EventActionDefinition
  9123.      */
  9124.     protected function getEventActionDefinitionService()
  9125.     {
  9126.         $this->services['Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\EventActionDefinition();
  9127.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9128.         return $instance;
  9129.     }
  9130.     /**
  9131.      * Gets the public 'Shopware\Core\Framework\Increment\Controller\IncrementApiController' shared service.
  9132.      *
  9133.      * @return \Shopware\Core\Framework\Increment\Controller\IncrementApiController
  9134.      */
  9135.     protected function getIncrementApiControllerService()
  9136.     {
  9137.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/Controller/IncrementApiController.php';
  9138.         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()));
  9139.     }
  9140.     /**
  9141.      * Gets the public 'Shopware\Core\Framework\Log\LogEntryDefinition' shared service.
  9142.      *
  9143.      * @return \Shopware\Core\Framework\Log\LogEntryDefinition
  9144.      */
  9145.     protected function getLogEntryDefinitionService()
  9146.     {
  9147.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/LogEntryDefinition.php';
  9148.         $this->services['Shopware\\Core\\Framework\\Log\\LogEntryDefinition'] = $instance = new \Shopware\Core\Framework\Log\LogEntryDefinition();
  9149.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9150.         return $instance;
  9151.     }
  9152.     /**
  9153.      * Gets the public 'Shopware\Core\Framework\MessageQueue\Api\ConsumeMessagesController' shared service.
  9154.      *
  9155.      * @return \Shopware\Core\Framework\MessageQueue\Api\ConsumeMessagesController
  9156.      */
  9157.     protected function getConsumeMessagesControllerService()
  9158.     {
  9159.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Api/ConsumeMessagesController.php';
  9160.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Subscriber/EarlyReturnMessagesListener.php';
  9161.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/DispatchPcntlSignalListener.php';
  9162.         $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');
  9163.         $instance->setContainer($this);
  9164.         return $instance;
  9165.     }
  9166.     /**
  9167.      * Gets the public 'Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition' shared service.
  9168.      *
  9169.      * @return \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition
  9170.      */
  9171.     protected function getDeadMessageDefinitionService()
  9172.     {
  9173.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/DeadMessage/DeadMessageDefinition.php';
  9174.         $this->services['Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition();
  9175.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9176.         return $instance;
  9177.     }
  9178.     /**
  9179.      * Gets the public 'Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition' shared service.
  9180.      *
  9181.      * @return \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition
  9182.      */
  9183.     protected function getMessageQueueStatsDefinitionService()
  9184.     {
  9185.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/MessageQueueStatsDefinition.php';
  9186.         $this->services['Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition();
  9187.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9188.         return $instance;
  9189.     }
  9190.     /**
  9191.      * Gets the public 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Api\ScheduledTaskController' shared service.
  9192.      *
  9193.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Api\ScheduledTaskController
  9194.      */
  9195.     protected function getScheduledTaskControllerService()
  9196.     {
  9197.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Api/ScheduledTaskController.php';
  9198.         $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()));
  9199.         $instance->setContainer($this);
  9200.         return $instance;
  9201.     }
  9202.     /**
  9203.      * Gets the public 'Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition' shared service.
  9204.      *
  9205.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition
  9206.      */
  9207.     protected function getScheduledTaskDefinitionService()
  9208.     {
  9209.         $this->services['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition();
  9210.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9211.         return $instance;
  9212.     }
  9213.     /**
  9214.      * Gets the public 'Shopware\Core\Framework\Migration\Api\MigrationController' shared service.
  9215.      *
  9216.      * @return \Shopware\Core\Framework\Migration\Api\MigrationController
  9217.      */
  9218.     protected function getMigrationControllerService()
  9219.     {
  9220.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Api/MigrationController.php';
  9221.         $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.2');
  9222.         $instance->setContainer($this);
  9223.         return $instance;
  9224.     }
  9225.     /**
  9226.      * Gets the public 'Shopware\Core\Framework\Migration\IndexerQueuer' shared service.
  9227.      *
  9228.      * @return \Shopware\Core\Framework\Migration\IndexerQueuer
  9229.      */
  9230.     protected function getIndexerQueuerService()
  9231.     {
  9232.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/IndexerQueuer.php';
  9233.         return $this->services['Shopware\\Core\\Framework\\Migration\\IndexerQueuer'] = new \Shopware\Core\Framework\Migration\IndexerQueuer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  9234.     }
  9235.     /**
  9236.      * Gets the public 'Shopware\Core\Framework\Migration\MigrationCollectionLoader' shared service.
  9237.      *
  9238.      * @return \Shopware\Core\Framework\Migration\MigrationCollectionLoader
  9239.      */
  9240.     protected function getMigrationCollectionLoaderService()
  9241.     {
  9242.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationCollectionLoader.php';
  9243.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationRuntime.php';
  9244.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  9245.         $b = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  9246.         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 () {
  9247.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core'] = new \Shopware\Core\Framework\Migration\MigrationSource('core')));
  9248.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_3'] ?? $this->getMigrationSource_Core_V63Service());
  9249.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_4'] ?? $this->getMigrationSource_Core_V64Service());
  9250.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_5'] ?? $this->getMigrationSource_Core_V65Service());
  9251.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.null'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.null'] = new \Shopware\Core\Framework\Migration\MigrationSource('null', [])));
  9252.             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'])));
  9253.             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'])));
  9254.             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'])));
  9255.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SwagCustomizedProducts'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SwagCustomizedProducts'] = new \Shopware\Core\Framework\Migration\MigrationSource('SwagCustomizedProducts', [(\dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Migration') => 'Swag\\CustomizedProducts\\Migration'])));
  9256.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_NetzpEvents6'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_NetzpEvents6'] = new \Shopware\Core\Framework\Migration\MigrationSource('NetzpEvents6', [(\dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Migration') => 'NetzpEvents6\\Migration'])));
  9257.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SheTinyMce'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SheTinyMce'] = new \Shopware\Core\Framework\Migration\MigrationSource('SheTinyMce', [(\dirname(__DIR__4).'/custom/plugins/SheTinyMce/src/Migration') => 'She\\TinyMce\\Migration'])));
  9258.             yield 11 => ($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).'/custom/plugins/SwagMigrationAssistant/Core/Migration') => 'SwagMigrationAssistant\\Core\\Migration'])));
  9259.             yield 12 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SwagMigrationMagento'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SwagMigrationMagento'] = new \Shopware\Core\Framework\Migration\MigrationSource('SwagMigrationMagento', [(\dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Migration') => 'Swag\\MigrationMagento\\Migration'])));
  9260.             yield 13 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_NetzpCalendar6'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_NetzpCalendar6'] = new \Shopware\Core\Framework\Migration\MigrationSource('NetzpCalendar6', [(\dirname(__DIR__4).'/custom/plugins/NetzpCalendar6/src/Migration') => 'NetzpCalendar6\\Migration'])));
  9261.             yield 14 => ($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'])));
  9262.             yield 15 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SasBlogModule'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SasBlogModule'] = new \Shopware\Core\Framework\Migration\MigrationSource('SasBlogModule', [(\dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Migration') => 'Sas\\BlogModule\\Migration'])));
  9263.             yield 16 => ($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).'/custom/plugins/SwagPayPal/src/Migration') => 'Swag\\PayPal\\Migration'])));
  9264.             yield 17 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_HuebertAccessoriesDirectly'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_HuebertAccessoriesDirectly'] = new \Shopware\Core\Framework\Migration\MigrationSource('HuebertAccessoriesDirectly', [(\dirname(__DIR__4).'/custom/plugins/HuebertAccessoriesDirectly/src/Migration') => 'Huebert\\AccessoriesDirectly\\Migration'])));
  9265.             yield 18 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_AcrisProductVideoCS'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_AcrisProductVideoCS'] = new \Shopware\Core\Framework\Migration\MigrationSource('AcrisProductVideoCS', [(\dirname(__DIR__4).'/custom/plugins/AcrisProductVideoCS/src/Migration') => 'Acris\\ProductVideo\\Migration'])));
  9266.             yield 19 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SendcloudShipping'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SendcloudShipping'] = new \Shopware\Core\Framework\Migration\MigrationSource('SendcloudShipping', [(\dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Migration') => 'Sendcloud\\Shipping\\Migration'])));
  9267.             yield 20 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SwagMarkets'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SwagMarkets'] = new \Shopware\Core\Framework\Migration\MigrationSource('SwagMarkets', [(\dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Migration') => 'Swag\\Markets\\Migration'])));
  9268.             yield 21 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_KlarnaPayment'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_KlarnaPayment'] = new \Shopware\Core\Framework\Migration\MigrationSource('KlarnaPayment', [(\dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Migration') => 'KlarnaPayment\\Migration'])));
  9269.             yield 22 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SwagCmsExtensions'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SwagCmsExtensions'] = new \Shopware\Core\Framework\Migration\MigrationSource('SwagCmsExtensions', [(\dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Migration') => 'Swag\\CmsExtensions\\Migration'])));
  9270.             yield 23 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_AcrisProductCustomerGroupCS'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_AcrisProductCustomerGroupCS'] = new \Shopware\Core\Framework\Migration\MigrationSource('AcrisProductCustomerGroupCS', [(\dirname(__DIR__4).'/custom/plugins/AcrisProductCustomerGroupCS/src/Migration') => 'Acris\\ProductCustomerGroup\\Migration'])));
  9271.             yield 24 => ($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).'/custom/plugins/WbmTagManagerEcomm/src/Migration') => 'Wbm\\TagManagerEcomm\\Migration'])));
  9272.             yield 25 => ($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).'/custom/plugins/SolidAdvancedSliderElements/src/Migration') => 'StudioSolid\\AdvancedSliderElements\\Migration'])));
  9273.         }, 26), $b);
  9274.     }
  9275.     /**
  9276.      * Gets the public 'Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition' shared service.
  9277.      *
  9278.      * @return \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition
  9279.      */
  9280.     protected function getPluginTranslationDefinitionService()
  9281.     {
  9282.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  9283.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Aggregate/PluginTranslation/PluginTranslationDefinition.php';
  9284.         $this->services['Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition();
  9285.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9286.         return $instance;
  9287.     }
  9288.     /**
  9289.      * Gets the public 'Shopware\Core\Framework\Plugin\KernelPluginCollection' shared service.
  9290.      *
  9291.      * @return \Shopware\Core\Framework\Plugin\KernelPluginCollection
  9292.      */
  9293.     protected function getKernelPluginCollectionService()
  9294.     {
  9295.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/KernelPluginCollection.php';
  9296.         return $this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginCollection'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstances();
  9297.     }
  9298.     /**
  9299.      * Gets the public 'Shopware\Core\Framework\Plugin\KernelPluginLoader\KernelPluginLoader' shared service.
  9300.      *
  9301.      * @return \Shopware\Core\Framework\Plugin\KernelPluginLoader\KernelPluginLoader
  9302.      */
  9303.     protected function getKernelPluginLoaderService()
  9304.     {
  9305.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  9306.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  9307.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  9308.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  9309.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/KernelPluginLoader/KernelPluginLoader.php';
  9310.         return $this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] = ($this->services['kernel'] ?? $this->get('kernel'1))->getPluginLoader();
  9311.     }
  9312.     /**
  9313.      * Gets the public 'Shopware\Core\Framework\Plugin\PluginDefinition' shared service.
  9314.      *
  9315.      * @return \Shopware\Core\Framework\Plugin\PluginDefinition
  9316.      */
  9317.     protected function getPluginDefinitionService()
  9318.     {
  9319.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginDefinition.php';
  9320.         $this->services['Shopware\\Core\\Framework\\Plugin\\PluginDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\PluginDefinition();
  9321.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9322.         return $instance;
  9323.     }
  9324.     /**
  9325.      * Gets the public 'Shopware\Core\Framework\Plugin\Util\PluginIdProvider' shared service.
  9326.      *
  9327.      * @return \Shopware\Core\Framework\Plugin\Util\PluginIdProvider
  9328.      */
  9329.     protected function getPluginIdProviderService()
  9330.     {
  9331.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Util/PluginIdProvider.php';
  9332.         return $this->services['Shopware\\Core\\Framework\\Plugin\\Util\\PluginIdProvider'] = new \Shopware\Core\Framework\Plugin\Util\PluginIdProvider(($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()));
  9333.     }
  9334.     /**
  9335.      * Gets the public 'Shopware\Core\Framework\Routing\CanonicalRedirectService' shared service.
  9336.      *
  9337.      * @return \Shopware\Core\Framework\Routing\CanonicalRedirectService
  9338.      */
  9339.     protected function getCanonicalRedirectServiceService()
  9340.     {
  9341.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/CanonicalRedirectService.php';
  9342.         return $this->services['Shopware\\Core\\Framework\\Routing\\CanonicalRedirectService'] = new \Shopware\Core\Framework\Routing\CanonicalRedirectService(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  9343.     }
  9344.     /**
  9345.      * Gets the public 'Shopware\Core\Framework\Routing\RequestTransformerInterface' shared autowired service.
  9346.      *
  9347.      * @return \Shopware\Storefront\Framework\Routing\RequestTransformer
  9348.      */
  9349.     protected function getRequestTransformerInterfaceService()
  9350.     {
  9351.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RequestTransformerInterface.php';
  9352.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/RequestTransformer.php';
  9353.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RequestTransformer.php';
  9354.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/AbstractDomainLoader.php';
  9355.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/CachedDomainLoader.php';
  9356.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/DomainLoader.php';
  9357.         return $this->services['Shopware\\Core\\Framework\\Routing\\RequestTransformerInterface'] = 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->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())));
  9358.     }
  9359.     /**
  9360.      * Gets the public 'Shopware\Core\Framework\Rule\Api\RuleConfigController' shared service.
  9361.      *
  9362.      * @return \Shopware\Core\Framework\Rule\Api\RuleConfigController
  9363.      */
  9364.     protected function getRuleConfigControllerService()
  9365.     {
  9366.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Rule/Api/RuleConfigController.php';
  9367.         $this->services['Shopware\\Core\\Framework\\Rule\\Api\\RuleConfigController'] = $instance = new \Shopware\Core\Framework\Rule\Api\RuleConfigController(new RewindableGenerator(function () {
  9368.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] = new \Shopware\Core\Framework\Rule\Container\AndRule()));
  9369.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] = new \Shopware\Core\Framework\Rule\Container\NotRule()));
  9370.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] = new \Shopware\Core\Framework\Rule\Container\OrRule()));
  9371.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] = new \Shopware\Core\Framework\Rule\Container\XorRule()));
  9372.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] = new \Shopware\Core\Framework\Rule\Container\MatchAllLineItemsRule()));
  9373.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] = new \Shopware\Core\Framework\Rule\ScriptRule()));
  9374.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] = new \Shopware\Core\Framework\Rule\DateRangeRule()));
  9375.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] = new \Shopware\Core\Framework\Rule\SimpleRule()));
  9376.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] = new \Shopware\Core\Framework\Rule\SalesChannelRule()));
  9377.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] = new \Shopware\Core\Framework\Rule\TimeRangeRule()));
  9378.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] = new \Shopware\Core\Framework\Rule\WeekdayRule()));
  9379.             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()));
  9380.             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()));
  9381.             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()));
  9382.             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()));
  9383.             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()));
  9384.             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()));
  9385.             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()));
  9386.             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()));
  9387.             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()));
  9388.             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()));
  9389.             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()));
  9390.             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()));
  9391.             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()));
  9392.             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()));
  9393.             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()));
  9394.             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()));
  9395.             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()));
  9396.             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()));
  9397.             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()));
  9398.             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()));
  9399.             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()));
  9400.             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()));
  9401.             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()));
  9402.             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()));
  9403.             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()));
  9404.             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()));
  9405.             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()));
  9406.             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()));
  9407.             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()));
  9408.             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()));
  9409.             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()));
  9410.             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()));
  9411.             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()));
  9412.             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()));
  9413.             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()));
  9414.             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()));
  9415.             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()));
  9416.             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()));
  9417.             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()));
  9418.             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()));
  9419.             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()));
  9420.             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()));
  9421.             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()));
  9422.             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()));
  9423.             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()));
  9424.             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()));
  9425.             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()));
  9426.             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()));
  9427.             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()));
  9428.             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()));
  9429.             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()));
  9430.             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()));
  9431.             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()));
  9432.             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()));
  9433.             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()));
  9434.             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()));
  9435.             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()));
  9436.             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()));
  9437.             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()));
  9438.             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()));
  9439.             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()));
  9440.             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()));
  9441.             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()));
  9442.             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()));
  9443.             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()));
  9444.             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()));
  9445.             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()));
  9446.             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()));
  9447.             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()));
  9448.             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()));
  9449.             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()));
  9450.             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()));
  9451.             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()));
  9452.             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()));
  9453.             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()));
  9454.             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()));
  9455.             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()));
  9456.             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()));
  9457.             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()));
  9458.             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()));
  9459.             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()));
  9460.             yield 92 => ($this->privates['NetzpEvents6\\Components\\HasEventsRule'] ?? ($this->privates['NetzpEvents6\\Components\\HasEventsRule'] = new \NetzpEvents6\Components\HasEventsRule()));
  9461.         }, 93));
  9462.         $instance->setContainer($this);
  9463.         return $instance;
  9464.     }
  9465.     /**
  9466.      * Gets the public 'Shopware\Core\Framework\Script\Api\ScriptApiRoute' shared service.
  9467.      *
  9468.      * @return \Shopware\Core\Framework\Script\Api\ScriptApiRoute
  9469.      */
  9470.     protected function getScriptApiRouteService()
  9471.     {
  9472.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Api/ScriptApiRoute.php';
  9473.         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()));
  9474.     }
  9475.     /**
  9476.      * Gets the public 'Shopware\Core\Framework\Script\Api\ScriptResponseFactoryFacadeHookFactory' shared service.
  9477.      *
  9478.      * @return \Shopware\Core\Framework\Script\Api\ScriptResponseFactoryFacadeHookFactory
  9479.      */
  9480.     protected function getScriptResponseFactoryFacadeHookFactoryService()
  9481.     {
  9482.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  9483.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Api/ScriptResponseFactoryFacadeHookFactory.php';
  9484.         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()));
  9485.     }
  9486.     /**
  9487.      * Gets the public 'Shopware\Core\Framework\Script\Api\ScriptStoreApiRoute' shared service.
  9488.      *
  9489.      * @return \Shopware\Core\Framework\Script\Api\ScriptStoreApiRoute
  9490.      */
  9491.     protected function getScriptStoreApiRouteService()
  9492.     {
  9493.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Api/ScriptStoreApiRoute.php';
  9494.         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->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  9495.     }
  9496.     /**
  9497.      * Gets the public 'Shopware\Core\Framework\Script\Execution\ScriptExecutor' shared service.
  9498.      *
  9499.      * @return \Shopware\Core\Framework\Script\Execution\ScriptExecutor
  9500.      */
  9501.     protected function getScriptExecutorService()
  9502.     {
  9503.         $a = ($this->privates['Shopware\\Core\\Framework\\Script\\Execution\\ScriptLoader'] ?? $this->getScriptLoaderService());
  9504.         if (isset($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'])) {
  9505.             return $this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'];
  9506.         }
  9507.         $b = ($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService());
  9508.         if (isset($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'])) {
  9509.             return $this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'];
  9510.         }
  9511.         return $this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] = new \Shopware\Core\Framework\Script\Execution\ScriptExecutor($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($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);
  9512.     }
  9513.     /**
  9514.      * Gets the public 'Shopware\Core\Framework\Script\ScriptDefinition' shared service.
  9515.      *
  9516.      * @return \Shopware\Core\Framework\Script\ScriptDefinition
  9517.      */
  9518.     protected function getScriptDefinitionService()
  9519.     {
  9520.         $this->services['Shopware\\Core\\Framework\\Script\\ScriptDefinition'] = $instance = new \Shopware\Core\Framework\Script\ScriptDefinition();
  9521.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9522.         return $instance;
  9523.     }
  9524.     /**
  9525.      * Gets the public 'Shopware\Core\Framework\Store\Api\ExtensionStoreActionsController' shared service.
  9526.      *
  9527.      * @return \Shopware\Core\Framework\Store\Api\ExtensionStoreActionsController
  9528.      */
  9529.     protected function getExtensionStoreActionsControllerService()
  9530.     {
  9531.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/ExtensionStoreActionsController.php';
  9532.         $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()));
  9533.         $instance->setContainer($this);
  9534.         return $instance;
  9535.     }
  9536.     /**
  9537.      * Gets the public 'Shopware\Core\Framework\Store\Api\ExtensionStoreDataController' shared service.
  9538.      *
  9539.      * @return \Shopware\Core\Framework\Store\Api\ExtensionStoreDataController
  9540.      */
  9541.     protected function getExtensionStoreDataControllerService()
  9542.     {
  9543.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/ExtensionStoreDataController.php';
  9544.         $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()));
  9545.         $instance->setContainer($this);
  9546.         return $instance;
  9547.     }
  9548.     /**
  9549.      * Gets the public 'Shopware\Core\Framework\Store\Api\ExtensionStoreLicensesController' shared service.
  9550.      *
  9551.      * @return \Shopware\Core\Framework\Store\Api\ExtensionStoreLicensesController
  9552.      */
  9553.     protected function getExtensionStoreLicensesControllerService()
  9554.     {
  9555.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/ExtensionStoreLicensesController.php';
  9556.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/AbstractExtensionStoreLicensesService.php';
  9557.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionStoreLicensesService.php';
  9558.         $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())));
  9559.         $instance->setContainer($this);
  9560.         return $instance;
  9561.     }
  9562.     /**
  9563.      * Gets the public 'Shopware\Core\Framework\Store\Api\FirstRunWizardController' shared service.
  9564.      *
  9565.      * @return \Shopware\Core\Framework\Store\Api\FirstRunWizardController
  9566.      */
  9567.     protected function getFirstRunWizardControllerService()
  9568.     {
  9569.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/FirstRunWizardController.php';
  9570.         $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()));
  9571.         $instance->setContainer($this);
  9572.         return $instance;
  9573.     }
  9574.     /**
  9575.      * Gets the public 'Shopware\Core\Framework\Store\Api\StoreController' shared service.
  9576.      *
  9577.      * @return \Shopware\Core\Framework\Store\Api\StoreController
  9578.      */
  9579.     protected function getStoreControllerService()
  9580.     {
  9581.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/StoreController.php';
  9582.         $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()));
  9583.         $instance->setContainer($this);
  9584.         return $instance;
  9585.     }
  9586.     /**
  9587.      * Gets the public 'Shopware\Core\Framework\Store\Authentication\StoreRequestOptionsProvider' shared service.
  9588.      *
  9589.      * @return \Shopware\Core\Framework\Store\Authentication\StoreRequestOptionsProvider
  9590.      */
  9591.     protected function getStoreRequestOptionsProviderService()
  9592.     {
  9593.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/AbstractStoreRequestOptionsProvider.php';
  9594.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/StoreRequestOptionsProvider.php';
  9595.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/InstanceService.php';
  9596.         $a = ($this->services['user.repository'] ?? $this->getUser_RepositoryService());
  9597.         if (isset($this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'])) {
  9598.             return $this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'];
  9599.         }
  9600.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  9601.         if (isset($this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'])) {
  9602.             return $this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'];
  9603.         }
  9604.         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.2'$this->getEnv('INSTANCE_ID')))), ($this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'] ?? $this->getLocaleProviderService()));
  9605.     }
  9606.     /**
  9607.      * Gets the public 'Shopware\Core\Framework\Store\Services\ShopSecretInvalidMiddleware' shared service.
  9608.      *
  9609.      * @return \Shopware\Core\Framework\Store\Services\ShopSecretInvalidMiddleware
  9610.      */
  9611.     protected function getShopSecretInvalidMiddlewareService()
  9612.     {
  9613.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/MiddlewareInterface.php';
  9614.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ShopSecretInvalidMiddleware.php';
  9615.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  9616.         if (isset($this->services['Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware'])) {
  9617.             return $this->services['Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware'];
  9618.         }
  9619.         return $this->services['Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware'] = new \Shopware\Core\Framework\Store\Services\ShopSecretInvalidMiddleware(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  9620.     }
  9621.     /**
  9622.      * Gets the public 'Shopware\Core\Framework\Store\Services\StoreSessionExpiredMiddleware' shared service.
  9623.      *
  9624.      * @return \Shopware\Core\Framework\Store\Services\StoreSessionExpiredMiddleware
  9625.      */
  9626.     protected function getStoreSessionExpiredMiddlewareService()
  9627.     {
  9628.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/MiddlewareInterface.php';
  9629.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/StoreSessionExpiredMiddleware.php';
  9630.         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())));
  9631.     }
  9632.     /**
  9633.      * Gets the public 'Shopware\Core\Framework\Store\Services\VerifyResponseSignatureMiddleware' shared service.
  9634.      *
  9635.      * @return \Shopware\Core\Framework\Store\Services\VerifyResponseSignatureMiddleware
  9636.      */
  9637.     protected function getVerifyResponseSignatureMiddlewareService()
  9638.     {
  9639.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/MiddlewareInterface.php';
  9640.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/VerifyResponseSignatureMiddleware.php';
  9641.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/OpenSSLVerifier.php';
  9642.         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')]))));
  9643.     }
  9644.     /**
  9645.      * Gets the public 'Shopware\Core\Framework\Update\Api\UpdateController' shared service.
  9646.      *
  9647.      * @return \Shopware\Core\Framework\Update\Api\UpdateController
  9648.      */
  9649.     protected function getUpdateControllerService()
  9650.     {
  9651.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Api/UpdateController.php';
  9652.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/ApiClient.php';
  9653.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/UpdateApiHttpClientFactory.php';
  9654.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/RequirementsValidator.php';
  9655.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/PluginCompatibility.php';
  9656.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/OpenSSLVerifier.php';
  9657.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  9658.         $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.2'$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(), true), new \Shopware\Core\Framework\Update\Services\RequirementsValidator(new RewindableGenerator(function () {
  9659.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\PhpVersionCheck'] ?? ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\PhpVersionCheck'] = new \Shopware\Core\Framework\Update\Checkers\PhpVersionCheck()));
  9660.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\LicenseCheck'] ?? $this->getLicenseCheckService());
  9661.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\WriteableCheck'] ?? $this->getWriteableCheckService());
  9662.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\MysqlVersionCheck'] ?? $this->getMysqlVersionCheckService());
  9663.         }, 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.2'$this->getEnv('bool:SHOPWARE_UPDATE_TEST'));
  9664.         $instance->setContainer($this);
  9665.         return $instance;
  9666.     }
  9667.     /**
  9668.      * Gets the public 'Shopware\Core\Framework\Util\HtmlSanitizer' shared service.
  9669.      *
  9670.      * @return \Shopware\Core\Framework\Util\HtmlSanitizer
  9671.      */
  9672.     protected function getHtmlSanitizerService()
  9673.     {
  9674.         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']);
  9675.     }
  9676.     /**
  9677.      * Gets the public 'Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition' shared service.
  9678.      *
  9679.      * @return \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition
  9680.      */
  9681.     protected function getWebhookEventLogDefinitionService()
  9682.     {
  9683.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/EventLog/WebhookEventLogDefinition.php';
  9684.         $this->services['Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition();
  9685.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9686.         return $instance;
  9687.     }
  9688.     /**
  9689.      * Gets the public 'Shopware\Core\Framework\Webhook\WebhookDefinition' shared service.
  9690.      *
  9691.      * @return \Shopware\Core\Framework\Webhook\WebhookDefinition
  9692.      */
  9693.     protected function getWebhookDefinitionService()
  9694.     {
  9695.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/WebhookDefinition.php';
  9696.         $this->services['Shopware\\Core\\Framework\\Webhook\\WebhookDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\WebhookDefinition();
  9697.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9698.         return $instance;
  9699.     }
  9700.     /**
  9701.      * Gets the public 'Shopware\Core\Maintenance\SalesChannel\Service\SalesChannelCreator' shared autowired service.
  9702.      *
  9703.      * @return \Shopware\Core\Maintenance\SalesChannel\Service\SalesChannelCreator
  9704.      */
  9705.     protected function getSalesChannelCreatorService()
  9706.     {
  9707.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Service/SalesChannelCreator.php';
  9708.         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()));
  9709.     }
  9710.     /**
  9711.      * Gets the public 'Shopware\Core\Maintenance\User\Service\UserProvisioner' shared autowired service.
  9712.      *
  9713.      * @return \Shopware\Core\Maintenance\User\Service\UserProvisioner
  9714.      */
  9715.     protected function getUserProvisionerService()
  9716.     {
  9717.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/User/Service/UserProvisioner.php';
  9718.         return $this->services['Shopware\\Core\\Maintenance\\User\\Service\\UserProvisioner'] = new \Shopware\Core\Maintenance\User\Service\UserProvisioner(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  9719.     }
  9720.     /**
  9721.      * Gets the public 'Shopware\Core\Profiling\Profiler' shared service.
  9722.      *
  9723.      * @return \Shopware\Core\Profiling\Profiler
  9724.      */
  9725.     protected function getProfilerService()
  9726.     {
  9727.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Profiler.php';
  9728.         return $this->services['Shopware\\Core\\Profiling\\Profiler'] = new \Shopware\Core\Profiling\Profiler(new RewindableGenerator(function () {
  9729.             yield 'Symfony' => ($this->privates['Shopware\\Core\\Profiling\\Integration\\Stopwatch'] ?? $this->getStopwatchService());
  9730.             yield 'Tideways' => ($this->privates['Shopware\\Core\\Profiling\\Integration\\Tideways'] ?? ($this->privates['Shopware\\Core\\Profiling\\Integration\\Tideways'] = new \Shopware\Core\Profiling\Integration\Tideways()));
  9731.             yield 'Datadog' => ($this->privates['Shopware\\Core\\Profiling\\Integration\\Datadog'] ?? ($this->privates['Shopware\\Core\\Profiling\\Integration\\Datadog'] = new \Shopware\Core\Profiling\Integration\Datadog()));
  9732.         }, 3), $this->parameters['shopware.profiler.integrations']);
  9733.     }
  9734.     /**
  9735.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition' shared service.
  9736.      *
  9737.      * @return \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition
  9738.      */
  9739.     protected function getCountryStateTranslationDefinitionService()
  9740.     {
  9741.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  9742.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryStateTranslation/CountryStateTranslationDefinition.php';
  9743.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition();
  9744.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9745.         return $instance;
  9746.     }
  9747.     /**
  9748.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryState\CountryStateDefinition' shared service.
  9749.      *
  9750.      * @return \Shopware\Core\System\Country\Aggregate\CountryState\CountryStateDefinition
  9751.      */
  9752.     protected function getCountryStateDefinitionService()
  9753.     {
  9754.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\CountryStateDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryState\CountryStateDefinition();
  9755.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9756.         return $instance;
  9757.     }
  9758.     /**
  9759.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryState\SalesChannel\SalesChannelCountryStateDefinition' shared service.
  9760.      *
  9761.      * @return \Shopware\Core\System\Country\Aggregate\CountryState\SalesChannel\SalesChannelCountryStateDefinition
  9762.      */
  9763.     protected function getSalesChannelCountryStateDefinitionService()
  9764.     {
  9765.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryState/SalesChannel/SalesChannelCountryStateDefinition.php';
  9766.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryState\SalesChannel\SalesChannelCountryStateDefinition();
  9767.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  9768.         return $instance;
  9769.     }
  9770.     /**
  9771.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition' shared service.
  9772.      *
  9773.      * @return \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition
  9774.      */
  9775.     protected function getCountryTranslationDefinitionService()
  9776.     {
  9777.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  9778.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryTranslation/CountryTranslationDefinition.php';
  9779.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition();
  9780.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9781.         return $instance;
  9782.     }
  9783.     /**
  9784.      * Gets the public 'Shopware\Core\System\Country\CountryDefinition' shared service.
  9785.      *
  9786.      * @return \Shopware\Core\System\Country\CountryDefinition
  9787.      */
  9788.     protected function getCountryDefinitionService()
  9789.     {
  9790.         $this->services['Shopware\\Core\\System\\Country\\CountryDefinition'] = $instance = new \Shopware\Core\System\Country\CountryDefinition();
  9791.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9792.         return $instance;
  9793.     }
  9794.     /**
  9795.      * Gets the public 'Shopware\Core\System\Country\SalesChannel\CachedCountryRoute' shared service.
  9796.      *
  9797.      * @return \Shopware\Core\System\Country\SalesChannel\CachedCountryRoute
  9798.      */
  9799.     protected function getCachedCountryRouteService()
  9800.     {
  9801.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/AbstractCountryRoute.php';
  9802.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/CachedCountryRoute.php';
  9803.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/CountryRoute.php';
  9804.         return $this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'] = new \Shopware\Core\System\Country\SalesChannel\CachedCountryRoute(new \Shopware\Core\System\Country\SalesChannel\CountryRoute(($this->services['sales_channel.country.repository'] ?? $this->getSalesChannel_Country_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()), []);
  9805.     }
  9806.     /**
  9807.      * Gets the public 'Shopware\Core\System\Country\SalesChannel\CachedCountryStateRoute' shared service.
  9808.      *
  9809.      * @return \Shopware\Core\System\Country\SalesChannel\CachedCountryStateRoute
  9810.      */
  9811.     protected function getCachedCountryStateRouteService()
  9812.     {
  9813.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/AbstractCountryStateRoute.php';
  9814.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/CachedCountryStateRoute.php';
  9815.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/CountryStateRoute.php';
  9816.         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()), []);
  9817.     }
  9818.     /**
  9819.      * Gets the public 'Shopware\Core\System\Country\SalesChannel\SalesChannelCountryDefinition' shared service.
  9820.      *
  9821.      * @return \Shopware\Core\System\Country\SalesChannel\SalesChannelCountryDefinition
  9822.      */
  9823.     protected function getSalesChannelCountryDefinitionService()
  9824.     {
  9825.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/SalesChannelCountryDefinition.php';
  9826.         $this->services['Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition'] = $instance = new \Shopware\Core\System\Country\SalesChannel\SalesChannelCountryDefinition();
  9827.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  9828.         return $instance;
  9829.     }
  9830.     /**
  9831.      * Gets the public 'Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition' shared service.
  9832.      *
  9833.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition
  9834.      */
  9835.     protected function getCurrencyCountryRoundingDefinitionService()
  9836.     {
  9837.         $this->services['Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition();
  9838.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9839.         return $instance;
  9840.     }
  9841.     /**
  9842.      * Gets the public 'Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition' shared service.
  9843.      *
  9844.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition
  9845.      */
  9846.     protected function getCurrencyTranslationDefinitionService()
  9847.     {
  9848.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  9849.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/Aggregate/CurrencyTranslation/CurrencyTranslationDefinition.php';
  9850.         $this->services['Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition();
  9851.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9852.         return $instance;
  9853.     }
  9854.     /**
  9855.      * Gets the public 'Shopware\Core\System\Currency\CurrencyDefinition' shared service.
  9856.      *
  9857.      * @return \Shopware\Core\System\Currency\CurrencyDefinition
  9858.      */
  9859.     protected function getCurrencyDefinitionService()
  9860.     {
  9861.         $this->services['Shopware\\Core\\System\\Currency\\CurrencyDefinition'] = $instance = new \Shopware\Core\System\Currency\CurrencyDefinition();
  9862.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9863.         return $instance;
  9864.     }
  9865.     /**
  9866.      * Gets the public 'Shopware\Core\System\Currency\CurrencyFormatter' shared service.
  9867.      *
  9868.      * @return \Shopware\Core\System\Currency\CurrencyFormatter
  9869.      */
  9870.     protected function getCurrencyFormatterService()
  9871.     {
  9872.         return $this->services['Shopware\\Core\\System\\Currency\\CurrencyFormatter'] = new \Shopware\Core\System\Currency\CurrencyFormatter(($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  9873.     }
  9874.     /**
  9875.      * Gets the public 'Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute' shared service.
  9876.      *
  9877.      * @return \Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute
  9878.      */
  9879.     protected function getCachedCurrencyRouteService()
  9880.     {
  9881.         $a = ($this->services['sales_channel.currency.repository'] ?? $this->getSalesChannel_Currency_RepositoryService());
  9882.         if (isset($this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'])) {
  9883.             return $this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'];
  9884.         }
  9885.         $b = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  9886.         if (isset($this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'])) {
  9887.             return $this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'];
  9888.         }
  9889.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9890.         if (isset($this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'])) {
  9891.             return $this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'];
  9892.         }
  9893.         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, []);
  9894.     }
  9895.     /**
  9896.      * Gets the public 'Shopware\Core\System\Currency\SalesChannel\SalesChannelCurrencyDefinition' shared service.
  9897.      *
  9898.      * @return \Shopware\Core\System\Currency\SalesChannel\SalesChannelCurrencyDefinition
  9899.      */
  9900.     protected function getSalesChannelCurrencyDefinitionService()
  9901.     {
  9902.         $this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition'] = $instance = new \Shopware\Core\System\Currency\SalesChannel\SalesChannelCurrencyDefinition();
  9903.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  9904.         return $instance;
  9905.     }
  9906.     /**
  9907.      * Gets the public 'Shopware\Core\System\CustomEntity\Api\CustomEntityApiController' shared service.
  9908.      *
  9909.      * @return \Shopware\Core\System\CustomEntity\Api\CustomEntityApiController
  9910.      */
  9911.     protected function getCustomEntityApiControllerService()
  9912.     {
  9913.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/ApiController.php';
  9914.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Api/CustomEntityApiController.php';
  9915.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityProtection/EntityProtectionValidator.php';
  9916.         $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()));
  9917.         $instance->setContainer($this);
  9918.         return $instance;
  9919.     }
  9920.     /**
  9921.      * Gets the public 'Shopware\Core\System\CustomEntity\CustomEntityDefinition' shared service.
  9922.      *
  9923.      * @return \Shopware\Core\System\CustomEntity\CustomEntityDefinition
  9924.      */
  9925.     protected function getCustomEntityDefinitionService()
  9926.     {
  9927.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/CustomEntityDefinition.php';
  9928.         $this->services['Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition'] = $instance = new \Shopware\Core\System\CustomEntity\CustomEntityDefinition();
  9929.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9930.         return $instance;
  9931.     }
  9932.     /**
  9933.      * Gets the public 'Shopware\Core\System\CustomEntity\CustomEntityRegistrar' shared service.
  9934.      *
  9935.      * @return \Shopware\Core\System\CustomEntity\CustomEntityRegistrar
  9936.      */
  9937.     protected function getCustomEntityRegistrarService()
  9938.     {
  9939.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/CustomEntityRegistrar.php';
  9940.         return $this->services['Shopware\\Core\\System\\CustomEntity\\CustomEntityRegistrar'] = new \Shopware\Core\System\CustomEntity\CustomEntityRegistrar($this);
  9941.     }
  9942.     /**
  9943.      * Gets the public 'Shopware\Core\System\CustomEntity\Schema\CustomEntitySchemaUpdater' shared service.
  9944.      *
  9945.      * @return \Shopware\Core\System\CustomEntity\Schema\CustomEntitySchemaUpdater
  9946.      */
  9947.     protected function getCustomEntitySchemaUpdaterService()
  9948.     {
  9949.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Schema/CustomEntitySchemaUpdater.php';
  9950.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Schema/SchemaUpdater.php';
  9951.         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());
  9952.     }
  9953.     /**
  9954.      * Gets the public 'Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition' shared service.
  9955.      *
  9956.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition
  9957.      */
  9958.     protected function getCustomFieldSetRelationDefinitionService()
  9959.     {
  9960.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Aggregate/CustomFieldSetRelation/CustomFieldSetRelationDefinition.php';
  9961.         $this->services['Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition();
  9962.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9963.         return $instance;
  9964.     }
  9965.     /**
  9966.      * Gets the public 'Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition' shared service.
  9967.      *
  9968.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition
  9969.      */
  9970.     protected function getCustomFieldSetDefinitionService()
  9971.     {
  9972.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Aggregate/CustomFieldSet/CustomFieldSetDefinition.php';
  9973.         $this->services['Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition();
  9974.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9975.         return $instance;
  9976.     }
  9977.     /**
  9978.      * Gets the public 'Shopware\Core\System\CustomField\Api\CustomFieldSetActionController' shared service.
  9979.      *
  9980.      * @return \Shopware\Core\System\CustomField\Api\CustomFieldSetActionController
  9981.      */
  9982.     protected function getCustomFieldSetActionControllerService()
  9983.     {
  9984.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Api/CustomFieldSetActionController.php';
  9985.         $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()));
  9986.         $instance->setContainer($this);
  9987.         return $instance;
  9988.     }
  9989.     /**
  9990.      * Gets the public 'Shopware\Core\System\CustomField\CustomFieldDefinition' shared service.
  9991.      *
  9992.      * @return \Shopware\Core\System\CustomField\CustomFieldDefinition
  9993.      */
  9994.     protected function getCustomFieldDefinitionService()
  9995.     {
  9996.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/CustomFieldDefinition.php';
  9997.         $this->services['Shopware\\Core\\System\\CustomField\\CustomFieldDefinition'] = $instance = new \Shopware\Core\System\CustomField\CustomFieldDefinition();
  9998.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9999.         return $instance;
  10000.     }
  10001.     /**
  10002.      * Gets the public 'Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition' shared service.
  10003.      *
  10004.      * @return \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition
  10005.      */
  10006.     protected function getDeliveryTimeTranslationDefinitionService()
  10007.     {
  10008.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  10009.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/DeliveryTime/Aggregate/DeliveryTimeTranslation/DeliveryTimeTranslationDefinition.php';
  10010.         $this->services['Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition();
  10011.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10012.         return $instance;
  10013.     }
  10014.     /**
  10015.      * Gets the public 'Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition' shared service.
  10016.      *
  10017.      * @return \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition
  10018.      */
  10019.     protected function getDeliveryTimeDefinitionService()
  10020.     {
  10021.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/DeliveryTime/DeliveryTimeDefinition.php';
  10022.         $this->services['Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition();
  10023.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10024.         return $instance;
  10025.     }
  10026.     /**
  10027.      * Gets the public 'Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition' shared service.
  10028.      *
  10029.      * @return \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition
  10030.      */
  10031.     protected function getIntegrationRoleDefinitionService()
  10032.     {
  10033.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Integration/Aggregate/IntegrationRole/IntegrationRoleDefinition.php';
  10034.         $this->services['Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition'] = $instance = new \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition();
  10035.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10036.         return $instance;
  10037.     }
  10038.     /**
  10039.      * Gets the public 'Shopware\Core\System\Integration\IntegrationDefinition' shared service.
  10040.      *
  10041.      * @return \Shopware\Core\System\Integration\IntegrationDefinition
  10042.      */
  10043.     protected function getIntegrationDefinitionService()
  10044.     {
  10045.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Integration/IntegrationDefinition.php';
  10046.         $this->services['Shopware\\Core\\System\\Integration\\IntegrationDefinition'] = $instance = new \Shopware\Core\System\Integration\IntegrationDefinition();
  10047.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10048.         return $instance;
  10049.     }
  10050.     /**
  10051.      * Gets the public 'Shopware\Core\System\Language\LanguageDefinition' shared service.
  10052.      *
  10053.      * @return \Shopware\Core\System\Language\LanguageDefinition
  10054.      */
  10055.     protected function getLanguageDefinitionService()
  10056.     {
  10057.         $this->services['Shopware\\Core\\System\\Language\\LanguageDefinition'] = $instance = new \Shopware\Core\System\Language\LanguageDefinition();
  10058.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10059.         return $instance;
  10060.     }
  10061.     /**
  10062.      * Gets the public 'Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute' shared service.
  10063.      *
  10064.      * @return \Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute
  10065.      */
  10066.     protected function getCachedLanguageRouteService()
  10067.     {
  10068.         $a = ($this->services['sales_channel.language.repository'] ?? $this->getSalesChannel_Language_RepositoryService());
  10069.         if (isset($this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'])) {
  10070.             return $this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'];
  10071.         }
  10072.         $b = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  10073.         if (isset($this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'])) {
  10074.             return $this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'];
  10075.         }
  10076.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10077.         if (isset($this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'])) {
  10078.             return $this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'];
  10079.         }
  10080.         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, []);
  10081.     }
  10082.     /**
  10083.      * Gets the public 'Shopware\Core\System\Language\SalesChannel\SalesChannelLanguageDefinition' shared service.
  10084.      *
  10085.      * @return \Shopware\Core\System\Language\SalesChannel\SalesChannelLanguageDefinition
  10086.      */
  10087.     protected function getSalesChannelLanguageDefinitionService()
  10088.     {
  10089.         $this->services['Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition'] = $instance = new \Shopware\Core\System\Language\SalesChannel\SalesChannelLanguageDefinition();
  10090.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  10091.         return $instance;
  10092.     }
  10093.     /**
  10094.      * Gets the public 'Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition' shared service.
  10095.      *
  10096.      * @return \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition
  10097.      */
  10098.     protected function getLocaleTranslationDefinitionService()
  10099.     {
  10100.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  10101.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/Aggregate/LocaleTranslation/LocaleTranslationDefinition.php';
  10102.         $this->services['Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition'] = $instance = new \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition();
  10103.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10104.         return $instance;
  10105.     }
  10106.     /**
  10107.      * Gets the public 'Shopware\Core\System\Locale\LocaleDefinition' shared service.
  10108.      *
  10109.      * @return \Shopware\Core\System\Locale\LocaleDefinition
  10110.      */
  10111.     protected function getLocaleDefinitionService()
  10112.     {
  10113.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/LocaleDefinition.php';
  10114.         $this->services['Shopware\\Core\\System\\Locale\\LocaleDefinition'] = $instance = new \Shopware\Core\System\Locale\LocaleDefinition();
  10115.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10116.         return $instance;
  10117.     }
  10118.     /**
  10119.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition' shared service.
  10120.      *
  10121.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition
  10122.      */
  10123.     protected function getNumberRangeSalesChannelDefinitionService()
  10124.     {
  10125.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeSalesChannel/NumberRangeSalesChannelDefinition.php';
  10126.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition();
  10127.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10128.         return $instance;
  10129.     }
  10130.     /**
  10131.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition' shared service.
  10132.      *
  10133.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition
  10134.      */
  10135.     protected function getNumberRangeStateDefinitionService()
  10136.     {
  10137.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeState/NumberRangeStateDefinition.php';
  10138.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition();
  10139.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10140.         return $instance;
  10141.     }
  10142.     /**
  10143.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition' shared service.
  10144.      *
  10145.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition
  10146.      */
  10147.     protected function getNumberRangeTranslationDefinitionService()
  10148.     {
  10149.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  10150.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeTranslation/NumberRangeTranslationDefinition.php';
  10151.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition();
  10152.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10153.         return $instance;
  10154.     }
  10155.     /**
  10156.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition' shared service.
  10157.      *
  10158.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition
  10159.      */
  10160.     protected function getNumberRangeTypeTranslationDefinitionService()
  10161.     {
  10162.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  10163.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeTypeTranslation/NumberRangeTypeTranslationDefinition.php';
  10164.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition();
  10165.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10166.         return $instance;
  10167.     }
  10168.     /**
  10169.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition' shared service.
  10170.      *
  10171.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition
  10172.      */
  10173.     protected function getNumberRangeTypeDefinitionService()
  10174.     {
  10175.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeType/NumberRangeTypeDefinition.php';
  10176.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition();
  10177.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10178.         return $instance;
  10179.     }
  10180.     /**
  10181.      * Gets the public 'Shopware\Core\System\NumberRange\Api\NumberRangeController' shared service.
  10182.      *
  10183.      * @return \Shopware\Core\System\NumberRange\Api\NumberRangeController
  10184.      */
  10185.     protected function getNumberRangeControllerService()
  10186.     {
  10187.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Api/NumberRangeController.php';
  10188.         $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()));
  10189.         $instance->setContainer($this);
  10190.         return $instance;
  10191.     }
  10192.     /**
  10193.      * Gets the public 'Shopware\Core\System\NumberRange\NumberRangeDefinition' shared service.
  10194.      *
  10195.      * @return \Shopware\Core\System\NumberRange\NumberRangeDefinition
  10196.      */
  10197.     protected function getNumberRangeDefinitionService()
  10198.     {
  10199.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/NumberRangeDefinition.php';
  10200.         $this->services['Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\NumberRangeDefinition();
  10201.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10202.         return $instance;
  10203.     }
  10204.     /**
  10205.      * Gets the public 'Shopware\Core\System\NumberRange\ValueGenerator\NumberRangeValueGeneratorInterface' shared service.
  10206.      *
  10207.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\NumberRangeValueGenerator
  10208.      */
  10209.     protected function getNumberRangeValueGeneratorInterfaceService()
  10210.     {
  10211.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10212.         if (isset($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'])) {
  10213.             return $this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'];
  10214.         }
  10215.         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 () {
  10216.             yield => ($this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\ValueGeneratorPatternIncrement'] ?? $this->getValueGeneratorPatternIncrementService());
  10217.             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()));
  10218.         }, 2)), $a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  10219.     }
  10220.     /**
  10221.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition' shared service.
  10222.      *
  10223.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition
  10224.      */
  10225.     protected function getSalesChannelAnalyticsDefinitionService()
  10226.     {
  10227.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelAnalytics/SalesChannelAnalyticsDefinition.php';
  10228.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition();
  10229.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10230.         return $instance;
  10231.     }
  10232.     /**
  10233.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition' shared service.
  10234.      *
  10235.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition
  10236.      */
  10237.     protected function getSalesChannelCountryDefinition2Service()
  10238.     {
  10239.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelCountry/SalesChannelCountryDefinition.php';
  10240.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition();
  10241.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10242.         return $instance;
  10243.     }
  10244.     /**
  10245.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition' shared service.
  10246.      *
  10247.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition
  10248.      */
  10249.     protected function getSalesChannelCurrencyDefinition2Service()
  10250.     {
  10251.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelCurrency/SalesChannelCurrencyDefinition.php';
  10252.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition();
  10253.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10254.         return $instance;
  10255.     }
  10256.     /**
  10257.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition' shared service.
  10258.      *
  10259.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition
  10260.      */
  10261.     protected function getSalesChannelDomainDefinitionService()
  10262.     {
  10263.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition();
  10264.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10265.         return $instance;
  10266.     }
  10267.     /**
  10268.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition' shared service.
  10269.      *
  10270.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition
  10271.      */
  10272.     protected function getSalesChannelLanguageDefinition2Service()
  10273.     {
  10274.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelLanguage/SalesChannelLanguageDefinition.php';
  10275.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition();
  10276.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10277.         return $instance;
  10278.     }
  10279.     /**
  10280.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition' shared service.
  10281.      *
  10282.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition
  10283.      */
  10284.     protected function getSalesChannelPaymentMethodDefinition2Service()
  10285.     {
  10286.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelPaymentMethod/SalesChannelPaymentMethodDefinition.php';
  10287.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition();
  10288.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10289.         return $instance;
  10290.     }
  10291.     /**
  10292.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition' shared service.
  10293.      *
  10294.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition
  10295.      */
  10296.     protected function getSalesChannelShippingMethodDefinition2Service()
  10297.     {
  10298.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelShippingMethod/SalesChannelShippingMethodDefinition.php';
  10299.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition();
  10300.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10301.         return $instance;
  10302.     }
  10303.     /**
  10304.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition' shared service.
  10305.      *
  10306.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition
  10307.      */
  10308.     protected function getSalesChannelTranslationDefinitionService()
  10309.     {
  10310.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  10311.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelTranslation/SalesChannelTranslationDefinition.php';
  10312.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition();
  10313.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10314.         return $instance;
  10315.     }
  10316.     /**
  10317.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition' shared service.
  10318.      *
  10319.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition
  10320.      */
  10321.     protected function getSalesChannelTypeTranslationDefinitionService()
  10322.     {
  10323.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  10324.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelTypeTranslation/SalesChannelTypeTranslationDefinition.php';
  10325.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition();
  10326.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10327.         return $instance;
  10328.     }
  10329.     /**
  10330.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition' shared service.
  10331.      *
  10332.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition
  10333.      */
  10334.     protected function getSalesChannelTypeDefinitionService()
  10335.     {
  10336.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelType/SalesChannelTypeDefinition.php';
  10337.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition();
  10338.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10339.         return $instance;
  10340.     }
  10341.     /**
  10342.      * Gets the public 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory' shared service.
  10343.      *
  10344.      * @return \Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory
  10345.      */
  10346.     protected function getSalesChannelContextFactoryService()
  10347.     {
  10348.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  10349.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  10350.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  10351.         }
  10352.         $b = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  10353.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  10354.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  10355.         }
  10356.         $c = ($this->services['customer_address.repository'] ?? $this->getCustomerAddress_RepositoryService());
  10357.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  10358.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  10359.         }
  10360.         $d = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  10361.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  10362.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  10363.         }
  10364.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10365.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  10366.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  10367.         }
  10368.         $f = ($this->services['currency_country_rounding.repository'] ?? $this->getCurrencyCountryRounding_RepositoryService());
  10369.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  10370.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  10371.         }
  10372.         $g = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  10373.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  10374.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  10375.         }
  10376.         $h = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  10377.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  10378.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  10379.         }
  10380.         $i = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  10381.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  10382.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  10383.         }
  10384.         $j = ($this->services['tax.repository'] ?? $this->getTax_RepositoryService());
  10385.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  10386.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  10387.         }
  10388.         $k = ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService());
  10389.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  10390.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  10391.         }
  10392.         $l = ($this->services['country_state.repository'] ?? $this->getCountryState_RepositoryService());
  10393.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  10394.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  10395.         }
  10396.         $m = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  10397.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'])) {
  10398.             return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'];
  10399.         }
  10400.         $n = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService());
  10401.         return $this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] = 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 () {
  10402.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\EntireCountryRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\EntireCountryRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\EntireCountryRuleTypeFilter()));
  10403.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\IndividualStatesRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\IndividualStatesRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\IndividualStatesRuleTypeFilter()));
  10404.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRangeRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRangeRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\ZipCodeRangeRuleTypeFilter()));
  10405.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\ZipCodeRuleTypeFilter()));
  10406.         }, 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);
  10407.     }
  10408.     /**
  10409.      * Gets the public 'Shopware\Core\System\SalesChannel\Entity\SalesChannelDefinitionInstanceRegistry' shared service.
  10410.      *
  10411.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelDefinitionInstanceRegistry
  10412.      */
  10413.     protected function getSalesChannelDefinitionInstanceRegistryService()
  10414.     {
  10415.         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_customized_products_template' => 'Swag\\CustomizedProducts\\Template\\SalesChannel\\SalesChannelTemplateDefinition''swag_customized_products_template_option' => 'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\SalesChannel\\SalesChannelTemplateOptionDefinition''swag_customized_products_template_option_price' => 'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionPrice\\TemplateOptionPriceDefinition''swag_customized_products_template_option_value' => 'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionValue\\SalesChannel\\SalesChannelTemplateOptionValueDefinition''swag_customized_products_template_option_value_price' => 'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionValuePrice\\TemplateOptionValuePriceDefinition''swag_customized_products_template_exclusion' => 'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateExclusion\\TemplateExclusionDefinition''swag_customized_products_template_exclusion_condition' => 'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateExclusionCondition\\TemplateExclusionConditionDefinition''swag_customized_products_template_exclusion_operator' => 'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateExclusionOperator\\TemplateExclusionOperatorDefinition''swag_customized_products_template_exclusion_condition_values' => 'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateExclusionConditionValues\\TemplateExclusionConditionValuesDefinition''swag_customized_products_template_configuration' => 'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateConfiguration\\SalesChannel\\SalesChannelTemplateConfigurationDefinition''swag_customized_products_template_configuration_share' => 'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateConfiguration\\Aggregate\\TemplateConfigurationShareDefinition''swag_customized_products_template_translation' => 'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateTranslation\\TemplateTranslationDefinition''swag_customized_products_template_option_translation' => 'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionTranslation\\TemplateOptionTranslationDefinition''swag_customized_products_template_option_value_translation' => 'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionValueTranslation\\TemplateOptionValueTranslationDefinition''swag_customized_products_template_exclusion_operator_translation' => 'Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateExclusionOperatorTranslation\\TemplateExclusionOperatorTranslationDefinition''s_plugin_netzp_events' => 'NetzpEvents6\\Core\\Content\\Event\\EventDefinition''s_plugin_netzp_events_translation' => 'NetzpEvents6\\Core\\Content\\Aggregate\\EventTranslation\\EventTranslationDefinition''s_plugin_netzp_events_slots' => 'NetzpEvents6\\Core\\Content\\Slot\\SlotDefinition''s_plugin_netzp_events_slots_translation' => 'NetzpEvents6\\Core\\Content\\Aggregate\\SlotTranslation\\SlotTranslationDefinition''s_plugin_netzp_events_participants' => 'NetzpEvents6\\Core\\Content\\Participant\\ParticipantDefinition''s_plugin_netzp_events_categories' => 'NetzpEvents6\\Core\\Content\\Category\\CategoryDefinition''s_plugin_netzp_events_categories_translation' => 'NetzpEvents6\\Core\\Content\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition''tiny_config' => 'She\\TinyMce\\Database\\TinyConfigDefinition''tiny_template' => 'She\\TinyMce\\Database\\TinyTemplateDefinition''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''s_plugin_netzp_calendars' => 'NetzpCalendar6\\Core\\Content\\Calendar\\CalendarDefinition''s_plugin_netzp_calendars_translation' => 'NetzpCalendar6\\Core\\Content\\Aggregate\\CalendarTranslation\\CalendarTranslationDefinition''s_plugin_netzp_calendars_items' => 'NetzpCalendar6\\Core\\Content\\Item\\ItemDefinition''s_plugin_netzp_calendars_items_translation' => 'NetzpCalendar6\\Core\\Content\\Aggregate\\ItemTranslation\\ItemTranslationDefinition''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''sas_blog_entries' => 'Sas\\BlogModule\\Content\\Blog\\BlogEntriesDefinition''sas_blog_entries_translation' => 'Sas\\BlogModule\\Content\\Blog\\BlogEntriesTranslation\\BlogEntriesTranslationDefinition''sas_blog_category' => 'Sas\\BlogModule\\Content\\BlogCategory\\BlogCategoryDefinition''sas_blog_category_translation' => 'Sas\\BlogModule\\Content\\BlogCategory\\BlogCategoryTranslation\\BlogCategoryTranslationDefinition''sas_blog_blog_category' => 'Sas\\BlogModule\\Content\\Blog\\Aggregate\\BlogCategoryMappingDefinition''sas_blog_author' => 'Sas\\BlogModule\\Content\\BlogAuthor\\BlogAuthorDefinition''sas_blog_author_translation' => 'Sas\\BlogModule\\Content\\BlogAuthor\\BlogAuthorTranslation\\BlogAuthorTranslationDefinition''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''acris_product_video' => 'Acris\\ProductVideo\\Custom\\ProductVideoDefinition''acris_product_video_translation' => 'Acris\\ProductVideo\\Custom\\Aggregate\\ProductVideoTranslation\\ProductVideoTranslationDefinition''sendcloud_queues' => 'Sendcloud\\Shipping\\Entity\\Queue\\QueueEntityDefinition''sendcloud_processes' => 'Sendcloud\\Shipping\\Entity\\Process\\ProcessEntityDefinition''sendcloud_shipments' => 'Sendcloud\\Shipping\\Entity\\Shipment\\ShipmentEntityDefinition''sendcloud_servicepoints' => 'Sendcloud\\Shipping\\Entity\\ServicePoint\\ServicePointEntityDefinition''bf_config' => 'Swag\\Markets\\Entity\\Config\\SwagMarketsConfigurationEntityDefinition''bf_marketplace' => 'Swag\\Markets\\Entity\\Marketplace\\MarketplaceDefinition''bf_marketplace_sales_channel' => 'Swag\\Markets\\Entity\\Marketplace\\Aggregate\\MarketplaceSalesChannel\\MarketplaceSalesChannelDefinition''bf_marketplace_settings' => 'Swag\\Markets\\Entity\\Marketplace\\Aggregate\\MarketplaceSettings\\MarketplaceSettingsDefinition''bf_category_mapping' => 'Swag\\Markets\\Entity\\CategoryMapping\\CategoryMappingDefinition''bf_support' => 'Swag\\Markets\\Entity\\Support\\SupportDefinition''bf_product_to_delete' => 'Swag\\Markets\\Entity\\ProductToDelete\\SwagMarketsProductToDeleteEntityDefinition''klarna_payment_request_log' => 'KlarnaPayment\\Components\\DataAbstractionLayer\\Entity\\RequestLog\\RequestLogDefinition''swag_cms_extensions_form' => 'Swag\\CmsExtensions\\Form\\FormDefinition''swag_cms_extensions_form_translation' => 'Swag\\CmsExtensions\\Form\\Aggregate\\FormTranslation\\FormTranslationDefinition''swag_cms_extensions_form_group' => 'Swag\\CmsExtensions\\Form\\Aggregate\\FormGroup\\FormGroupDefinition''swag_cms_extensions_form_group_translation' => 'Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupTranslation\\FormGroupTranslationDefinition''swag_cms_extensions_form_group_field' => 'Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupField\\FormGroupFieldDefinition''swag_cms_extensions_form_group_field_translation' => 'Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupFieldTranslation\\FormGroupFieldTranslationDefinition''swag_cms_extensions_quickview' => 'Swag\\CmsExtensions\\Quickview\\QuickviewDefinition''swag_cms_extensions_block_rule' => 'Swag\\CmsExtensions\\BlockRule\\BlockRuleDefinition''swag_cms_extensions_scroll_navigation' => 'Swag\\CmsExtensions\\ScrollNavigation\\ScrollNavigationDefinition''swag_cms_extensions_scroll_navigation_translation' => 'Swag\\CmsExtensions\\ScrollNavigation\\Aggregate\\ScrollNavigationTranslation\\ScrollNavigationTranslationDefinition''swag_cms_extensions_scroll_navigation_page_settings' => 'Swag\\CmsExtensions\\ScrollNavigation\\Aggregate\\ScrollNavigationPageSettings\\ScrollNavigationPageSettingsDefinition''acris_product_customer_group' => 'Acris\\ProductCustomerGroup\\Custom\\ProductCustomerGroupDefinition''wbm_data_layer_modules' => 'Wbm\\TagManagerEcomm\\Core\\Content\\Module\\ModuleDefinition''wbm_data_layer_properties' => 'Wbm\\TagManagerEcomm\\Core\\Content\\Property\\PropertyDefinition'], ['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''swag_customized_products_template' => 'sales_channel.swag_customized_products_template.repository''swag_customized_products_template_option' => 'sales_channel.swag_customized_products_template_option.repository''swag_customized_products_template_option_value' => 'sales_channel.swag_customized_products_template_option_value.repository''swag_customized_products_template_configuration' => 'sales_channel.swag_customized_products_template_configuration.repository']);
  10416.     }
  10417.     /**
  10418.      * Gets the public 'Shopware\Core\System\SalesChannel\SalesChannelDefinition' shared service.
  10419.      *
  10420.      * @return \Shopware\Core\System\SalesChannel\SalesChannelDefinition
  10421.      */
  10422.     protected function getSalesChannelDefinitionService()
  10423.     {
  10424.         $this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\SalesChannelDefinition();
  10425.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10426.         return $instance;
  10427.     }
  10428.     /**
  10429.      * Gets the public 'Shopware\Core\System\SalesChannel\SalesChannel\ContextSwitchRoute' shared service.
  10430.      *
  10431.      * @return \Shopware\Core\System\SalesChannel\SalesChannel\ContextSwitchRoute
  10432.      */
  10433.     protected function getContextSwitchRouteService()
  10434.     {
  10435.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/SalesChannel/AbstractContextSwitchRoute.php';
  10436.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/SalesChannel/ContextSwitchRoute.php';
  10437.         $a = ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService());
  10438.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute'])) {
  10439.             return $this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute'];
  10440.         }
  10441.         $b = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  10442.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute'])) {
  10443.             return $this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute'];
  10444.         }
  10445.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10446.         if (isset($this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute'])) {
  10447.             return $this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute'];
  10448.         }
  10449.         return $this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute'] = new \Shopware\Core\System\SalesChannel\SalesChannel\ContextSwitchRoute($a$b$c);
  10450.     }
  10451.     /**
  10452.      * Gets the public 'Shopware\Core\System\SalesChannel\SalesChannel\StoreApiInfoController' shared service.
  10453.      *
  10454.      * @return \Shopware\Core\System\SalesChannel\SalesChannel\StoreApiInfoController
  10455.      */
  10456.     protected function getStoreApiInfoControllerService()
  10457.     {
  10458.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/SalesChannel/StoreApiInfoController.php';
  10459.         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']);
  10460.     }
  10461.     /**
  10462.      * Gets the public 'Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition' shared service.
  10463.      *
  10464.      * @return \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition
  10465.      */
  10466.     protected function getSalutationTranslationDefinitionService()
  10467.     {
  10468.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  10469.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/Aggregate/SalutationTranslation/SalutationTranslationDefinition.php';
  10470.         $this->services['Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition'] = $instance = new \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition();
  10471.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10472.         return $instance;
  10473.     }
  10474.     /**
  10475.      * Gets the public 'Shopware\Core\System\Salutation\SalesChannel\CachedSalutationRoute' shared service.
  10476.      *
  10477.      * @return \Shopware\Core\System\Salutation\SalesChannel\CachedSalutationRoute
  10478.      */
  10479.     protected function getCachedSalutationRouteService()
  10480.     {
  10481.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalesChannel/AbstractSalutationRoute.php';
  10482.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalesChannel/CachedSalutationRoute.php';
  10483.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalesChannel/SalutationRoute.php';
  10484.         $a = ($this->services['sales_channel.salutation.repository'] ?? $this->getSalesChannel_Salutation_RepositoryService());
  10485.         if (isset($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'])) {
  10486.             return $this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'];
  10487.         }
  10488.         $b = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  10489.         if (isset($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'])) {
  10490.             return $this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'];
  10491.         }
  10492.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10493.         if (isset($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'])) {
  10494.             return $this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'];
  10495.         }
  10496.         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, []);
  10497.     }
  10498.     /**
  10499.      * Gets the public 'Shopware\Core\System\Salutation\SalesChannel\SalesChannelSalutationDefinition' shared service.
  10500.      *
  10501.      * @return \Shopware\Core\System\Salutation\SalesChannel\SalesChannelSalutationDefinition
  10502.      */
  10503.     protected function getSalesChannelSalutationDefinitionService()
  10504.     {
  10505.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalutationDefinition.php';
  10506.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalesChannel/SalesChannelSalutationDefinition.php';
  10507.         $this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition'] = $instance = new \Shopware\Core\System\Salutation\SalesChannel\SalesChannelSalutationDefinition();
  10508.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  10509.         return $instance;
  10510.     }
  10511.     /**
  10512.      * Gets the public 'Shopware\Core\System\Salutation\SalutationDefinition' shared service.
  10513.      *
  10514.      * @return \Shopware\Core\System\Salutation\SalutationDefinition
  10515.      */
  10516.     protected function getSalutationDefinitionService()
  10517.     {
  10518.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalutationDefinition.php';
  10519.         $this->services['Shopware\\Core\\System\\Salutation\\SalutationDefinition'] = $instance = new \Shopware\Core\System\Salutation\SalutationDefinition();
  10520.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10521.         return $instance;
  10522.     }
  10523.     /**
  10524.      * Gets the public 'Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition' shared service.
  10525.      *
  10526.      * @return \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition
  10527.      */
  10528.     protected function getSnippetSetDefinitionService()
  10529.     {
  10530.         $this->services['Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition'] = $instance = new \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition();
  10531.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10532.         return $instance;
  10533.     }
  10534.     /**
  10535.      * Gets the public 'Shopware\Core\System\Snippet\Api\SnippetController' shared service.
  10536.      *
  10537.      * @return \Shopware\Core\System\Snippet\Api\SnippetController
  10538.      */
  10539.     protected function getSnippetControllerService()
  10540.     {
  10541.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Api/SnippetController.php';
  10542.         $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()));
  10543.         $instance->setContainer($this);
  10544.         return $instance;
  10545.     }
  10546.     /**
  10547.      * Gets the public 'Shopware\Core\System\Snippet\Files\SnippetFileCollection' shared service.
  10548.      *
  10549.      * @return \Shopware\Core\System\Snippet\Files\SnippetFileCollection
  10550.      */
  10551.     protected function getSnippetFileCollectionService($lazyLoad true)
  10552.     {
  10553.         if ($lazyLoad) {
  10554.             return $this->services['Shopware\\Core\\System\\Snippet\\Files\\SnippetFileCollection'] = $this->createProxy('SnippetFileCollection_08f09cc', function () {
  10555.                 return \SnippetFileCollection_08f09cc::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  10556.                     $wrappedInstance $this->getSnippetFileCollectionService(false);
  10557.                     $proxy->setProxyInitializer(null);
  10558.                     return true;
  10559.                 });
  10560.             });
  10561.         }
  10562.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileCollectionFactory.php';
  10563.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileLoaderInterface.php';
  10564.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileLoader.php';
  10565.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/AppSnippetFileLoader.php';
  10566.         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();
  10567.     }
  10568.     /**
  10569.      * Gets the public 'Shopware\Core\System\Snippet\Filter\SnippetFilterFactory' shared service.
  10570.      *
  10571.      * @return \Shopware\Core\System\Snippet\Filter\SnippetFilterFactory
  10572.      */
  10573.     protected function getSnippetFilterFactoryService()
  10574.     {
  10575.         return $this->services['Shopware\\Core\\System\\Snippet\\Filter\\SnippetFilterFactory'] = new \Shopware\Core\System\Snippet\Filter\SnippetFilterFactory(new RewindableGenerator(function () {
  10576.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AuthorFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AuthorFilter'] = new \Shopware\Core\System\Snippet\Filter\AuthorFilter()));
  10577.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AddedFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AddedFilter'] = new \Shopware\Core\System\Snippet\Filter\AddedFilter()));
  10578.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EditedFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EditedFilter'] = new \Shopware\Core\System\Snippet\Filter\EditedFilter()));
  10579.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EmptySnippetFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EmptySnippetFilter'] = new \Shopware\Core\System\Snippet\Filter\EmptySnippetFilter()));
  10580.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\NamespaceFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\NamespaceFilter'] = new \Shopware\Core\System\Snippet\Filter\NamespaceFilter()));
  10581.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TermFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TermFilter'] = new \Shopware\Core\System\Snippet\Filter\TermFilter()));
  10582.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TranslationKeyFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TranslationKeyFilter'] = new \Shopware\Core\System\Snippet\Filter\TranslationKeyFilter()));
  10583.         }, 7));
  10584.     }
  10585.     /**
  10586.      * Gets the public 'Shopware\Core\System\Snippet\SnippetDefinition' shared service.
  10587.      *
  10588.      * @return \Shopware\Core\System\Snippet\SnippetDefinition
  10589.      */
  10590.     protected function getSnippetDefinitionService()
  10591.     {
  10592.         $this->services['Shopware\\Core\\System\\Snippet\\SnippetDefinition'] = $instance = new \Shopware\Core\System\Snippet\SnippetDefinition();
  10593.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10594.         return $instance;
  10595.     }
  10596.     /**
  10597.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition' shared service.
  10598.      *
  10599.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition
  10600.      */
  10601.     protected function getStateMachineHistoryDefinitionService()
  10602.     {
  10603.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition();
  10604.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10605.         return $instance;
  10606.     }
  10607.     /**
  10608.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition' shared service.
  10609.      *
  10610.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition
  10611.      */
  10612.     protected function getStateMachineStateDefinitionService()
  10613.     {
  10614.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition();
  10615.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10616.         return $instance;
  10617.     }
  10618.     /**
  10619.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition' shared service.
  10620.      *
  10621.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition
  10622.      */
  10623.     protected function getStateMachineStateTranslationDefinitionService()
  10624.     {
  10625.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  10626.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineState/StateMachineStateTranslationDefinition.php';
  10627.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition();
  10628.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10629.         return $instance;
  10630.     }
  10631.     /**
  10632.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition' shared service.
  10633.      *
  10634.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition
  10635.      */
  10636.     protected function getStateMachineTransitionDefinitionService()
  10637.     {
  10638.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineTransition/StateMachineTransitionDefinition.php';
  10639.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition();
  10640.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10641.         return $instance;
  10642.     }
  10643.     /**
  10644.      * Gets the public 'Shopware\Core\System\StateMachine\Api\StateMachineActionController' shared service.
  10645.      *
  10646.      * @return \Shopware\Core\System\StateMachine\Api\StateMachineActionController
  10647.      */
  10648.     protected function getStateMachineActionControllerService()
  10649.     {
  10650.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Api/StateMachineActionController.php';
  10651.         $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()));
  10652.         $instance->setContainer($this);
  10653.         return $instance;
  10654.     }
  10655.     /**
  10656.      * Gets the public 'Shopware\Core\System\StateMachine\StateMachineDefinition' shared service.
  10657.      *
  10658.      * @return \Shopware\Core\System\StateMachine\StateMachineDefinition
  10659.      */
  10660.     protected function getStateMachineDefinitionService()
  10661.     {
  10662.         $this->services['Shopware\\Core\\System\\StateMachine\\StateMachineDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineDefinition();
  10663.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10664.         return $instance;
  10665.     }
  10666.     /**
  10667.      * Gets the public 'Shopware\Core\System\StateMachine\StateMachineTranslationDefinition' shared service.
  10668.      *
  10669.      * @return \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition
  10670.      */
  10671.     protected function getStateMachineTranslationDefinitionService()
  10672.     {
  10673.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  10674.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineTranslationDefinition.php';
  10675.         $this->services['Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition();
  10676.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10677.         return $instance;
  10678.     }
  10679.     /**
  10680.      * Gets the public 'Shopware\Core\System\SystemConfig\Facade\SystemConfigFacadeHookFactory' shared service.
  10681.      *
  10682.      * @return \Shopware\Core\System\SystemConfig\Facade\SystemConfigFacadeHookFactory
  10683.      */
  10684.     protected function getSystemConfigFacadeHookFactoryService()
  10685.     {
  10686.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  10687.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Facade/SystemConfigFacadeHookFactory.php';
  10688.         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()));
  10689.     }
  10690.     /**
  10691.      * Gets the public 'Shopware\Core\System\SystemConfig\SystemConfigDefinition' shared service.
  10692.      *
  10693.      * @return \Shopware\Core\System\SystemConfig\SystemConfigDefinition
  10694.      */
  10695.     protected function getSystemConfigDefinitionService()
  10696.     {
  10697.         $this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition'] = $instance = new \Shopware\Core\System\SystemConfig\SystemConfigDefinition();
  10698.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10699.         return $instance;
  10700.     }
  10701.     /**
  10702.      * Gets the public 'Shopware\Core\System\SystemConfig\SystemConfigService' shared service.
  10703.      *
  10704.      * @return \Shopware\Core\System\SystemConfig\SystemConfigService
  10705.      */
  10706.     protected function getSystemConfigServiceService()
  10707.     {
  10708.         $a = ($this->services['system_config.repository'] ?? $this->getSystemConfig_RepositoryService());
  10709.         if (isset($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'])) {
  10710.             return $this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'];
  10711.         }
  10712.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10713.         if (isset($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'])) {
  10714.             return $this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'];
  10715.         }
  10716.         $c = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  10717.         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);
  10718.     }
  10719.     /**
  10720.      * Gets the public 'Shopware\Core\System\Tag\Service\FilterTagIdsService' shared service.
  10721.      *
  10722.      * @return \Shopware\Core\System\Tag\Service\FilterTagIdsService
  10723.      */
  10724.     protected function getFilterTagIdsServiceService()
  10725.     {
  10726.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tag/Service/FilterTagIdsService.php';
  10727.         return $this->services['Shopware\\Core\\System\\Tag\\Service\\FilterTagIdsService'] = new \Shopware\Core\System\Tag\Service\FilterTagIdsService(($this->services['Shopware\\Core\\System\\Tag\\TagDefinition'] ?? $this->getTagDefinitionService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\CriteriaQueryBuilder'] ?? $this->getCriteriaQueryBuilderService()));
  10728.     }
  10729.     /**
  10730.      * Gets the public 'Shopware\Core\System\Tag\TagDefinition' shared service.
  10731.      *
  10732.      * @return \Shopware\Core\System\Tag\TagDefinition
  10733.      */
  10734.     protected function getTagDefinitionService()
  10735.     {
  10736.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tag/TagDefinition.php';
  10737.         $this->services['Shopware\\Core\\System\\Tag\\TagDefinition'] = $instance = new \Shopware\Core\System\Tag\TagDefinition();
  10738.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10739.         return $instance;
  10740.     }
  10741.     /**
  10742.      * Gets the public 'Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition' shared service.
  10743.      *
  10744.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition
  10745.      */
  10746.     protected function getTaxRuleTypeTranslationDefinitionService()
  10747.     {
  10748.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  10749.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRuleTypeTranslation/TaxRuleTypeTranslationDefinition.php';
  10750.         $this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition();
  10751.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10752.         return $instance;
  10753.     }
  10754.     /**
  10755.      * Gets the public 'Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition' shared service.
  10756.      *
  10757.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition
  10758.      */
  10759.     protected function getTaxRuleTypeDefinitionService()
  10760.     {
  10761.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRuleType/TaxRuleTypeDefinition.php';
  10762.         $this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition();
  10763.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10764.         return $instance;
  10765.     }
  10766.     /**
  10767.      * Gets the public 'Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition' shared service.
  10768.      *
  10769.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition
  10770.      */
  10771.     protected function getTaxRuleDefinitionService()
  10772.     {
  10773.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRule/TaxRuleDefinition.php';
  10774.         $this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition();
  10775.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10776.         return $instance;
  10777.     }
  10778.     /**
  10779.      * Gets the public 'Shopware\Core\System\Tax\TaxDefinition' shared service.
  10780.      *
  10781.      * @return \Shopware\Core\System\Tax\TaxDefinition
  10782.      */
  10783.     protected function getTaxDefinitionService()
  10784.     {
  10785.         $this->services['Shopware\\Core\\System\\Tax\\TaxDefinition'] = $instance = new \Shopware\Core\System\Tax\TaxDefinition();
  10786.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10787.         return $instance;
  10788.     }
  10789.     /**
  10790.      * Gets the public 'Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition' shared service.
  10791.      *
  10792.      * @return \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition
  10793.      */
  10794.     protected function getUnitTranslationDefinitionService()
  10795.     {
  10796.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  10797.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Unit/Aggregate/UnitTranslation/UnitTranslationDefinition.php';
  10798.         $this->services['Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition'] = $instance = new \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition();
  10799.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10800.         return $instance;
  10801.     }
  10802.     /**
  10803.      * Gets the public 'Shopware\Core\System\Unit\UnitDefinition' shared service.
  10804.      *
  10805.      * @return \Shopware\Core\System\Unit\UnitDefinition
  10806.      */
  10807.     protected function getUnitDefinitionService()
  10808.     {
  10809.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Unit/UnitDefinition.php';
  10810.         $this->services['Shopware\\Core\\System\\Unit\\UnitDefinition'] = $instance = new \Shopware\Core\System\Unit\UnitDefinition();
  10811.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10812.         return $instance;
  10813.     }
  10814.     /**
  10815.      * Gets the public 'Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition' shared service.
  10816.      *
  10817.      * @return \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition
  10818.      */
  10819.     protected function getUserAccessKeyDefinitionService()
  10820.     {
  10821.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserAccessKey/UserAccessKeyDefinition.php';
  10822.         $this->services['Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition();
  10823.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10824.         return $instance;
  10825.     }
  10826.     /**
  10827.      * Gets the public 'Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition' shared service.
  10828.      *
  10829.      * @return \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition
  10830.      */
  10831.     protected function getUserConfigDefinitionService()
  10832.     {
  10833.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserConfig/UserConfigDefinition.php';
  10834.         $this->services['Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition();
  10835.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10836.         return $instance;
  10837.     }
  10838.     /**
  10839.      * Gets the public 'Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition' shared service.
  10840.      *
  10841.      * @return \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition
  10842.      */
  10843.     protected function getUserRecoveryDefinitionService()
  10844.     {
  10845.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserRecovery/UserRecoveryDefinition.php';
  10846.         $this->services['Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition();
  10847.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10848.         return $instance;
  10849.     }
  10850.     /**
  10851.      * Gets the public 'Shopware\Core\System\User\Api\UserRecoveryController' shared service.
  10852.      *
  10853.      * @return \Shopware\Core\System\User\Api\UserRecoveryController
  10854.      */
  10855.     protected function getUserRecoveryControllerService()
  10856.     {
  10857.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Api/UserRecoveryController.php';
  10858.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Recovery/UserRecoveryService.php';
  10859.         $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()));
  10860.         $instance->setContainer($this);
  10861.         return $instance;
  10862.     }
  10863.     /**
  10864.      * Gets the public 'Shopware\Core\System\User\Api\UserValidationController' shared service.
  10865.      *
  10866.      * @return \Shopware\Core\System\User\Api\UserValidationController
  10867.      */
  10868.     protected function getUserValidationControllerService()
  10869.     {
  10870.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Api/UserValidationController.php';
  10871.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Service/UserValidationService.php';
  10872.         $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())));
  10873.         $instance->setContainer($this);
  10874.         return $instance;
  10875.     }
  10876.     /**
  10877.      * Gets the public 'Shopware\Core\System\User\UserDefinition' shared service.
  10878.      *
  10879.      * @return \Shopware\Core\System\User\UserDefinition
  10880.      */
  10881.     protected function getUserDefinitionService()
  10882.     {
  10883.         $this->services['Shopware\\Core\\System\\User\\UserDefinition'] = $instance = new \Shopware\Core\System\User\UserDefinition();
  10884.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  10885.         return $instance;
  10886.     }
  10887.     /**
  10888.      * Gets the public 'Shopware\Elasticsearch\Admin\AdminElasticsearchHelper' shared service.
  10889.      *
  10890.      * @return \Shopware\Elasticsearch\Admin\AdminElasticsearchHelper
  10891.      */
  10892.     protected function getAdminElasticsearchHelperService()
  10893.     {
  10894.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminElasticsearchHelper.php';
  10895.         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'));
  10896.     }
  10897.     /**
  10898.      * Gets the public 'Shopware\Elasticsearch\Admin\AdminSearchController' shared service.
  10899.      *
  10900.      * @return \Shopware\Elasticsearch\Admin\AdminSearchController
  10901.      */
  10902.     protected function getAdminSearchController2Service()
  10903.     {
  10904.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminSearchController.php';
  10905.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminElasticsearchHelper.php';
  10906.         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')))));
  10907.     }
  10908.     /**
  10909.      * Gets the public 'Shopware\Elasticsearch\Framework\ElasticsearchHelper' shared service.
  10910.      *
  10911.      * @return \Shopware\Elasticsearch\Framework\ElasticsearchHelper
  10912.      */
  10913.     protected function getElasticsearchHelperService()
  10914.     {
  10915.         $a = ($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchRegistry'] ?? $this->getElasticsearchRegistryService());
  10916.         if (isset($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'])) {
  10917.             return $this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'];
  10918.         }
  10919.         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()));
  10920.     }
  10921.     /**
  10922.      * Gets the public 'Shopware\Elasticsearch\Framework\Indexing\CreateAliasTaskHandler' shared service.
  10923.      *
  10924.      * @return \Shopware\Elasticsearch\Framework\Indexing\CreateAliasTaskHandler
  10925.      */
  10926.     protected function getCreateAliasTaskHandlerService()
  10927.     {
  10928.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Indexing/CreateAliasTaskHandler.php';
  10929.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  10930.         if (isset($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'])) {
  10931.             return $this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'];
  10932.         }
  10933.         $b = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  10934.         if (isset($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'])) {
  10935.             return $this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'];
  10936.         }
  10937.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10938.         if (isset($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'])) {
  10939.             return $this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'];
  10940.         }
  10941.         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);
  10942.     }
  10943.     /**
  10944.      * Gets the public 'Shopware\Storefront\Controller\AccountOrderController' shared service.
  10945.      *
  10946.      * @return \Shopware\Storefront\Controller\AccountOrderController
  10947.      */
  10948.     protected function getAccountOrderControllerService()
  10949.     {
  10950.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AccountOrderController.php';
  10951.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Order/AccountOrderPageLoader.php';
  10952.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Order/AccountEditOrderPageLoader.php';
  10953.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Order/AccountOrderDetailPageLoader.php';
  10954.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  10955.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10956.         $c = ($this->services['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderRoute'] ?? $this->getOrderRouteService());
  10957.         $d = ($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] ?? $this->getOrderService2Service());
  10958.         $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);
  10959.         $instance->setContainer($this);
  10960.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  10961.         return $instance;
  10962.     }
  10963.     /**
  10964.      * Gets the public 'Shopware\Storefront\Controller\AccountPaymentController' shared service.
  10965.      *
  10966.      * @return \Shopware\Storefront\Controller\AccountPaymentController
  10967.      */
  10968.     protected function getAccountPaymentControllerService()
  10969.     {
  10970.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AccountPaymentController.php';
  10971.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/PaymentMethod/AccountPaymentMethodPageLoader.php';
  10972.         $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()));
  10973.         $instance->setContainer($this);
  10974.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  10975.         return $instance;
  10976.     }
  10977.     /**
  10978.      * Gets the public 'Shopware\Storefront\Controller\AccountProfileController' shared service.
  10979.      *
  10980.      * @return \Shopware\Storefront\Controller\AccountProfileController
  10981.      */
  10982.     protected function getAccountProfileControllerService()
  10983.     {
  10984.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AccountProfileController.php';
  10985.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Overview/AccountOverviewPageLoader.php';
  10986.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Profile/AccountProfilePageLoader.php';
  10987.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  10988.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10989.         $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->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  10990.         $instance->setContainer($this);
  10991.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  10992.         return $instance;
  10993.     }
  10994.     /**
  10995.      * Gets the public 'Shopware\Storefront\Controller\AddressController' shared service.
  10996.      *
  10997.      * @return \Shopware\Storefront\Controller\AddressController
  10998.      */
  10999.     protected function getAddressControllerService()
  11000.     {
  11001.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AddressController.php';
  11002.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Address/Listing/AddressListingPageLoader.php';
  11003.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Address/Detail/AddressDetailPageLoader.php';
  11004.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  11005.         $b = ($this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'] ?? $this->getCachedCountryRouteService());
  11006.         $c = ($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'] ?? $this->getCachedSalutationRouteService());
  11007.         $d = ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ListAddressRoute'] ?? $this->getListAddressRouteService());
  11008.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11009.         $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()));
  11010.         $instance->setContainer($this);
  11011.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11012.         return $instance;
  11013.     }
  11014.     /**
  11015.      * Gets the public 'Shopware\Storefront\Controller\Api\CaptchaController' shared service.
  11016.      *
  11017.      * @return \Shopware\Storefront\Controller\Api\CaptchaController
  11018.      */
  11019.     protected function getCaptchaControllerService()
  11020.     {
  11021.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/Api/CaptchaController.php';
  11022.         $this->services['Shopware\\Storefront\\Controller\\Api\\CaptchaController'] = $instance = new \Shopware\Storefront\Controller\Api\CaptchaController(new RewindableGenerator(function () {
  11023.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'] ?? $this->getHoneypotCaptchaService());
  11024.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'] ?? $this->getBasicCaptchaService());
  11025.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV2'] ?? $this->getGoogleReCaptchaV2Service());
  11026.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV3'] ?? $this->getGoogleReCaptchaV3Service());
  11027.         }, 4));
  11028.         $instance->setContainer($this);
  11029.         return $instance;
  11030.     }
  11031.     /**
  11032.      * Gets the public 'Shopware\Storefront\Controller\AuthController' shared service.
  11033.      *
  11034.      * @return \Shopware\Storefront\Controller\AuthController
  11035.      */
  11036.     protected function getAuthController2Service()
  11037.     {
  11038.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AuthController.php';
  11039.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/RecoverPassword/AccountRecoverPasswordPageLoader.php';
  11040.         $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()));
  11041.         $instance->setContainer($this);
  11042.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11043.         return $instance;
  11044.     }
  11045.     /**
  11046.      * Gets the public 'Shopware\Storefront\Controller\CaptchaController' shared service.
  11047.      *
  11048.      * @return \Shopware\Storefront\Controller\CaptchaController
  11049.      */
  11050.     protected function getCaptchaController2Service()
  11051.     {
  11052.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CaptchaController.php';
  11053.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Captcha/AbstractBasicCaptchaPageletLoader.php';
  11054.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Captcha/BasicCaptchaPageletLoader.php';
  11055.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/BasicCaptcha/AbstractBasicCaptchaGenerator.php';
  11056.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/BasicCaptcha/BasicCaptchaGenerator.php';
  11057.         $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()));
  11058.         $instance->setContainer($this);
  11059.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11060.         return $instance;
  11061.     }
  11062.     /**
  11063.      * Gets the public 'Shopware\Storefront\Controller\CartLineItemController' shared service.
  11064.      *
  11065.      * @return \Shopware\Storefront\Controller\CartLineItemController
  11066.      */
  11067.     protected function getCartLineItemControllerService()
  11068.     {
  11069.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CartLineItemController.php';
  11070.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductLineItemFactory.php';
  11071.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionItemBuilder.php';
  11072.         $this->services['Shopware\\Storefront\\Controller\\CartLineItemController'] = $instance = new \Shopware\Storefront\Controller\CartLineItemController(($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()), ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionItemBuilder'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionItemBuilder'] = new \Shopware\Core\Checkout\Promotion\Cart\PromotionItemBuilder())), 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()));
  11073.         $instance->setContainer($this);
  11074.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11075.         return $instance;
  11076.     }
  11077.     /**
  11078.      * Gets the public 'Shopware\Storefront\Controller\CheckoutController' shared service.
  11079.      *
  11080.      * @return \Shopware\Storefront\Controller\CheckoutController
  11081.      */
  11082.     protected function getCheckoutControllerService()
  11083.     {
  11084.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CheckoutController.php';
  11085.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Cart/CheckoutCartPageLoader.php';
  11086.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Confirm/CheckoutConfirmPageLoader.php';
  11087.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Finish/CheckoutFinishPageLoader.php';
  11088.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Offcanvas/OffcanvasCartPageLoader.php';
  11089.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  11090.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11091.         $c = ($this->privates['Shopware\\Storefront\\Checkout\\Cart\\SalesChannel\\StorefrontCartFacade'] ?? $this->getStorefrontCartFacadeService());
  11092.         $d = ($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? $this->getSortedPaymentMethodRouteService());
  11093.         $e = ($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'] ?? $this->getSortedShippingMethodRouteService());
  11094.         $this->services['Shopware\\Storefront\\Controller\\CheckoutController'] = $instance = 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())), new \Shopware\Storefront\Page\Checkout\Finish\CheckoutFinishPageLoader($b$a, ($this->services['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderRoute'] ?? $this->getOrderRouteService())), ($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] ?? $this->getOrderService2Service()), ($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()));
  11095.         $instance->setContainer($this);
  11096.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11097.         return $instance;
  11098.     }
  11099.     /**
  11100.      * Gets the public 'Shopware\Storefront\Controller\CmsController' shared service.
  11101.      *
  11102.      * @return \Shopware\Storefront\Controller\CmsController
  11103.      */
  11104.     protected function getCmsControllerService()
  11105.     {
  11106.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CmsController.php';
  11107.         $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['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'] ?? $this->getResolveCriteriaProductListingRouteService()), ($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()));
  11108.         $instance->setContainer($this);
  11109.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11110.         return $instance;
  11111.     }
  11112.     /**
  11113.      * Gets the public 'Shopware\Storefront\Controller\ContextController' shared service.
  11114.      *
  11115.      * @return \Shopware\Storefront\Controller\ContextController
  11116.      */
  11117.     protected function getContextControllerService()
  11118.     {
  11119.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/ContextController.php';
  11120.         $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()));
  11121.         $instance->setContainer($this);
  11122.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11123.         return $instance;
  11124.     }
  11125.     /**
  11126.      * Gets the public 'Shopware\Storefront\Controller\CookieController' shared service.
  11127.      *
  11128.      * @return \Shopware\Storefront\Controller\CookieController
  11129.      */
  11130.     protected function getCookieControllerService()
  11131.     {
  11132.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CookieController.php';
  11133.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cookie/CookieProviderInterface.php';
  11134.         include_once \dirname(__DIR__4).'/custom/plugins/WbmTagManagerEcomm/src/Cookie/CustomCookieProvider.php';
  11135.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/CookieProvider/CookieProvider.php';
  11136.         include_once \dirname(__DIR__4).'/custom/plugins/AcrisProductVideoCS/src/Framework/Cookie/VideoCookieProvider.php';
  11137.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Storefront/Framework/Cookie/PayPalCookieProvider.php';
  11138.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cookie/AppCookieProvider.php';
  11139.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cookie/CookieProvider.php';
  11140.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  11141.         $this->services['Shopware\\Storefront\\Controller\\CookieController'] = $instance = new \Shopware\Storefront\Controller\CookieController(new \Wbm\TagManagerEcomm\Cookie\CustomCookieProvider(new \KlarnaPayment\Components\CookieProvider\CookieProvider(new \Acris\ProductVideo\Framework\Cookie\VideoCookieProvider(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);
  11142.         $instance->setContainer($this);
  11143.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11144.         return $instance;
  11145.     }
  11146.     /**
  11147.      * Gets the public 'Shopware\Storefront\Controller\CountryStateController' shared service.
  11148.      *
  11149.      * @return \Shopware\Storefront\Controller\CountryStateController
  11150.      */
  11151.     protected function getCountryStateControllerService()
  11152.     {
  11153.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CountryStateController.php';
  11154.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Country/CountryStateDataPageletLoader.php';
  11155.         $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()));
  11156.         $instance->setContainer($this);
  11157.         return $instance;
  11158.     }
  11159.     /**
  11160.      * Gets the public 'Shopware\Storefront\Controller\CsrfController' shared service.
  11161.      *
  11162.      * @return \Shopware\Storefront\Controller\CsrfController
  11163.      */
  11164.     protected function getCsrfControllerService()
  11165.     {
  11166.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CsrfController.php';
  11167.         $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');
  11168.         $instance->setContainer($this);
  11169.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11170.         return $instance;
  11171.     }
  11172.     /**
  11173.      * Gets the public 'Shopware\Storefront\Controller\DocumentController' shared service.
  11174.      *
  11175.      * @return \Shopware\Storefront\Controller\DocumentController
  11176.      */
  11177.     protected function getDocumentController2Service()
  11178.     {
  11179.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/DocumentController.php';
  11180.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Document/DocumentPageLoader.php';
  11181.         $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()));
  11182.         $instance->setContainer($this);
  11183.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11184.         return $instance;
  11185.     }
  11186.     /**
  11187.      * Gets the public 'Shopware\Storefront\Controller\DownloadController' shared service.
  11188.      *
  11189.      * @return \Shopware\Storefront\Controller\DownloadController
  11190.      */
  11191.     protected function getDownloadControllerService()
  11192.     {
  11193.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/DownloadController.php';
  11194.         $this->services['Shopware\\Storefront\\Controller\\DownloadController'] = $instance = new \Shopware\Storefront\Controller\DownloadController(($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DownloadRoute'] ?? $this->getDownloadRouteService()));
  11195.         $instance->setContainer($this);
  11196.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11197.         return $instance;
  11198.     }
  11199.     /**
  11200.      * Gets the public 'Shopware\Storefront\Controller\ErrorController' shared service.
  11201.      *
  11202.      * @return \Shopware\Storefront\Controller\ErrorController
  11203.      */
  11204.     protected function getErrorControllerService($lazyLoad true)
  11205.     {
  11206.         if ($lazyLoad) {
  11207.             return $this->services['Shopware\\Storefront\\Controller\\ErrorController'] = $this->createProxy('ErrorController_b437ad9', function () {
  11208.                 return \ErrorController_b437ad9::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  11209.                     $wrappedInstance $this->getErrorControllerService(false);
  11210.                     $proxy->setProxyInitializer(null);
  11211.                     return true;
  11212.                 });
  11213.             });
  11214.         }
  11215.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/ErrorTemplateResolver.php';
  11216.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Navigation/Error/ErrorPageLoaderInterface.php';
  11217.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Navigation/Error/ErrorPageLoader.php';
  11218.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  11219.         $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['Swag\\CmsExtensions\\Service\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoaderBlockRuleDecorator'] ?? $this->getSalesChannelCmsPageLoaderBlockRuleDecoratorService()), ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())), ($this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? $this->getFooterPageletLoaderService()));
  11220.         $instance->setContainer($this);
  11221.         $instance->setTwig($a);
  11222.         return $instance;
  11223.     }
  11224.     /**
  11225.      * Gets the public 'Shopware\Storefront\Controller\FormController' shared service.
  11226.      *
  11227.      * @return \Shopware\Storefront\Controller\FormController
  11228.      */
  11229.     protected function getFormControllerService()
  11230.     {
  11231.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/FormController.php';
  11232.         $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()));
  11233.         $instance->setContainer($this);
  11234.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11235.         return $instance;
  11236.     }
  11237.     /**
  11238.      * Gets the public 'Shopware\Storefront\Controller\LandingPageController' shared service.
  11239.      *
  11240.      * @return \Shopware\Storefront\Controller\LandingPageController
  11241.      */
  11242.     protected function getLandingPageControllerService()
  11243.     {
  11244.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/LandingPageController.php';
  11245.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/LandingPage/LandingPageLoader.php';
  11246.         $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())));
  11247.         $instance->setContainer($this);
  11248.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11249.         return $instance;
  11250.     }
  11251.     /**
  11252.      * Gets the public 'Shopware\Storefront\Controller\MaintenanceController' shared service.
  11253.      *
  11254.      * @return \Shopware\Storefront\Controller\MaintenanceController
  11255.      */
  11256.     protected function getMaintenanceControllerService()
  11257.     {
  11258.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/MaintenanceController.php';
  11259.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Maintenance/MaintenancePageLoader.php';
  11260.         $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['Swag\\CmsExtensions\\Service\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoaderBlockRuleDecorator'] ?? $this->getSalesChannelCmsPageLoaderBlockRuleDecoratorService()), ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())), ($this->privates['Shopware\\Storefront\\Framework\\Routing\\MaintenanceModeResolver'] ?? $this->getMaintenanceModeResolverService()));
  11261.         $instance->setContainer($this);
  11262.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11263.         return $instance;
  11264.     }
  11265.     /**
  11266.      * Gets the public 'Shopware\Storefront\Controller\NavigationController' shared service.
  11267.      *
  11268.      * @return \Shopware\Storefront\Controller\NavigationController
  11269.      */
  11270.     protected function getNavigationControllerService()
  11271.     {
  11272.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/NavigationController.php';
  11273.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Navigation/NavigationPageLoaderInterface.php';
  11274.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Navigation/NavigationPageLoader.php';
  11275.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Menu/Offcanvas/MenuOffcanvasPageletLoaderInterface.php';
  11276.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Menu/Offcanvas/MenuOffcanvasPageletLoader.php';
  11277.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11278.         $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['Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface'] ?? $this->getSeoUrlPlaceholderHandlerInterfaceService())), new \Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader($a, ($this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? $this->getNavigationLoaderService())));
  11279.         $instance->setContainer($this);
  11280.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11281.         return $instance;
  11282.     }
  11283.     /**
  11284.      * Gets the public 'Shopware\Storefront\Controller\NewsletterController' shared service.
  11285.      *
  11286.      * @return \Shopware\Storefront\Controller\NewsletterController
  11287.      */
  11288.     protected function getNewsletterControllerService()
  11289.     {
  11290.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/NewsletterController.php';
  11291.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Newsletter/Subscribe/NewsletterSubscribePageLoader.php';
  11292.         $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()));
  11293.         $instance->setContainer($this);
  11294.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11295.         return $instance;
  11296.     }
  11297.     /**
  11298.      * Gets the public 'Shopware\Storefront\Controller\ProductController' shared service.
  11299.      *
  11300.      * @return \Shopware\Storefront\Controller\ProductController
  11301.      */
  11302.     protected function getProductControllerService()
  11303.     {
  11304.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/ProductController.php';
  11305.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/ProductPageLoader.php';
  11306.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/QuickView/MinimalQuickViewPageLoader.php';
  11307.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11308.         $b = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'] ?? $this->getCachedProductDetailRouteService());
  11309.         $c = ($this->services['Shopware\\Storefront\\Page\\Product\\Review\\ProductReviewLoader'] ?? $this->getProductReviewLoaderService());
  11310.         $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['Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface'] ?? $this->getSeoUrlPlaceholderHandlerInterfaceService()), $c, ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  11311.         $instance->setContainer($this);
  11312.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11313.         return $instance;
  11314.     }
  11315.     /**
  11316.      * Gets the public 'Shopware\Storefront\Controller\RegisterController' shared service.
  11317.      *
  11318.      * @return \Shopware\Storefront\Controller\RegisterController
  11319.      */
  11320.     protected function getRegisterControllerService()
  11321.     {
  11322.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/RegisterController.php';
  11323.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/CustomerGroupRegistration/AbstractCustomerGroupRegistrationPageLoader.php';
  11324.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/CustomerGroupRegistration/CustomerGroupRegistrationPageLoader.php';
  11325.         $a = ($this->privates['Shopware\\Storefront\\Page\\Account\\Login\\AccountLoginPageLoader'] ?? $this->getAccountLoginPageLoaderService());
  11326.         $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()));
  11327.         $instance->setContainer($this);
  11328.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11329.         return $instance;
  11330.     }
  11331.     /**
  11332.      * Gets the public 'Shopware\Storefront\Controller\ScriptController' shared service.
  11333.      *
  11334.      * @return \Shopware\Storefront\Controller\ScriptController
  11335.      */
  11336.     protected function getScriptControllerService()
  11337.     {
  11338.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/ScriptController.php';
  11339.         $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()));
  11340.         $instance->setContainer($this);
  11341.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11342.         return $instance;
  11343.     }
  11344.     /**
  11345.      * Gets the public 'Shopware\Storefront\Controller\SearchController' shared service.
  11346.      *
  11347.      * @return \Shopware\Storefront\Controller\SearchController
  11348.      */
  11349.     protected function getSearchControllerService()
  11350.     {
  11351.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/SearchController.php';
  11352.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Suggest/SuggestPageLoader.php';
  11353.         $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['Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\ResolvedCriteriaProductSearchRoute'] ?? $this->getResolvedCriteriaProductSearchRouteService()));
  11354.         $instance->setContainer($this);
  11355.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11356.         return $instance;
  11357.     }
  11358.     /**
  11359.      * Gets the public 'Shopware\Storefront\Controller\SitemapController' shared service.
  11360.      *
  11361.      * @return \Shopware\Storefront\Controller\SitemapController
  11362.      */
  11363.     protected function getSitemapControllerService()
  11364.     {
  11365.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/SitemapController.php';
  11366.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Sitemap/SitemapPageLoader.php';
  11367.         $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())));
  11368.         $instance->setContainer($this);
  11369.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11370.         return $instance;
  11371.     }
  11372.     /**
  11373.      * Gets the public 'Shopware\Storefront\Controller\StoreApiProxyController' shared service.
  11374.      *
  11375.      * @return \Shopware\Storefront\Controller\StoreApiProxyController
  11376.      */
  11377.     protected function getStoreApiProxyControllerService()
  11378.     {
  11379.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/StoreApiProxyController.php';
  11380.         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())));
  11381.     }
  11382.     /**
  11383.      * Gets the public 'Shopware\Storefront\Controller\VerificationHashController' shared service.
  11384.      *
  11385.      * @return \Shopware\Storefront\Controller\VerificationHashController
  11386.      */
  11387.     protected function getVerificationHashControllerService()
  11388.     {
  11389.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/VerificationHashController.php';
  11390.         $this->services['Shopware\\Storefront\\Controller\\VerificationHashController'] = $instance = new \Shopware\Storefront\Controller\VerificationHashController(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  11391.         $instance->setContainer($this);
  11392.         return $instance;
  11393.     }
  11394.     /**
  11395.      * Gets the public 'Shopware\Storefront\Controller\WellKnownController' shared service.
  11396.      *
  11397.      * @return \Shopware\Storefront\Controller\WellKnownController
  11398.      */
  11399.     protected function getWellKnownControllerService()
  11400.     {
  11401.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/WellKnownController.php';
  11402.         $this->services['Shopware\\Storefront\\Controller\\WellKnownController'] = $instance = new \Shopware\Storefront\Controller\WellKnownController();
  11403.         $instance->setContainer($this);
  11404.         return $instance;
  11405.     }
  11406.     /**
  11407.      * Gets the public 'Shopware\Storefront\Controller\WishlistController' shared service.
  11408.      *
  11409.      * @return \Shopware\Storefront\Controller\WishlistController
  11410.      */
  11411.     protected function getWishlistControllerService()
  11412.     {
  11413.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/WishlistController.php';
  11414.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Wishlist/WishlistPageLoader.php';
  11415.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Wishlist/GuestWishlistPageLoader.php';
  11416.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Wishlist/GuestWishlistPageletLoader.php';
  11417.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductCloseoutFilterFactory.php';
  11418.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductCloseoutFilterFactory.php';
  11419.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  11420.         $b = ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LoadWishlistRoute'] ?? $this->getLoadWishlistRouteService());
  11421.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11422.         $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);
  11423.         $instance->setContainer($this);
  11424.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11425.         return $instance;
  11426.     }
  11427.     /**
  11428.      * Gets the public 'Shopware\Storefront\Framework\Cache\CacheStore' shared autowired service.
  11429.      *
  11430.      * @return \Shopware\Storefront\Framework\Cache\CacheStore
  11431.      */
  11432.     protected function getCacheStoreService()
  11433.     {
  11434.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/StoreInterface.php';
  11435.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheStore.php';
  11436.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheStateValidatorInterface.php';
  11437.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheStateValidator.php';
  11438.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/AbstractHttpCacheKeyGenerator.php';
  11439.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/HttpCacheKeyGenerator.php';
  11440.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11441.         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('a6cdf01c8a14124e315e8ec5e6f48dc2'$a$this->parameters['storefront.http_cache.ignored_url_parameters']), ($this->privates['Shopware\\Storefront\\Framework\\Routing\\MaintenanceModeResolver'] ?? $this->getMaintenanceModeResolverService()), $this->parameters['session.storage.options']);
  11442.     }
  11443.     /**
  11444.      * Gets the public 'Shopware\Storefront\Framework\Csrf\CsrfPlaceholderHandler' shared autowired service.
  11445.      *
  11446.      * @return \Shopware\Storefront\Framework\Csrf\CsrfPlaceholderHandler
  11447.      */
  11448.     protected function getCsrfPlaceholderHandlerService()
  11449.     {
  11450.         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()));
  11451.     }
  11452.     /**
  11453.      * Gets the public 'Shopware\Storefront\Framework\Media\StorefrontMediaValidatorRegistry' shared autowired service.
  11454.      *
  11455.      * @return \Shopware\Storefront\Framework\Media\StorefrontMediaValidatorRegistry
  11456.      */
  11457.     protected function getStorefrontMediaValidatorRegistryService()
  11458.     {
  11459.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Media/StorefrontMediaValidatorRegistry.php';
  11460.         return $this->services['Shopware\\Storefront\\Framework\\Media\\StorefrontMediaValidatorRegistry'] = new \Shopware\Storefront\Framework\Media\StorefrontMediaValidatorRegistry(new RewindableGenerator(function () {
  11461.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaImageValidator'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaImageValidator'] = new \Shopware\Storefront\Framework\Media\Validator\StorefrontMediaImageValidator()));
  11462.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaDocumentValidator'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaDocumentValidator'] = new \Shopware\Storefront\Framework\Media\Validator\StorefrontMediaDocumentValidator()));
  11463.             yield => ($this->privates['Swag\\CustomizedProducts\\Storefront\\Framework\\Media\\Validator\\ImageMediaUploadValidator'] ?? ($this->privates['Swag\\CustomizedProducts\\Storefront\\Framework\\Media\\Validator\\ImageMediaUploadValidator'] = new \Swag\CustomizedProducts\Storefront\Framework\Media\Validator\ImageMediaUploadValidator()));
  11464.             yield => ($this->privates['Swag\\CustomizedProducts\\Storefront\\Framework\\Media\\Validator\\FileMediaUploadValidator'] ?? ($this->privates['Swag\\CustomizedProducts\\Storefront\\Framework\\Media\\Validator\\FileMediaUploadValidator'] = new \Swag\CustomizedProducts\Storefront\Framework\Media\Validator\FileMediaUploadValidator()));
  11465.         }, 4));
  11466.     }
  11467.     /**
  11468.      * Gets the public 'Shopware\Storefront\Page\Checkout\Register\CheckoutRegisterPageLoader' shared autowired service.
  11469.      *
  11470.      * @return \Shopware\Storefront\Page\Checkout\Register\CheckoutRegisterPageLoader
  11471.      */
  11472.     protected function getCheckoutRegisterPageLoaderService()
  11473.     {
  11474.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Register/CheckoutRegisterPageLoader.php';
  11475.         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()));
  11476.     }
  11477.     /**
  11478.      * Gets the public 'Shopware\Storefront\Page\Product\Configurator\ProductCombinationFinder' shared autowired service.
  11479.      *
  11480.      * @return \Shopware\Storefront\Page\Product\Configurator\ProductCombinationFinder
  11481.      */
  11482.     protected function getProductCombinationFinderService()
  11483.     {
  11484.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/Configurator/ProductCombinationFinder.php';
  11485.         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()));
  11486.     }
  11487.     /**
  11488.      * Gets the public 'Shopware\Storefront\Page\Product\Review\ProductReviewLoader' shared service.
  11489.      *
  11490.      * @return \Shopware\Storefront\Page\Product\Review\ProductReviewLoader
  11491.      */
  11492.     protected function getProductReviewLoaderService()
  11493.     {
  11494.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/Review/ProductReviewLoader.php';
  11495.         return $this->services['Shopware\\Storefront\\Page\\Product\\Review\\ProductReviewLoader'] = new \Shopware\Storefront\Page\Product\Review\ProductReviewLoader(($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'] ?? $this->getCachedProductReviewRouteService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  11496.     }
  11497.     /**
  11498.      * Gets the public 'Shopware\Storefront\Page\Search\SearchPageLoader' shared autowired service.
  11499.      *
  11500.      * @return \Shopware\Storefront\Page\Search\SearchPageLoader
  11501.      */
  11502.     protected function getSearchPageLoaderService()
  11503.     {
  11504.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Search/SearchPageLoader.php';
  11505.         return $this->services['Shopware\\Storefront\\Page\\Search\\SearchPageLoader'] = new \Shopware\Storefront\Page\Search\SearchPageLoader(($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService()), ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\ResolvedCriteriaProductSearchRoute'] ?? $this->getResolvedCriteriaProductSearchRouteService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  11506.     }
  11507.     /**
  11508.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition' shared service.
  11509.      *
  11510.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition
  11511.      */
  11512.     protected function getThemeChildDefinitionService()
  11513.     {
  11514.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeChildDefinition.php';
  11515.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition();
  11516.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11517.         return $instance;
  11518.     }
  11519.     /**
  11520.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition' shared service.
  11521.      *
  11522.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition
  11523.      */
  11524.     protected function getThemeMediaDefinitionService()
  11525.     {
  11526.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeMediaDefinition.php';
  11527.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition();
  11528.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11529.         return $instance;
  11530.     }
  11531.     /**
  11532.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition' shared service.
  11533.      *
  11534.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition
  11535.      */
  11536.     protected function getThemeSalesChannelDefinitionService()
  11537.     {
  11538.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition();
  11539.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11540.         return $instance;
  11541.     }
  11542.     /**
  11543.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition' shared service.
  11544.      *
  11545.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition
  11546.      */
  11547.     protected function getThemeTranslationDefinitionService()
  11548.     {
  11549.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  11550.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeTranslationDefinition.php';
  11551.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition();
  11552.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11553.         return $instance;
  11554.     }
  11555.     /**
  11556.      * Gets the public 'Shopware\Storefront\Theme\Controller\ThemeController' shared service.
  11557.      *
  11558.      * @return \Shopware\Storefront\Theme\Controller\ThemeController
  11559.      */
  11560.     protected function getThemeControllerService()
  11561.     {
  11562.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Controller/ThemeController.php';
  11563.         $this->services['Shopware\\Storefront\\Theme\\Controller\\ThemeController'] = $instance = new \Shopware\Storefront\Theme\Controller\ThemeController(($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService()));
  11564.         $instance->setContainer($this);
  11565.         return $instance;
  11566.     }
  11567.     /**
  11568.      * Gets the public 'Shopware\Storefront\Theme\SalesChannelThemeLoader' shared service.
  11569.      *
  11570.      * @return \Shopware\Storefront\Theme\SalesChannelThemeLoader
  11571.      */
  11572.     protected function getSalesChannelThemeLoaderService()
  11573.     {
  11574.         return $this->services['Shopware\\Storefront\\Theme\\SalesChannelThemeLoader'] = new \Shopware\Storefront\Theme\SalesChannelThemeLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  11575.     }
  11576.     /**
  11577.      * Gets the public 'Shopware\Storefront\Theme\StorefrontPluginRegistry' shared service.
  11578.      *
  11579.      * @return \Shopware\Storefront\Theme\StorefrontPluginRegistry
  11580.      */
  11581.     protected function getStorefrontPluginRegistryService()
  11582.     {
  11583.         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()));
  11584.     }
  11585.     /**
  11586.      * Gets the public 'Shopware\Storefront\Theme\ThemeDefinition' shared service.
  11587.      *
  11588.      * @return \Shopware\Storefront\Theme\ThemeDefinition
  11589.      */
  11590.     protected function getThemeDefinitionService()
  11591.     {
  11592.         $this->services['Shopware\\Storefront\\Theme\\ThemeDefinition'] = $instance = new \Shopware\Storefront\Theme\ThemeDefinition();
  11593.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11594.         return $instance;
  11595.     }
  11596.     /**
  11597.      * Gets the public 'StudioSolid\AdvancedSliderElements\SolidAdvancedSliderElements' shared autowired service.
  11598.      *
  11599.      * @return \StudioSolid\AdvancedSliderElements\SolidAdvancedSliderElements
  11600.      */
  11601.     protected function getSolidAdvancedSliderElementsService()
  11602.     {
  11603.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  11604.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  11605.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  11606.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  11607.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  11608.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  11609.         include_once \dirname(__DIR__4).'/custom/plugins/SolidAdvancedSliderElements/src/SolidAdvancedSliderElements.php';
  11610.         return $this->services['StudioSolid\\AdvancedSliderElements\\SolidAdvancedSliderElements'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('StudioSolid\\AdvancedSliderElements\\SolidAdvancedSliderElements');
  11611.     }
  11612.     /**
  11613.      * Gets the public 'SwagExtensionStore\Controller\DataController' shared service.
  11614.      *
  11615.      * @return \SwagExtensionStore\Controller\DataController
  11616.      */
  11617.     protected function getDataControllerService()
  11618.     {
  11619.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Controller/DataController.php';
  11620.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Services/StoreDataProvider.php';
  11621.         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())));
  11622.     }
  11623.     /**
  11624.      * Gets the public 'SwagExtensionStore\Controller\LicenseController' shared service.
  11625.      *
  11626.      * @return \SwagExtensionStore\Controller\LicenseController
  11627.      */
  11628.     protected function getLicenseControllerService()
  11629.     {
  11630.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Controller/LicenseController.php';
  11631.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Services/LicenseService.php';
  11632.         return $this->services['SwagExtensionStore\\Controller\\LicenseController'] = new \SwagExtensionStore\Controller\LicenseController(new \SwagExtensionStore\Services\LicenseService(($this->privates['SwagExtensionStore\\Services\\StoreClient'] ?? $this->getStoreClient2Service())));
  11633.     }
  11634.     /**
  11635.      * Gets the public 'SwagExtensionStore\SwagExtensionStore' shared autowired service.
  11636.      *
  11637.      * @return \SwagExtensionStore\SwagExtensionStore
  11638.      */
  11639.     protected function getSwagExtensionStoreService()
  11640.     {
  11641.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  11642.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  11643.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  11644.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  11645.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  11646.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  11647.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/SwagExtensionStore.php';
  11648.         return $this->services['SwagExtensionStore\\SwagExtensionStore'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('SwagExtensionStore\\SwagExtensionStore');
  11649.     }
  11650.     /**
  11651.      * Gets the public 'SwagMigrationAssistant\Controller\DataProviderController' shared service.
  11652.      *
  11653.      * @return \SwagMigrationAssistant\Controller\DataProviderController
  11654.      */
  11655.     protected function getDataProviderControllerService()
  11656.     {
  11657.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Controller/DataProviderController.php';
  11658.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderRegistryInterface.php';
  11659.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderRegistry.php';
  11660.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Service/EnvironmentServiceInterface.php';
  11661.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Service/EnvironmentService.php';
  11662.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/GenerateDocumentProvider.php';
  11663.         return $this->services['SwagMigrationAssistant\\Controller\\DataProviderController'] = new \SwagMigrationAssistant\Controller\DataProviderController(new \SwagMigrationAssistant\DataProvider\Provider\ProviderRegistry(new RewindableGenerator(function () {
  11664.             yield => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductManufacturerProvider'] ?? $this->getProductManufacturerProviderService());
  11665.             yield => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\LanguageProvider'] ?? $this->getLanguageProviderService());
  11666.             yield => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CategoryProvider'] ?? $this->getCategoryProviderService());
  11667.             yield => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CategoryAssociationProvider'] ?? $this->getCategoryAssociationProviderService());
  11668.             yield => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CategoryCmsPageAssociationProvider'] ?? $this->getCategoryCmsPageAssociationProviderService());
  11669.             yield => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CurrencyProvider'] ?? $this->getCurrencyProviderService());
  11670.             yield => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\MediaFolderProvider'] ?? $this->getMediaFolderProviderService());
  11671.             yield => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\MediaFolderInheritanceProvider'] ?? $this->getMediaFolderInheritanceProviderService());
  11672.             yield => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\DeliveryTimeProvider'] ?? $this->getDeliveryTimeProviderService());
  11673.             yield => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductProvider'] ?? $this->getProductProviderService());
  11674.             yield 10 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductMainVariantRelationProvider'] ?? $this->getProductMainVariantRelationProviderService());
  11675.             yield 11 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\TaxProvider'] ?? $this->getTaxProviderService());
  11676.             yield 12 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\TaxRuleProvider'] ?? $this->getTaxRuleProviderService());
  11677.             yield 13 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\PropertyGroupProvider'] ?? $this->getPropertyGroupProviderService());
  11678.             yield 14 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\UnitProvider'] ?? $this->getUnitProviderService());
  11679.             yield 15 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\RuleProvider'] ?? $this->getRuleProviderService());
  11680.             yield 16 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CountryProvider'] ?? $this->getCountryProviderService());
  11681.             yield 17 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CountryStateProvider'] ?? $this->getCountryStateProviderService());
  11682.             yield 18 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SalesChannelProvider'] ?? $this->getSalesChannelProviderService());
  11683.             yield 19 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SalesChannelDomainProvider'] ?? $this->getSalesChannelDomainProviderService());
  11684.             yield 20 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SalutationProvider'] ?? $this->getSalutationProviderService());
  11685.             yield 21 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ShippingMethodProvider'] ?? $this->getShippingMethodProviderService());
  11686.             yield 22 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CustomerGroupProvider'] ?? $this->getCustomerGroupProviderService());
  11687.             yield 23 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CustomFieldSetProvider'] ?? $this->getCustomFieldSetProviderService());
  11688.             yield 24 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\NumberRangeProvider'] ?? $this->getNumberRangeProviderService());
  11689.             yield 25 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SnippetProvider'] ?? $this->getSnippetProviderService());
  11690.             yield 26 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SnippetSetProvider'] ?? $this->getSnippetSetProviderService());
  11691.             yield 27 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\MailTemplateProvider'] ?? $this->getMailTemplateProviderService());
  11692.             yield 28 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductFeatureSetProvider'] ?? $this->getProductFeatureSetProviderService());
  11693.             yield 29 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\PaymentMethodProvider'] ?? $this->getPaymentMethodProviderService());
  11694.             yield 30 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\OrderProvider'] ?? $this->getOrderProviderService());
  11695.             yield 31 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\MediaProvider'] ?? $this->getMediaProviderService());
  11696.             yield 32 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SeoUrlTemplateProvider'] ?? $this->getSeoUrlTemplateProviderService());
  11697.             yield 33 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SeoUrlProvider'] ?? $this->getSeoUrlProviderService());
  11698.             yield 34 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\NewsletterRecipientProvider'] ?? $this->getNewsletterRecipientProviderService());
  11699.             yield 35 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CustomerProvider'] ?? $this->getCustomerProviderService());
  11700.             yield 36 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CustomerWishlistProvider'] ?? $this->getCustomerWishlistProviderService());
  11701.             yield 37 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SystemConfigProvider'] ?? $this->getSystemConfigProviderService());
  11702.             yield 38 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\PageSystemConfigProvider'] ?? $this->getPageSystemConfigProviderService());
  11703.             yield 39 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductSortingProvider'] ?? $this->getProductSortingProviderService());
  11704.             yield 40 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CmsPageProvider'] ?? $this->getCmsPageProviderService());
  11705.             yield 41 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductStreamProvider'] ?? $this->getProductStreamProviderService());
  11706.             yield 42 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductStreamFilterInheritanceProvider'] ?? $this->getProductStreamFilterInheritanceProviderService());
  11707.             yield 43 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CrossSellingProvider'] ?? $this->getCrossSellingProviderService());
  11708.             yield 44 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductReviewProvider'] ?? $this->getProductReviewProviderService());
  11709.             yield 45 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\DocumentProvider'] ?? $this->getDocumentProviderService());
  11710.             yield 46 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\DocumentInheritanceProvider'] ?? $this->getDocumentInheritanceProviderService());
  11711.             yield 47 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\DocumentBaseConfigProvider'] ?? $this->getDocumentBaseConfigProviderService());
  11712.             yield 48 => ($this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\PromotionProvider'] ?? $this->getPromotionProviderService());
  11713.         }, 49)), new \SwagMigrationAssistant\DataProvider\Service\EnvironmentService(($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService()), ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService()), '6.4.20.2''42e7b9045d0300938991cc658baec742155da553'), 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())));
  11714.     }
  11715.     /**
  11716.      * Gets the public 'SwagMigrationAssistant\Controller\HistoryController' shared service.
  11717.      *
  11718.      * @return \SwagMigrationAssistant\Controller\HistoryController
  11719.      */
  11720.     protected function getHistoryControllerService()
  11721.     {
  11722.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Controller/HistoryController.php';
  11723.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/History/HistoryServiceInterface.php';
  11724.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/History/HistoryService.php';
  11725.         $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())));
  11726.         $instance->setContainer($this);
  11727.         return $instance;
  11728.     }
  11729.     /**
  11730.      * Gets the public 'SwagMigrationAssistant\Controller\MigrationController' shared service.
  11731.      *
  11732.      * @return \SwagMigrationAssistant\Controller\MigrationController
  11733.      */
  11734.     protected function getMigrationController2Service()
  11735.     {
  11736.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Controller/MigrationController.php';
  11737.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Service/EntityPartialIndexerService.php';
  11738.         $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 () {
  11739.             yield => ($this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'] ?? $this->getLandingPageIndexerService());
  11740.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'] ?? $this->getProductIndexerService());
  11741.             yield => ($this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\OrderCountIndexer'] ?? $this->getOrderCountIndexerService());
  11742.             yield => ($this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'] ?? $this->getSalesChannelIndexerService());
  11743.             yield => ($this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'] ?? $this->getCategoryIndexerService());
  11744.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'] ?? $this->getMediaIndexerService());
  11745.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'] ?? $this->getMediaFolderConfigurationIndexerService());
  11746.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'] ?? $this->getMediaFolderIndexerService());
  11747.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'] ?? $this->getProductStreamUpdaterService());
  11748.             yield => ($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'] ?? $this->getNewsletterRecipientIndexerService());
  11749.             yield 10 => ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  11750.             yield 11 => ($this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'] ?? $this->getProductStreamIndexerService());
  11751.             yield 12 => ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  11752.             yield 13 => ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'] ?? $this->getPaymentMethodIndexerService());
  11753.             yield 14 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'] ?? $this->getPromotionIndexerService());
  11754.             yield 15 => ($this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'] ?? $this->getThemeIndexerService());
  11755.             yield 16 => ($this->privates['Sas\\BlogModule\\Content\\BlogCategory\\BlogCategoryIndexer'] ?? $this->getBlogCategoryIndexerService());
  11756.             yield 17 => ($this->privates['Sas\\BlogModule\\Content\\Blog\\BlogEntitiesIndexer'] ?? $this->getBlogEntitiesIndexerService());
  11757.         }, 18)));
  11758.         $instance->setContainer($this);
  11759.         return $instance;
  11760.     }
  11761.     /**
  11762.      * Gets the public 'SwagMigrationAssistant\Controller\PremappingController' shared service.
  11763.      *
  11764.      * @return \SwagMigrationAssistant\Controller\PremappingController
  11765.      */
  11766.     protected function getPremappingControllerService()
  11767.     {
  11768.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Controller/PremappingController.php';
  11769.         $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()));
  11770.         $instance->setContainer($this);
  11771.         return $instance;
  11772.     }
  11773.     /**
  11774.      * Gets the public 'SwagMigrationAssistant\Controller\StatusController' shared service.
  11775.      *
  11776.      * @return \SwagMigrationAssistant\Controller\StatusController
  11777.      */
  11778.     protected function getStatusControllerService()
  11779.     {
  11780.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Controller/StatusController.php';
  11781.         $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()));
  11782.         $instance->setContainer($this);
  11783.         return $instance;
  11784.     }
  11785.     /**
  11786.      * Gets the public 'SwagMigrationAssistant\Migration\Connection\SwagMigrationConnectionDefinition' shared service.
  11787.      *
  11788.      * @return \SwagMigrationAssistant\Migration\Connection\SwagMigrationConnectionDefinition
  11789.      */
  11790.     protected function getSwagMigrationConnectionDefinitionService()
  11791.     {
  11792.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Connection/SwagMigrationConnectionDefinition.php';
  11793.         $this->services['SwagMigrationAssistant\\Migration\\Connection\\SwagMigrationConnectionDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Connection\SwagMigrationConnectionDefinition();
  11794.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11795.         return $instance;
  11796.     }
  11797.     /**
  11798.      * Gets the public 'SwagMigrationAssistant\Migration\Data\SwagMigrationDataDefinition' shared service.
  11799.      *
  11800.      * @return \SwagMigrationAssistant\Migration\Data\SwagMigrationDataDefinition
  11801.      */
  11802.     protected function getSwagMigrationDataDefinitionService()
  11803.     {
  11804.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Data/SwagMigrationDataDefinition.php';
  11805.         $this->services['SwagMigrationAssistant\\Migration\\Data\\SwagMigrationDataDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Data\SwagMigrationDataDefinition();
  11806.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11807.         return $instance;
  11808.     }
  11809.     /**
  11810.      * Gets the public 'SwagMigrationAssistant\Migration\Logging\SwagMigrationLoggingDefinition' shared service.
  11811.      *
  11812.      * @return \SwagMigrationAssistant\Migration\Logging\SwagMigrationLoggingDefinition
  11813.      */
  11814.     protected function getSwagMigrationLoggingDefinitionService()
  11815.     {
  11816.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Logging/SwagMigrationLoggingDefinition.php';
  11817.         $this->services['SwagMigrationAssistant\\Migration\\Logging\\SwagMigrationLoggingDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Logging\SwagMigrationLoggingDefinition();
  11818.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11819.         return $instance;
  11820.     }
  11821.     /**
  11822.      * Gets the public 'SwagMigrationAssistant\Migration\Mapping\SwagMigrationMappingDefinition' shared service.
  11823.      *
  11824.      * @return \SwagMigrationAssistant\Migration\Mapping\SwagMigrationMappingDefinition
  11825.      */
  11826.     protected function getSwagMigrationMappingDefinitionService()
  11827.     {
  11828.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Mapping/SwagMigrationMappingDefinition.php';
  11829.         $this->services['SwagMigrationAssistant\\Migration\\Mapping\\SwagMigrationMappingDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Mapping\SwagMigrationMappingDefinition();
  11830.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11831.         return $instance;
  11832.     }
  11833.     /**
  11834.      * Gets the public 'SwagMigrationAssistant\Migration\Media\SwagMigrationMediaFileDefinition' shared service.
  11835.      *
  11836.      * @return \SwagMigrationAssistant\Migration\Media\SwagMigrationMediaFileDefinition
  11837.      */
  11838.     protected function getSwagMigrationMediaFileDefinitionService()
  11839.     {
  11840.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Media/SwagMigrationMediaFileDefinition.php';
  11841.         $this->services['SwagMigrationAssistant\\Migration\\Media\\SwagMigrationMediaFileDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Media\SwagMigrationMediaFileDefinition();
  11842.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11843.         return $instance;
  11844.     }
  11845.     /**
  11846.      * Gets the public 'SwagMigrationAssistant\Migration\Run\SwagMigrationRunDefinition' shared service.
  11847.      *
  11848.      * @return \SwagMigrationAssistant\Migration\Run\SwagMigrationRunDefinition
  11849.      */
  11850.     protected function getSwagMigrationRunDefinitionService()
  11851.     {
  11852.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Run/SwagMigrationRunDefinition.php';
  11853.         $this->services['SwagMigrationAssistant\\Migration\\Run\\SwagMigrationRunDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Run\SwagMigrationRunDefinition();
  11854.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11855.         return $instance;
  11856.     }
  11857.     /**
  11858.      * Gets the public 'SwagMigrationAssistant\Migration\Service\MediaFileProcessorService' shared service.
  11859.      *
  11860.      * @return \SwagMigrationAssistant\Migration\Service\MediaFileProcessorService
  11861.      */
  11862.     protected function getMediaFileProcessorServiceService()
  11863.     {
  11864.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Service/MediaFileProcessorServiceInterface.php';
  11865.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Service/MediaFileProcessorService.php';
  11866.         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()));
  11867.     }
  11868.     /**
  11869.      * Gets the public 'SwagMigrationAssistant\Migration\Service\MigrationDataConverter' shared service.
  11870.      *
  11871.      * @return \SwagMigrationAssistant\Migration\Service\MigrationDataConverter
  11872.      */
  11873.     protected function getMigrationDataConverterService()
  11874.     {
  11875.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Service/MigrationDataConverterInterface.php';
  11876.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Service/MigrationDataConverter.php';
  11877.         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()));
  11878.     }
  11879.     /**
  11880.      * Gets the public 'SwagMigrationAssistant\Migration\Service\MigrationDataFetcher' shared service.
  11881.      *
  11882.      * @return \SwagMigrationAssistant\Migration\Service\MigrationDataFetcher
  11883.      */
  11884.     protected function getMigrationDataFetcherService()
  11885.     {
  11886.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Service/MigrationDataFetcherInterface.php';
  11887.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Service/MigrationDataFetcher.php';
  11888.         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()));
  11889.     }
  11890.     /**
  11891.      * Gets the public 'SwagMigrationAssistant\Migration\Service\MigrationDataWriter' shared service.
  11892.      *
  11893.      * @return \SwagMigrationAssistant\Migration\Service\MigrationDataWriter
  11894.      */
  11895.     protected function getMigrationDataWriterService()
  11896.     {
  11897.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Service/MigrationDataWriterInterface.php';
  11898.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Service/MigrationDataWriter.php';
  11899.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterRegistryInterface.php';
  11900.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterRegistry.php';
  11901.         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 () {
  11902.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Writer\\ProductOptionRelationWriter'] ?? $this->getProductOptionRelationWriterService());
  11903.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Writer\\ProductPropertyRelationWriter'] ?? $this->getProductPropertyRelationWriterService());
  11904.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Writer\\PromotionWriter'] ?? $this->getPromotionWriterService());
  11905.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\ProductManufacturerWriter'] ?? $this->getProductManufacturerWriterService());
  11906.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\CategoryAssociationWriter'] ?? $this->getCategoryAssociationWriterService());
  11907.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\CategoryCmsPageAssociationWriter'] ?? $this->getCategoryCmsPageAssociationWriterService());
  11908.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\PropertyGroupWriter'] ?? $this->getPropertyGroupWriterService());
  11909.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\TaxWriter'] ?? $this->getTaxWriterService());
  11910.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\TaxRuleWriter'] ?? $this->getTaxRuleWriterService());
  11911.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\UnitWriter'] ?? $this->getUnitWriterService());
  11912.             yield 10 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\SalutationWriter'] ?? $this->getSalutationWriterService());
  11913.             yield 11 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\RuleWriter'] ?? $this->getRuleWriterService());
  11914.             yield 12 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\CustomFieldSetWriter'] ?? $this->getCustomFieldSetWriterService());
  11915.             yield 13 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\MediaFolderInheritanceWriter'] ?? $this->getMediaFolderInheritanceWriterService());
  11916.             yield 14 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\SnippetWriter'] ?? $this->getSnippetWriterService());
  11917.             yield 15 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\SnippetSetWriter'] ?? $this->getSnippetSetWriterService());
  11918.             yield 16 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\MailTemplateWriter'] ?? $this->getMailTemplateWriterService());
  11919.             yield 17 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\DeliveryTimeWriter'] ?? $this->getDeliveryTimeWriterService());
  11920.             yield 18 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\ProductFeatureSetWriter'] ?? $this->getProductFeatureSetWriterService());
  11921.             yield 19 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\SalesChannelDomainWriter'] ?? $this->getSalesChannelDomainWriterService());
  11922.             yield 20 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\SeoUrlTemplateWriter'] ?? $this->getSeoUrlTemplateWriterService());
  11923.             yield 21 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\SystemConfigWriter'] ?? $this->getSystemConfigWriterService());
  11924.             yield 22 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\PageSystemConfigWriter'] ?? $this->getPageSystemConfigWriterService());
  11925.             yield 23 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\ProductSortingWriter'] ?? $this->getProductSortingWriterService());
  11926.             yield 24 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\CmsPageWriter'] ?? $this->getCmsPageWriterService());
  11927.             yield 25 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\ProductStreamWriter'] ?? $this->getProductStreamWriterService());
  11928.             yield 26 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\ProductStreamFilterInheritanceWriter'] ?? $this->getProductStreamFilterInheritanceWriterService());
  11929.             yield 27 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\PromotionWriter'] ?? $this->getPromotionWriter2Service());
  11930.             yield 28 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\DocumentInheritanceWriter'] ?? $this->getDocumentInheritanceWriterService());
  11931.             yield 29 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\DocumentBaseConfigWriter'] ?? $this->getDocumentBaseConfigWriterService());
  11932.             yield 30 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Writer\\CountryStateWriter'] ?? $this->getCountryStateWriterService());
  11933.             yield 31 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\ProductWriter'] ?? $this->getProductWriterService());
  11934.             yield 32 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\TranslationWriter'] ?? $this->getTranslationWriterService());
  11935.             yield 33 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\CategoryWriter'] ?? $this->getCategoryWriterService());
  11936.             yield 34 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\MediaFolderWriter'] ?? $this->getMediaFolderWriterService());
  11937.             yield 35 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\MediaWriter'] ?? $this->getMediaWriterService());
  11938.             yield 36 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\NumberRangeWriter'] ?? $this->getNumberRangeWriterService());
  11939.             yield 37 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\LanguageWriter'] ?? $this->getLanguageWriterService());
  11940.             yield 38 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\CustomerAttributeWriter'] ?? $this->getCustomerAttributeWriterService());
  11941.             yield 39 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\CustomerWriter'] ?? $this->getCustomerWriterService());
  11942.             yield 40 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\OrderAttributeWriter'] ?? $this->getOrderAttributeWriterService());
  11943.             yield 41 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\OrderWriter'] ?? $this->getOrderWriterService());
  11944.             yield 42 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\OrderDocumentAttributeWriter'] ?? $this->getOrderDocumentAttributeWriterService());
  11945.             yield 43 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\OrderDocumentWriter'] ?? $this->getOrderDocumentWriterService());
  11946.             yield 44 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\CustomerGroupAttributeWriter'] ?? $this->getCustomerGroupAttributeWriterService());
  11947.             yield 45 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\CustomerGroupWriter'] ?? $this->getCustomerGroupWriterService());
  11948.             yield 46 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\CustomerWishlistWriter'] ?? $this->getCustomerWishlistWriterService());
  11949.             yield 47 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\ManufacturerAttributeWriter'] ?? $this->getManufacturerAttributeWriterService());
  11950.             yield 48 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\ProductAttributeWriter'] ?? $this->getProductAttributeWriterService());
  11951.             yield 49 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\ProductPriceAttributeWriter'] ?? $this->getProductPriceAttributeWriterService());
  11952.             yield 50 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\CategoryAttributeWriter'] ?? $this->getCategoryAttributeWriterService());
  11953.             yield 51 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\PropertyGroupOptionWriter'] ?? $this->getPropertyGroupOptionWriterService());
  11954.             yield 52 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\CurrencyWriter'] ?? $this->getCurrencyWriterService());
  11955.             yield 53 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\SalesChannelWriter'] ?? $this->getSalesChannelWriterService());
  11956.             yield 54 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\NewsletterRecipientWriter'] ?? $this->getNewsletterRecipientWriterService());
  11957.             yield 55 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\ShippingMethodWriter'] ?? $this->getShippingMethodWriterService());
  11958.             yield 56 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\ProductReviewWriter'] ?? $this->getProductReviewWriterService());
  11959.             yield 57 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\SeoUrlWriter'] ?? $this->getSeoUrlWriterService());
  11960.             yield 58 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\CrossSellingWriter'] ?? $this->getCrossSellingWriterService());
  11961.             yield 59 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\MainVariantRelationWriter'] ?? $this->getMainVariantRelationWriterService());
  11962.             yield 60 => ($this->privates['SwagMigrationAssistant\\Migration\\Writer\\CountryWriter'] ?? $this->getCountryWriterService());
  11963.             yield 61 => ($this->privates['Swag\\MigrationMagento\\Migration\\Writer\\CountryWriter'] ?? $this->getCountryWriter2Service());
  11964.             yield 62 => ($this->privates['Swag\\MigrationMagento\\Migration\\Writer\\CurrencyWriter'] ?? $this->getCurrencyWriter2Service());
  11965.             yield 63 => ($this->privates['Swag\\MigrationMagento\\Migration\\Writer\\ManufacturerWriter'] ?? $this->getManufacturerWriterService());
  11966.             yield 64 => ($this->privates['Swag\\MigrationMagento\\Migration\\Writer\\NotAssociatedWriter'] ?? $this->getNotAssociatedWriterService());
  11967.             yield 65 => ($this->privates['Swag\\MigrationMagento\\Migration\\Writer\\PropertyGroupWriter'] ?? $this->getPropertyGroupWriter2Service());
  11968.             yield 66 => ($this->privates['Swag\\MigrationMagento\\Migration\\Writer\\ProductChildPropertyRelationWriter'] ?? $this->getProductChildPropertyRelationWriterService());
  11969.             yield 67 => ($this->privates['Swag\\MigrationMagento\\Migration\\Writer\\ProductMultiSelectPropertyRelationWriter'] ?? $this->getProductMultiSelectPropertyRelationWriterService());
  11970.             yield 68 => ($this->privates['Swag\\MigrationMagento\\Migration\\Writer\\ProductMultiSelectTextPropertyRelationWriter'] ?? $this->getProductMultiSelectTextPropertyRelationWriterService());
  11971.             yield 69 => ($this->privates['Swag\\MigrationMagento\\Migration\\Writer\\ProductChildMultiSelectPropertyRelationWriter'] ?? $this->getProductChildMultiSelectPropertyRelationWriterService());
  11972.             yield 70 => ($this->privates['Swag\\MigrationMagento\\Migration\\Writer\\ProductChildMultiSelectTextPropertyRelationWriter'] ?? $this->getProductChildMultiSelectTextPropertyRelationWriterService());
  11973.             yield 71 => ($this->privates['Swag\\MigrationMagento\\Migration\\Writer\\ProductOptionRelationWriter'] ?? $this->getProductOptionRelationWriter2Service());
  11974.         }, 72)), ($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()));
  11975.     }
  11976.     /**
  11977.      * Gets the public 'SwagMigrationAssistant\Migration\Service\MigrationProgressService' shared service.
  11978.      *
  11979.      * @return \SwagMigrationAssistant\Migration\Service\MigrationProgressService
  11980.      */
  11981.     protected function getMigrationProgressServiceService()
  11982.     {
  11983.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Service/MigrationProgressServiceInterface.php';
  11984.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Service/MigrationProgressService.php';
  11985.         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()));
  11986.     }
  11987.     /**
  11988.      * Gets the public 'SwagMigrationAssistant\Migration\Setting\GeneralSettingDefinition' shared service.
  11989.      *
  11990.      * @return \SwagMigrationAssistant\Migration\Setting\GeneralSettingDefinition
  11991.      */
  11992.     protected function getGeneralSettingDefinitionService()
  11993.     {
  11994.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Setting/GeneralSettingDefinition.php';
  11995.         $this->services['SwagMigrationAssistant\\Migration\\Setting\\GeneralSettingDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Setting\GeneralSettingDefinition();
  11996.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  11997.         return $instance;
  11998.     }
  11999.     /**
  12000.      * Gets the public 'SwagMigrationAssistant\SwagMigrationAssistant' shared autowired service.
  12001.      *
  12002.      * @return \SwagMigrationAssistant\SwagMigrationAssistant
  12003.      */
  12004.     protected function getSwagMigrationAssistantService()
  12005.     {
  12006.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  12007.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  12008.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  12009.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  12010.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  12011.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  12012.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/SwagMigrationAssistant.php';
  12013.         return $this->services['SwagMigrationAssistant\\SwagMigrationAssistant'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('SwagMigrationAssistant\\SwagMigrationAssistant');
  12014.     }
  12015.     /**
  12016.      * Gets the public 'Swag\CmsExtensions\BlockRule\BlockRuleDefinition' shared service.
  12017.      *
  12018.      * @return \Swag\CmsExtensions\BlockRule\BlockRuleDefinition
  12019.      */
  12020.     protected function getBlockRuleDefinitionService()
  12021.     {
  12022.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/BlockRule/BlockRuleDefinition.php';
  12023.         $this->services['Swag\\CmsExtensions\\BlockRule\\BlockRuleDefinition'] = $instance = new \Swag\CmsExtensions\BlockRule\BlockRuleDefinition();
  12024.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12025.         return $instance;
  12026.     }
  12027.     /**
  12028.      * Gets the public 'Swag\CmsExtensions\Form\Aggregate\FormGroupFieldTranslation\FormGroupFieldTranslationDefinition' shared service.
  12029.      *
  12030.      * @return \Swag\CmsExtensions\Form\Aggregate\FormGroupFieldTranslation\FormGroupFieldTranslationDefinition
  12031.      */
  12032.     protected function getFormGroupFieldTranslationDefinitionService()
  12033.     {
  12034.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  12035.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Form/Aggregate/FormGroupFieldTranslation/FormGroupFieldTranslationDefinition.php';
  12036.         $this->services['Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupFieldTranslation\\FormGroupFieldTranslationDefinition'] = $instance = new \Swag\CmsExtensions\Form\Aggregate\FormGroupFieldTranslation\FormGroupFieldTranslationDefinition();
  12037.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12038.         return $instance;
  12039.     }
  12040.     /**
  12041.      * Gets the public 'Swag\CmsExtensions\Form\Aggregate\FormGroupField\FormGroupFieldDefinition' shared service.
  12042.      *
  12043.      * @return \Swag\CmsExtensions\Form\Aggregate\FormGroupField\FormGroupFieldDefinition
  12044.      */
  12045.     protected function getFormGroupFieldDefinitionService()
  12046.     {
  12047.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Form/Aggregate/FormGroupField/FormGroupFieldDefinition.php';
  12048.         $this->services['Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupField\\FormGroupFieldDefinition'] = $instance = new \Swag\CmsExtensions\Form\Aggregate\FormGroupField\FormGroupFieldDefinition();
  12049.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12050.         return $instance;
  12051.     }
  12052.     /**
  12053.      * Gets the public 'Swag\CmsExtensions\Form\Aggregate\FormGroupTranslation\FormGroupTranslationDefinition' shared service.
  12054.      *
  12055.      * @return \Swag\CmsExtensions\Form\Aggregate\FormGroupTranslation\FormGroupTranslationDefinition
  12056.      */
  12057.     protected function getFormGroupTranslationDefinitionService()
  12058.     {
  12059.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  12060.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Form/Aggregate/FormGroupTranslation/FormGroupTranslationDefinition.php';
  12061.         $this->services['Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupTranslation\\FormGroupTranslationDefinition'] = $instance = new \Swag\CmsExtensions\Form\Aggregate\FormGroupTranslation\FormGroupTranslationDefinition();
  12062.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12063.         return $instance;
  12064.     }
  12065.     /**
  12066.      * Gets the public 'Swag\CmsExtensions\Form\Aggregate\FormGroup\FormGroupDefinition' shared service.
  12067.      *
  12068.      * @return \Swag\CmsExtensions\Form\Aggregate\FormGroup\FormGroupDefinition
  12069.      */
  12070.     protected function getFormGroupDefinitionService()
  12071.     {
  12072.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Form/Aggregate/FormGroup/FormGroupDefinition.php';
  12073.         $this->services['Swag\\CmsExtensions\\Form\\Aggregate\\FormGroup\\FormGroupDefinition'] = $instance = new \Swag\CmsExtensions\Form\Aggregate\FormGroup\FormGroupDefinition();
  12074.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12075.         return $instance;
  12076.     }
  12077.     /**
  12078.      * Gets the public 'Swag\CmsExtensions\Form\Aggregate\FormTranslation\FormTranslationDefinition' shared service.
  12079.      *
  12080.      * @return \Swag\CmsExtensions\Form\Aggregate\FormTranslation\FormTranslationDefinition
  12081.      */
  12082.     protected function getFormTranslationDefinitionService()
  12083.     {
  12084.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  12085.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Form/Aggregate/FormTranslation/FormTranslationDefinition.php';
  12086.         $this->services['Swag\\CmsExtensions\\Form\\Aggregate\\FormTranslation\\FormTranslationDefinition'] = $instance = new \Swag\CmsExtensions\Form\Aggregate\FormTranslation\FormTranslationDefinition();
  12087.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12088.         return $instance;
  12089.     }
  12090.     /**
  12091.      * Gets the public 'Swag\CmsExtensions\Form\FormDefinition' shared service.
  12092.      *
  12093.      * @return \Swag\CmsExtensions\Form\FormDefinition
  12094.      */
  12095.     protected function getFormDefinitionService()
  12096.     {
  12097.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Form/FormDefinition.php';
  12098.         $this->services['Swag\\CmsExtensions\\Form\\FormDefinition'] = $instance = new \Swag\CmsExtensions\Form\FormDefinition();
  12099.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12100.         return $instance;
  12101.     }
  12102.     /**
  12103.      * Gets the public 'Swag\CmsExtensions\Form\Route\FormRoute' shared service.
  12104.      *
  12105.      * @return \Swag\CmsExtensions\Form\Route\FormRoute
  12106.      */
  12107.     protected function getFormRouteService()
  12108.     {
  12109.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Form/Route/AbstractFormRoute.php';
  12110.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Form/Route/FormRoute.php';
  12111.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Form/Route/Validation/FormValidationFactory.php';
  12112.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12113.         $b = ($this->privates['Swag\\CmsExtensions\\Form\\Component\\ComponentRegistry'] ?? $this->getComponentRegistryService());
  12114.         return $this->services['Swag\\CmsExtensions\\Form\\Route\\FormRoute'] = new \Swag\CmsExtensions\Form\Route\FormRoute(new \Swag\CmsExtensions\Form\Route\Validation\FormValidationFactory($a$b), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), $a, ($this->services['swag_cms_extensions_form.repository'] ?? $this->getSwagCmsExtensionsForm_RepositoryService()), $b);
  12115.     }
  12116.     /**
  12117.      * Gets the public 'Swag\CmsExtensions\Quickview\QuickviewDefinition' shared service.
  12118.      *
  12119.      * @return \Swag\CmsExtensions\Quickview\QuickviewDefinition
  12120.      */
  12121.     protected function getQuickviewDefinitionService()
  12122.     {
  12123.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Quickview/QuickviewDefinition.php';
  12124.         $this->services['Swag\\CmsExtensions\\Quickview\\QuickviewDefinition'] = $instance = new \Swag\CmsExtensions\Quickview\QuickviewDefinition();
  12125.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12126.         return $instance;
  12127.     }
  12128.     /**
  12129.      * Gets the public 'Swag\CmsExtensions\ScrollNavigation\Aggregate\ScrollNavigationPageSettings\ScrollNavigationPageSettingsDefinition' shared service.
  12130.      *
  12131.      * @return \Swag\CmsExtensions\ScrollNavigation\Aggregate\ScrollNavigationPageSettings\ScrollNavigationPageSettingsDefinition
  12132.      */
  12133.     protected function getScrollNavigationPageSettingsDefinitionService()
  12134.     {
  12135.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/ScrollNavigation/Aggregate/ScrollNavigationPageSettings/ScrollNavigationPageSettingsDefinition.php';
  12136.         $this->services['Swag\\CmsExtensions\\ScrollNavigation\\Aggregate\\ScrollNavigationPageSettings\\ScrollNavigationPageSettingsDefinition'] = $instance = new \Swag\CmsExtensions\ScrollNavigation\Aggregate\ScrollNavigationPageSettings\ScrollNavigationPageSettingsDefinition();
  12137.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12138.         return $instance;
  12139.     }
  12140.     /**
  12141.      * Gets the public 'Swag\CmsExtensions\ScrollNavigation\Aggregate\ScrollNavigationTranslation\ScrollNavigationTranslationDefinition' shared service.
  12142.      *
  12143.      * @return \Swag\CmsExtensions\ScrollNavigation\Aggregate\ScrollNavigationTranslation\ScrollNavigationTranslationDefinition
  12144.      */
  12145.     protected function getScrollNavigationTranslationDefinitionService()
  12146.     {
  12147.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  12148.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/ScrollNavigation/Aggregate/ScrollNavigationTranslation/ScrollNavigationTranslationDefinition.php';
  12149.         $this->services['Swag\\CmsExtensions\\ScrollNavigation\\Aggregate\\ScrollNavigationTranslation\\ScrollNavigationTranslationDefinition'] = $instance = new \Swag\CmsExtensions\ScrollNavigation\Aggregate\ScrollNavigationTranslation\ScrollNavigationTranslationDefinition();
  12150.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12151.         return $instance;
  12152.     }
  12153.     /**
  12154.      * Gets the public 'Swag\CmsExtensions\ScrollNavigation\ScrollNavigationDefinition' shared service.
  12155.      *
  12156.      * @return \Swag\CmsExtensions\ScrollNavigation\ScrollNavigationDefinition
  12157.      */
  12158.     protected function getScrollNavigationDefinitionService()
  12159.     {
  12160.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/ScrollNavigation/ScrollNavigationDefinition.php';
  12161.         $this->services['Swag\\CmsExtensions\\ScrollNavigation\\ScrollNavigationDefinition'] = $instance = new \Swag\CmsExtensions\ScrollNavigation\ScrollNavigationDefinition();
  12162.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12163.         return $instance;
  12164.     }
  12165.     /**
  12166.      * Gets the public 'Swag\CmsExtensions\Storefront\Controller\CustomFormController' shared service.
  12167.      *
  12168.      * @return \Swag\CmsExtensions\Storefront\Controller\CustomFormController
  12169.      */
  12170.     protected function getCustomFormControllerService()
  12171.     {
  12172.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Storefront/Controller/CustomFormController.php';
  12173.         $this->services['Swag\\CmsExtensions\\Storefront\\Controller\\CustomFormController'] = $instance = new \Swag\CmsExtensions\Storefront\Controller\CustomFormController(($this->services['Swag\\CmsExtensions\\Form\\Route\\FormRoute'] ?? $this->getFormRouteService()));
  12174.         $instance->setContainer($this);
  12175.         return $instance;
  12176.     }
  12177.     /**
  12178.      * Gets the public 'Swag\CmsExtensions\Storefront\Controller\QuickviewController' shared service.
  12179.      *
  12180.      * @return \Swag\CmsExtensions\Storefront\Controller\QuickviewController
  12181.      */
  12182.     protected function getQuickviewControllerService()
  12183.     {
  12184.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Storefront/Controller/QuickviewController.php';
  12185.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Storefront/Pagelet/Quickview/QuickviewPageletLoaderInterface.php';
  12186.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Storefront/Pagelet/Quickview/QuickviewPageletLoader.php';
  12187.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Storefront/Pagelet/Quickview/QuickviewVariantPageletLoader.php';
  12188.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12189.         $b = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'] ?? $this->getCachedProductDetailRouteService());
  12190.         $c = ($this->services['Shopware\\Storefront\\Page\\Product\\Review\\ProductReviewLoader'] ?? $this->getProductReviewLoaderService());
  12191.         $d = ($this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'] ?? $this->getProductPageConfiguratorLoaderService());
  12192.         $e = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  12193.         $this->services['Swag\\CmsExtensions\\Storefront\\Controller\\QuickviewController'] = $instance = new \Swag\CmsExtensions\Storefront\Controller\QuickviewController(new \Swag\CmsExtensions\Storefront\Pagelet\Quickview\QuickviewPageletLoader($a$b$c$d$e), new \Swag\CmsExtensions\Storefront\Pagelet\Quickview\QuickviewVariantPageletLoader($a$b$c$d$e, ($this->services['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductCombinationFinder'] ?? $this->getProductCombinationFinderService())));
  12194.         $instance->setContainer($this);
  12195.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  12196.         return $instance;
  12197.     }
  12198.     /**
  12199.      * Gets the public 'Swag\CmsExtensions\SwagCmsExtensions' shared autowired service.
  12200.      *
  12201.      * @return \Swag\CmsExtensions\SwagCmsExtensions
  12202.      */
  12203.     protected function getSwagCmsExtensionsService()
  12204.     {
  12205.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  12206.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  12207.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  12208.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  12209.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  12210.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  12211.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/SwagCmsExtensions.php';
  12212.         return $this->services['Swag\\CmsExtensions\\SwagCmsExtensions'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Swag\\CmsExtensions\\SwagCmsExtensions');
  12213.     }
  12214.     /**
  12215.      * Gets the public 'Swag\CmsExtensions\Util\Administration\FormValidationController' shared service.
  12216.      *
  12217.      * @return \Swag\CmsExtensions\Util\Administration\FormValidationController
  12218.      */
  12219.     protected function getFormValidationControllerService()
  12220.     {
  12221.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Util/Administration/FormValidationController.php';
  12222.         $this->services['Swag\\CmsExtensions\\Util\\Administration\\FormValidationController'] = $instance = new \Swag\CmsExtensions\Util\Administration\FormValidationController(($this->services['swag_cms_extensions_form.repository'] ?? $this->getSwagCmsExtensionsForm_RepositoryService()));
  12223.         $instance->setContainer($this);
  12224.         return $instance;
  12225.     }
  12226.     /**
  12227.      * Gets the public 'Swag\CustomizedProducts\Core\Checkout\Cart\Route\AddCustomizedProductsToCartRoute' shared service.
  12228.      *
  12229.      * @return \Swag\CustomizedProducts\Core\Checkout\Cart\Route\AddCustomizedProductsToCartRoute
  12230.      */
  12231.     protected function getAddCustomizedProductsToCartRouteService()
  12232.     {
  12233.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Core/Checkout/Cart/Route/AbstractAddCustomizedProductsToCartRoute.php';
  12234.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Core/Checkout/Cart/Route/AddCustomizedProductsToCartRoute.php';
  12235.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Core/Checkout/Cart/CustomizedProductCartServiceInterface.php';
  12236.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Core/Checkout/Cart/CustomizedProductsCartService.php';
  12237.         return $this->services['Swag\\CustomizedProducts\\Core\\Checkout\\Cart\\Route\\AddCustomizedProductsToCartRoute'] = new \Swag\CustomizedProducts\Core\Checkout\Cart\Route\AddCustomizedProductsToCartRoute(new \Swag\CustomizedProducts\Core\Checkout\Cart\CustomizedProductsCartService(($this->services['swag_customized_products_template_option.repository'] ?? $this->getSwagCustomizedProductsTemplateOption_RepositoryService()), ($this->privates['Swag\\CustomizedProducts\\Util\\Logger'] ?? $this->getLogger2Service())), ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()));
  12238.     }
  12239.     /**
  12240.      * Gets the public 'Swag\CustomizedProducts\Core\Checkout\Cart\Route\ReOrderCustomizedProductsRoute' shared service.
  12241.      *
  12242.      * @return \Swag\CustomizedProducts\Core\Checkout\Cart\Route\ReOrderCustomizedProductsRoute
  12243.      */
  12244.     protected function getReOrderCustomizedProductsRouteService()
  12245.     {
  12246.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Core/Checkout/Cart/Route/AbstractReOrderCustomizedProductsRoute.php';
  12247.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Core/Checkout/Cart/Route/ReOrderCustomizedProductsRoute.php';
  12248.         return $this->services['Swag\\CustomizedProducts\\Core\\Checkout\\Cart\\Route\\ReOrderCustomizedProductsRoute'] = new \Swag\CustomizedProducts\Core\Checkout\Cart\Route\ReOrderCustomizedProductsRoute(($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()), ($this->services['order.repository'] ?? $this->getOrder_RepositoryService()), ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService()));
  12249.     }
  12250.     /**
  12251.      * Gets the public 'Swag\CustomizedProducts\Storefront\Controller\CustomizedProductsCartController' shared service.
  12252.      *
  12253.      * @return \Swag\CustomizedProducts\Storefront\Controller\CustomizedProductsCartController
  12254.      */
  12255.     protected function getCustomizedProductsCartControllerService()
  12256.     {
  12257.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Storefront/Controller/CustomizedProductsCartController.php';
  12258.         $this->services['Swag\\CustomizedProducts\\Storefront\\Controller\\CustomizedProductsCartController'] = $instance = new \Swag\CustomizedProducts\Storefront\Controller\CustomizedProductsCartController(($this->services['Swag\\CustomizedProducts\\Core\\Checkout\\Cart\\Route\\AddCustomizedProductsToCartRoute'] ?? $this->getAddCustomizedProductsToCartRouteService()), ($this->services['Swag\\CustomizedProducts\\Core\\Checkout\\Cart\\Route\\ReOrderCustomizedProductsRoute'] ?? $this->getReOrderCustomizedProductsRouteService()));
  12259.         $instance->setContainer($this);
  12260.         return $instance;
  12261.     }
  12262.     /**
  12263.      * Gets the public 'Swag\CustomizedProducts\Storefront\Page\Product\PriceDetail\CustomizedProductPriceDetailController' shared service.
  12264.      *
  12265.      * @return \Swag\CustomizedProducts\Storefront\Page\Product\PriceDetail\CustomizedProductPriceDetailController
  12266.      */
  12267.     protected function getCustomizedProductPriceDetailControllerService()
  12268.     {
  12269.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Storefront/Page/Product/PriceDetail/CustomizedProductPriceDetailController.php';
  12270.         $this->services['Swag\\CustomizedProducts\\Storefront\\Page\\Product\\PriceDetail\\CustomizedProductPriceDetailController'] = $instance = new \Swag\CustomizedProducts\Storefront\Page\Product\PriceDetail\CustomizedProductPriceDetailController(($this->services['Swag\\CustomizedProducts\\Storefront\\Page\\Product\\PriceDetail\\Route\\PriceDetailRoute'] ?? $this->getPriceDetailRouteService()));
  12271.         $instance->setContainer($this);
  12272.         return $instance;
  12273.     }
  12274.     /**
  12275.      * Gets the public 'Swag\CustomizedProducts\Storefront\Page\Product\PriceDetail\Route\PriceDetailRoute' shared service.
  12276.      *
  12277.      * @return \Swag\CustomizedProducts\Storefront\Page\Product\PriceDetail\Route\PriceDetailRoute
  12278.      */
  12279.     protected function getPriceDetailRouteService()
  12280.     {
  12281.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Storefront/Page/Product/PriceDetail/Route/AbstractPriceDetailRoute.php';
  12282.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Storefront/Page/Product/PriceDetail/Route/PriceDetailRoute.php';
  12283.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Storefront/Page/Product/PriceDetail/Route/PriceDetailService.php';
  12284.         return $this->services['Swag\\CustomizedProducts\\Storefront\\Page\\Product\\PriceDetail\\Route\\PriceDetailRoute'] = new \Swag\CustomizedProducts\Storefront\Page\Product\PriceDetail\Route\PriceDetailRoute(($this->services['Swag\\CustomizedProducts\\Core\\Checkout\\Cart\\Route\\AddCustomizedProductsToCartRoute'] ?? $this->getAddCustomizedProductsToCartRouteService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Swag\CustomizedProducts\Storefront\Page\Product\PriceDetail\Route\PriceDetailService(), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  12285.     }
  12286.     /**
  12287.      * Gets the public 'Swag\CustomizedProducts\Storefront\Upload\UploadCustomizedProductsMediaRoute' shared service.
  12288.      *
  12289.      * @return \Swag\CustomizedProducts\Storefront\Upload\UploadCustomizedProductsMediaRoute
  12290.      */
  12291.     protected function getUploadCustomizedProductsMediaRouteService()
  12292.     {
  12293.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Storefront/Upload/AbstractUploadCustomizedProductsMediaRoute.php';
  12294.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Storefront/Upload/UploadCustomizedProductsMediaRoute.php';
  12295.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Media/StorefrontMediaUploader.php';
  12296.         return $this->services['Swag\\CustomizedProducts\\Storefront\\Upload\\UploadCustomizedProductsMediaRoute'] = new \Swag\CustomizedProducts\Storefront\Upload\UploadCustomizedProductsMediaRoute(($this->services['swag_customized_products_template_option.repository'] ?? $this->getSwagCustomizedProductsTemplateOption_RepositoryService()), new \Shopware\Storefront\Framework\Media\StorefrontMediaUploader(($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService()), ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService()), ($this->services['Shopware\\Storefront\\Framework\\Media\\StorefrontMediaValidatorRegistry'] ?? $this->getStorefrontMediaValidatorRegistryService())), new RewindableGenerator(function () {
  12297.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaImageValidator'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaImageValidator'] = new \Shopware\Storefront\Framework\Media\Validator\StorefrontMediaImageValidator()));
  12298.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaDocumentValidator'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaDocumentValidator'] = new \Shopware\Storefront\Framework\Media\Validator\StorefrontMediaDocumentValidator()));
  12299.             yield => ($this->privates['Swag\\CustomizedProducts\\Storefront\\Framework\\Media\\Validator\\ImageMediaUploadValidator'] ?? ($this->privates['Swag\\CustomizedProducts\\Storefront\\Framework\\Media\\Validator\\ImageMediaUploadValidator'] = new \Swag\CustomizedProducts\Storefront\Framework\Media\Validator\ImageMediaUploadValidator()));
  12300.             yield => ($this->privates['Swag\\CustomizedProducts\\Storefront\\Framework\\Media\\Validator\\FileMediaUploadValidator'] ?? ($this->privates['Swag\\CustomizedProducts\\Storefront\\Framework\\Media\\Validator\\FileMediaUploadValidator'] = new \Swag\CustomizedProducts\Storefront\Framework\Media\Validator\FileMediaUploadValidator()));
  12301.         }, 4));
  12302.     }
  12303.     /**
  12304.      * Gets the public 'Swag\CustomizedProducts\SwagCustomizedProducts' shared autowired service.
  12305.      *
  12306.      * @return \Swag\CustomizedProducts\SwagCustomizedProducts
  12307.      */
  12308.     protected function getSwagCustomizedProductsService()
  12309.     {
  12310.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  12311.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  12312.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  12313.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  12314.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  12315.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  12316.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/SwagCustomizedProducts.php';
  12317.         return $this->services['Swag\\CustomizedProducts\\SwagCustomizedProducts'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Swag\\CustomizedProducts\\SwagCustomizedProducts');
  12318.     }
  12319.     /**
  12320.      * Gets the public 'Swag\CustomizedProducts\Template\Aggregate\TemplateConfiguration\Aggregate\TemplateConfigurationShareDefinition' shared service.
  12321.      *
  12322.      * @return \Swag\CustomizedProducts\Template\Aggregate\TemplateConfiguration\Aggregate\TemplateConfigurationShareDefinition
  12323.      */
  12324.     protected function getTemplateConfigurationShareDefinitionService()
  12325.     {
  12326.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateConfiguration/Aggregate/TemplateConfigurationShareDefinition.php';
  12327.         $this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateConfiguration\\Aggregate\\TemplateConfigurationShareDefinition'] = $instance = new \Swag\CustomizedProducts\Template\Aggregate\TemplateConfiguration\Aggregate\TemplateConfigurationShareDefinition();
  12328.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12329.         return $instance;
  12330.     }
  12331.     /**
  12332.      * Gets the public 'Swag\CustomizedProducts\Template\Aggregate\TemplateConfiguration\Route\CreateConfigurationShareRoute' shared service.
  12333.      *
  12334.      * @return \Swag\CustomizedProducts\Template\Aggregate\TemplateConfiguration\Route\CreateConfigurationShareRoute
  12335.      */
  12336.     protected function getCreateConfigurationShareRouteService()
  12337.     {
  12338.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateConfiguration/Route/AbstractCreateConfigurationShareRoute.php';
  12339.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateConfiguration/Route/CreateConfigurationShareRoute.php';
  12340.         return $this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateConfiguration\\Route\\CreateConfigurationShareRoute'] = new \Swag\CustomizedProducts\Template\Aggregate\TemplateConfiguration\Route\CreateConfigurationShareRoute(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Swag\\CustomizedProducts\\Core\\Checkout\\Cart\\Route\\AddCustomizedProductsToCartRoute'] ?? $this->getAddCustomizedProductsToCartRouteService()), ($this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateConfiguration\\Service\\TemplateConfigurationService'] ?? $this->getTemplateConfigurationServiceService()), ($this->services['Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface'] ?? $this->getSeoUrlPlaceholderHandlerInterfaceService()), ($this->services['swag_customized_products_template_configuration_share.repository'] ?? $this->getSwagCustomizedProductsTemplateConfigurationShare_RepositoryService()));
  12341.     }
  12342.     /**
  12343.      * Gets the public 'Swag\CustomizedProducts\Template\Aggregate\TemplateConfiguration\SalesChannel\SalesChannelTemplateConfigurationDefinition' shared service.
  12344.      *
  12345.      * @return \Swag\CustomizedProducts\Template\Aggregate\TemplateConfiguration\SalesChannel\SalesChannelTemplateConfigurationDefinition
  12346.      */
  12347.     protected function getSalesChannelTemplateConfigurationDefinitionService()
  12348.     {
  12349.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateConfiguration/TemplateConfigurationDefinition.php';
  12350.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateConfiguration/SalesChannel/SalesChannelTemplateConfigurationDefinition.php';
  12351.         $this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateConfiguration\\SalesChannel\\SalesChannelTemplateConfigurationDefinition'] = $instance = new \Swag\CustomizedProducts\Template\Aggregate\TemplateConfiguration\SalesChannel\SalesChannelTemplateConfigurationDefinition();
  12352.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12353.         return $instance;
  12354.     }
  12355.     /**
  12356.      * Gets the public 'Swag\CustomizedProducts\Template\Aggregate\TemplateConfiguration\SalesChannel\TemplateConfigurationListRoute' shared service.
  12357.      *
  12358.      * @return \Swag\CustomizedProducts\Template\Aggregate\TemplateConfiguration\SalesChannel\TemplateConfigurationListRoute
  12359.      */
  12360.     protected function getTemplateConfigurationListRouteService()
  12361.     {
  12362.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateConfiguration/SalesChannel/AbstractTemplateConfigurationListRoute.php';
  12363.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateConfiguration/SalesChannel/TemplateConfigurationListRoute.php';
  12364.         return $this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateConfiguration\\SalesChannel\\TemplateConfigurationListRoute'] = new \Swag\CustomizedProducts\Template\Aggregate\TemplateConfiguration\SalesChannel\TemplateConfigurationListRoute(($this->services['sales_channel.swag_customized_products_template_configuration.repository'] ?? $this->getSalesChannel_SwagCustomizedProductsTemplateConfiguration_RepositoryService()));
  12365.     }
  12366.     /**
  12367.      * Gets the public 'Swag\CustomizedProducts\Template\Aggregate\TemplateConfiguration\TemplateConfigurationDefinition' shared service.
  12368.      *
  12369.      * @return \Swag\CustomizedProducts\Template\Aggregate\TemplateConfiguration\TemplateConfigurationDefinition
  12370.      */
  12371.     protected function getTemplateConfigurationDefinitionService()
  12372.     {
  12373.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateConfiguration/TemplateConfigurationDefinition.php';
  12374.         $this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateConfiguration\\TemplateConfigurationDefinition'] = $instance = new \Swag\CustomizedProducts\Template\Aggregate\TemplateConfiguration\TemplateConfigurationDefinition();
  12375.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12376.         return $instance;
  12377.     }
  12378.     /**
  12379.      * Gets the public 'Swag\CustomizedProducts\Template\Aggregate\TemplateExclusionConditionValues\TemplateExclusionConditionValuesDefinition' shared service.
  12380.      *
  12381.      * @return \Swag\CustomizedProducts\Template\Aggregate\TemplateExclusionConditionValues\TemplateExclusionConditionValuesDefinition
  12382.      */
  12383.     protected function getTemplateExclusionConditionValuesDefinitionService()
  12384.     {
  12385.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateExclusionConditionValues/TemplateExclusionConditionValuesDefinition.php';
  12386.         $this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateExclusionConditionValues\\TemplateExclusionConditionValuesDefinition'] = $instance = new \Swag\CustomizedProducts\Template\Aggregate\TemplateExclusionConditionValues\TemplateExclusionConditionValuesDefinition();
  12387.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12388.         return $instance;
  12389.     }
  12390.     /**
  12391.      * Gets the public 'Swag\CustomizedProducts\Template\Aggregate\TemplateExclusionCondition\TemplateExclusionConditionDefinition' shared service.
  12392.      *
  12393.      * @return \Swag\CustomizedProducts\Template\Aggregate\TemplateExclusionCondition\TemplateExclusionConditionDefinition
  12394.      */
  12395.     protected function getTemplateExclusionConditionDefinitionService()
  12396.     {
  12397.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateExclusionCondition/TemplateExclusionConditionDefinition.php';
  12398.         $this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateExclusionCondition\\TemplateExclusionConditionDefinition'] = $instance = new \Swag\CustomizedProducts\Template\Aggregate\TemplateExclusionCondition\TemplateExclusionConditionDefinition();
  12399.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12400.         return $instance;
  12401.     }
  12402.     /**
  12403.      * Gets the public 'Swag\CustomizedProducts\Template\Aggregate\TemplateExclusionOperatorTranslation\TemplateExclusionOperatorTranslationDefinition' shared service.
  12404.      *
  12405.      * @return \Swag\CustomizedProducts\Template\Aggregate\TemplateExclusionOperatorTranslation\TemplateExclusionOperatorTranslationDefinition
  12406.      */
  12407.     protected function getTemplateExclusionOperatorTranslationDefinitionService()
  12408.     {
  12409.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  12410.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateExclusionOperatorTranslation/TemplateExclusionOperatorTranslationDefinition.php';
  12411.         $this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateExclusionOperatorTranslation\\TemplateExclusionOperatorTranslationDefinition'] = $instance = new \Swag\CustomizedProducts\Template\Aggregate\TemplateExclusionOperatorTranslation\TemplateExclusionOperatorTranslationDefinition();
  12412.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12413.         return $instance;
  12414.     }
  12415.     /**
  12416.      * Gets the public 'Swag\CustomizedProducts\Template\Aggregate\TemplateExclusionOperator\TemplateExclusionOperatorDefinition' shared service.
  12417.      *
  12418.      * @return \Swag\CustomizedProducts\Template\Aggregate\TemplateExclusionOperator\TemplateExclusionOperatorDefinition
  12419.      */
  12420.     protected function getTemplateExclusionOperatorDefinitionService()
  12421.     {
  12422.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateExclusionOperator/TemplateExclusionOperatorDefinition.php';
  12423.         $this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateExclusionOperator\\TemplateExclusionOperatorDefinition'] = $instance = new \Swag\CustomizedProducts\Template\Aggregate\TemplateExclusionOperator\TemplateExclusionOperatorDefinition();
  12424.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12425.         return $instance;
  12426.     }
  12427.     /**
  12428.      * Gets the public 'Swag\CustomizedProducts\Template\Aggregate\TemplateExclusion\TemplateExclusionDefinition' shared service.
  12429.      *
  12430.      * @return \Swag\CustomizedProducts\Template\Aggregate\TemplateExclusion\TemplateExclusionDefinition
  12431.      */
  12432.     protected function getTemplateExclusionDefinitionService()
  12433.     {
  12434.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateExclusion/TemplateExclusionDefinition.php';
  12435.         $this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateExclusion\\TemplateExclusionDefinition'] = $instance = new \Swag\CustomizedProducts\Template\Aggregate\TemplateExclusion\TemplateExclusionDefinition();
  12436.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12437.         return $instance;
  12438.     }
  12439.     /**
  12440.      * Gets the public 'Swag\CustomizedProducts\Template\Aggregate\TemplateOptionPrice\TemplateOptionPriceDefinition' shared service.
  12441.      *
  12442.      * @return \Swag\CustomizedProducts\Template\Aggregate\TemplateOptionPrice\TemplateOptionPriceDefinition
  12443.      */
  12444.     protected function getTemplateOptionPriceDefinitionService()
  12445.     {
  12446.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateOptionPrice/TemplateOptionPriceDefinition.php';
  12447.         $this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionPrice\\TemplateOptionPriceDefinition'] = $instance = new \Swag\CustomizedProducts\Template\Aggregate\TemplateOptionPrice\TemplateOptionPriceDefinition();
  12448.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12449.         return $instance;
  12450.     }
  12451.     /**
  12452.      * Gets the public 'Swag\CustomizedProducts\Template\Aggregate\TemplateOptionTranslation\TemplateOptionTranslationDefinition' shared service.
  12453.      *
  12454.      * @return \Swag\CustomizedProducts\Template\Aggregate\TemplateOptionTranslation\TemplateOptionTranslationDefinition
  12455.      */
  12456.     protected function getTemplateOptionTranslationDefinitionService()
  12457.     {
  12458.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  12459.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateOptionTranslation/TemplateOptionTranslationDefinition.php';
  12460.         $this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionTranslation\\TemplateOptionTranslationDefinition'] = $instance = new \Swag\CustomizedProducts\Template\Aggregate\TemplateOptionTranslation\TemplateOptionTranslationDefinition();
  12461.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12462.         return $instance;
  12463.     }
  12464.     /**
  12465.      * Gets the public 'Swag\CustomizedProducts\Template\Aggregate\TemplateOptionValuePrice\TemplateOptionValuePriceDefinition' shared service.
  12466.      *
  12467.      * @return \Swag\CustomizedProducts\Template\Aggregate\TemplateOptionValuePrice\TemplateOptionValuePriceDefinition
  12468.      */
  12469.     protected function getTemplateOptionValuePriceDefinitionService()
  12470.     {
  12471.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateOptionValuePrice/TemplateOptionValuePriceDefinition.php';
  12472.         $this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionValuePrice\\TemplateOptionValuePriceDefinition'] = $instance = new \Swag\CustomizedProducts\Template\Aggregate\TemplateOptionValuePrice\TemplateOptionValuePriceDefinition();
  12473.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12474.         return $instance;
  12475.     }
  12476.     /**
  12477.      * Gets the public 'Swag\CustomizedProducts\Template\Aggregate\TemplateOptionValueTranslation\TemplateOptionValueTranslationDefinition' shared service.
  12478.      *
  12479.      * @return \Swag\CustomizedProducts\Template\Aggregate\TemplateOptionValueTranslation\TemplateOptionValueTranslationDefinition
  12480.      */
  12481.     protected function getTemplateOptionValueTranslationDefinitionService()
  12482.     {
  12483.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  12484.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateOptionValueTranslation/TemplateOptionValueTranslationDefinition.php';
  12485.         $this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionValueTranslation\\TemplateOptionValueTranslationDefinition'] = $instance = new \Swag\CustomizedProducts\Template\Aggregate\TemplateOptionValueTranslation\TemplateOptionValueTranslationDefinition();
  12486.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12487.         return $instance;
  12488.     }
  12489.     /**
  12490.      * Gets the public 'Swag\CustomizedProducts\Template\Aggregate\TemplateOptionValue\SalesChannel\SalesChannelTemplateOptionValueDefinition' shared service.
  12491.      *
  12492.      * @return \Swag\CustomizedProducts\Template\Aggregate\TemplateOptionValue\SalesChannel\SalesChannelTemplateOptionValueDefinition
  12493.      */
  12494.     protected function getSalesChannelTemplateOptionValueDefinitionService()
  12495.     {
  12496.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateOptionValue/TemplateOptionValueDefinition.php';
  12497.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateOptionValue/SalesChannel/SalesChannelTemplateOptionValueDefinition.php';
  12498.         $this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionValue\\SalesChannel\\SalesChannelTemplateOptionValueDefinition'] = $instance = new \Swag\CustomizedProducts\Template\Aggregate\TemplateOptionValue\SalesChannel\SalesChannelTemplateOptionValueDefinition();
  12499.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12500.         return $instance;
  12501.     }
  12502.     /**
  12503.      * Gets the public 'Swag\CustomizedProducts\Template\Aggregate\TemplateOptionValue\SalesChannel\TemplateOptionValueListRoute' shared service.
  12504.      *
  12505.      * @return \Swag\CustomizedProducts\Template\Aggregate\TemplateOptionValue\SalesChannel\TemplateOptionValueListRoute
  12506.      */
  12507.     protected function getTemplateOptionValueListRouteService()
  12508.     {
  12509.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateOptionValue/SalesChannel/AbstractTemplateOptionValueListRoute.php';
  12510.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateOptionValue/SalesChannel/TemplateOptionValueListRoute.php';
  12511.         return $this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionValue\\SalesChannel\\TemplateOptionValueListRoute'] = new \Swag\CustomizedProducts\Template\Aggregate\TemplateOptionValue\SalesChannel\TemplateOptionValueListRoute(($this->services['sales_channel.swag_customized_products_template_option_value.repository'] ?? $this->getSalesChannel_SwagCustomizedProductsTemplateOptionValue_RepositoryService()));
  12512.     }
  12513.     /**
  12514.      * Gets the public 'Swag\CustomizedProducts\Template\Aggregate\TemplateOptionValue\TemplateOptionValueDefinition' shared service.
  12515.      *
  12516.      * @return \Swag\CustomizedProducts\Template\Aggregate\TemplateOptionValue\TemplateOptionValueDefinition
  12517.      */
  12518.     protected function getTemplateOptionValueDefinitionService()
  12519.     {
  12520.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateOptionValue/TemplateOptionValueDefinition.php';
  12521.         $this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionValue\\TemplateOptionValueDefinition'] = $instance = new \Swag\CustomizedProducts\Template\Aggregate\TemplateOptionValue\TemplateOptionValueDefinition();
  12522.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12523.         return $instance;
  12524.     }
  12525.     /**
  12526.      * Gets the public 'Swag\CustomizedProducts\Template\Aggregate\TemplateOption\Api\TemplateOptionController' shared service.
  12527.      *
  12528.      * @return \Swag\CustomizedProducts\Template\Aggregate\TemplateOption\Api\TemplateOptionController
  12529.      */
  12530.     protected function getTemplateOptionControllerService()
  12531.     {
  12532.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateOption/Api/TemplateOptionController.php';
  12533.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateOption/TemplateOptionServiceInterface.php';
  12534.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateOption/TemplateOptionService.php';
  12535.         $this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\Api\\TemplateOptionController'] = $instance = new \Swag\CustomizedProducts\Template\Aggregate\TemplateOption\Api\TemplateOptionController(new \Swag\CustomizedProducts\Template\Aggregate\TemplateOption\TemplateOptionService(($this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\Type\\OptionTypeCollection'] ?? $this->getOptionTypeCollectionService())));
  12536.         $instance->setContainer($this);
  12537.         return $instance;
  12538.     }
  12539.     /**
  12540.      * Gets the public 'Swag\CustomizedProducts\Template\Aggregate\TemplateOption\SalesChannel\SalesChannelTemplateOptionDefinition' shared service.
  12541.      *
  12542.      * @return \Swag\CustomizedProducts\Template\Aggregate\TemplateOption\SalesChannel\SalesChannelTemplateOptionDefinition
  12543.      */
  12544.     protected function getSalesChannelTemplateOptionDefinitionService()
  12545.     {
  12546.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateOption/TemplateOptionDefinition.php';
  12547.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateOption/SalesChannel/SalesChannelTemplateOptionDefinition.php';
  12548.         $this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\SalesChannel\\SalesChannelTemplateOptionDefinition'] = $instance = new \Swag\CustomizedProducts\Template\Aggregate\TemplateOption\SalesChannel\SalesChannelTemplateOptionDefinition();
  12549.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12550.         return $instance;
  12551.     }
  12552.     /**
  12553.      * Gets the public 'Swag\CustomizedProducts\Template\Aggregate\TemplateOption\SalesChannel\TemplateOptionListRoute' shared service.
  12554.      *
  12555.      * @return \Swag\CustomizedProducts\Template\Aggregate\TemplateOption\SalesChannel\TemplateOptionListRoute
  12556.      */
  12557.     protected function getTemplateOptionListRouteService()
  12558.     {
  12559.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateOption/SalesChannel/AbstractTemplateOptionListRoute.php';
  12560.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateOption/SalesChannel/TemplateOptionListRoute.php';
  12561.         return $this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\SalesChannel\\TemplateOptionListRoute'] = new \Swag\CustomizedProducts\Template\Aggregate\TemplateOption\SalesChannel\TemplateOptionListRoute(($this->services['sales_channel.swag_customized_products_template_option.repository'] ?? $this->getSalesChannel_SwagCustomizedProductsTemplateOption_RepositoryService()));
  12562.     }
  12563.     /**
  12564.      * Gets the public 'Swag\CustomizedProducts\Template\Aggregate\TemplateOption\TemplateOptionDefinition' shared service.
  12565.      *
  12566.      * @return \Swag\CustomizedProducts\Template\Aggregate\TemplateOption\TemplateOptionDefinition
  12567.      */
  12568.     protected function getTemplateOptionDefinitionService()
  12569.     {
  12570.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateOption/TemplateOptionDefinition.php';
  12571.         $this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\TemplateOptionDefinition'] = $instance = new \Swag\CustomizedProducts\Template\Aggregate\TemplateOption\TemplateOptionDefinition();
  12572.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12573.         return $instance;
  12574.     }
  12575.     /**
  12576.      * Gets the public 'Swag\CustomizedProducts\Template\Aggregate\TemplateTranslation\TemplateTranslationDefinition' shared service.
  12577.      *
  12578.      * @return \Swag\CustomizedProducts\Template\Aggregate\TemplateTranslation\TemplateTranslationDefinition
  12579.      */
  12580.     protected function getTemplateTranslationDefinitionService()
  12581.     {
  12582.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  12583.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateTranslation/TemplateTranslationDefinition.php';
  12584.         $this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateTranslation\\TemplateTranslationDefinition'] = $instance = new \Swag\CustomizedProducts\Template\Aggregate\TemplateTranslation\TemplateTranslationDefinition();
  12585.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12586.         return $instance;
  12587.     }
  12588.     /**
  12589.      * Gets the public 'Swag\CustomizedProducts\Template\Api\TemplateController' shared service.
  12590.      *
  12591.      * @return \Swag\CustomizedProducts\Template\Api\TemplateController
  12592.      */
  12593.     protected function getTemplateControllerService()
  12594.     {
  12595.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Api/TemplateController.php';
  12596.         $this->services['Swag\\CustomizedProducts\\Template\\Api\\TemplateController'] = $instance = new \Swag\CustomizedProducts\Template\Api\TemplateController(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['swag_customized_products_template.repository'] ?? $this->getSwagCustomizedProductsTemplate_RepositoryService()));
  12597.         $instance->setContainer($this);
  12598.         return $instance;
  12599.     }
  12600.     /**
  12601.      * Gets the public 'Swag\CustomizedProducts\Template\SalesChannel\SalesChannelTemplateDefinition' shared service.
  12602.      *
  12603.      * @return \Swag\CustomizedProducts\Template\SalesChannel\SalesChannelTemplateDefinition
  12604.      */
  12605.     protected function getSalesChannelTemplateDefinitionService()
  12606.     {
  12607.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/TemplateDefinition.php';
  12608.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/SalesChannel/SalesChannelTemplateDefinition.php';
  12609.         $this->services['Swag\\CustomizedProducts\\Template\\SalesChannel\\SalesChannelTemplateDefinition'] = $instance = new \Swag\CustomizedProducts\Template\SalesChannel\SalesChannelTemplateDefinition();
  12610.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12611.         return $instance;
  12612.     }
  12613.     /**
  12614.      * Gets the public 'Swag\CustomizedProducts\Template\SalesChannel\TemplateListRoute' shared service.
  12615.      *
  12616.      * @return \Swag\CustomizedProducts\Template\SalesChannel\TemplateListRoute
  12617.      */
  12618.     protected function getTemplateListRouteService()
  12619.     {
  12620.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/SalesChannel/AbstractTemplateListRoute.php';
  12621.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/SalesChannel/TemplateListRoute.php';
  12622.         return $this->services['Swag\\CustomizedProducts\\Template\\SalesChannel\\TemplateListRoute'] = new \Swag\CustomizedProducts\Template\SalesChannel\TemplateListRoute(($this->services['sales_channel.swag_customized_products_template.repository'] ?? $this->getSalesChannel_SwagCustomizedProductsTemplate_RepositoryService()));
  12623.     }
  12624.     /**
  12625.      * Gets the public 'Swag\CustomizedProducts\Template\TemplateDefinition' shared service.
  12626.      *
  12627.      * @return \Swag\CustomizedProducts\Template\TemplateDefinition
  12628.      */
  12629.     protected function getTemplateDefinition2Service()
  12630.     {
  12631.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/TemplateDefinition.php';
  12632.         $this->services['Swag\\CustomizedProducts\\Template\\TemplateDefinition'] = $instance = new \Swag\CustomizedProducts\Template\TemplateDefinition();
  12633.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12634.         return $instance;
  12635.     }
  12636.     /**
  12637.      * Gets the public 'Swag\Markets\Controller\AmazonConnectionAssistantController' shared autowired service.
  12638.      *
  12639.      * @return \Swag\Markets\Controller\AmazonConnectionAssistantController
  12640.      */
  12641.     protected function getAmazonConnectionAssistantControllerService()
  12642.     {
  12643.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Controller/AmazonConnectionAssistantController.php';
  12644.         $this->services['Swag\\Markets\\Controller\\AmazonConnectionAssistantController'] = $instance = new \Swag\Markets\Controller\AmazonConnectionAssistantController(($this->privates['Swag\\Markets\\Service\\ConfigService'] ?? $this->getConfigServiceService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  12645.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Swag\\Markets\\Controller\\AmazonConnectionAssistantController'$this));
  12646.         return $instance;
  12647.     }
  12648.     /**
  12649.      * Gets the public 'Swag\Markets\Controller\Api\ConfigController' shared autowired service.
  12650.      *
  12651.      * @return \Swag\Markets\Controller\Api\ConfigController
  12652.      */
  12653.     protected function getConfigControllerService()
  12654.     {
  12655.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Controller/Api/ConfigController.php';
  12656.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Service/IntegrationUserService.php';
  12657.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/InstanceService.php';
  12658.         $a = ($this->services['bf_config.repository'] ?? $this->getBfConfig_RepositoryService());
  12659.         $this->services['Swag\\Markets\\Controller\\Api\\ConfigController'] = $instance = new \Swag\Markets\Controller\Api\ConfigController(($this->privates['Swag\\Markets\\Service\\ConfigService'] ?? $this->getConfigServiceService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), new \Swag\Markets\Service\IntegrationUserService($a, ($this->services['integration.repository'] ?? $this->getIntegration_RepositoryService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)))), ($this->services['user.repository'] ?? $this->getUser_RepositoryService()), $a'6.4.20.2', ($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.2'$this->getEnv('INSTANCE_ID')))), ($this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'] ?? $this->getLocaleProviderService()));
  12660.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Swag\\Markets\\Controller\\Api\\ConfigController'$this));
  12661.         return $instance;
  12662.     }
  12663.     /**
  12664.      * Gets the public 'Swag\Markets\Controller\EbayConnectionAssistantController' shared autowired service.
  12665.      *
  12666.      * @return \Swag\Markets\Controller\EbayConnectionAssistantController
  12667.      */
  12668.     protected function getEbayConnectionAssistantControllerService()
  12669.     {
  12670.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Controller/EbayConnectionAssistantController.php';
  12671.         $this->services['Swag\\Markets\\Controller\\EbayConnectionAssistantController'] = $instance = new \Swag\Markets\Controller\EbayConnectionAssistantController(($this->privates['Swag\\Markets\\Service\\ConfigService'] ?? $this->getConfigServiceService()));
  12672.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Swag\\Markets\\Controller\\EbayConnectionAssistantController'$this));
  12673.         return $instance;
  12674.     }
  12675.     /**
  12676.      * Gets the public 'Swag\Markets\Controller\SalesChannelApiController' shared autowired service.
  12677.      *
  12678.      * @return \Swag\Markets\Controller\SalesChannelApiController
  12679.      */
  12680.     protected function getSalesChannelApiControllerService()
  12681.     {
  12682.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Controller/SalesChannelApiController.php';
  12683.         $this->services['Swag\\Markets\\Controller\\SalesChannelApiController'] = $instance = new \Swag\Markets\Controller\SalesChannelApiController();
  12684.         $instance->setContainer($this);
  12685.         return $instance;
  12686.     }
  12687.     /**
  12688.      * Gets the public 'Swag\Markets\Controller\SupportRequestController' shared autowired service.
  12689.      *
  12690.      * @return \Swag\Markets\Controller\SupportRequestController
  12691.      */
  12692.     protected function getSupportRequestControllerService()
  12693.     {
  12694.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Controller/SupportRequestController.php';
  12695.         $this->services['Swag\\Markets\\Controller\\SupportRequestController'] = $instance = new \Swag\Markets\Controller\SupportRequestController(($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] ?? $this->getMailServiceService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['Swag\\Markets\\Controller\\Api\\ConfigController'] ?? $this->getConfigControllerService()), ($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService()));
  12696.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Swag\\Markets\\Controller\\SupportRequestController'$this));
  12697.         return $instance;
  12698.     }
  12699.     /**
  12700.      * Gets the public 'Swag\Markets\Controller\SwagMarketsController' shared autowired service.
  12701.      *
  12702.      * @return \Swag\Markets\Controller\SwagMarketsController
  12703.      */
  12704.     protected function getSwagMarketsControllerService()
  12705.     {
  12706.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Controller/SwagMarketsController.php';
  12707.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Service/SwagMarketsService.php';
  12708.         $this->services['Swag\\Markets\\Controller\\SwagMarketsController'] = $instance = new \Swag\Markets\Controller\SwagMarketsController(new \Swag\Markets\Service\SwagMarketsService(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())), ($this->services['bf_product_to_delete.repository'] ?? $this->getBfProductToDelete_RepositoryService()));
  12709.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Swag\\Markets\\Controller\\SwagMarketsController'$this));
  12710.         return $instance;
  12711.     }
  12712.     /**
  12713.      * Gets the public 'Swag\Markets\Entity\CategoryMapping\CategoryMappingDefinition' shared autowired service.
  12714.      *
  12715.      * @return \Swag\Markets\Entity\CategoryMapping\CategoryMappingDefinition
  12716.      */
  12717.     protected function getCategoryMappingDefinitionService()
  12718.     {
  12719.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Entity/CategoryMapping/CategoryMappingDefinition.php';
  12720.         $this->services['Swag\\Markets\\Entity\\CategoryMapping\\CategoryMappingDefinition'] = $instance = new \Swag\Markets\Entity\CategoryMapping\CategoryMappingDefinition();
  12721.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12722.         return $instance;
  12723.     }
  12724.     /**
  12725.      * Gets the public 'Swag\Markets\Entity\Config\SwagMarketsConfigurationEntityDefinition' shared autowired service.
  12726.      *
  12727.      * @return \Swag\Markets\Entity\Config\SwagMarketsConfigurationEntityDefinition
  12728.      */
  12729.     protected function getSwagMarketsConfigurationEntityDefinitionService()
  12730.     {
  12731.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Entity/Config/SwagMarketsConfigurationEntityDefinition.php';
  12732.         $this->services['Swag\\Markets\\Entity\\Config\\SwagMarketsConfigurationEntityDefinition'] = $instance = new \Swag\Markets\Entity\Config\SwagMarketsConfigurationEntityDefinition();
  12733.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12734.         return $instance;
  12735.     }
  12736.     /**
  12737.      * Gets the public 'Swag\Markets\Entity\Marketplace\Aggregate\MarketplaceSalesChannel\MarketplaceSalesChannelDefinition' shared autowired service.
  12738.      *
  12739.      * @return \Swag\Markets\Entity\Marketplace\Aggregate\MarketplaceSalesChannel\MarketplaceSalesChannelDefinition
  12740.      */
  12741.     protected function getMarketplaceSalesChannelDefinitionService()
  12742.     {
  12743.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Entity/Marketplace/Aggregate/MarketplaceSalesChannel/MarketplaceSalesChannelDefinition.php';
  12744.         $this->services['Swag\\Markets\\Entity\\Marketplace\\Aggregate\\MarketplaceSalesChannel\\MarketplaceSalesChannelDefinition'] = $instance = new \Swag\Markets\Entity\Marketplace\Aggregate\MarketplaceSalesChannel\MarketplaceSalesChannelDefinition();
  12745.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12746.         return $instance;
  12747.     }
  12748.     /**
  12749.      * Gets the public 'Swag\Markets\Entity\Marketplace\Aggregate\MarketplaceSettings\MarketplaceSettingsDefinition' shared autowired service.
  12750.      *
  12751.      * @return \Swag\Markets\Entity\Marketplace\Aggregate\MarketplaceSettings\MarketplaceSettingsDefinition
  12752.      */
  12753.     protected function getMarketplaceSettingsDefinitionService()
  12754.     {
  12755.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Entity/Marketplace/Aggregate/MarketplaceSettings/MarketplaceSettingsDefinition.php';
  12756.         $this->services['Swag\\Markets\\Entity\\Marketplace\\Aggregate\\MarketplaceSettings\\MarketplaceSettingsDefinition'] = $instance = new \Swag\Markets\Entity\Marketplace\Aggregate\MarketplaceSettings\MarketplaceSettingsDefinition();
  12757.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12758.         return $instance;
  12759.     }
  12760.     /**
  12761.      * Gets the public 'Swag\Markets\Entity\Marketplace\MarketplaceDefinition' shared autowired service.
  12762.      *
  12763.      * @return \Swag\Markets\Entity\Marketplace\MarketplaceDefinition
  12764.      */
  12765.     protected function getMarketplaceDefinitionService()
  12766.     {
  12767.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Entity/Marketplace/MarketplaceDefinition.php';
  12768.         $this->services['Swag\\Markets\\Entity\\Marketplace\\MarketplaceDefinition'] = $instance = new \Swag\Markets\Entity\Marketplace\MarketplaceDefinition();
  12769.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12770.         return $instance;
  12771.     }
  12772.     /**
  12773.      * Gets the public 'Swag\Markets\Entity\ProductToDelete\SwagMarketsProductToDeleteEntityDefinition' shared autowired service.
  12774.      *
  12775.      * @return \Swag\Markets\Entity\ProductToDelete\SwagMarketsProductToDeleteEntityDefinition
  12776.      */
  12777.     protected function getSwagMarketsProductToDeleteEntityDefinitionService()
  12778.     {
  12779.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Entity/ProductToDelete/SwagMarketsProductToDeleteEntityDefinition.php';
  12780.         $this->services['Swag\\Markets\\Entity\\ProductToDelete\\SwagMarketsProductToDeleteEntityDefinition'] = $instance = new \Swag\Markets\Entity\ProductToDelete\SwagMarketsProductToDeleteEntityDefinition();
  12781.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12782.         return $instance;
  12783.     }
  12784.     /**
  12785.      * Gets the public 'Swag\Markets\Entity\Support\SupportDefinition' shared autowired service.
  12786.      *
  12787.      * @return \Swag\Markets\Entity\Support\SupportDefinition
  12788.      */
  12789.     protected function getSupportDefinitionService()
  12790.     {
  12791.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Entity/Support/SupportDefinition.php';
  12792.         $this->services['Swag\\Markets\\Entity\\Support\\SupportDefinition'] = $instance = new \Swag\Markets\Entity\Support\SupportDefinition();
  12793.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  12794.         return $instance;
  12795.     }
  12796.     /**
  12797.      * Gets the public 'Swag\Markets\SwagMarkets' shared autowired service.
  12798.      *
  12799.      * @return \Swag\Markets\SwagMarkets
  12800.      */
  12801.     protected function getSwagMarketsService()
  12802.     {
  12803.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  12804.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  12805.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  12806.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  12807.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  12808.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  12809.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/SwagMarkets.php';
  12810.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Setup/ActivateDeactivate.php';
  12811.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Service/ActivationService.php';
  12812.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Service/SalesChannelTypeService.php';
  12813.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Service/DeactivationService.php';
  12814.         $this->services['Swag\\Markets\\SwagMarkets'] = $instance = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Swag\\Markets\\SwagMarkets');
  12815.         $a = ($this->services['sales_channel_type.repository'] ?? $this->getSalesChannelType_RepositoryService());
  12816.         $b = ($this->services['bf_config.repository'] ?? $this->getBfConfig_RepositoryService());
  12817.         $c = ($this->services['integration.repository'] ?? $this->getIntegration_RepositoryService());
  12818.         $d = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  12819.         $e = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
  12820.         $instance->setActivate(new \Swag\Markets\Setup\ActivateDeactivate(new \Swag\Markets\Service\ActivationService(new \Swag\Markets\Service\SalesChannelTypeService($a), $b$c, ($this->services['bf_marketplace.repository'] ?? $this->getBfMarketplace_RepositoryService()), ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService()), ($this->services['country.repository'] ?? $this->getCountry_RepositoryService()), ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService()), $d$e), new \Swag\Markets\Service\DeactivationService(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $b$c$a$d$e)));
  12821.         return $instance;
  12822.     }
  12823.     /**
  12824.      * Gets the public 'Swag\MigrationMagento\SwagMigrationMagento' shared autowired service.
  12825.      *
  12826.      * @return \Swag\MigrationMagento\SwagMigrationMagento
  12827.      */
  12828.     protected function getSwagMigrationMagentoService()
  12829.     {
  12830.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  12831.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  12832.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  12833.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  12834.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  12835.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  12836.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/SwagMigrationMagento.php';
  12837.         return $this->services['Swag\\MigrationMagento\\SwagMigrationMagento'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Swag\\MigrationMagento\\SwagMigrationMagento');
  12838.     }
  12839.     /**
  12840.      * Gets the public 'Swag\PayPal\Administration\PayPalPaymentMethodController' shared service.
  12841.      *
  12842.      * @return \Swag\PayPal\Administration\PayPalPaymentMethodController
  12843.      */
  12844.     protected function getPayPalPaymentMethodControllerService()
  12845.     {
  12846.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Administration/PayPalPaymentMethodController.php';
  12847.         $this->services['Swag\\PayPal\\Administration\\PayPalPaymentMethodController'] = $instance = new \Swag\PayPal\Administration\PayPalPaymentMethodController(($this->privates['Swag\\PayPal\\Util\\PaymentMethodUtil'] ?? $this->getPaymentMethodUtilService()));
  12848.         $instance->setContainer($this);
  12849.         return $instance;
  12850.     }
  12851.     /**
  12852.      * Gets the public 'Swag\PayPal\Checkout\ExpressCheckout\SalesChannel\ExpressCategoryRoute' shared service.
  12853.      *
  12854.      * @return \Swag\PayPal\Checkout\ExpressCheckout\SalesChannel\ExpressCategoryRoute
  12855.      */
  12856.     protected function getExpressCategoryRouteService()
  12857.     {
  12858.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/AbstractCategoryRoute.php';
  12859.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/ExpressCheckout/SalesChannel/ExpressCategoryRoute.php';
  12860.         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()));
  12861.     }
  12862.     /**
  12863.      * Gets the public 'Swag\PayPal\Checkout\ExpressCheckout\SalesChannel\ExpressCreateOrderRoute' shared service.
  12864.      *
  12865.      * @return \Swag\PayPal\Checkout\ExpressCheckout\SalesChannel\ExpressCreateOrderRoute
  12866.      */
  12867.     protected function getExpressCreateOrderRouteService()
  12868.     {
  12869.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/ExpressCheckout/SalesChannel/AbstractExpressCreateOrderRoute.php';
  12870.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/ExpressCheckout/SalesChannel/ExpressCreateOrderRoute.php';
  12871.         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()));
  12872.     }
  12873.     /**
  12874.      * Gets the public 'Swag\PayPal\Checkout\ExpressCheckout\SalesChannel\ExpressPrepareCheckoutRoute' shared service.
  12875.      *
  12876.      * @return \Swag\PayPal\Checkout\ExpressCheckout\SalesChannel\ExpressPrepareCheckoutRoute
  12877.      */
  12878.     protected function getExpressPrepareCheckoutRouteService()
  12879.     {
  12880.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/ExpressCheckout/SalesChannel/AbstractExpressPrepareCheckoutRoute.php';
  12881.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/ExpressCheckout/SalesChannel/ExpressPrepareCheckoutRoute.php';
  12882.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/ExpressCheckout/Service/ExpressCustomerService.php';
  12883.         $a = ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service());
  12884.         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);
  12885.     }
  12886.     /**
  12887.      * Gets the public 'Swag\PayPal\Checkout\PUI\SalesChannel\PUIPaymentInstructionsRoute' shared service.
  12888.      *
  12889.      * @return \Swag\PayPal\Checkout\PUI\SalesChannel\PUIPaymentInstructionsRoute
  12890.      */
  12891.     protected function getPUIPaymentInstructionsRouteService()
  12892.     {
  12893.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/PUI/SalesChannel/AbstractPUIPaymentInstructionsRoute.php';
  12894.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/PUI/SalesChannel/PUIPaymentInstructionsRoute.php';
  12895.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  12896.         if (isset($this->services['Swag\\PayPal\\Checkout\\PUI\\SalesChannel\\PUIPaymentInstructionsRoute'])) {
  12897.             return $this->services['Swag\\PayPal\\Checkout\\PUI\\SalesChannel\\PUIPaymentInstructionsRoute'];
  12898.         }
  12899.         $b = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  12900.         if (isset($this->services['Swag\\PayPal\\Checkout\\PUI\\SalesChannel\\PUIPaymentInstructionsRoute'])) {
  12901.             return $this->services['Swag\\PayPal\\Checkout\\PUI\\SalesChannel\\PUIPaymentInstructionsRoute'];
  12902.         }
  12903.         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()));
  12904.     }
  12905.     /**
  12906.      * Gets the public 'Swag\PayPal\Checkout\Plus\PlusPaymentFinalizeController' shared service.
  12907.      *
  12908.      * @return \Swag\PayPal\Checkout\Plus\PlusPaymentFinalizeController
  12909.      */
  12910.     protected function getPlusPaymentFinalizeControllerService()
  12911.     {
  12912.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Plus/PlusPaymentFinalizeController.php';
  12913.         $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()));
  12914.         $instance->setContainer($this);
  12915.         return $instance;
  12916.     }
  12917.     /**
  12918.      * Gets the public 'Swag\PayPal\Checkout\Plus\PlusPaymentHandleController' shared service.
  12919.      *
  12920.      * @return \Swag\PayPal\Checkout\Plus\PlusPaymentHandleController
  12921.      */
  12922.     protected function getPlusPaymentHandleControllerService()
  12923.     {
  12924.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Plus/PlusPaymentHandleController.php';
  12925.         $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['Shopware\\Storefront\\Controller\\CheckoutController'] ?? $this->getCheckoutControllerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  12926.         $instance->setContainer($this);
  12927.         return $instance;
  12928.     }
  12929.     /**
  12930.      * Gets the public 'Swag\PayPal\Checkout\SalesChannel\CreateOrderRoute' shared service.
  12931.      *
  12932.      * @return \Swag\PayPal\Checkout\SalesChannel\CreateOrderRoute
  12933.      */
  12934.     protected function getCreateOrderRouteService()
  12935.     {
  12936.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/SalesChannel/AbstractCreateOrderRoute.php';
  12937.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/SalesChannel/CreateOrderRoute.php';
  12938.         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()));
  12939.     }
  12940.     /**
  12941.      * Gets the public 'Swag\PayPal\Checkout\SalesChannel\ErrorRoute' shared service.
  12942.      *
  12943.      * @return \Swag\PayPal\Checkout\SalesChannel\ErrorRoute
  12944.      */
  12945.     protected function getErrorRouteService()
  12946.     {
  12947.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/SalesChannel/AbstractErrorRoute.php';
  12948.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/SalesChannel/ErrorRoute.php';
  12949.         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()));
  12950.     }
  12951.     /**
  12952.      * Gets the public 'Swag\PayPal\Checkout\SalesChannel\FilteredPaymentMethodRoute' shared service.
  12953.      *
  12954.      * @return \Swag\PayPal\Checkout\SalesChannel\FilteredPaymentMethodRoute
  12955.      */
  12956.     protected function getFilteredPaymentMethodRouteService()
  12957.     {
  12958.         $a = ($this->services['sales_channel.payment_method.repository'] ?? $this->getSalesChannel_PaymentMethod_RepositoryService());
  12959.         if (isset($this->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'])) {
  12960.             return $this->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'];
  12961.         }
  12962.         $b = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  12963.         if (isset($this->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'])) {
  12964.             return $this->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'];
  12965.         }
  12966.         $c = ($this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\ExcludedProductValidator'] ?? $this->getExcludedProductValidatorService());
  12967.         if (isset($this->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'])) {
  12968.             return $this->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'];
  12969.         }
  12970.         $d = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  12971.         if (isset($this->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'])) {
  12972.             return $this->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'];
  12973.         }
  12974.         return $this->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] = new \Swag\PayPal\Checkout\SalesChannel\FilteredPaymentMethodRoute(new \Shopware\Core\Checkout\Payment\SalesChannel\PaymentMethodRoute($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);
  12975.     }
  12976.     /**
  12977.      * Gets the public 'Swag\PayPal\Checkout\SalesChannel\MethodEligibilityRoute' shared service.
  12978.      *
  12979.      * @return \Swag\PayPal\Checkout\SalesChannel\MethodEligibilityRoute
  12980.      */
  12981.     protected function getMethodEligibilityRouteService()
  12982.     {
  12983.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/SalesChannel/AbstractMethodEligibilityRoute.php';
  12984.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/SalesChannel/MethodEligibilityRoute.php';
  12985.         return $this->services['Swag\\PayPal\\Checkout\\SalesChannel\\MethodEligibilityRoute'] = new \Swag\PayPal\Checkout\SalesChannel\MethodEligibilityRoute(($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()));
  12986.     }
  12987.     /**
  12988.      * Gets the public 'Swag\PayPal\Dispute\Administration\DisputeController' shared service.
  12989.      *
  12990.      * @return \Swag\PayPal\Dispute\Administration\DisputeController
  12991.      */
  12992.     protected function getDisputeControllerService()
  12993.     {
  12994.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Dispute/Administration/DisputeController.php';
  12995.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V1/Resource/DisputeResource.php';
  12996.         $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())));
  12997.         $instance->setContainer($this);
  12998.         return $instance;
  12999.     }
  13000.     /**
  13001.      * Gets the public 'Swag\PayPal\OrdersApi\Administration\PayPalOrdersController' shared service.
  13002.      *
  13003.      * @return \Swag\PayPal\OrdersApi\Administration\PayPalOrdersController
  13004.      */
  13005.     protected function getPayPalOrdersControllerService()
  13006.     {
  13007.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Administration/PayPalOrdersController.php';
  13008.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V2/Resource/AuthorizationResource.php';
  13009.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V2/Resource/CaptureResource.php';
  13010.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V2/Resource/RefundResource.php';
  13011.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Administration/Service/CaptureRefundCreator.php';
  13012.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/PriceFormatter.php';
  13013.         $a = ($this->privates['Swag\\PayPal\\RestApi\\Client\\PayPalClientFactory'] ?? $this->getPayPalClientFactoryService());
  13014.         $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()))));
  13015.         $instance->setContainer($this);
  13016.         return $instance;
  13017.     }
  13018.     /**
  13019.      * Gets the public 'Swag\PayPal\PaymentsApi\Administration\PayPalPaymentController' shared service.
  13020.      *
  13021.      * @return \Swag\PayPal\PaymentsApi\Administration\PayPalPaymentController
  13022.      */
  13023.     protected function getPayPalPaymentControllerService()
  13024.     {
  13025.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/PaymentsApi/Administration/PayPalPaymentController.php';
  13026.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V1/Resource/AuthorizationResource.php';
  13027.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V1/Resource/OrdersResource.php';
  13028.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V1/Resource/CaptureResource.php';
  13029.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/PaymentStatusUtil.php';
  13030.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/PriceFormatter.php';
  13031.         $a = ($this->privates['Swag\\PayPal\\RestApi\\Client\\PayPalClientFactory'] ?? $this->getPayPalClientFactoryService());
  13032.         $b = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  13033.         $c = ($this->privates['Swag\\PayPal\\Util\\PriceFormatter'] ?? ($this->privates['Swag\\PayPal\\Util\\PriceFormatter'] = new \Swag\PayPal\Util\PriceFormatter()));
  13034.         $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);
  13035.         $instance->setContainer($this);
  13036.         return $instance;
  13037.     }
  13038.     /**
  13039.      * Gets the public 'Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelDefinition' shared service.
  13040.      *
  13041.      * @return \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelDefinition
  13042.      */
  13043.     protected function getPosSalesChannelDefinitionService()
  13044.     {
  13045.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/DataAbstractionLayer/Entity/PosSalesChannelDefinition.php';
  13046.         $this->services['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelDefinition'] = $instance = new \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelDefinition();
  13047.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13048.         return $instance;
  13049.     }
  13050.     /**
  13051.      * Gets the public 'Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelInventoryDefinition' shared service.
  13052.      *
  13053.      * @return \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelInventoryDefinition
  13054.      */
  13055.     protected function getPosSalesChannelInventoryDefinitionService()
  13056.     {
  13057.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/DataAbstractionLayer/Entity/PosSalesChannelInventoryDefinition.php';
  13058.         $this->services['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelInventoryDefinition'] = $instance = new \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelInventoryDefinition();
  13059.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13060.         return $instance;
  13061.     }
  13062.     /**
  13063.      * Gets the public 'Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelMediaDefinition' shared service.
  13064.      *
  13065.      * @return \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelMediaDefinition
  13066.      */
  13067.     protected function getPosSalesChannelMediaDefinitionService()
  13068.     {
  13069.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/DataAbstractionLayer/Entity/PosSalesChannelMediaDefinition.php';
  13070.         $this->services['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelMediaDefinition'] = $instance = new \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelMediaDefinition();
  13071.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13072.         return $instance;
  13073.     }
  13074.     /**
  13075.      * Gets the public 'Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelProductDefinition' shared service.
  13076.      *
  13077.      * @return \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelProductDefinition
  13078.      */
  13079.     protected function getPosSalesChannelProductDefinitionService()
  13080.     {
  13081.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/DataAbstractionLayer/Entity/PosSalesChannelProductDefinition.php';
  13082.         $this->services['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelProductDefinition'] = $instance = new \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelProductDefinition();
  13083.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13084.         return $instance;
  13085.     }
  13086.     /**
  13087.      * Gets the public 'Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelRunDefinition' shared service.
  13088.      *
  13089.      * @return \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelRunDefinition
  13090.      */
  13091.     protected function getPosSalesChannelRunDefinitionService()
  13092.     {
  13093.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/DataAbstractionLayer/Entity/PosSalesChannelRunDefinition.php';
  13094.         $this->services['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelRunDefinition'] = $instance = new \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelRunDefinition();
  13095.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13096.         return $instance;
  13097.     }
  13098.     /**
  13099.      * Gets the public 'Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelRunLogDefinition' shared service.
  13100.      *
  13101.      * @return \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelRunLogDefinition
  13102.      */
  13103.     protected function getPosSalesChannelRunLogDefinitionService()
  13104.     {
  13105.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/DataAbstractionLayer/Entity/PosSalesChannelRunLogDefinition.php';
  13106.         $this->services['Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelRunLogDefinition'] = $instance = new \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelRunLogDefinition();
  13107.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13108.         return $instance;
  13109.     }
  13110.     /**
  13111.      * Gets the public 'Swag\PayPal\Pos\PosSyncController' shared service.
  13112.      *
  13113.      * @return \Swag\PayPal\Pos\PosSyncController
  13114.      */
  13115.     protected function getPosSyncControllerService()
  13116.     {
  13117.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/PosSyncController.php';
  13118.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Run/Administration/SyncResetter.php';
  13119.         $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()));
  13120.         $instance->setContainer($this);
  13121.         return $instance;
  13122.     }
  13123.     /**
  13124.      * Gets the public 'Swag\PayPal\Pos\Setting\Service\InformationDefaultService' shared service.
  13125.      *
  13126.      * @return \Swag\PayPal\Pos\Setting\Service\InformationDefaultService
  13127.      */
  13128.     protected function getInformationDefaultServiceService()
  13129.     {
  13130.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Setting/Service/InformationDefaultService.php';
  13131.         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()));
  13132.     }
  13133.     /**
  13134.      * Gets the public 'Swag\PayPal\Pos\Setting\SettingsController' shared service.
  13135.      *
  13136.      * @return \Swag\PayPal\Pos\Setting\SettingsController
  13137.      */
  13138.     protected function getSettingsController2Service()
  13139.     {
  13140.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Setting/SettingsController.php';
  13141.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Util/PosSalesChannelTrait.php';
  13142.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Setting/Service/ApiCredentialService.php';
  13143.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Setting/Service/InformationFetchService.php';
  13144.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Resource/UserResource.php';
  13145.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Setting/Service/ProductVisibilityCloneService.php';
  13146.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Setting/Service/ProductCountService.php';
  13147.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Api/Service/ApiKeyDecoder.php';
  13148.         $a = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  13149.         $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));
  13150.         $instance->setContainer($this);
  13151.         return $instance;
  13152.     }
  13153.     /**
  13154.      * Gets the public 'Swag\PayPal\Pos\Webhook\WebhookController' shared service.
  13155.      *
  13156.      * @return \Swag\PayPal\Pos\Webhook\WebhookController
  13157.      */
  13158.     protected function getWebhookController2Service()
  13159.     {
  13160.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Util/PosSalesChannelTrait.php';
  13161.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Webhook/WebhookController.php';
  13162.         $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()));
  13163.         $instance->setContainer($this);
  13164.         return $instance;
  13165.     }
  13166.     /**
  13167.      * Gets the public 'Swag\PayPal\Pos\Webhook\WebhookService' shared service.
  13168.      *
  13169.      * @return \Swag\PayPal\Pos\Webhook\WebhookService
  13170.      */
  13171.     protected function getWebhookServiceService()
  13172.     {
  13173.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Util/PosSalesChannelTrait.php';
  13174.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Webhook/WebhookService.php';
  13175.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Resource/SubscriptionResource.php';
  13176.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Webhook/WebhookRegistry.php';
  13177.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Api/Service/Converter/UuidConverter.php';
  13178.         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 () {
  13179.             yield => ($this->privates['Swag\\PayPal\\Pos\\Webhook\\Handler\\InventoryChangedHandler'] ?? $this->getInventoryChangedHandlerService());
  13180.         }, 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()));
  13181.     }
  13182.     /**
  13183.      * Gets the public 'Swag\PayPal\Setting\SettingsController' shared service.
  13184.      *
  13185.      * @return \Swag\PayPal\Setting\SettingsController
  13186.      */
  13187.     protected function getSettingsController3Service()
  13188.     {
  13189.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Setting/SettingsController.php';
  13190.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Setting/Service/ApiCredentialServiceInterface.php';
  13191.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Setting/Service/ApiCredentialService.php';
  13192.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V1/Resource/CredentialsResource.php';
  13193.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/Client/CredentialsClientFactory.php';
  13194.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Setting/Service/MerchantIntegrationsService.php';
  13195.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V1/Resource/MerchantIntegrationsResourceInterface.php';
  13196.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V1/Resource/MerchantIntegrationsResource.php';
  13197.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V1/Service/TokenValidator.php';
  13198.         $a = ($this->privates['Swag\\PayPal\\RestApi\\Client\\PayPalClientFactory'] ?? $this->getPayPalClientFactoryService());
  13199.         $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));
  13200.         $instance->setContainer($this);
  13201.         return $instance;
  13202.     }
  13203.     /**
  13204.      * Gets the public 'Swag\PayPal\Storefront\Controller\PayPalController' shared service.
  13205.      *
  13206.      * @return \Swag\PayPal\Storefront\Controller\PayPalController
  13207.      */
  13208.     protected function getPayPalControllerService()
  13209.     {
  13210.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Storefront/Controller/PayPalController.php';
  13211.         $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()));
  13212.         $instance->setContainer($this);
  13213.         return $instance;
  13214.     }
  13215.     /**
  13216.      * Gets the public 'Swag\PayPal\Storefront\Data\Service\ACDCCheckoutDataService' shared service.
  13217.      *
  13218.      * @return \Swag\PayPal\Storefront\Data\Service\ACDCCheckoutDataService
  13219.      */
  13220.     protected function getACDCCheckoutDataServiceService()
  13221.     {
  13222.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Storefront/Data/Service/AbstractCheckoutDataService.php';
  13223.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Storefront/Data/Service/ACDCCheckoutDataService.php';
  13224.         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()));
  13225.     }
  13226.     /**
  13227.      * Gets the public 'Swag\PayPal\Storefront\Data\Service\PayLaterCheckoutDataService' shared service.
  13228.      *
  13229.      * @return \Swag\PayPal\Storefront\Data\Service\PayLaterCheckoutDataService
  13230.      */
  13231.     protected function getPayLaterCheckoutDataServiceService()
  13232.     {
  13233.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Storefront/Data/Service/AbstractCheckoutDataService.php';
  13234.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Storefront/Data/Service/PayLaterCheckoutDataService.php';
  13235.         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()));
  13236.     }
  13237.     /**
  13238.      * Gets the public 'Swag\PayPal\Storefront\Data\Service\SEPACheckoutDataService' shared service.
  13239.      *
  13240.      * @return \Swag\PayPal\Storefront\Data\Service\SEPACheckoutDataService
  13241.      */
  13242.     protected function getSEPACheckoutDataServiceService()
  13243.     {
  13244.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Storefront/Data/Service/AbstractCheckoutDataService.php';
  13245.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Storefront/Data/Service/SEPACheckoutDataService.php';
  13246.         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()));
  13247.     }
  13248.     /**
  13249.      * Gets the public 'Swag\PayPal\Storefront\Data\Service\SPBCheckoutDataService' shared service.
  13250.      *
  13251.      * @return \Swag\PayPal\Storefront\Data\Service\SPBCheckoutDataService
  13252.      */
  13253.     protected function getSPBCheckoutDataServiceService()
  13254.     {
  13255.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Storefront/Data/Service/AbstractCheckoutDataService.php';
  13256.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Storefront/Data/Service/SPBCheckoutDataService.php';
  13257.         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()));
  13258.     }
  13259.     /**
  13260.      * Gets the public 'Swag\PayPal\Storefront\Data\Service\VenmoCheckoutDataService' shared service.
  13261.      *
  13262.      * @return \Swag\PayPal\Storefront\Data\Service\VenmoCheckoutDataService
  13263.      */
  13264.     protected function getVenmoCheckoutDataServiceService()
  13265.     {
  13266.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Storefront/Data/Service/AbstractCheckoutDataService.php';
  13267.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Storefront/Data/Service/VenmoCheckoutDataService.php';
  13268.         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()));
  13269.     }
  13270.     /**
  13271.      * Gets the public 'Swag\PayPal\SwagPayPal' shared autowired service.
  13272.      *
  13273.      * @return \Swag\PayPal\SwagPayPal
  13274.      */
  13275.     protected function getSwagPayPalService()
  13276.     {
  13277.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  13278.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  13279.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  13280.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  13281.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  13282.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  13283.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/SwagPayPal.php';
  13284.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/Lifecycle/ActivateDeactivate.php';
  13285.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/Lifecycle/State/PosStateService.php';
  13286.         $this->services['Swag\\PayPal\\SwagPayPal'] = $instance = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Swag\\PayPal\\SwagPayPal');
  13287.         $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()))));
  13288.         return $instance;
  13289.     }
  13290.     /**
  13291.      * Gets the public 'Swag\PayPal\Util\Lifecycle\Installer\MediaInstaller' shared service.
  13292.      *
  13293.      * @return \Swag\PayPal\Util\Lifecycle\Installer\MediaInstaller
  13294.      */
  13295.     protected function getMediaInstallerService()
  13296.     {
  13297.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/Lifecycle/Installer/MediaInstaller.php';
  13298.         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()));
  13299.     }
  13300.     /**
  13301.      * Gets the public 'Swag\PayPal\Util\Lifecycle\Installer\PaymentMethodInstaller' shared service.
  13302.      *
  13303.      * @return \Swag\PayPal\Util\Lifecycle\Installer\PaymentMethodInstaller
  13304.      */
  13305.     protected function getPaymentMethodInstallerService()
  13306.     {
  13307.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/Lifecycle/Installer/PaymentMethodInstaller.php';
  13308.         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()));
  13309.     }
  13310.     /**
  13311.      * Gets the public 'Swag\PayPal\Util\Lifecycle\State\PaymentMethodStateService' shared service.
  13312.      *
  13313.      * @return \Swag\PayPal\Util\Lifecycle\State\PaymentMethodStateService
  13314.      */
  13315.     protected function getPaymentMethodStateServiceService()
  13316.     {
  13317.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/Lifecycle/State/PaymentMethodStateService.php';
  13318.         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()));
  13319.     }
  13320.     /**
  13321.      * Gets the public 'Swag\PayPal\Webhook\Registration\WebhookSystemConfigController' shared service.
  13322.      *
  13323.      * @return \Swag\PayPal\Webhook\Registration\WebhookSystemConfigController
  13324.      */
  13325.     protected function getWebhookSystemConfigControllerService()
  13326.     {
  13327.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Api/SystemConfigController.php';
  13328.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Registration/WebhookSystemConfigController.php';
  13329.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Registration/WebhookSystemConfigHelper.php';
  13330.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  13331.         $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);
  13332.         $instance->setContainer($this);
  13333.         return $instance;
  13334.     }
  13335.     /**
  13336.      * Gets the public 'Swag\PayPal\Webhook\WebhookController' shared service.
  13337.      *
  13338.      * @return \Swag\PayPal\Webhook\WebhookController
  13339.      */
  13340.     protected function getWebhookController3Service()
  13341.     {
  13342.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/WebhookController.php';
  13343.         $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()));
  13344.         $instance->setContainer($this);
  13345.         return $instance;
  13346.     }
  13347.     /**
  13348.      * Gets the public 'Swag\PayPal\Webhook\WebhookService' shared service.
  13349.      *
  13350.      * @return \Swag\PayPal\Webhook\WebhookService
  13351.      */
  13352.     protected function getWebhookService2Service()
  13353.     {
  13354.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/WebhookServiceInterface.php';
  13355.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/WebhookService.php';
  13356.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V1/Resource/WebhookResource.php';
  13357.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/WebhookRegistry.php';
  13358.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  13359.         if (isset($this->services['Swag\\PayPal\\Webhook\\WebhookService'])) {
  13360.             return $this->services['Swag\\PayPal\\Webhook\\WebhookService'];
  13361.         }
  13362.         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 () {
  13363.             yield => ($this->privates['Swag\\PayPal\\Webhook\\Handler\\AuthorizationVoided'] ?? $this->getAuthorizationVoidedService());
  13364.             yield => ($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureCompleted'] ?? $this->getCaptureCompletedService());
  13365.             yield => ($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureDenied'] ?? $this->getCaptureDeniedService());
  13366.             yield => ($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureRefunded'] ?? $this->getCaptureRefundedService());
  13367.             yield => ($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureReversed'] ?? $this->getCaptureReversedService());
  13368.             yield => ($this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleComplete'] ?? $this->getSaleCompleteService());
  13369.             yield => ($this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleDenied'] ?? $this->getSaleDeniedService());
  13370.             yield => ($this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleRefunded'] ?? $this->getSaleRefundedService());
  13371.         }, 8)), $a, ($this->services['router'] ?? $this->getRouterService()));
  13372.     }
  13373.     /**
  13374.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  13375.      *
  13376.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  13377.      */
  13378.     protected function getRedirectControllerService()
  13379.     {
  13380.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  13381.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  13382.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  13383.     }
  13384.     /**
  13385.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  13386.      *
  13387.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  13388.      */
  13389.     protected function getTemplateController2Service()
  13390.     {
  13391.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  13392.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  13393.     }
  13394.     /**
  13395.      * Gets the public 'Wbm\TagManagerEcomm\Api\ImportExportController' shared service.
  13396.      *
  13397.      * @return \Wbm\TagManagerEcomm\Api\ImportExportController
  13398.      */
  13399.     protected function getImportExportControllerService()
  13400.     {
  13401.         include_once \dirname(__DIR__4).'/custom/plugins/WbmTagManagerEcomm/src/Api/ImportExportController.php';
  13402.         $this->services['Wbm\\TagManagerEcomm\\Api\\ImportExportController'] = $instance = new \Wbm\TagManagerEcomm\Api\ImportExportController();
  13403.         $instance->setContainer($this);
  13404.         return $instance;
  13405.     }
  13406.     /**
  13407.      * Gets the public 'Wbm\TagManagerEcomm\Core\Content\Module\ModuleDefinition' shared service.
  13408.      *
  13409.      * @return \Wbm\TagManagerEcomm\Core\Content\Module\ModuleDefinition
  13410.      */
  13411.     protected function getModuleDefinitionService()
  13412.     {
  13413.         include_once \dirname(__DIR__4).'/custom/plugins/WbmTagManagerEcomm/src/Core/Content/Module/ModuleDefinition.php';
  13414.         $this->services['Wbm\\TagManagerEcomm\\Core\\Content\\Module\\ModuleDefinition'] = $instance = new \Wbm\TagManagerEcomm\Core\Content\Module\ModuleDefinition();
  13415.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13416.         return $instance;
  13417.     }
  13418.     /**
  13419.      * Gets the public 'Wbm\TagManagerEcomm\Core\Content\Property\PropertyDefinition' shared service.
  13420.      *
  13421.      * @return \Wbm\TagManagerEcomm\Core\Content\Property\PropertyDefinition
  13422.      */
  13423.     protected function getPropertyDefinitionService()
  13424.     {
  13425.         include_once \dirname(__DIR__4).'/custom/plugins/WbmTagManagerEcomm/src/Core/Content/Property/PropertyDefinition.php';
  13426.         $this->services['Wbm\\TagManagerEcomm\\Core\\Content\\Property\\PropertyDefinition'] = $instance = new \Wbm\TagManagerEcomm\Core\Content\Property\PropertyDefinition();
  13427.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  13428.         return $instance;
  13429.     }
  13430.     /**
  13431.      * Gets the public 'Wbm\TagManagerEcomm\WbmTagManagerEcomm' shared autowired service.
  13432.      *
  13433.      * @return \Wbm\TagManagerEcomm\WbmTagManagerEcomm
  13434.      */
  13435.     protected function getWbmTagManagerEcommService()
  13436.     {
  13437.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  13438.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  13439.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  13440.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  13441.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  13442.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  13443.         include_once \dirname(__DIR__4).'/custom/plugins/WbmTagManagerEcomm/src/WbmTagManagerEcomm.php';
  13444.         return $this->services['Wbm\\TagManagerEcomm\\WbmTagManagerEcomm'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Wbm\\TagManagerEcomm\\WbmTagManagerEcomm');
  13445.     }
  13446.     /**
  13447.      * Gets the public 'Weedesign\Images2WebP\Controller\Media\DeleteController' shared service.
  13448.      *
  13449.      * @return \Weedesign\Images2WebP\Controller\Media\DeleteController
  13450.      */
  13451.     protected function getDeleteControllerService()
  13452.     {
  13453.         include_once \dirname(__DIR__4).'/custom/plugins/WeedesignImages2WebP/src/Controller/Media/DeleteController.php';
  13454.         $this->services['Weedesign\\Images2WebP\\Controller\\Media\\DeleteController'] = $instance = new \Weedesign\Images2WebP\Controller\Media\DeleteController();
  13455.         $instance->setContainer($this);
  13456.         return $instance;
  13457.     }
  13458.     /**
  13459.      * Gets the public 'Weedesign\Images2WebP\Controller\Media\GenerateController' shared service.
  13460.      *
  13461.      * @return \Weedesign\Images2WebP\Controller\Media\GenerateController
  13462.      */
  13463.     protected function getGenerateControllerService()
  13464.     {
  13465.         include_once \dirname(__DIR__4).'/custom/plugins/WeedesignImages2WebP/src/Controller/Media/GenerateController.php';
  13466.         $this->services['Weedesign\\Images2WebP\\Controller\\Media\\GenerateController'] = $instance = new \Weedesign\Images2WebP\Controller\Media\GenerateController(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Weedesign\\Images2WebP\\Service\\GenerateMediaFiles'] ?? $this->getGenerateMediaFilesService()));
  13467.         $instance->setContainer($this);
  13468.         return $instance;
  13469.     }
  13470.     /**
  13471.      * Gets the public 'Weedesign\Images2WebP\Controller\Media\ProgressController' shared service.
  13472.      *
  13473.      * @return \Weedesign\Images2WebP\Controller\Media\ProgressController
  13474.      */
  13475.     protected function getProgressControllerService()
  13476.     {
  13477.         include_once \dirname(__DIR__4).'/custom/plugins/WeedesignImages2WebP/src/Controller/Media/ProgressController.php';
  13478.         $this->services['Weedesign\\Images2WebP\\Controller\\Media\\ProgressController'] = $instance = new \Weedesign\Images2WebP\Controller\Media\ProgressController(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  13479.         $instance->setContainer($this);
  13480.         return $instance;
  13481.     }
  13482.     /**
  13483.      * Gets the public 'Weedesign\Images2WebP\Controller\Media\URLController' shared service.
  13484.      *
  13485.      * @return \Weedesign\Images2WebP\Controller\Media\URLController
  13486.      */
  13487.     protected function getURLControllerService()
  13488.     {
  13489.         include_once \dirname(__DIR__4).'/custom/plugins/WeedesignImages2WebP/src/Controller/Media/URLController.php';
  13490.         $this->services['Weedesign\\Images2WebP\\Controller\\Media\\URLController'] = $instance = new \Weedesign\Images2WebP\Controller\Media\URLController(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  13491.         $instance->setContainer($this);
  13492.         return $instance;
  13493.     }
  13494.     /**
  13495.      * Gets the public 'Weedesign\Images2WebP\Controller\Theme\CompileController' shared service.
  13496.      *
  13497.      * @return \Weedesign\Images2WebP\Controller\Theme\CompileController
  13498.      */
  13499.     protected function getCompileControllerService()
  13500.     {
  13501.         include_once \dirname(__DIR__4).'/custom/plugins/WeedesignImages2WebP/src/Controller/Theme/CompileController.php';
  13502.         $this->services['Weedesign\\Images2WebP\\Controller\\Theme\\CompileController'] = $instance = new \Weedesign\Images2WebP\Controller\Theme\CompileController(($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  13503.         $instance->setContainer($this);
  13504.         return $instance;
  13505.     }
  13506.     /**
  13507.      * Gets the public 'Weedesign\Images2WebP\Controller\Thumbnails\GenerateController' shared service.
  13508.      *
  13509.      * @return \Weedesign\Images2WebP\Controller\Thumbnails\GenerateController
  13510.      */
  13511.     protected function getGenerateController2Service()
  13512.     {
  13513.         include_once \dirname(__DIR__4).'/custom/plugins/WeedesignImages2WebP/src/Controller/Thumbnails/GenerateController.php';
  13514.         include_once \dirname(__DIR__4).'/custom/plugins/WeedesignImages2WebP/src/Service/GenerateThumbnailFiles.php';
  13515.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  13516.         $this->services['Weedesign\\Images2WebP\\Controller\\Thumbnails\\GenerateController'] = $instance = new \Weedesign\Images2WebP\Controller\Thumbnails\GenerateController($a, new \Weedesign\Images2WebP\Service\GenerateThumbnailFiles(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ''));
  13517.         $instance->setContainer($this);
  13518.         return $instance;
  13519.     }
  13520.     /**
  13521.      * Gets the public 'Weedesign\Images2WebP\Controller\Thumbnails\ProgressController' shared service.
  13522.      *
  13523.      * @return \Weedesign\Images2WebP\Controller\Thumbnails\ProgressController
  13524.      */
  13525.     protected function getProgressController2Service()
  13526.     {
  13527.         include_once \dirname(__DIR__4).'/custom/plugins/WeedesignImages2WebP/src/Controller/Thumbnails/ProgressController.php';
  13528.         $this->services['Weedesign\\Images2WebP\\Controller\\Thumbnails\\ProgressController'] = $instance = new \Weedesign\Images2WebP\Controller\Thumbnails\ProgressController(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), '');
  13529.         $instance->setContainer($this);
  13530.         return $instance;
  13531.     }
  13532.     /**
  13533.      * Gets the public 'Weedesign\Images2WebP\WeedesignImages2WebP' shared autowired service.
  13534.      *
  13535.      * @return \Weedesign\Images2WebP\WeedesignImages2WebP
  13536.      */
  13537.     protected function getWeedesignImages2WebPService()
  13538.     {
  13539.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  13540.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  13541.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  13542.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  13543.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  13544.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  13545.         include_once \dirname(__DIR__4).'/custom/plugins/WeedesignImages2WebP/src/WeedesignImages2WebP.php';
  13546.         return $this->services['Weedesign\\Images2WebP\\WeedesignImages2WebP'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Weedesign\\Images2WebP\\WeedesignImages2WebP');
  13547.     }
  13548.     /**
  13549.      * Gets the public 'acl_role.repository' shared service.
  13550.      *
  13551.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13552.      */
  13553.     protected function getAclRole_RepositoryService()
  13554.     {
  13555.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13556.         if (isset($this->services['acl_role.repository'])) {
  13557.             return $this->services['acl_role.repository'];
  13558.         }
  13559.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13560.         if (isset($this->services['acl_role.repository'])) {
  13561.             return $this->services['acl_role.repository'];
  13562.         }
  13563.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13564.         if (isset($this->services['acl_role.repository'])) {
  13565.             return $this->services['acl_role.repository'];
  13566.         }
  13567.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13568.         if (isset($this->services['acl_role.repository'])) {
  13569.             return $this->services['acl_role.repository'];
  13570.         }
  13571.         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())));
  13572.     }
  13573.     /**
  13574.      * Gets the public 'acl_user_role.repository' shared service.
  13575.      *
  13576.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13577.      */
  13578.     protected function getAclUserRole_RepositoryService()
  13579.     {
  13580.         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())));
  13581.     }
  13582.     /**
  13583.      * Gets the public 'acris_product_customer_group.repository' shared service.
  13584.      *
  13585.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13586.      */
  13587.     protected function getAcrisProductCustomerGroup_RepositoryService()
  13588.     {
  13589.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13590.         if (isset($this->services['acris_product_customer_group.repository'])) {
  13591.             return $this->services['acris_product_customer_group.repository'];
  13592.         }
  13593.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13594.         if (isset($this->services['acris_product_customer_group.repository'])) {
  13595.             return $this->services['acris_product_customer_group.repository'];
  13596.         }
  13597.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13598.         if (isset($this->services['acris_product_customer_group.repository'])) {
  13599.             return $this->services['acris_product_customer_group.repository'];
  13600.         }
  13601.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13602.         if (isset($this->services['acris_product_customer_group.repository'])) {
  13603.             return $this->services['acris_product_customer_group.repository'];
  13604.         }
  13605.         return $this->services['acris_product_customer_group.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Acris\\ProductCustomerGroup\\Custom\\ProductCustomerGroupDefinition'] ?? $this->getProductCustomerGroupDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  13606.     }
  13607.     /**
  13608.      * Gets the public 'acris_product_customer_group_c_s.filesystem.private' shared service.
  13609.      *
  13610.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  13611.      */
  13612.     protected function getAcrisProductCustomerGroupCS_Filesystem_PrivateService()
  13613.     {
  13614.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  13615.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  13616.         return $this->services['acris_product_customer_group_c_s.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/acris_product_customer_group_c_s');
  13617.     }
  13618.     /**
  13619.      * Gets the public 'acris_product_customer_group_c_s.filesystem.public' shared service.
  13620.      *
  13621.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  13622.      */
  13623.     protected function getAcrisProductCustomerGroupCS_Filesystem_PublicService()
  13624.     {
  13625.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  13626.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  13627.         return $this->services['acris_product_customer_group_c_s.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/acris_product_customer_group_c_s');
  13628.     }
  13629.     /**
  13630.      * Gets the public 'acris_product_video.repository' shared service.
  13631.      *
  13632.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13633.      */
  13634.     protected function getAcrisProductVideo_RepositoryService()
  13635.     {
  13636.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13637.         if (isset($this->services['acris_product_video.repository'])) {
  13638.             return $this->services['acris_product_video.repository'];
  13639.         }
  13640.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13641.         if (isset($this->services['acris_product_video.repository'])) {
  13642.             return $this->services['acris_product_video.repository'];
  13643.         }
  13644.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13645.         if (isset($this->services['acris_product_video.repository'])) {
  13646.             return $this->services['acris_product_video.repository'];
  13647.         }
  13648.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13649.         if (isset($this->services['acris_product_video.repository'])) {
  13650.             return $this->services['acris_product_video.repository'];
  13651.         }
  13652.         return $this->services['acris_product_video.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Acris\\ProductVideo\\Custom\\ProductVideoDefinition'] ?? $this->getProductVideoDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  13653.     }
  13654.     /**
  13655.      * Gets the public 'acris_product_video_c_s.filesystem.private' shared service.
  13656.      *
  13657.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  13658.      */
  13659.     protected function getAcrisProductVideoCS_Filesystem_PrivateService()
  13660.     {
  13661.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  13662.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  13663.         return $this->services['acris_product_video_c_s.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/acris_product_video_c_s');
  13664.     }
  13665.     /**
  13666.      * Gets the public 'acris_product_video_c_s.filesystem.public' shared service.
  13667.      *
  13668.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  13669.      */
  13670.     protected function getAcrisProductVideoCS_Filesystem_PublicService()
  13671.     {
  13672.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  13673.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  13674.         return $this->services['acris_product_video_c_s.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/acris_product_video_c_s');
  13675.     }
  13676.     /**
  13677.      * Gets the public 'acris_product_video_translation.repository' shared service.
  13678.      *
  13679.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13680.      */
  13681.     protected function getAcrisProductVideoTranslation_RepositoryService()
  13682.     {
  13683.         return $this->services['acris_product_video_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Acris\\ProductVideo\\Custom\\Aggregate\\ProductVideoTranslation\\ProductVideoTranslationDefinition'] ?? $this->getProductVideoTranslationDefinitionService()), ($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())));
  13684.     }
  13685.     /**
  13686.      * Gets the public 'admin.openSearch.client' shared service.
  13687.      *
  13688.      * @return \Shopware\Elasticsearch\Profiler\ClientProfiler
  13689.      */
  13690.     protected function getAdmin_OpenSearch_ClientService()
  13691.     {
  13692.         return $this->services['admin.openSearch.client'] = new \Shopware\Elasticsearch\Profiler\ClientProfiler(($this->privates['shopware.es.profiled.adminClient.inner'] ?? $this->getShopware_Es_Profiled_AdminClient_InnerService()));
  13693.     }
  13694.     /**
  13695.      * Gets the public 'administration.filesystem.private' shared service.
  13696.      *
  13697.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  13698.      */
  13699.     protected function getAdministration_Filesystem_PrivateService()
  13700.     {
  13701.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  13702.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  13703.         return $this->services['administration.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/administration');
  13704.     }
  13705.     /**
  13706.      * Gets the public 'administration.filesystem.public' shared service.
  13707.      *
  13708.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  13709.      */
  13710.     protected function getAdministration_Filesystem_PublicService()
  13711.     {
  13712.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  13713.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  13714.         return $this->services['administration.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/administration');
  13715.     }
  13716.     /**
  13717.      * Gets the public 'app.repository' shared service.
  13718.      *
  13719.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13720.      */
  13721.     protected function getApp_RepositoryService()
  13722.     {
  13723.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13724.         if (isset($this->services['app.repository'])) {
  13725.             return $this->services['app.repository'];
  13726.         }
  13727.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13728.         if (isset($this->services['app.repository'])) {
  13729.             return $this->services['app.repository'];
  13730.         }
  13731.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13732.         if (isset($this->services['app.repository'])) {
  13733.             return $this->services['app.repository'];
  13734.         }
  13735.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13736.         if (isset($this->services['app.repository'])) {
  13737.             return $this->services['app.repository'];
  13738.         }
  13739.         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())));
  13740.     }
  13741.     /**
  13742.      * Gets the public 'app_action_button.repository' shared service.
  13743.      *
  13744.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13745.      */
  13746.     protected function getAppActionButton_RepositoryService()
  13747.     {
  13748.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13749.         if (isset($this->services['app_action_button.repository'])) {
  13750.             return $this->services['app_action_button.repository'];
  13751.         }
  13752.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13753.         if (isset($this->services['app_action_button.repository'])) {
  13754.             return $this->services['app_action_button.repository'];
  13755.         }
  13756.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13757.         if (isset($this->services['app_action_button.repository'])) {
  13758.             return $this->services['app_action_button.repository'];
  13759.         }
  13760.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13761.         if (isset($this->services['app_action_button.repository'])) {
  13762.             return $this->services['app_action_button.repository'];
  13763.         }
  13764.         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())));
  13765.     }
  13766.     /**
  13767.      * Gets the public 'app_action_button_translation.repository' shared service.
  13768.      *
  13769.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13770.      */
  13771.     protected function getAppActionButtonTranslation_RepositoryService()
  13772.     {
  13773.         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())));
  13774.     }
  13775.     /**
  13776.      * Gets the public 'app_administration_snippet.repository' shared service.
  13777.      *
  13778.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13779.      */
  13780.     protected function getAppAdministrationSnippet_RepositoryService()
  13781.     {
  13782.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13783.         if (isset($this->services['app_administration_snippet.repository'])) {
  13784.             return $this->services['app_administration_snippet.repository'];
  13785.         }
  13786.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13787.         if (isset($this->services['app_administration_snippet.repository'])) {
  13788.             return $this->services['app_administration_snippet.repository'];
  13789.         }
  13790.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13791.         if (isset($this->services['app_administration_snippet.repository'])) {
  13792.             return $this->services['app_administration_snippet.repository'];
  13793.         }
  13794.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13795.         if (isset($this->services['app_administration_snippet.repository'])) {
  13796.             return $this->services['app_administration_snippet.repository'];
  13797.         }
  13798.         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())));
  13799.     }
  13800.     /**
  13801.      * Gets the public 'app_cms_block.repository' shared service.
  13802.      *
  13803.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13804.      */
  13805.     protected function getAppCmsBlock_RepositoryService()
  13806.     {
  13807.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13808.         if (isset($this->services['app_cms_block.repository'])) {
  13809.             return $this->services['app_cms_block.repository'];
  13810.         }
  13811.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13812.         if (isset($this->services['app_cms_block.repository'])) {
  13813.             return $this->services['app_cms_block.repository'];
  13814.         }
  13815.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13816.         if (isset($this->services['app_cms_block.repository'])) {
  13817.             return $this->services['app_cms_block.repository'];
  13818.         }
  13819.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13820.         if (isset($this->services['app_cms_block.repository'])) {
  13821.             return $this->services['app_cms_block.repository'];
  13822.         }
  13823.         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())));
  13824.     }
  13825.     /**
  13826.      * Gets the public 'app_cms_block_translation.repository' shared service.
  13827.      *
  13828.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13829.      */
  13830.     protected function getAppCmsBlockTranslation_RepositoryService()
  13831.     {
  13832.         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())));
  13833.     }
  13834.     /**
  13835.      * Gets the public 'app_flow_action.repository' shared service.
  13836.      *
  13837.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13838.      */
  13839.     protected function getAppFlowAction_RepositoryService()
  13840.     {
  13841.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13842.         if (isset($this->services['app_flow_action.repository'])) {
  13843.             return $this->services['app_flow_action.repository'];
  13844.         }
  13845.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13846.         if (isset($this->services['app_flow_action.repository'])) {
  13847.             return $this->services['app_flow_action.repository'];
  13848.         }
  13849.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13850.         if (isset($this->services['app_flow_action.repository'])) {
  13851.             return $this->services['app_flow_action.repository'];
  13852.         }
  13853.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13854.         if (isset($this->services['app_flow_action.repository'])) {
  13855.             return $this->services['app_flow_action.repository'];
  13856.         }
  13857.         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())));
  13858.     }
  13859.     /**
  13860.      * Gets the public 'app_flow_action_translation.repository' shared service.
  13861.      *
  13862.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13863.      */
  13864.     protected function getAppFlowActionTranslation_RepositoryService()
  13865.     {
  13866.         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())));
  13867.     }
  13868.     /**
  13869.      * Gets the public 'app_payment_method.repository' shared service.
  13870.      *
  13871.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13872.      */
  13873.     protected function getAppPaymentMethod_RepositoryService()
  13874.     {
  13875.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13876.         if (isset($this->services['app_payment_method.repository'])) {
  13877.             return $this->services['app_payment_method.repository'];
  13878.         }
  13879.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13880.         if (isset($this->services['app_payment_method.repository'])) {
  13881.             return $this->services['app_payment_method.repository'];
  13882.         }
  13883.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13884.         if (isset($this->services['app_payment_method.repository'])) {
  13885.             return $this->services['app_payment_method.repository'];
  13886.         }
  13887.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13888.         if (isset($this->services['app_payment_method.repository'])) {
  13889.             return $this->services['app_payment_method.repository'];
  13890.         }
  13891.         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())));
  13892.     }
  13893.     /**
  13894.      * Gets the public 'app_script_condition.repository' shared service.
  13895.      *
  13896.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13897.      */
  13898.     protected function getAppScriptCondition_RepositoryService()
  13899.     {
  13900.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13901.         if (isset($this->services['app_script_condition.repository'])) {
  13902.             return $this->services['app_script_condition.repository'];
  13903.         }
  13904.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13905.         if (isset($this->services['app_script_condition.repository'])) {
  13906.             return $this->services['app_script_condition.repository'];
  13907.         }
  13908.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13909.         if (isset($this->services['app_script_condition.repository'])) {
  13910.             return $this->services['app_script_condition.repository'];
  13911.         }
  13912.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13913.         if (isset($this->services['app_script_condition.repository'])) {
  13914.             return $this->services['app_script_condition.repository'];
  13915.         }
  13916.         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())));
  13917.     }
  13918.     /**
  13919.      * Gets the public 'app_script_condition_translation.repository' shared service.
  13920.      *
  13921.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13922.      */
  13923.     protected function getAppScriptConditionTranslation_RepositoryService()
  13924.     {
  13925.         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())));
  13926.     }
  13927.     /**
  13928.      * Gets the public 'app_template.repository' shared service.
  13929.      *
  13930.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13931.      */
  13932.     protected function getAppTemplate_RepositoryService()
  13933.     {
  13934.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  13935.         if (isset($this->services['app_template.repository'])) {
  13936.             return $this->services['app_template.repository'];
  13937.         }
  13938.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  13939.         if (isset($this->services['app_template.repository'])) {
  13940.             return $this->services['app_template.repository'];
  13941.         }
  13942.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  13943.         if (isset($this->services['app_template.repository'])) {
  13944.             return $this->services['app_template.repository'];
  13945.         }
  13946.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13947.         if (isset($this->services['app_template.repository'])) {
  13948.             return $this->services['app_template.repository'];
  13949.         }
  13950.         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())));
  13951.     }
  13952.     /**
  13953.      * Gets the public 'app_translation.repository' shared service.
  13954.      *
  13955.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13956.      */
  13957.     protected function getAppTranslation_RepositoryService()
  13958.     {
  13959.         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())));
  13960.     }
  13961.     /**
  13962.      * Gets the public 'bf_category_mapping.repository' shared service.
  13963.      *
  13964.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13965.      */
  13966.     protected function getBfCategoryMapping_RepositoryService()
  13967.     {
  13968.         return $this->services['bf_category_mapping.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\Markets\\Entity\\CategoryMapping\\CategoryMappingDefinition'] ?? $this->getCategoryMappingDefinitionService()), ($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())));
  13969.     }
  13970.     /**
  13971.      * Gets the public 'bf_config.repository' shared service.
  13972.      *
  13973.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13974.      */
  13975.     protected function getBfConfig_RepositoryService()
  13976.     {
  13977.         return $this->services['bf_config.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\Markets\\Entity\\Config\\SwagMarketsConfigurationEntityDefinition'] ?? $this->getSwagMarketsConfigurationEntityDefinitionService()), ($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())));
  13978.     }
  13979.     /**
  13980.      * Gets the public 'bf_marketplace.repository' shared service.
  13981.      *
  13982.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13983.      */
  13984.     protected function getBfMarketplace_RepositoryService()
  13985.     {
  13986.         return $this->services['bf_marketplace.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\Markets\\Entity\\Marketplace\\MarketplaceDefinition'] ?? $this->getMarketplaceDefinitionService()), ($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())));
  13987.     }
  13988.     /**
  13989.      * Gets the public 'bf_marketplace_sales_channel.repository' shared service.
  13990.      *
  13991.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  13992.      */
  13993.     protected function getBfMarketplaceSalesChannel_RepositoryService()
  13994.     {
  13995.         return $this->services['bf_marketplace_sales_channel.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\Markets\\Entity\\Marketplace\\Aggregate\\MarketplaceSalesChannel\\MarketplaceSalesChannelDefinition'] ?? $this->getMarketplaceSalesChannelDefinitionService()), ($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())));
  13996.     }
  13997.     /**
  13998.      * Gets the public 'bf_marketplace_settings.repository' shared service.
  13999.      *
  14000.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14001.      */
  14002.     protected function getBfMarketplaceSettings_RepositoryService()
  14003.     {
  14004.         return $this->services['bf_marketplace_settings.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\Markets\\Entity\\Marketplace\\Aggregate\\MarketplaceSettings\\MarketplaceSettingsDefinition'] ?? $this->getMarketplaceSettingsDefinitionService()), ($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())));
  14005.     }
  14006.     /**
  14007.      * Gets the public 'bf_product_to_delete.repository' shared service.
  14008.      *
  14009.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14010.      */
  14011.     protected function getBfProductToDelete_RepositoryService()
  14012.     {
  14013.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14014.         if (isset($this->services['bf_product_to_delete.repository'])) {
  14015.             return $this->services['bf_product_to_delete.repository'];
  14016.         }
  14017.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14018.         if (isset($this->services['bf_product_to_delete.repository'])) {
  14019.             return $this->services['bf_product_to_delete.repository'];
  14020.         }
  14021.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14022.         if (isset($this->services['bf_product_to_delete.repository'])) {
  14023.             return $this->services['bf_product_to_delete.repository'];
  14024.         }
  14025.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14026.         if (isset($this->services['bf_product_to_delete.repository'])) {
  14027.             return $this->services['bf_product_to_delete.repository'];
  14028.         }
  14029.         return $this->services['bf_product_to_delete.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\Markets\\Entity\\ProductToDelete\\SwagMarketsProductToDeleteEntityDefinition'] ?? $this->getSwagMarketsProductToDeleteEntityDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  14030.     }
  14031.     /**
  14032.      * Gets the public 'bf_support.repository' shared service.
  14033.      *
  14034.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14035.      */
  14036.     protected function getBfSupport_RepositoryService()
  14037.     {
  14038.         return $this->services['bf_support.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\Markets\\Entity\\Support\\SupportDefinition'] ?? $this->getSupportDefinitionService()), ($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())));
  14039.     }
  14040.     /**
  14041.      * Gets the public 'cache.app' shared service.
  14042.      *
  14043.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14044.      */
  14045.     protected function getCache_AppService()
  14046.     {
  14047.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  14048.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  14049.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  14050.     }
  14051.     /**
  14052.      * Gets the public 'cache.app_clearer' shared service.
  14053.      *
  14054.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  14055.      */
  14056.     protected function getCache_AppClearerService()
  14057.     {
  14058.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  14059.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  14060.         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())]);
  14061.     }
  14062.     /**
  14063.      * Gets the public 'cache.global_clearer' shared service.
  14064.      *
  14065.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  14066.      */
  14067.     protected function getCache_GlobalClearerService()
  14068.     {
  14069.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  14070.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  14071.         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())]);
  14072.     }
  14073.     /**
  14074.      * Gets the public 'cache.system' shared service.
  14075.      *
  14076.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14077.      */
  14078.     protected function getCache_SystemService()
  14079.     {
  14080.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('0+5FC-spBF'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  14081.     }
  14082.     /**
  14083.      * Gets the public 'cache.system_clearer' shared service.
  14084.      *
  14085.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  14086.      */
  14087.     protected function getCache_SystemClearerService()
  14088.     {
  14089.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  14090.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  14091.         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())]);
  14092.     }
  14093.     /**
  14094.      * Gets the public 'cache.validator_expression_language' shared service.
  14095.      *
  14096.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14097.      */
  14098.     protected function getCache_ValidatorExpressionLanguageService()
  14099.     {
  14100.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('kmzFK+eL9n'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  14101.     }
  14102.     /**
  14103.      * Gets the public 'cache_warmer' shared service.
  14104.      *
  14105.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  14106.      */
  14107.     protected function getCacheWarmerService()
  14108.     {
  14109.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14110.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  14111.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  14112.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  14113.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  14114.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  14115.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  14116.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  14117.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  14118.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  14119.         }, 7), true, ($this->targetDir.''.'/Shopware_Core_KernelDevDebugContainerDeprecations.log'));
  14120.     }
  14121.     /**
  14122.      * Gets the public 'category.repository' shared service.
  14123.      *
  14124.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14125.      */
  14126.     protected function getCategory_RepositoryService()
  14127.     {
  14128.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14129.         if (isset($this->services['category.repository'])) {
  14130.             return $this->services['category.repository'];
  14131.         }
  14132.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14133.         if (isset($this->services['category.repository'])) {
  14134.             return $this->services['category.repository'];
  14135.         }
  14136.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14137.         if (isset($this->services['category.repository'])) {
  14138.             return $this->services['category.repository'];
  14139.         }
  14140.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14141.         if (isset($this->services['category.repository'])) {
  14142.             return $this->services['category.repository'];
  14143.         }
  14144.         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())));
  14145.     }
  14146.     /**
  14147.      * Gets the public 'category_tag.repository' shared service.
  14148.      *
  14149.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14150.      */
  14151.     protected function getCategoryTag_RepositoryService()
  14152.     {
  14153.         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())));
  14154.     }
  14155.     /**
  14156.      * Gets the public 'category_translation.repository' shared service.
  14157.      *
  14158.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14159.      */
  14160.     protected function getCategoryTranslation_RepositoryService()
  14161.     {
  14162.         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())));
  14163.     }
  14164.     /**
  14165.      * Gets the public 'cbax_analytics_category_impressions.repository' shared service.
  14166.      *
  14167.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14168.      */
  14169.     protected function getCbaxAnalyticsCategoryImpressions_RepositoryService()
  14170.     {
  14171.         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())));
  14172.     }
  14173.     /**
  14174.      * Gets the public 'cbax_analytics_config.repository' shared service.
  14175.      *
  14176.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14177.      */
  14178.     protected function getCbaxAnalyticsConfig_RepositoryService()
  14179.     {
  14180.         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())));
  14181.     }
  14182.     /**
  14183.      * Gets the public 'cbax_analytics_groups_config.repository' shared service.
  14184.      *
  14185.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14186.      */
  14187.     protected function getCbaxAnalyticsGroupsConfig_RepositoryService()
  14188.     {
  14189.         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())));
  14190.     }
  14191.     /**
  14192.      * Gets the public 'cbax_analytics_manufacturer_impressions.repository' shared service.
  14193.      *
  14194.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14195.      */
  14196.     protected function getCbaxAnalyticsManufacturerImpressions_RepositoryService()
  14197.     {
  14198.         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())));
  14199.     }
  14200.     /**
  14201.      * Gets the public 'cbax_analytics_pool.repository' shared service.
  14202.      *
  14203.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14204.      */
  14205.     protected function getCbaxAnalyticsPool_RepositoryService()
  14206.     {
  14207.         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())));
  14208.     }
  14209.     /**
  14210.      * Gets the public 'cbax_analytics_product_impressions.repository' shared service.
  14211.      *
  14212.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14213.      */
  14214.     protected function getCbaxAnalyticsProductImpressions_RepositoryService()
  14215.     {
  14216.         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())));
  14217.     }
  14218.     /**
  14219.      * Gets the public 'cbax_analytics_referer.repository' shared service.
  14220.      *
  14221.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14222.      */
  14223.     protected function getCbaxAnalyticsReferer_RepositoryService()
  14224.     {
  14225.         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())));
  14226.     }
  14227.     /**
  14228.      * Gets the public 'cbax_analytics_search.repository' shared service.
  14229.      *
  14230.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14231.      */
  14232.     protected function getCbaxAnalyticsSearch_RepositoryService()
  14233.     {
  14234.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14235.         if (isset($this->services['cbax_analytics_search.repository'])) {
  14236.             return $this->services['cbax_analytics_search.repository'];
  14237.         }
  14238.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14239.         if (isset($this->services['cbax_analytics_search.repository'])) {
  14240.             return $this->services['cbax_analytics_search.repository'];
  14241.         }
  14242.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14243.         if (isset($this->services['cbax_analytics_search.repository'])) {
  14244.             return $this->services['cbax_analytics_search.repository'];
  14245.         }
  14246.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14247.         if (isset($this->services['cbax_analytics_search.repository'])) {
  14248.             return $this->services['cbax_analytics_search.repository'];
  14249.         }
  14250.         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())));
  14251.     }
  14252.     /**
  14253.      * Gets the public 'cbax_analytics_visitors.repository' shared service.
  14254.      *
  14255.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14256.      */
  14257.     protected function getCbaxAnalyticsVisitors_RepositoryService()
  14258.     {
  14259.         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())));
  14260.     }
  14261.     /**
  14262.      * Gets the public 'cbax_modul_analytics.filesystem.private' shared service.
  14263.      *
  14264.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  14265.      */
  14266.     protected function getCbaxModulAnalytics_Filesystem_PrivateService()
  14267.     {
  14268.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  14269.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  14270.         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');
  14271.     }
  14272.     /**
  14273.      * Gets the public 'cbax_modul_analytics.filesystem.public' shared service.
  14274.      *
  14275.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  14276.      */
  14277.     protected function getCbaxModulAnalytics_Filesystem_PublicService()
  14278.     {
  14279.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  14280.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  14281.         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');
  14282.     }
  14283.     /**
  14284.      * Gets the public 'checkout.filesystem.private' shared service.
  14285.      *
  14286.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  14287.      */
  14288.     protected function getCheckout_Filesystem_PrivateService()
  14289.     {
  14290.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  14291.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  14292.         return $this->services['checkout.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/checkout');
  14293.     }
  14294.     /**
  14295.      * Gets the public 'checkout.filesystem.public' shared service.
  14296.      *
  14297.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  14298.      */
  14299.     protected function getCheckout_Filesystem_PublicService()
  14300.     {
  14301.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  14302.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  14303.         return $this->services['checkout.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/checkout');
  14304.     }
  14305.     /**
  14306.      * Gets the public 'cms_block.repository' shared service.
  14307.      *
  14308.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14309.      */
  14310.     protected function getCmsBlock_RepositoryService()
  14311.     {
  14312.         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())));
  14313.     }
  14314.     /**
  14315.      * Gets the public 'cms_page.repository' shared service.
  14316.      *
  14317.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14318.      */
  14319.     protected function getCmsPage_RepositoryService()
  14320.     {
  14321.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14322.         if (isset($this->services['cms_page.repository'])) {
  14323.             return $this->services['cms_page.repository'];
  14324.         }
  14325.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14326.         if (isset($this->services['cms_page.repository'])) {
  14327.             return $this->services['cms_page.repository'];
  14328.         }
  14329.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14330.         if (isset($this->services['cms_page.repository'])) {
  14331.             return $this->services['cms_page.repository'];
  14332.         }
  14333.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14334.         if (isset($this->services['cms_page.repository'])) {
  14335.             return $this->services['cms_page.repository'];
  14336.         }
  14337.         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())));
  14338.     }
  14339.     /**
  14340.      * Gets the public 'cms_page_translation.repository' shared service.
  14341.      *
  14342.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14343.      */
  14344.     protected function getCmsPageTranslation_RepositoryService()
  14345.     {
  14346.         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())));
  14347.     }
  14348.     /**
  14349.      * Gets the public 'cms_section.repository' shared service.
  14350.      *
  14351.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14352.      */
  14353.     protected function getCmsSection_RepositoryService()
  14354.     {
  14355.         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())));
  14356.     }
  14357.     /**
  14358.      * Gets the public 'cms_slot.repository' shared service.
  14359.      *
  14360.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14361.      */
  14362.     protected function getCmsSlot_RepositoryService()
  14363.     {
  14364.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14365.         if (isset($this->services['cms_slot.repository'])) {
  14366.             return $this->services['cms_slot.repository'];
  14367.         }
  14368.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14369.         if (isset($this->services['cms_slot.repository'])) {
  14370.             return $this->services['cms_slot.repository'];
  14371.         }
  14372.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14373.         if (isset($this->services['cms_slot.repository'])) {
  14374.             return $this->services['cms_slot.repository'];
  14375.         }
  14376.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14377.         if (isset($this->services['cms_slot.repository'])) {
  14378.             return $this->services['cms_slot.repository'];
  14379.         }
  14380.         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())));
  14381.     }
  14382.     /**
  14383.      * Gets the public 'cms_slot_translation.repository' shared service.
  14384.      *
  14385.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14386.      */
  14387.     protected function getCmsSlotTranslation_RepositoryService()
  14388.     {
  14389.         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())));
  14390.     }
  14391.     /**
  14392.      * Gets the public 'console.command_loader' shared service.
  14393.      *
  14394.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  14395.      */
  14396.     protected function getConsole_CommandLoaderService()
  14397.     {
  14398.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  14399.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  14400.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14401.             'Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand''getCreateMigrationCommandService'false],
  14402.             'Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand''getRefreshMigrationCommandService'false],
  14403.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand''getMigrationCommandService'false],
  14404.             'Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand' => ['privates''Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand''getCleanPersonalDataCommandService'false],
  14405.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand''getMigrationDestructiveCommandService'false],
  14406.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand''getChangelogCreateCommandService'false],
  14407.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand''getChangelogReleaseCommandService'false],
  14408.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand''getChangelogChangeCommandService'false],
  14409.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand''getChangelogCheckCommandService'false],
  14410.             'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand' => ['privates''Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand''getFeatureDumpCommandService'false],
  14411.             'Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand' => ['privates''Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand''getS3FilesystemVisibilityCommandService'false],
  14412.             'Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand' => ['privates''Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand''getDumpSchemaCommandService'false],
  14413.             'Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand' => ['privates''Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand''getDumpClassSchemaCommandService'false],
  14414.             'Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand''getRefreshAppCommandService'false],
  14415.             'Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand''getInstallAppCommandService'false],
  14416.             'Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand''getUninstallAppCommandService'false],
  14417.             'Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand''getActivateAppCommandService'false],
  14418.             'Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand''getDeactivateAppCommandService'false],
  14419.             'Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand''getValidateAppCommandService'false],
  14420.             'Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand''getResolveAppUrlChangeCommandService'false],
  14421.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand''getCreateSchemaCommandService'false],
  14422.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand''getCreateEntitiesCommandService'false],
  14423.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand''getCreateHydratorCommandService'false],
  14424.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand''getRefreshIndexCommandService'false],
  14425.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand''getDataAbstractionLayerValidateCommandService'false],
  14426.             'Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand' => ['privates''Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand''getDemodataCommandService'false],
  14427.             'Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand' => ['privates''Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand''getDebugDumpBusinessEventsCommandService'false],
  14428.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  14429.             'Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand' => ['privates''Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand''getDispatchSleepMessageCommandService'false],
  14430.             'Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand''getBundleDumpCommandService'false],
  14431.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand''getPluginRefreshCommandService'false],
  14432.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand''getPluginListCommandService'false],
  14433.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand''getPluginZipImportCommandService'false],
  14434.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand''getPluginInstallCommandService'false],
  14435.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand''getPluginActivateCommandService'false],
  14436.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand''getPluginUpdateCommandService'false],
  14437.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand''getPluginDeactivateCommandService'false],
  14438.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand''getPluginUninstallCommandService'false],
  14439.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand''getPluginCreateCommandService'false],
  14440.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand' => ['privates''Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand''getRegisterScheduledTasksCommandService'false],
  14441.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner' => ['privates''Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner''getScheduledTaskRunnerService'false],
  14442.             'Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand' => ['privates''Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand''getStoreDownloadCommandService'false],
  14443.             'Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand' => ['privates''Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand''getStoreLoginCommandService'false],
  14444.             'Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand' => ['privates''Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand''getValidateSnippetsCommandService'false],
  14445.             'Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand' => ['privates''Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand''getWorkflowDumpCommandService'false],
  14446.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet' => ['privates''Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet''getConfigGetService'false],
  14447.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet' => ['privates''Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet''getConfigSetService'false],
  14448.             'Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand' => ['privates''Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand''getMigrateIncrementStorageCommandService'false],
  14449.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand' => ['privates''Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand''getGenerateThumbnailsCommandService'false],
  14450.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand' => ['privates''Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand''getGenerateMediaTypesCommandService'false],
  14451.             'Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand' => ['privates''Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand''getDeleteNotUsedMediaCommandService'false],
  14452.             'Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand' => ['privates''Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand''getProductExportGenerateCommandService'false],
  14453.             'Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand' => ['privates''Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand''getDeleteExpiredFilesCommandService'false],
  14454.             'Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand' => ['privates''Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand''getImportEntityCommandService'false],
  14455.             'Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand' => ['privates''Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand''getSitemapGenerateCommandService'false],
  14456.             'Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand' => ['privates''Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand''getCartMigrateCommandService'false],
  14457.             'Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand' => ['privates''Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand''getDeleteUnusedGuestCustomersCommandService'false],
  14458.             'Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand' => ['privates''Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand''getHttpCacheWarmUpCommandService'false],
  14459.             'Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand' => ['privates''Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand''getSalesChannelCreateStorefrontCommandService'false],
  14460.             'Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand''getThemeCreateCommandService'false],
  14461.             'Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand''getThemeChangeCommandService'false],
  14462.             'Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand''getThemeCompileCommandService'false],
  14463.             'Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand''getThemeDumpCommandService'false],
  14464.             'Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand''getThemeRefreshCommandService'false],
  14465.             'Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand''getThemePrepareIconsCommandService'false],
  14466.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand''getElasticsearchIndexingCommandService'false],
  14467.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand''getElasticsearchTestAnalyzerCommandService'false],
  14468.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand''getElasticsearchStatusCommandService'false],
  14469.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand''getElasticsearchResetCommandService'false],
  14470.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand''getElasticsearchCreateAliasCommandService'false],
  14471.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand''getElasticsearchCleanIndicesCommandService'false],
  14472.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand' => ['privates''.Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand.lazy''getElasticsearchAdminIndexingCommand_LazyService'false],
  14473.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminResetCommand' => ['privates''.Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminResetCommand.lazy''getElasticsearchAdminResetCommand_LazyService'false],
  14474.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminTestCommand' => ['privates''.Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminTestCommand.lazy''getElasticsearchAdminTestCommand_LazyService'false],
  14475.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand''getSystemInstallCommandService'false],
  14476.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand''getSystemGenerateJwtSecretCommandService'false],
  14477.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand''getSystemGenerateAppSecretCommandService'false],
  14478.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand''getSystemSetupCommandService'false],
  14479.             'Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand' => ['privates''.Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand.lazy''getDotenvDumpCommand_LazyService'false],
  14480.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand''getSystemUpdatePrepareCommandService'false],
  14481.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand''getSystemUpdateFinishCommandService'false],
  14482.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand' => ['privates''.Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand.lazy''getSalesChannelUpdateDomainCommand_LazyService'false],
  14483.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand''getSystemConfigureShopCommandService'false],
  14484.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand''getSalesChannelCreateCommandService'false],
  14485.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand''getSalesChannelListCommandService'false],
  14486.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand''getSalesChannelMaintenanceEnableCommandService'false],
  14487.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand''getSalesChannelMaintenanceDisableCommandService'false],
  14488.             'Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand' => ['privates''Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand''getUserCreateCommandService'false],
  14489.             'Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand' => ['privates''Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand''getUserChangePasswordCommandService'false],
  14490.             'Swag\\CustomizedProducts\\Template\\Commands\\GenerateDecisionTreeCommand' => ['privates''Swag\\CustomizedProducts\\Template\\Commands\\GenerateDecisionTreeCommand''getGenerateDecisionTreeCommandService'false],
  14491.             'SwagMigrationAssistant\\Command\\MigrateDataCommand' => ['privates''SwagMigrationAssistant\\Command\\MigrateDataCommand''getMigrateDataCommandService'false],
  14492.             'Swag\\PayPal\\Webhook\\Command\\CrawlWebhookEventNamesCommand' => ['privates''.Swag\\PayPal\\Webhook\\Command\\CrawlWebhookEventNamesCommand.lazy''getCrawlWebhookEventNamesCommand_LazyService'false],
  14493.             'Swag\\PayPal\\Pos\\Command\\PosSyncCommand' => ['privates''.Swag\\PayPal\\Pos\\Command\\PosSyncCommand.lazy''getPosSyncCommand_LazyService'false],
  14494.             'Swag\\PayPal\\Pos\\Command\\PosImageSyncCommand' => ['privates''.Swag\\PayPal\\Pos\\Command\\PosImageSyncCommand.lazy''getPosImageSyncCommand_LazyService'false],
  14495.             'Swag\\PayPal\\Pos\\Command\\PosInventorySyncCommand' => ['privates''.Swag\\PayPal\\Pos\\Command\\PosInventorySyncCommand.lazy''getPosInventorySyncCommand_LazyService'false],
  14496.             'Swag\\PayPal\\Pos\\Command\\PosProductSyncCommand' => ['privates''.Swag\\PayPal\\Pos\\Command\\PosProductSyncCommand.lazy''getPosProductSyncCommand_LazyService'false],
  14497.             'Swag\\PayPal\\Pos\\Command\\PosLogCleanupCommand' => ['privates''.Swag\\PayPal\\Pos\\Command\\PosLogCleanupCommand.lazy''getPosLogCleanupCommand_LazyService'false],
  14498.             'KlarnaPayment\\Command\\ActivatePaymentMethods' => ['privates''KlarnaPayment\\Command\\ActivatePaymentMethods''getActivatePaymentMethodsService'false],
  14499.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  14500.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  14501.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  14502.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  14503.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  14504.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  14505.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  14506.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  14507.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  14508.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  14509.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  14510.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  14511.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  14512.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  14513.             'console.command.messenger_consume_messages' => ['privates''.console.command.messenger_consume_messages.lazy''get_Console_Command_MessengerConsumeMessages_LazyService'false],
  14514.             'console.command.messenger_setup_transports' => ['privates''.console.command.messenger_setup_transports.lazy''get_Console_Command_MessengerSetupTransports_LazyService'false],
  14515.             'console.command.messenger_debug' => ['privates''.console.command.messenger_debug.lazy''get_Console_Command_MessengerDebug_LazyService'false],
  14516.             'console.command.messenger_stop_workers' => ['privates''.console.command.messenger_stop_workers.lazy''get_Console_Command_MessengerStopWorkers_LazyService'false],
  14517.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  14518.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  14519.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  14520.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  14521.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  14522.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  14523.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  14524.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  14525.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  14526.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  14527.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  14528.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  14529.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  14530.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  14531.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  14532.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  14533.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  14534.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  14535.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  14536.             'enqueue.transport.consume_command' => ['privates''enqueue.transport.consume_command''getEnqueue_Transport_ConsumeCommandService'false],
  14537.             'enqueue.client.consume_command' => ['privates''enqueue.client.consume_command''getEnqueue_Client_ConsumeCommandService'false],
  14538.             'enqueue.client.produce_command' => ['privates''enqueue.client.produce_command''getEnqueue_Client_ProduceCommandService'false],
  14539.             'enqueue.client.setup_broker_command' => ['privates''enqueue.client.setup_broker_command''getEnqueue_Client_SetupBrokerCommandService'false],
  14540.             'enqueue.client.routes_command' => ['privates''enqueue.client.routes_command''getEnqueue_Client_RoutesCommandService'false],
  14541.         ], [
  14542.             'Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand',
  14543.             'Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand',
  14544.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand',
  14545.             'Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand' => 'Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand',
  14546.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand',
  14547.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand',
  14548.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand',
  14549.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand',
  14550.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand',
  14551.             'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand' => 'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand',
  14552.             'Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand' => 'Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand',
  14553.             'Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand' => 'Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand',
  14554.             'Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand' => 'Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand',
  14555.             'Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand',
  14556.             'Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand',
  14557.             'Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand',
  14558.             'Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand',
  14559.             'Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand',
  14560.             'Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand',
  14561.             'Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand' => 'Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand',
  14562.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand',
  14563.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand',
  14564.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand',
  14565.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand',
  14566.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand',
  14567.             'Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand' => 'Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand',
  14568.             'Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand' => 'Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand',
  14569.             'console.command.assets_install' => 'Shopware\\Core\\Framework\\Adapter\\Asset\\AssetInstallCommand',
  14570.             'Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand' => 'Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand',
  14571.             'Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand',
  14572.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand',
  14573.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand',
  14574.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand',
  14575.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand',
  14576.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand',
  14577.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand',
  14578.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand',
  14579.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand',
  14580.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand',
  14581.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand',
  14582.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner',
  14583.             'Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand' => 'Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand',
  14584.             'Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand' => 'Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand',
  14585.             'Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand' => 'Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand',
  14586.             'Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand' => 'Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand',
  14587.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet' => 'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet',
  14588.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet' => 'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet',
  14589.             'Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand' => 'Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand',
  14590.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand' => 'Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand',
  14591.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand' => 'Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand',
  14592.             'Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand' => 'Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand',
  14593.             'Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand' => 'Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand',
  14594.             'Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand' => 'Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand',
  14595.             'Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand' => 'Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand',
  14596.             'Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand' => 'Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand',
  14597.             'Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand' => 'Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand',
  14598.             'Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand' => 'Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand',
  14599.             'Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand' => 'Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand',
  14600.             'Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand' => 'Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand',
  14601.             'Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand',
  14602.             'Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand',
  14603.             'Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand',
  14604.             'Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand',
  14605.             'Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand',
  14606.             'Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand',
  14607.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand',
  14608.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand',
  14609.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand',
  14610.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand',
  14611.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand',
  14612.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand',
  14613.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand' => '?',
  14614.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminResetCommand' => '?',
  14615.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminTestCommand' => '?',
  14616.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand',
  14617.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand',
  14618.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand',
  14619.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand',
  14620.             'Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand' => '?',
  14621.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand',
  14622.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand',
  14623.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand' => '?',
  14624.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand',
  14625.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand',
  14626.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand',
  14627.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand',
  14628.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand',
  14629.             'Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand' => 'Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand',
  14630.             'Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand' => 'Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand',
  14631.             'Swag\\CustomizedProducts\\Template\\Commands\\GenerateDecisionTreeCommand' => 'Swag\\CustomizedProducts\\Template\\Commands\\GenerateDecisionTreeCommand',
  14632.             'SwagMigrationAssistant\\Command\\MigrateDataCommand' => 'SwagMigrationAssistant\\Command\\MigrateDataCommand',
  14633.             'Swag\\PayPal\\Webhook\\Command\\CrawlWebhookEventNamesCommand' => '?',
  14634.             'Swag\\PayPal\\Pos\\Command\\PosSyncCommand' => '?',
  14635.             'Swag\\PayPal\\Pos\\Command\\PosImageSyncCommand' => '?',
  14636.             'Swag\\PayPal\\Pos\\Command\\PosInventorySyncCommand' => '?',
  14637.             'Swag\\PayPal\\Pos\\Command\\PosProductSyncCommand' => '?',
  14638.             'Swag\\PayPal\\Pos\\Command\\PosLogCleanupCommand' => '?',
  14639.             'KlarnaPayment\\Command\\ActivatePaymentMethods' => 'KlarnaPayment\\Command\\ActivatePaymentMethods',
  14640.             'console.command.about' => '?',
  14641.             'console.command.cache_clear' => '?',
  14642.             'console.command.cache_pool_clear' => '?',
  14643.             'console.command.cache_pool_prune' => '?',
  14644.             'console.command.cache_pool_delete' => '?',
  14645.             'console.command.cache_pool_list' => '?',
  14646.             'console.command.cache_warmup' => '?',
  14647.             'console.command.config_debug' => '?',
  14648.             'console.command.config_dump_reference' => '?',
  14649.             'console.command.container_debug' => '?',
  14650.             'console.command.container_lint' => '?',
  14651.             'console.command.debug_autowiring' => '?',
  14652.             'console.command.dotenv_debug' => '?',
  14653.             'console.command.event_dispatcher_debug' => '?',
  14654.             'console.command.messenger_consume_messages' => '?',
  14655.             'console.command.messenger_setup_transports' => '?',
  14656.             'console.command.messenger_debug' => '?',
  14657.             'console.command.messenger_stop_workers' => '?',
  14658.             'console.command.router_debug' => '?',
  14659.             'console.command.router_match' => '?',
  14660.             'console.command.translation_debug' => '?',
  14661.             'console.command.translation_extract' => '?',
  14662.             'console.command.validator_debug' => '?',
  14663.             'console.command.translation_pull' => '?',
  14664.             'console.command.translation_push' => '?',
  14665.             'console.command.xliff_lint' => '?',
  14666.             'console.command.yaml_lint' => '?',
  14667.             'console.command.secrets_set' => '?',
  14668.             'console.command.secrets_remove' => '?',
  14669.             'console.command.secrets_generate_key' => '?',
  14670.             'console.command.secrets_list' => '?',
  14671.             'console.command.secrets_decrypt_to_local' => '?',
  14672.             'console.command.secrets_encrypt_from_local' => '?',
  14673.             'twig.command.debug' => '?',
  14674.             'twig.command.lint' => '?',
  14675.             'var_dumper.command.server_dump' => '?',
  14676.             'monolog.command.server_log' => '?',
  14677.             'enqueue.transport.consume_command' => 'Enqueue\\Symfony\\Consumption\\ConfigurableConsumeCommand',
  14678.             'enqueue.client.consume_command' => 'Enqueue\\Symfony\\Client\\ConsumeCommand',
  14679.             'enqueue.client.produce_command' => 'Enqueue\\Symfony\\Client\\ProduceCommand',
  14680.             'enqueue.client.setup_broker_command' => 'Enqueue\\Symfony\\Client\\SetupBrokerCommand',
  14681.             'enqueue.client.routes_command' => 'Enqueue\\Symfony\\Client\\RoutesCommand',
  14682.         ]), ['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''cupro-template:generate-tree' => 'Swag\\CustomizedProducts\\Template\\Commands\\GenerateDecisionTreeCommand''migration:migrate' => 'SwagMigrationAssistant\\Command\\MigrateDataCommand''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''klarna:methods:activate' => 'KlarnaPayment\\Command\\ActivatePaymentMethods''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']);
  14683.     }
  14684.     /**
  14685.      * Gets the public 'container.env_var_processors_locator' shared service.
  14686.      *
  14687.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14688.      */
  14689.     protected function getContainer_EnvVarProcessorsLocatorService()
  14690.     {
  14691.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14692.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  14693.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  14694.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  14695.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  14696.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  14697.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  14698.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  14699.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  14700.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  14701.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  14702.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  14703.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  14704.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  14705.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  14706.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  14707.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  14708.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  14709.         ], [
  14710.             'base64' => '?',
  14711.             'bool' => '?',
  14712.             'const' => '?',
  14713.             'csv' => '?',
  14714.             'default' => '?',
  14715.             'file' => '?',
  14716.             'float' => '?',
  14717.             'int' => '?',
  14718.             'json' => '?',
  14719.             'key' => '?',
  14720.             'not' => '?',
  14721.             'query_string' => '?',
  14722.             'require' => '?',
  14723.             'resolve' => '?',
  14724.             'string' => '?',
  14725.             'trim' => '?',
  14726.             'url' => '?',
  14727.         ]);
  14728.     }
  14729.     /**
  14730.      * Gets the public 'content.filesystem.private' shared service.
  14731.      *
  14732.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  14733.      */
  14734.     protected function getContent_Filesystem_PrivateService()
  14735.     {
  14736.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  14737.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  14738.         return $this->services['content.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/content');
  14739.     }
  14740.     /**
  14741.      * Gets the public 'content.filesystem.public' shared service.
  14742.      *
  14743.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  14744.      */
  14745.     protected function getContent_Filesystem_PublicService()
  14746.     {
  14747.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  14748.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  14749.         return $this->services['content.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/content');
  14750.     }
  14751.     /**
  14752.      * Gets the public 'country.repository' shared service.
  14753.      *
  14754.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14755.      */
  14756.     protected function getCountry_RepositoryService()
  14757.     {
  14758.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14759.         if (isset($this->services['country.repository'])) {
  14760.             return $this->services['country.repository'];
  14761.         }
  14762.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14763.         if (isset($this->services['country.repository'])) {
  14764.             return $this->services['country.repository'];
  14765.         }
  14766.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14767.         if (isset($this->services['country.repository'])) {
  14768.             return $this->services['country.repository'];
  14769.         }
  14770.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14771.         if (isset($this->services['country.repository'])) {
  14772.             return $this->services['country.repository'];
  14773.         }
  14774.         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())));
  14775.     }
  14776.     /**
  14777.      * Gets the public 'country_state.repository' shared service.
  14778.      *
  14779.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14780.      */
  14781.     protected function getCountryState_RepositoryService()
  14782.     {
  14783.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14784.         if (isset($this->services['country_state.repository'])) {
  14785.             return $this->services['country_state.repository'];
  14786.         }
  14787.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14788.         if (isset($this->services['country_state.repository'])) {
  14789.             return $this->services['country_state.repository'];
  14790.         }
  14791.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14792.         if (isset($this->services['country_state.repository'])) {
  14793.             return $this->services['country_state.repository'];
  14794.         }
  14795.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14796.         if (isset($this->services['country_state.repository'])) {
  14797.             return $this->services['country_state.repository'];
  14798.         }
  14799.         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())));
  14800.     }
  14801.     /**
  14802.      * Gets the public 'country_state_translation.repository' shared service.
  14803.      *
  14804.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14805.      */
  14806.     protected function getCountryStateTranslation_RepositoryService()
  14807.     {
  14808.         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())));
  14809.     }
  14810.     /**
  14811.      * Gets the public 'country_translation.repository' shared service.
  14812.      *
  14813.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14814.      */
  14815.     protected function getCountryTranslation_RepositoryService()
  14816.     {
  14817.         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())));
  14818.     }
  14819.     /**
  14820.      * Gets the public 'currency.repository' shared service.
  14821.      *
  14822.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14823.      */
  14824.     protected function getCurrency_RepositoryService()
  14825.     {
  14826.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14827.         if (isset($this->services['currency.repository'])) {
  14828.             return $this->services['currency.repository'];
  14829.         }
  14830.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14831.         if (isset($this->services['currency.repository'])) {
  14832.             return $this->services['currency.repository'];
  14833.         }
  14834.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14835.         if (isset($this->services['currency.repository'])) {
  14836.             return $this->services['currency.repository'];
  14837.         }
  14838.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14839.         if (isset($this->services['currency.repository'])) {
  14840.             return $this->services['currency.repository'];
  14841.         }
  14842.         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())));
  14843.     }
  14844.     /**
  14845.      * Gets the public 'currency_country_rounding.repository' shared service.
  14846.      *
  14847.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14848.      */
  14849.     protected function getCurrencyCountryRounding_RepositoryService()
  14850.     {
  14851.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14852.         if (isset($this->services['currency_country_rounding.repository'])) {
  14853.             return $this->services['currency_country_rounding.repository'];
  14854.         }
  14855.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14856.         if (isset($this->services['currency_country_rounding.repository'])) {
  14857.             return $this->services['currency_country_rounding.repository'];
  14858.         }
  14859.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14860.         if (isset($this->services['currency_country_rounding.repository'])) {
  14861.             return $this->services['currency_country_rounding.repository'];
  14862.         }
  14863.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14864.         if (isset($this->services['currency_country_rounding.repository'])) {
  14865.             return $this->services['currency_country_rounding.repository'];
  14866.         }
  14867.         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())));
  14868.     }
  14869.     /**
  14870.      * Gets the public 'currency_translation.repository' shared service.
  14871.      *
  14872.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14873.      */
  14874.     protected function getCurrencyTranslation_RepositoryService()
  14875.     {
  14876.         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())));
  14877.     }
  14878.     /**
  14879.      * Gets the public 'custom_entity.repository' shared service.
  14880.      *
  14881.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14882.      */
  14883.     protected function getCustomEntity_RepositoryService()
  14884.     {
  14885.         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())));
  14886.     }
  14887.     /**
  14888.      * Gets the public 'custom_field.repository' shared service.
  14889.      *
  14890.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14891.      */
  14892.     protected function getCustomField_RepositoryService()
  14893.     {
  14894.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14895.         if (isset($this->services['custom_field.repository'])) {
  14896.             return $this->services['custom_field.repository'];
  14897.         }
  14898.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14899.         if (isset($this->services['custom_field.repository'])) {
  14900.             return $this->services['custom_field.repository'];
  14901.         }
  14902.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14903.         if (isset($this->services['custom_field.repository'])) {
  14904.             return $this->services['custom_field.repository'];
  14905.         }
  14906.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14907.         if (isset($this->services['custom_field.repository'])) {
  14908.             return $this->services['custom_field.repository'];
  14909.         }
  14910.         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())));
  14911.     }
  14912.     /**
  14913.      * Gets the public 'custom_field_set.repository' shared service.
  14914.      *
  14915.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14916.      */
  14917.     protected function getCustomFieldSet_RepositoryService()
  14918.     {
  14919.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14920.         if (isset($this->services['custom_field_set.repository'])) {
  14921.             return $this->services['custom_field_set.repository'];
  14922.         }
  14923.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14924.         if (isset($this->services['custom_field_set.repository'])) {
  14925.             return $this->services['custom_field_set.repository'];
  14926.         }
  14927.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14928.         if (isset($this->services['custom_field_set.repository'])) {
  14929.             return $this->services['custom_field_set.repository'];
  14930.         }
  14931.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14932.         if (isset($this->services['custom_field_set.repository'])) {
  14933.             return $this->services['custom_field_set.repository'];
  14934.         }
  14935.         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())));
  14936.     }
  14937.     /**
  14938.      * Gets the public 'custom_field_set_relation.repository' shared service.
  14939.      *
  14940.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14941.      */
  14942.     protected function getCustomFieldSetRelation_RepositoryService()
  14943.     {
  14944.         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())));
  14945.     }
  14946.     /**
  14947.      * Gets the public 'customer.repository' shared service.
  14948.      *
  14949.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14950.      */
  14951.     protected function getCustomer_RepositoryService()
  14952.     {
  14953.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14954.         if (isset($this->services['customer.repository'])) {
  14955.             return $this->services['customer.repository'];
  14956.         }
  14957.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14958.         if (isset($this->services['customer.repository'])) {
  14959.             return $this->services['customer.repository'];
  14960.         }
  14961.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14962.         if (isset($this->services['customer.repository'])) {
  14963.             return $this->services['customer.repository'];
  14964.         }
  14965.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14966.         if (isset($this->services['customer.repository'])) {
  14967.             return $this->services['customer.repository'];
  14968.         }
  14969.         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())));
  14970.     }
  14971.     /**
  14972.      * Gets the public 'customer_address.repository' shared service.
  14973.      *
  14974.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  14975.      */
  14976.     protected function getCustomerAddress_RepositoryService()
  14977.     {
  14978.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  14979.         if (isset($this->services['customer_address.repository'])) {
  14980.             return $this->services['customer_address.repository'];
  14981.         }
  14982.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  14983.         if (isset($this->services['customer_address.repository'])) {
  14984.             return $this->services['customer_address.repository'];
  14985.         }
  14986.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  14987.         if (isset($this->services['customer_address.repository'])) {
  14988.             return $this->services['customer_address.repository'];
  14989.         }
  14990.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14991.         if (isset($this->services['customer_address.repository'])) {
  14992.             return $this->services['customer_address.repository'];
  14993.         }
  14994.         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())));
  14995.     }
  14996.     /**
  14997.      * Gets the public 'customer_group.repository' shared service.
  14998.      *
  14999.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15000.      */
  15001.     protected function getCustomerGroup_RepositoryService()
  15002.     {
  15003.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  15004.         if (isset($this->services['customer_group.repository'])) {
  15005.             return $this->services['customer_group.repository'];
  15006.         }
  15007.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  15008.         if (isset($this->services['customer_group.repository'])) {
  15009.             return $this->services['customer_group.repository'];
  15010.         }
  15011.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  15012.         if (isset($this->services['customer_group.repository'])) {
  15013.             return $this->services['customer_group.repository'];
  15014.         }
  15015.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15016.         if (isset($this->services['customer_group.repository'])) {
  15017.             return $this->services['customer_group.repository'];
  15018.         }
  15019.         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())));
  15020.     }
  15021.     /**
  15022.      * Gets the public 'customer_group_registration_sales_channels.repository' shared service.
  15023.      *
  15024.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15025.      */
  15026.     protected function getCustomerGroupRegistrationSalesChannels_RepositoryService()
  15027.     {
  15028.         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())));
  15029.     }
  15030.     /**
  15031.      * Gets the public 'customer_group_translation.repository' shared service.
  15032.      *
  15033.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15034.      */
  15035.     protected function getCustomerGroupTranslation_RepositoryService()
  15036.     {
  15037.         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())));
  15038.     }
  15039.     /**
  15040.      * Gets the public 'customer_recovery.repository' shared service.
  15041.      *
  15042.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15043.      */
  15044.     protected function getCustomerRecovery_RepositoryService()
  15045.     {
  15046.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  15047.         if (isset($this->services['customer_recovery.repository'])) {
  15048.             return $this->services['customer_recovery.repository'];
  15049.         }
  15050.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  15051.         if (isset($this->services['customer_recovery.repository'])) {
  15052.             return $this->services['customer_recovery.repository'];
  15053.         }
  15054.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  15055.         if (isset($this->services['customer_recovery.repository'])) {
  15056.             return $this->services['customer_recovery.repository'];
  15057.         }
  15058.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15059.         if (isset($this->services['customer_recovery.repository'])) {
  15060.             return $this->services['customer_recovery.repository'];
  15061.         }
  15062.         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())));
  15063.     }
  15064.     /**
  15065.      * Gets the public 'customer_tag.repository' shared service.
  15066.      *
  15067.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15068.      */
  15069.     protected function getCustomerTag_RepositoryService()
  15070.     {
  15071.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  15072.         if (isset($this->services['customer_tag.repository'])) {
  15073.             return $this->services['customer_tag.repository'];
  15074.         }
  15075.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  15076.         if (isset($this->services['customer_tag.repository'])) {
  15077.             return $this->services['customer_tag.repository'];
  15078.         }
  15079.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  15080.         if (isset($this->services['customer_tag.repository'])) {
  15081.             return $this->services['customer_tag.repository'];
  15082.         }
  15083.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15084.         if (isset($this->services['customer_tag.repository'])) {
  15085.             return $this->services['customer_tag.repository'];
  15086.         }
  15087.         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())));
  15088.     }
  15089.     /**
  15090.      * Gets the public 'customer_wishlist.repository' shared service.
  15091.      *
  15092.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15093.      */
  15094.     protected function getCustomerWishlist_RepositoryService()
  15095.     {
  15096.         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())));
  15097.     }
  15098.     /**
  15099.      * Gets the public 'customer_wishlist_product.repository' shared service.
  15100.      *
  15101.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15102.      */
  15103.     protected function getCustomerWishlistProduct_RepositoryService()
  15104.     {
  15105.         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())));
  15106.     }
  15107.     /**
  15108.      * Gets the public 'data_collector.dump' shared service.
  15109.      *
  15110.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  15111.      */
  15112.     protected function getDataCollector_DumpService()
  15113.     {
  15114.         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);
  15115.     }
  15116.     /**
  15117.      * Gets the public 'dead_message.repository' shared service.
  15118.      *
  15119.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15120.      */
  15121.     protected function getDeadMessage_RepositoryService()
  15122.     {
  15123.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  15124.         if (isset($this->services['dead_message.repository'])) {
  15125.             return $this->services['dead_message.repository'];
  15126.         }
  15127.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  15128.         if (isset($this->services['dead_message.repository'])) {
  15129.             return $this->services['dead_message.repository'];
  15130.         }
  15131.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  15132.         if (isset($this->services['dead_message.repository'])) {
  15133.             return $this->services['dead_message.repository'];
  15134.         }
  15135.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15136.         if (isset($this->services['dead_message.repository'])) {
  15137.             return $this->services['dead_message.repository'];
  15138.         }
  15139.         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())));
  15140.     }
  15141.     /**
  15142.      * Gets the public 'decom_theme.filesystem.private' shared service.
  15143.      *
  15144.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  15145.      */
  15146.     protected function getDecomTheme_Filesystem_PrivateService()
  15147.     {
  15148.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  15149.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  15150.         return $this->services['decom_theme.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/decom_theme');
  15151.     }
  15152.     /**
  15153.      * Gets the public 'decom_theme.filesystem.public' shared service.
  15154.      *
  15155.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  15156.      */
  15157.     protected function getDecomTheme_Filesystem_PublicService()
  15158.     {
  15159.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  15160.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  15161.         return $this->services['decom_theme.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/decom_theme');
  15162.     }
  15163.     /**
  15164.      * Gets the public 'delivery_time.repository' shared service.
  15165.      *
  15166.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15167.      */
  15168.     protected function getDeliveryTime_RepositoryService()
  15169.     {
  15170.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  15171.         if (isset($this->services['delivery_time.repository'])) {
  15172.             return $this->services['delivery_time.repository'];
  15173.         }
  15174.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  15175.         if (isset($this->services['delivery_time.repository'])) {
  15176.             return $this->services['delivery_time.repository'];
  15177.         }
  15178.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  15179.         if (isset($this->services['delivery_time.repository'])) {
  15180.             return $this->services['delivery_time.repository'];
  15181.         }
  15182.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15183.         if (isset($this->services['delivery_time.repository'])) {
  15184.             return $this->services['delivery_time.repository'];
  15185.         }
  15186.         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())));
  15187.     }
  15188.     /**
  15189.      * Gets the public 'delivery_time_translation.repository' shared service.
  15190.      *
  15191.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15192.      */
  15193.     protected function getDeliveryTimeTranslation_RepositoryService()
  15194.     {
  15195.         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())));
  15196.     }
  15197.     /**
  15198.      * Gets the public 'document.repository' shared service.
  15199.      *
  15200.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15201.      */
  15202.     protected function getDocument_RepositoryService()
  15203.     {
  15204.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  15205.         if (isset($this->services['document.repository'])) {
  15206.             return $this->services['document.repository'];
  15207.         }
  15208.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  15209.         if (isset($this->services['document.repository'])) {
  15210.             return $this->services['document.repository'];
  15211.         }
  15212.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  15213.         if (isset($this->services['document.repository'])) {
  15214.             return $this->services['document.repository'];
  15215.         }
  15216.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15217.         if (isset($this->services['document.repository'])) {
  15218.             return $this->services['document.repository'];
  15219.         }
  15220.         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())));
  15221.     }
  15222.     /**
  15223.      * Gets the public 'document_base_config.repository' shared service.
  15224.      *
  15225.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15226.      */
  15227.     protected function getDocumentBaseConfig_RepositoryService()
  15228.     {
  15229.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  15230.         if (isset($this->services['document_base_config.repository'])) {
  15231.             return $this->services['document_base_config.repository'];
  15232.         }
  15233.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  15234.         if (isset($this->services['document_base_config.repository'])) {
  15235.             return $this->services['document_base_config.repository'];
  15236.         }
  15237.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  15238.         if (isset($this->services['document_base_config.repository'])) {
  15239.             return $this->services['document_base_config.repository'];
  15240.         }
  15241.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15242.         if (isset($this->services['document_base_config.repository'])) {
  15243.             return $this->services['document_base_config.repository'];
  15244.         }
  15245.         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())));
  15246.     }
  15247.     /**
  15248.      * Gets the public 'document_base_config_sales_channel.repository' shared service.
  15249.      *
  15250.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15251.      */
  15252.     protected function getDocumentBaseConfigSalesChannel_RepositoryService()
  15253.     {
  15254.         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())));
  15255.     }
  15256.     /**
  15257.      * Gets the public 'document_type.repository' shared service.
  15258.      *
  15259.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15260.      */
  15261.     protected function getDocumentType_RepositoryService()
  15262.     {
  15263.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  15264.         if (isset($this->services['document_type.repository'])) {
  15265.             return $this->services['document_type.repository'];
  15266.         }
  15267.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  15268.         if (isset($this->services['document_type.repository'])) {
  15269.             return $this->services['document_type.repository'];
  15270.         }
  15271.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  15272.         if (isset($this->services['document_type.repository'])) {
  15273.             return $this->services['document_type.repository'];
  15274.         }
  15275.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15276.         if (isset($this->services['document_type.repository'])) {
  15277.             return $this->services['document_type.repository'];
  15278.         }
  15279.         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())));
  15280.     }
  15281.     /**
  15282.      * Gets the public 'document_type_translation.repository' shared service.
  15283.      *
  15284.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15285.      */
  15286.     protected function getDocumentTypeTranslation_RepositoryService()
  15287.     {
  15288.         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())));
  15289.     }
  15290.     /**
  15291.      * Gets the public 'elasticsearch.filesystem.private' shared service.
  15292.      *
  15293.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  15294.      */
  15295.     protected function getElasticsearch_Filesystem_PrivateService()
  15296.     {
  15297.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  15298.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  15299.         return $this->services['elasticsearch.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/elasticsearch');
  15300.     }
  15301.     /**
  15302.      * Gets the public 'elasticsearch.filesystem.public' shared service.
  15303.      *
  15304.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  15305.      */
  15306.     protected function getElasticsearch_Filesystem_PublicService()
  15307.     {
  15308.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  15309.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  15310.         return $this->services['elasticsearch.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/elasticsearch');
  15311.     }
  15312.     /**
  15313.      * Gets the public 'enqueue.client.default.producer' shared service.
  15314.      *
  15315.      * @return \Enqueue\Client\TraceableProducer
  15316.      */
  15317.     protected function getEnqueue_Client_Default_ProducerService()
  15318.     {
  15319.         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([])));
  15320.     }
  15321.     /**
  15322.      * Gets the public 'error_controller' shared service.
  15323.      *
  15324.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  15325.      */
  15326.     protected function getErrorController2Service()
  15327.     {
  15328.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  15329.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  15330.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  15331.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  15332.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  15333.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  15334.         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)));
  15335.     }
  15336.     /**
  15337.      * Gets the public 'event_action.repository' shared service.
  15338.      *
  15339.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15340.      */
  15341.     protected function getEventAction_RepositoryService()
  15342.     {
  15343.         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())));
  15344.     }
  15345.     /**
  15346.      * Gets the public 'event_action_rule.repository' shared service.
  15347.      *
  15348.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15349.      */
  15350.     protected function getEventActionRule_RepositoryService()
  15351.     {
  15352.         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())));
  15353.     }
  15354.     /**
  15355.      * Gets the public 'event_action_sales_channel.repository' shared service.
  15356.      *
  15357.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  15358.      */
  15359.     protected function getEventActionSalesChannel_RepositoryService()
  15360.     {
  15361.         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())));
  15362.     }
  15363.     /**
  15364.      * Gets the public 'event_dispatcher' shared service.
  15365.      *
  15366.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  15367.      */
  15368.     protected function getEventDispatcherService()
  15369.     {
  15370.         $a = ($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher'] ?? $this->getBusinessEventDispatcherService());
  15371.         if (isset($this->services['event_dispatcher'])) {
  15372.             return $this->services['event_dispatcher'];
  15373.         }
  15374.         $b = new \Symfony\Bridge\Monolog\Logger('event');
  15375.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  15376.         $b->pushHandler(new \Monolog\Handler\NullHandler());
  15377.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  15378.         $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())));
  15379.         $instance->addListener('kernel.request', [=> function () {
  15380.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteParamsCleanupListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteParamsCleanupListener'] = new \Shopware\Core\Framework\Routing\RouteParamsCleanupListener()));
  15381.         }, => '__invoke'], 0);
  15382.         $instance->addListener('kernel.request', [=> function () {
  15383.             return ($this->privates['Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener'] ?? $this->getTwigDateRequestListenerService());
  15384.         }, => 'onKernelRequest'], 0);
  15385.         $instance->addListener('Shopware\\Core\\Content\\MailTemplate\\Service\\Event\\MailBeforeValidateEvent', [=> function () {
  15386.             return ($this->privates['Swag\\CustomizedProducts\\Core\\Content\\MailTemplate\\Service\\Event\\OrderConfirmationSubscriber'] ?? $this->getOrderConfirmationSubscriberService());
  15387.         }, => '__invoke'], 0);
  15388.         $instance->addListener('kernel.response', [=> function () {
  15389.             return ($this->privates['Weedesign\\Images2WebP\\Listener\\ResponseListener'] ?? $this->getResponseListenerService());
  15390.         }, => 'onKernelResponse'], 0);
  15391.         $instance->addListener('kernel.controller', [=> function () {
  15392.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  15393.         }, => 'onKernelController'], 0);
  15394.         $instance->addListener('kernel.controller', [=> function () {
  15395.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'] ?? $this->getContextResolverListenerService());
  15396.         }, => 'resolveContext'], -10);
  15397.         $instance->addListener('kernel.request', [=> function () {
  15398.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] ?? $this->getCoreSubscriberService());
  15399.         }, => 'initializeCspNonce'], 0);
  15400.         $instance->addListener('kernel.response', [=> function () {
  15401.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] ?? $this->getCoreSubscriberService());
  15402.         }, => 'setSecurityHeaders'], 0);
  15403.         $instance->addListener('kernel.controller', [=> function () {
  15404.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScopeListener'] ?? $this->getRouteScopeListenerService());
  15405.         }, => 'checkScope'], -20);
  15406.         $instance->addListener('kernel.request', [=> function () {
  15407.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] ?? $this->getRouteEventSubscriberService());
  15408.         }, => 'request'], -10);
  15409.         $instance->addListener('kernel.response', [=> function () {
  15410.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] ?? $this->getRouteEventSubscriberService());
  15411.         }, => 'response'], -10);
  15412.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  15413.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] ?? $this->getRouteEventSubscriberService());
  15414.         }, => 'render'], -10);
  15415.         $instance->addListener('snippet.written', [=> function () {
  15416.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] ?? $this->getTranslatorCacheInvalidateService());
  15417.         }, => 'invalidate'], 0);
  15418.         $instance->addListener('snippet.deleted', [=> function () {
  15419.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] ?? $this->getTranslatorCacheInvalidateService());
  15420.         }, => 'invalidate'], 0);
  15421.         $instance->addListener('snippet_set.deleted', [=> function () {
  15422.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] ?? $this->getTranslatorCacheInvalidateService());
  15423.         }, => 'invalidate'], 0);
  15424.         $instance->addListener('app_template.written', [=> function () {
  15425.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] ?? $this->getEntityTemplateLoaderService());
  15426.         }, => 'reset'], 0);
  15427.         $instance->addListener('shopware.global_business_event', [=> function () {
  15428.             return ($this->privates['Shopware\\Core\\Framework\\Log\\LoggingService'] ?? $this->getLoggingServiceService());
  15429.         }, => 'logBusinessEvent'], 0);
  15430.         $instance->addListener('kernel.controller', [=> function () {
  15431.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'] ?? $this->getCacheStateSubscriberService());
  15432.         }, => 'setStates'], -21);
  15433.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLoginEvent', [=> function () {
  15434.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'] ?? $this->getCacheStateSubscriberService());
  15435.         }, => 'login'], 0);
  15436.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CartChangedEvent', [=> function () {
  15437.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'] ?? $this->getCacheStateSubscriberService());
  15438.         }, => 'cartChanged'], 0);
  15439.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  15440.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\ScriptCacheInvalidationSubscriber'] ?? $this->getScriptCacheInvalidationSubscriberService());
  15441.         }, => 'executeCacheInvalidationHook'], 0);
  15442.         $instance->addListener('Shopware\\Core\\Content\\Category\\Event\\CategoryIndexerEvent', [=> function () {
  15443.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15444.         }, => 'invalidateCategoryRouteByCategoryIds'], 2000);
  15445.         $instance->addListener('Shopware\\Core\\Content\\Category\\Event\\CategoryIndexerEvent', [=> function () {
  15446.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15447.         }, => 'invalidateListingRouteByCategoryIds'], 2001);
  15448.         $instance->addListener('Shopware\\Core\\Content\\LandingPage\\Event\\LandingPageIndexerEvent', [=> function () {
  15449.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15450.         }, => 'invalidateIndexedLandingPages'], 2000);
  15451.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  15452.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15453.         }, => 'invalidateSearch'], 2000);
  15454.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  15455.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15456.         }, => 'invalidateListings'], 2001);
  15457.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  15458.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15459.         }, => 'invalidateProductIds'], 2002);
  15460.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  15461.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15462.         }, => 'invalidateDetailRoute'], 2004);
  15463.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  15464.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15465.         }, => 'invalidateStreamsAfterIndexing'], 2005);
  15466.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  15467.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15468.         }, => 'invalidateReviewRoute'], 2006);
  15469.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  15470.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15471.         }, => 'invalidateSearch'], 2000);
  15472.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  15473.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15474.         }, => 'invalidateListings'], 2001);
  15475.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  15476.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15477.         }, => 'invalidateProductIds'], 2002);
  15478.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  15479.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15480.         }, => 'invalidateDetailRoute'], 2004);
  15481.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  15482.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15483.         }, => 'invalidateStreamsAfterIndexing'], 2005);
  15484.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  15485.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15486.         }, => 'invalidateReviewRoute'], 2006);
  15487.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  15488.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15489.         }, => 'invalidateCmsPageIds'], 2001);
  15490.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  15491.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15492.         }, => 'invalidateCurrencyRoute'], 2002);
  15493.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  15494.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15495.         }, => 'invalidateLanguageRoute'], 2003);
  15496.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  15497.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15498.         }, => 'invalidateNavigationRoute'], 2004);
  15499.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  15500.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15501.         }, => 'invalidatePaymentMethodRoute'], 2005);
  15502.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  15503.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15504.         }, => 'invalidateProductAssignment'], 2006);
  15505.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  15506.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15507.         }, => 'invalidateManufacturerFilters'], 2007);
  15508.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  15509.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15510.         }, => 'invalidatePropertyFilters'], 2008);
  15511.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  15512.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15513.         }, => 'invalidateCrossSellingRoute'], 2009);
  15514.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  15515.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15516.         }, => 'invalidateContext'], 2010);
  15517.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  15518.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15519.         }, => 'invalidateShippingMethodRoute'], 2011);
  15520.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  15521.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15522.         }, => 'invalidateSnippets'], 2012);
  15523.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  15524.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15525.         }, => 'invalidateStreamsBeforeIndexing'], 2013);
  15526.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  15527.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15528.         }, => 'invalidateStreamIds'], 2014);
  15529.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  15530.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15531.         }, => 'invalidateCountryRoute'], 2015);
  15532.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  15533.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15534.         }, => 'invalidateSalutationRoute'], 2016);
  15535.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  15536.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15537.         }, => 'invalidateInitialStateIdLoader'], 2017);
  15538.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  15539.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15540.         }, => 'invalidateCountryStateRoute'], 2018);
  15541.         $instance->addListener('Shopware\\Core\\Content\\Seo\\Event\\SeoUrlUpdateEvent', [=> function () {
  15542.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15543.         }, => 'invalidateSeoUrls'], 2000);
  15544.         $instance->addListener('Shopware\\Core\\Content\\Rule\\Event\\RuleIndexerEvent', [=> function () {
  15545.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15546.         }, => 'invalidateRules'], 2000);
  15547.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  15548.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15549.         }, => 'invalidateRules'], 2000);
  15550.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  15551.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15552.         }, => 'invalidateConfig'], 2001);
  15553.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  15554.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15555.         }, => 'invalidateRules'], 2000);
  15556.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  15557.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15558.         }, => 'invalidateConfig'], 2001);
  15559.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  15560.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15561.         }, => 'invalidateRules'], 2000);
  15562.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  15563.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15564.         }, => 'invalidateConfig'], 2001);
  15565.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  15566.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15567.         }, => 'invalidateRules'], 2000);
  15568.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  15569.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15570.         }, => 'invalidateConfig'], 2001);
  15571.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  15572.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15573.         }, => 'invalidateRules'], 2000);
  15574.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  15575.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15576.         }, => 'invalidateConfig'], 2001);
  15577.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  15578.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15579.         }, => 'invalidateConfigKey'], 2000);
  15580.         $instance->addListener('Shopware\\Core\\Content\\Sitemap\\Event\\SitemapGeneratedEvent', [=> function () {
  15581.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriber2Service());
  15582.         }, => 'invalidateSitemap'], 2000);
  15583.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  15584.             return ($this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclWriteValidator'] ?? $this->getAclWriteValidatorService());
  15585.         }, => 'preValidate'], 0);
  15586.         $instance->addListener('kernel.controller', [=> function () {
  15587.             return ($this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclAnnotationValidator'] ?? $this->getAclAnnotationValidatorService());
  15588.         }, => 'validate'], -20);
  15589.         $instance->addListener('Shopware\\Core\\Framework\\Api\\Acl\\Event\\CommandAclValidationEvent', [=> function () {
  15590.             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()));
  15591.         }, => 'validate'], 0);
  15592.         $instance->addListener('kernel.request', [=> function () {
  15593.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] = new \Shopware\Core\Framework\Api\EventListener\CorsListener()));
  15594.         }, => 'onKernelRequest'], 9999);
  15595.         $instance->addListener('kernel.response', [=> function () {
  15596.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] = new \Shopware\Core\Framework\Api\EventListener\CorsListener()));
  15597.         }, => 'onKernelResponse'], 9999);
  15598.         $instance->addListener('kernel.exception', [=> function () {
  15599.             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)));
  15600.         }, => 'onKernelException'], -1);
  15601.         $instance->addListener('kernel.response', [=> function () {
  15602.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ResponseHeaderListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ResponseHeaderListener'] = new \Shopware\Core\Framework\Api\EventListener\ResponseHeaderListener()));
  15603.         }, => 'onResponse'], 0);
  15604.         $instance->addListener('kernel.request', [=> function () {
  15605.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\JsonRequestTransformerListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\JsonRequestTransformerListener'] = new \Shopware\Core\Framework\Api\EventListener\JsonRequestTransformerListener()));
  15606.         }, => 'onRequest'], 128);
  15607.         $instance->addListener('kernel.controller', [=> function () {
  15608.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ExpectationSubscriber'] ?? $this->getExpectationSubscriberService());
  15609.         }, => 'checkExpectations'], -21);
  15610.         $instance->addListener('kernel.controller', [=> function () {
  15611.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\SalesChannelAuthenticationListener'] ?? $this->getSalesChannelAuthenticationListenerService());
  15612.         }, => 'validateRequest'], -2);
  15613.         $instance->addListener('kernel.request', [=> function () {
  15614.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener'] ?? $this->getApiAuthenticationListenerService());
  15615.         }, => 'setupOAuth'], 128);
  15616.         $instance->addListener('kernel.controller', [=> function () {
  15617.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener'] ?? $this->getApiAuthenticationListenerService());
  15618.         }, => 'validateRequest'], -2);
  15619.         $instance->addListener('user.written', [=> function () {
  15620.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\UserCredentialsChangedSubscriber'] ?? $this->getUserCredentialsChangedSubscriberService());
  15621.         }, => 'onUserWritten'], 0);
  15622.         $instance->addListener('user.deleted', [=> function () {
  15623.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\UserCredentialsChangedSubscriber'] ?? $this->getUserCredentialsChangedSubscriberService());
  15624.         }, => 'onUserDeleted'], 0);
  15625.         $instance->addListener('app.loaded', [=> function () {
  15626.             return ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppLoadedSubscriber'] = new \Shopware\Core\Framework\App\Subscriber\AppLoadedSubscriber()));
  15627.         }, => 'unserialize'], 0);
  15628.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  15629.             return ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\CustomFieldProtectionSubscriber'] ?? $this->getCustomFieldProtectionSubscriberService());
  15630.         }, => 'checkWrite'], 0);
  15631.         $instance->addListener('app_script_condition.loaded', [=> function () {
  15632.             return ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppScriptConditionConstraintsSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppScriptConditionConstraintsSubscriber'] = new \Shopware\Core\Framework\App\Subscriber\AppScriptConditionConstraintsSubscriber()));
  15633.         }, => 'unserialize'], 0);
  15634.         $instance->addListener('app_flow_action.loaded', [=> function () {
  15635.             return ($this->privates['Shopware\\Core\\Framework\\App\\FlowAction\\AppFlowActionLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\FlowAction\\AppFlowActionLoadedSubscriber'] = new \Shopware\Core\Framework\App\FlowAction\AppFlowActionLoadedSubscriber()));
  15636.         }, => 'unserialize'], 0);
  15637.         $instance->addListener('custom_field.deleted', [=> function () {
  15638.             return ($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] ?? $this->getCustomFieldServiceService());
  15639.         }, => 'reset'], 0);
  15640.         $instance->addListener('custom_field.written', [=> function () {
  15641.             return ($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] ?? $this->getCustomFieldServiceService());
  15642.         }, => 'reset'], 0);
  15643.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressStartedEvent', [=> function () {
  15644.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'] ?? $this->getRefreshIndexCommandService());
  15645.         }, => 'startProgress'], 0);
  15646.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressAdvancedEvent', [=> function () {
  15647.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'] ?? $this->getRefreshIndexCommandService());
  15648.         }, => 'advanceProgress'], 0);
  15649.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressFinishedEvent', [=> function () {
  15650.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'] ?? $this->getRefreshIndexCommandService());
  15651.         }, => 'finishProgress'], 0);
  15652.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePreFinishEvent', [=> function () {
  15653.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\RegisteredIndexerSubscriber'] ?? $this->getRegisteredIndexerSubscriberService());
  15654.         }, => 'runRegisteredIndexers'], 0);
  15655.         $instance->addListener('Shopware\\Core\\Framework\\Store\\Event\\FirstRunWizardFinishedEvent', [=> function () {
  15656.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\RegisteredIndexerSubscriber'] ?? $this->getRegisteredIndexerSubscriberService());
  15657.         }, => 'runRegisteredIndexers'], 0);
  15658.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  15659.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\LockValidator'] ?? $this->getLockValidatorService());
  15660.         }, => 'preValidate'], 0);
  15661.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  15662.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator()));
  15663.         }, => 'validateWriteCommands'], 0);
  15664.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent', [=> function () {
  15665.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator()));
  15666.         }, => 'validateEntitySearch'], 0);
  15667.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  15668.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\EntityIndexingSubscriber'] ?? $this->getEntityIndexingSubscriberService());
  15669.         }, => 'refreshIndex'], 1000);
  15670.         $instance->addListener('mail_template.deleted', [=> function () {
  15671.             return ($this->privates['Shopware\\Core\\Framework\\Event\\EventAction\\EventActionSubscriber'] ?? $this->getEventActionSubscriberService());
  15672.         }, => 'deleted'], 0);
  15673.         $instance->addListener('dead_message.loaded', [=> function () {
  15674.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Subscriber\\DeadMessageLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Subscriber\\DeadMessageLoadedSubscriber'] = new \Shopware\Core\Framework\MessageQueue\Subscriber\DeadMessageLoadedSubscriber()));
  15675.         }, => 'unserialize'], 0);
  15676.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  15677.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Subscriber\\MessageFailedHandler'] ?? $this->getMessageFailedHandlerService());
  15678.         }, => 'onMessageFailed'], 99);
  15679.         $instance->addListener('plugin.loaded', [=> function () {
  15680.             return ($this->privates['Shopware\\Core\\Framework\\Plugin\\Subscriber\\PluginLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\Plugin\\Subscriber\\PluginLoadedSubscriber'] = new \Shopware\Core\Framework\Plugin\Subscriber\PluginLoadedSubscriber()));
  15681.         }, => 'unserialize'], 0);
  15682.         $instance->addListener('acl_role.loaded', [=> function () {
  15683.             return ($this->privates['Shopware\\Core\\Framework\\Plugin\\Subscriber\\PluginAclPrivilegesSubscriber'] ?? $this->getPluginAclPrivilegesSubscriberService());
  15684.         }, => 'onAclRoleLoaded'], 0);
  15685.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  15686.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriberService());
  15687.         }, => 'afterPluginStateChange'], 0);
  15688.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  15689.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriberService());
  15690.         }, => 'afterPluginStateChange'], 0);
  15691.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  15692.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriberService());
  15693.         }, => 'afterPluginStateChange'], 0);
  15694.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  15695.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\UpdatePostFinishSubscriber'] ?? $this->getUpdatePostFinishSubscriberService());
  15696.         }, => 'updatePostFinishEvent'], 0);
  15697.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  15698.             return ($this->privates['Shopware\\Core\\Framework\\Store\\Subscriber\\LicenseHostChangedSubscriber'] ?? $this->getLicenseHostChangedSubscriberService());
  15699.         }, => 'onLicenseHostChanged'], 0);
  15700.         $instance->addListener('script.written', [=> function () {
  15701.             return ($this->privates['Shopware\\Core\\Framework\\Script\\Execution\\ScriptLoader'] ?? $this->getScriptLoaderService());
  15702.         }, => 'invalidateCache'], 0);
  15703.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  15704.             return ($this->privates['Shopware\\Core\\System\\Language\\LanguageValidator'] ?? $this->getLanguageValidatorService());
  15705.         }, => 'preValidate'], 0);
  15706.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  15707.             return ($this->privates['Shopware\\Core\\System\\Language\\LanguageValidator'] ?? $this->getLanguageValidatorService());
  15708.         }, => 'postValidate'], 0);
  15709.         $instance->addListener('language.deleted', [=> function () {
  15710.             return ($this->privates['Shopware\\Core\\System\\Language\\CachedLanguageLoader'] ?? $this->getCachedLanguageLoaderService());
  15711.         }, => 'invalidateCache'], 0);
  15712.         $instance->addListener('language.written', [=> function () {
  15713.             return ($this->privates['Shopware\\Core\\System\\Language\\CachedLanguageLoader'] ?? $this->getCachedLanguageLoaderService());
  15714.         }, => 'invalidateCache'], 0);
  15715.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  15716.             return ($this->privates['Shopware\\Core\\System\\Language\\TranslationValidator'] ?? ($this->privates['Shopware\\Core\\System\\Language\\TranslationValidator'] = new \Shopware\Core\System\Language\TranslationValidator()));
  15717.         }, => 'preValidate'], 0);
  15718.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  15719.             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'))));
  15720.         }, => 'update'], 0);
  15721.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  15722.             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'))));
  15723.         }, => 'onUpdate'], 0);
  15724.         $instance->addListener('kernel.response', [=> function () {
  15725.             return ($this->privates['Shopware\\Core\\Content\\Seo\\SalesChannel\\StoreApiSeoResolver'] ?? $this->getStoreApiSeoResolverService());
  15726.         }, => 'addSeoInformation'], 10000);
  15727.         $instance->addListener('webhook.written', [=> function () {
  15728.             return ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] ?? $this->getWebhookCacheClearerService());
  15729.         }, => 'clearWebhookCache'], 0);
  15730.         $instance->addListener('acl_role.written', [=> function () {
  15731.             return ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] ?? $this->getWebhookCacheClearerService());
  15732.         }, => 'clearPrivilegesCache'], 0);
  15733.         $instance->addListener('Shopware\\Core\\Framework\\Webhook\\Event\\RetryWebhookMessageFailedEvent', [=> function () {
  15734.             return ($this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'] ?? $this->getRetryWebhookMessageFailedSubscriberService());
  15735.         }, => 'handleWebhookMessageFail'], 0);
  15736.         $instance->addListener('kernel.response', [=> function () {
  15737.             return ($this->privates['Shopware\\Core\\System\\SalesChannel\\Api\\StoreApiResponseListener'] ?? $this->getStoreApiResponseListenerService());
  15738.         }, => 'encodeResponse'], 10000);
  15739.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  15740.             return ($this->privates['Shopware\\Core\\System\\SalesChannel\\Validation\\SalesChannelValidator'] ?? $this->getSalesChannelValidatorService());
  15741.         }, => 'handleSalesChannelLanguageIds'], 0);
  15742.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  15743.             return ($this->privates['Shopware\\Core\\System\\SalesChannel\\Subscriber\\SalesChannelTypeValidator'] ?? ($this->privates['Shopware\\Core\\System\\SalesChannel\\Subscriber\\SalesChannelTypeValidator'] = new \Shopware\Core\System\SalesChannel\Subscriber\SalesChannelTypeValidator()));
  15744.         }, => 'preWriteValidateEvent'], 0);
  15745.         $instance->addListener('country.written', [=> function () {
  15746.             return ($this->privates['Shopware\\Core\\System\\Country\\CountryTaxFreeDeprecationUpdater'] ?? $this->getCountryTaxFreeDeprecationUpdaterService());
  15747.         }, => 'updated'], 0);
  15748.         $instance->addListener('currency.loaded', [=> function () {
  15749.             return ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyLoadSubscriber'] ?? ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyLoadSubscriber'] = new \Shopware\Core\System\Currency\CurrencyLoadSubscriber()));
  15750.         }, => 'setDefault'], 0);
  15751.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  15752.             return ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyValidator'] ?? ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyValidator'] = new \Shopware\Core\System\Currency\CurrencyValidator()));
  15753.         }, => 'preValidate'], 0);
  15754.         $instance->addListener('custom_field.written', [=> function () {
  15755.             return ($this->privates['Shopware\\Core\\System\\Snippet\\Subscriber\\CustomFieldSubscriber'] ?? $this->getCustomFieldSubscriberService());
  15756.         }, => 'customFieldIsWritten'], 0);
  15757.         $instance->addListener('custom_field.deleted', [=> function () {
  15758.             return ($this->privates['Shopware\\Core\\System\\Snippet\\Subscriber\\CustomFieldSubscriber'] ?? $this->getCustomFieldSubscriberService());
  15759.         }, => 'customFieldIsDeleted'], 0);
  15760.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  15761.             return ($this->privates['Shopware\\Core\\System\\Salutation\\DefaultSalutationValidator'] ?? ($this->privates['Shopware\\Core\\System\\Salutation\\DefaultSalutationValidator'] = new \Shopware\Core\System\Salutation\DefaultSalutationValidator()));
  15762.         }, => 'validate'], 0);
  15763.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  15764.             return ($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'] ?? ($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'] = new \Shopware\Core\System\SystemConfig\Store\MemoizedSystemConfigStore()));
  15765.         }, => 'onValueChanged'], 1500);
  15766.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  15767.             return ($this->privates['Shopware\\Core\\Content\\Category\\Validation\\EntryPointValidator'] ?? $this->getEntryPointValidatorService());
  15768.         }, => 'postValidate'], 0);
  15769.         $instance->addListener('category.loaded', [=> function () {
  15770.             return ($this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'] ?? $this->getCategorySubscriberService());
  15771.         }, => 'entityLoaded'], 0);
  15772.         $instance->addListener('sales_channel.category.loaded', [=> function () {
  15773.             return ($this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'] ?? $this->getCategorySubscriberService());
  15774.         }, => 'entityLoaded'], 0);
  15775.         $instance->addListener('media.loaded', [=> function () {
  15776.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaLoadedSubscriber'] ?? $this->getMediaLoadedSubscriberService());
  15777.         }, => 'unserialize'], 10);
  15778.         $instance->addListener('media.loaded', [=> function () {
  15779.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaLoadedSubscriber'] ?? $this->getMediaLoadedSubscriberService());
  15780.         }, => 'addUrls'], 0);
  15781.         $instance->addListener('media_folder_configuration.loaded', [=> function () {
  15782.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaFolderConfigLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaFolderConfigLoadedSubscriber'] = new \Shopware\Core\Content\Media\Subscriber\MediaFolderConfigLoadedSubscriber()));
  15783.         }, => 'unserialize'], 10);
  15784.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\BeforeDeleteEvent', [=> function () {
  15785.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'] ?? $this->getMediaDeletionSubscriberService());
  15786.         }, => 'beforeDelete'], 0);
  15787.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent', [=> function () {
  15788.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'] ?? $this->getMediaDeletionSubscriberService());
  15789.         }, => 'securePrivateFolders'], 0);
  15790.         $instance->addListener('product.loaded', [=> function () {
  15791.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriber2Service());
  15792.         }, => 'loaded'], 0);
  15793.         $instance->addListener('product.partial_loaded', [=> function () {
  15794.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriber2Service());
  15795.         }, => 'partialEntityLoaded'], 0);
  15796.         $instance->addListener('sales_channel.product.loaded', [=> function () {
  15797.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriber2Service());
  15798.         }, => 'salesChannelLoaded'], 0);
  15799.         $instance->addListener('sales_channel.product.partial_loaded', [=> function () {
  15800.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriber2Service());
  15801.         }, => 'partialSalesChannelLoaded'], 0);
  15802.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingCriteriaEvent', [=> function () {
  15803.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  15804.         }, => 'handleListingRequest'], 100);
  15805.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingCriteriaEvent', [=> function () {
  15806.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  15807.         }, => 'handleFlags'], -100);
  15808.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSuggestCriteriaEvent', [=> function () {
  15809.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  15810.         }, => 'handleFlags'], -100);
  15811.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchCriteriaEvent', [=> function () {
  15812.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  15813.         }, => 'handleSearchRequest'], 100);
  15814.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchCriteriaEvent', [=> function () {
  15815.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  15816.         }, => 'handleFlags'], -100);
  15817.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingResultEvent', [=> function () {
  15818.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  15819.         }, => 'handleResult'], 100);
  15820.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingResultEvent', [=> function () {
  15821.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  15822.         }, => 'removeScoreSorting'], -100);
  15823.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchResultEvent', [=> function () {
  15824.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  15825.         }, => 'handleResult'], 0);
  15826.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  15827.             return ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemCommandValidator'] ?? $this->getProductLineItemCommandValidatorService());
  15828.         }, => 'preValidate'], 0);
  15829.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  15830.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  15831.         }, => 'orderPlaced'], 0);
  15832.         $instance->addListener('Shopware\\Core\\System\\StateMachine\\Event\\StateMachineTransitionEvent', [=> function () {
  15833.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  15834.         }, => 'stateChanged'], 0);
  15835.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  15836.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  15837.         }, => 'triggerChangeSet'], 0);
  15838.         $instance->addListener('order_line_item.written', [=> function () {
  15839.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  15840.         }, => 'lineItemWritten'], 0);
  15841.         $instance->addListener('order_line_item.deleted', [=> function () {
  15842.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  15843.         }, => 'lineItemWritten'], 0);
  15844.         $instance->addListener('newsletter_recipient.deleted', [=> function () {
  15845.             return ($this->privates['Shopware\\Core\\Content\\Newsletter\\Event\\Subscriber\\NewsletterRecipientDeletedSubscriber'] ?? $this->getNewsletterRecipientDeletedSubscriberService());
  15846.         }, => 'onNewsletterRecipientDeleted'], 0);
  15847.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  15848.             return ($this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'] ?? $this->getRuleValidatorService());
  15849.         }, => 'preValidate'], 0);
  15850.         $instance->addListener('rule.loaded', [=> function () {
  15851.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RulePayloadSubscriber'] ?? $this->getRulePayloadSubscriberService());
  15852.         }, => 'unserialize'], 0);
  15853.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  15854.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  15855.         }, => 'refreshPlugin'], 0);
  15856.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  15857.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  15858.         }, => 'refreshPlugin'], 0);
  15859.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  15860.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  15861.         }, => 'refreshPlugin'], 0);
  15862.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  15863.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  15864.         }, => 'refreshPlugin'], 0);
  15865.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  15866.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  15867.         }, => 'refreshPlugin'], 0);
  15868.         $instance->addListener('rule.written', [=> function () {
  15869.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  15870.         }, => 'onRuleWritten'], 0);
  15871.         $instance->addListener('app_script_condition.written', [=> function () {
  15872.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RulePayloadUpdater'] ?? $this->getRulePayloadUpdaterService());
  15873.         }, => 'updatePayloads'], 0);
  15874.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  15875.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'] ?? $this->getRuleAreaUpdaterService());
  15876.         }, => 'triggerChangeSet'], 0);
  15877.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  15878.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'] ?? $this->getRuleAreaUpdaterService());
  15879.         }, => 'onEntityWritten'], 0);
  15880.         $instance->addListener('product_export.written', [=> function () {
  15881.             return ($this->privates['Shopware\\Core\\Content\\ProductExport\\EventListener\\ProductExportEventListener'] ?? $this->getProductExportEventListenerService());
  15882.         }, => 'afterWrite'], 0);
  15883.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\BeforeSystemConfigChangedEvent', [=> function () {
  15884.             return ($this->privates['Shopware\\Core\\Content\\Cms\\Subscriber\\CmsPageDefaultChangeSubscriber'] ?? $this->getCmsPageDefaultChangeSubscriberService());
  15885.         }, => 'validateChangeOfDefaultCmsPage'], 0);
  15886.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\BeforeDeleteEvent', [=> function () {
  15887.             return ($this->privates['Shopware\\Core\\Content\\Cms\\Subscriber\\CmsPageDefaultChangeSubscriber'] ?? $this->getCmsPageDefaultChangeSubscriberService());
  15888.         }, => 'beforeDeletion'], 0);
  15889.         $instance->addListener('action.mail.send', [=> function () {
  15890.             return ($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'] ?? $this->getMailSendSubscriberService());
  15891.         }, => 'sendMail'], 0);
  15892.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  15893.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\SystemDefaultValidator'] ?? $this->getSystemDefaultValidatorService());
  15894.         }, => 'preValidate'], 0);
  15895.         $instance->addListener('media.written', [=> function () {
  15896.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'] ?? $this->getMediaSerializerService());
  15897.         }, => 'persistMedia'], 0);
  15898.         $instance->addListener('import_export_file.deleted', [=> function () {
  15899.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\FileDeletedSubscriber'] ?? $this->getFileDeletedSubscriberService());
  15900.         }, => 'onFileDeleted'], 0);
  15901.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\EnrichExportCriteriaEvent', [=> function () {
  15902.             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()));
  15903.         }, => 'enrich'], 0);
  15904.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\ImportExportBeforeImportRecordEvent', [=> function () {
  15905.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'] ?? $this->getProductCategoryPathsSubscriberService());
  15906.         }, => 'categoryPathsToAssignment'], 0);
  15907.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\EnrichExportCriteriaEvent', [=> function () {
  15908.             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()));
  15909.         }, => 'enrich'], 0);
  15910.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\ImportExportAfterImportRecordEvent', [=> function () {
  15911.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'] ?? $this->getProductVariantsSubscriberService());
  15912.         }, => 'onAfterImportRecord'], 0);
  15913.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  15914.             return ($this->privates['Shopware\\Core\\Content\\LandingPage\\LandingPageValidator'] ?? $this->getLandingPageValidatorService());
  15915.         }, => 'preValidate'], 0);
  15916.         $instance->addListener('action.add.order.tag', [=> function () {
  15917.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'] ?? $this->getAddOrderTagActionService());
  15918.         }, => 'handle'], 0);
  15919.         $instance->addListener('action.add.customer.tag', [=> function () {
  15920.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'] ?? $this->getAddCustomerTagActionService());
  15921.         }, => 'handle'], 0);
  15922.         $instance->addListener('action.remove.order.tag', [=> function () {
  15923.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'] ?? $this->getRemoveOrderTagActionService());
  15924.         }, => 'handle'], 0);
  15925.         $instance->addListener('action.remove.customer.tag', [=> function () {
  15926.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'] ?? $this->getRemoveCustomerTagActionService());
  15927.         }, => 'handle'], 0);
  15928.         $instance->addListener('action.change.customer.group', [=> function () {
  15929.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'] ?? $this->getChangeCustomerGroupActionService());
  15930.         }, => 'handle'], 0);
  15931.         $instance->addListener('action.change.customer.status', [=> function () {
  15932.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'] ?? $this->getChangeCustomerStatusActionService());
  15933.         }, => 'handle'], 0);
  15934.         $instance->addListener('action.grant.download.access', [=> function () {
  15935.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GrantDownloadAccessAction'] ?? $this->getGrantDownloadAccessActionService());
  15936.         }, => 'handle'], 0);
  15937.         $instance->addListener('action.mail.send', [=> function () {
  15938.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'] ?? $this->getSendMailActionService());
  15939.         }, => 'handle'], 0);
  15940.         $instance->addListener('action.generate.document', [=> function () {
  15941.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'] ?? $this->getGenerateDocumentActionService());
  15942.         }, => 'handle'], 0);
  15943.         $instance->addListener('action.set.order.state', [=> function () {
  15944.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'] ?? $this->getSetOrderStateActionService());
  15945.         }, => 'handle'], 0);
  15946.         $instance->addListener('action.set.customer.custom.field', [=> function () {
  15947.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'] ?? $this->getSetCustomerCustomFieldActionService());
  15948.         }, => 'handle'], 0);
  15949.         $instance->addListener('action.set.order.custom.field', [=> function () {
  15950.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'] ?? $this->getSetOrderCustomFieldActionService());
  15951.         }, => 'handle'], 0);
  15952.         $instance->addListener('action.set.customer.group.custom.field', [=> function () {
  15953.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'] ?? $this->getSetCustomerGroupCustomFieldActionService());
  15954.         }, => 'handle'], 0);
  15955.         $instance->addListener('action.add.customer.affiliate.and.campaign.code', [=> function () {
  15956.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'] ?? $this->getAddCustomerAffiliateAndCampaignCodeActionService());
  15957.         }, => 'handle'], 0);
  15958.         $instance->addListener('action.add.order.affiliate.and.campaign.code', [=> function () {
  15959.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'] ?? $this->getAddOrderAffiliateAndCampaignCodeActionService());
  15960.         }, => 'handle'], 0);
  15961.         $instance->addListener('action.stop.flow', [=> function () {
  15962.             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()));
  15963.         }, => 'handle'], 0);
  15964.         $instance->addListener('flow.written', [=> function () {
  15965.             return ($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader'] ?? $this->getCachedFlowLoaderService());
  15966.         }, => 'invalidate'], 0);
  15967.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  15968.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  15969.         }, => 'refreshPlugin'], 0);
  15970.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  15971.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  15972.         }, => 'refreshPlugin'], 0);
  15973.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  15974.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  15975.         }, => 'refreshPlugin'], 0);
  15976.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  15977.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  15978.         }, => 'refreshPlugin'], 0);
  15979.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  15980.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  15981.         }, => 'refreshPlugin'], 0);
  15982.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppInstalledEvent', [=> function () {
  15983.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  15984.         }, => 'refreshPlugin'], 0);
  15985.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppUpdatedEvent', [=> function () {
  15986.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  15987.         }, => 'refreshPlugin'], 0);
  15988.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppActivatedEvent', [=> function () {
  15989.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  15990.         }, => 'refreshPlugin'], 0);
  15991.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeletedEvent', [=> function () {
  15992.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  15993.         }, => 'refreshPlugin'], 0);
  15994.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeactivatedEvent', [=> function () {
  15995.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  15996.         }, => 'refreshPlugin'], 0);
  15997.         $instance->addListener('customer.loaded', [=> function () {
  15998.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] ?? $this->getCustomerDefaultSalutationSubscriberService());
  15999.         }, => 'loaded'], 0);
  16000.         $instance->addListener('customer_address.loaded', [=> function () {
  16001.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] ?? $this->getCustomerDefaultSalutationSubscriberService());
  16002.         }, => 'loaded'], 0);
  16003.         $instance->addListener('order_address.loaded', [=> function () {
  16004.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] ?? $this->getCustomerDefaultSalutationSubscriberService());
  16005.         }, => 'loaded'], 0);
  16006.         $instance->addListener('Shopware\\Core\\System\\StateMachine\\Event\\StateMachineTransitionEvent', [=> function () {
  16007.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerMetaFieldSubscriber'] ?? $this->getCustomerMetaFieldSubscriberService());
  16008.         }, => 'fillCustomerMetaDataFields'], 0);
  16009.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  16010.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerMetaFieldSubscriber'] ?? $this->getCustomerMetaFieldSubscriberService());
  16011.         }, => 'deleteOrder'], 0);
  16012.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLoginEvent', [=> function () {
  16013.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerRemoteAddressSubscriber'] ?? $this->getCustomerRemoteAddressSubscriberService());
  16014.         }, => 'updateRemoteAddressByLogin'], 0);
  16015.         $instance->addListener('customer.written', [=> function () {
  16016.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerTokenSubscriber'] ?? $this->getCustomerTokenSubscriberService());
  16017.         }, => 'onCustomerWritten'], 0);
  16018.         $instance->addListener('customer.deleted', [=> function () {
  16019.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerTokenSubscriber'] ?? $this->getCustomerTokenSubscriberService());
  16020.         }, => 'onCustomerDeleted'], 0);
  16021.         $instance->addListener('customer_group_translation.written', [=> function () {
  16022.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'] ?? $this->getCustomerGroupSubscriberService());
  16023.         }, => 'updatedCustomerGroup'], 0);
  16024.         $instance->addListener('customer_group_registration_sales_channels.written', [=> function () {
  16025.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'] ?? $this->getCustomerGroupSubscriberService());
  16026.         }, => 'newSalesChannelAddedToCustomerGroup'], 0);
  16027.         $instance->addListener('customer_group_translation.deleted', [=> function () {
  16028.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'] ?? $this->getCustomerGroupSubscriberService());
  16029.         }, => 'deleteCustomerGroup'], 0);
  16030.         $instance->addListener('customer.written', [=> function () {
  16031.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerChangePasswordSubscriber'] ?? $this->getCustomerChangePasswordSubscriberService());
  16032.         }, => 'onCustomerWritten'], 0);
  16033.         $instance->addListener('customer.written', [=> function () {
  16034.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'] ?? $this->getCustomerFlowEventsSubscriberService());
  16035.         }, => 'onCustomerWritten'], 0);
  16036.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\BeforeDeleteEvent', [=> function () {
  16037.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'] ?? $this->getCustomerBeforeDeleteSubscriberService());
  16038.         }, => 'beforeDelete'], 0);
  16039.         $instance->addListener('document_base_config.written', [=> function () {
  16040.             return ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] ?? $this->getDocumentConfigLoaderService());
  16041.         }, => 'reset'], 0);
  16042.         $instance->addListener('state_machine.order.state_changed', [=> function () {
  16043.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  16044.         }, => 'onOrderStateChange'], 0);
  16045.         $instance->addListener('state_machine.order_delivery.state_changed', [=> function () {
  16046.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  16047.         }, => 'onOrderDeliveryStateChange'], 0);
  16048.         $instance->addListener('state_machine.order_transaction.state_changed', [=> function () {
  16049.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  16050.         }, => 'onOrderTransactionStateChange'], 0);
  16051.         $instance->addListener('collect.business-events', [=> function () {
  16052.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  16053.         }, => 'onAddStateEvents'], 0);
  16054.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  16055.             return ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodValidator'] ?? $this->getPaymentMethodValidator2Service());
  16056.         }, => 'validate'], 0);
  16057.         $instance->addListener('payment_method.loaded', [=> function () {
  16058.             return ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentHandlerIdentifierSubscriber'] ?? ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentHandlerIdentifierSubscriber'] = new \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentHandlerIdentifierSubscriber()));
  16059.         }, => 'formatHandlerIdentifier'], 0);
  16060.         $instance->addListener('payment_method.loaded', [=> function () {
  16061.             return ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentDistinguishableNameSubscriber'] ?? ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentDistinguishableNameSubscriber'] = new \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentDistinguishableNameSubscriber()));
  16062.         }, => 'addDistinguishablePaymentName'], 0);
  16063.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  16064.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Validator\\PromotionValidator'] ?? $this->getPromotionValidatorService());
  16065.         }, => 'preValidate'], 0);
  16066.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\BeforeLineItemAddedEvent', [=> function () {
  16067.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'] ?? $this->getStorefrontCartSubscriberService());
  16068.         }, => 'onLineItemAdded'], 0);
  16069.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\BeforeLineItemRemovedEvent', [=> function () {
  16070.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'] ?? $this->getStorefrontCartSubscriberService());
  16071.         }, => 'onLineItemRemoved'], 0);
  16072.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  16073.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'] ?? $this->getStorefrontCartSubscriberService());
  16074.         }, => 'resetCodes'], 0);
  16075.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  16076.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\PromotionIndividualCodeRedeemer'] ?? $this->getPromotionIndividualCodeRedeemerService());
  16077.         }, => 'onOrderPlaced'], 0);
  16078.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  16079.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionRedemptionUpdater'] ?? $this->getPromotionRedemptionUpdaterService());
  16080.         }, => 'orderPlaced'], 0);
  16081.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  16082.             return ($this->privates['Shopware\\Core\\Checkout\\Shipping\\Validator\\ShippingMethodValidator'] ?? $this->getShippingMethodValidatorService());
  16083.         }, => 'preValidate'], 0);
  16084.         $instance->addListener('sales_channel.deleted', [=> function () {
  16085.             return ($this->privates['Shopware\\Administration\\System\\SalesChannel\\Subscriber\\SalesChannelUserConfigSubscriber'] ?? $this->getSalesChannelUserConfigSubscriberService());
  16086.         }, => 'onSalesChannelDeleted'], 0);
  16087.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  16088.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\CachedDomainLoaderInvalidator'] ?? $this->getCachedDomainLoaderInvalidatorService());
  16089.         }, => 'invalidate'], 2000);
  16090.         $instance->addListener('kernel.request', [=> function () {
  16091.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  16092.         }, => 'startSession'], 40);
  16093.         $instance->addListener('kernel.request', [=> function () {
  16094.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  16095.         }, => 'maintenanceResolver'], 0);
  16096.         $instance->addListener('kernel.exception', [=> function () {
  16097.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  16098.         }, => 'showHtmlExceptionResponse'], -100);
  16099.         $instance->addListener('kernel.exception', [=> function () {
  16100.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  16101.         }, => 'customerNotLoggedInHandler'], 0);
  16102.         $instance->addListener('kernel.exception', [=> function () {
  16103.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  16104.         }, => 'maintenanceResolver'], 0);
  16105.         $instance->addListener('kernel.controller', [=> function () {
  16106.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  16107.         }, => 'preventPageLoadingFromXmlHttpRequest'], -20);
  16108.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLoginEvent', [=> function () {
  16109.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  16110.         }, => 'updateSessionAfterLogin'], 0);
  16111.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLogoutEvent', [=> function () {
  16112.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  16113.         }, => 'updateSessionAfterLogout'], 0);
  16114.         $instance->addListener('Shopware\\Core\\Framework\\Event\\BeforeSendResponseEvent', [=> function () {
  16115.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  16116.         }, => 'replaceCsrfToken'], 0);
  16117.         $instance->addListener('Shopware\\Core\\Framework\\Event\\BeforeSendResponseEvent', [=> function () {
  16118.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  16119.         }, => 'setCanonicalUrl'], 0);
  16120.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  16121.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  16122.         }, => 'addHreflang'], 0);
  16123.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  16124.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  16125.         }, => 'addShopIdParameter'], 0);
  16126.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  16127.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  16128.         }, => 'addIconSetConfig'], 0);
  16129.         $instance->addListener('Shopware\\Core\\Framework\\Routing\\Event\\SalesChannelContextResolvedEvent', [=> function () {
  16130.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  16131.         }, => 'replaceContextToken'], 0);
  16132.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  16133.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'] ?? $this->getNotFoundSubscriberService());
  16134.         }, => 'onSystemConfigChanged'], 0);
  16135.         $instance->addListener('kernel.controller', [=> function () {
  16136.             return ($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'] ?? $this->getCsrfRouteListenerService());
  16137.         }, => 'csrfCheck'], -9);
  16138.         $instance->addListener('kernel.controller', [=> function () {
  16139.             return ($this->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ?? ($this->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] = new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()));
  16140.         }, => 'checkAffiliateTracking'], -21);
  16141.         $instance->addListener('kernel.request', [=> function () {
  16142.             return ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'] ?? $this->getCacheResponseSubscriberService());
  16143.         }, => 'addHttpCacheToCoreRoutes'], 0);
  16144.         $instance->addListener('kernel.response', [=> function () {
  16145.             return ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'] ?? $this->getCacheResponseSubscriberService());
  16146.         }, => 'setResponseCache'], -1500);
  16147.         $instance->addListener('Shopware\\Core\\Framework\\Event\\BeforeSendResponseEvent', [=> function () {
  16148.             return ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'] ?? $this->getCacheResponseSubscriberService());
  16149.         }, => 'updateCacheControlForBrowser'], 0);
  16150.         $instance->addListener('kernel.controller', [=> function () {
  16151.             return ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? $this->getCaptchaRouteListenerService());
  16152.         }, => 'validateCaptcha'], -20);
  16153.         $instance->addListener('kernel.response', [=> function () {
  16154.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] = new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()));
  16155.         }, => 'onResponse'], -10);
  16156.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CartMergedEvent', [=> function () {
  16157.             return ($this->privates['Shopware\\Storefront\\Event\\CartMergedSubscriber'] ?? $this->getCartMergedSubscriberService());
  16158.         }, => 'addCartMergedNoticeFlash'], 0);
  16159.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  16160.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListener2Service());
  16161.         }, => 'updateProductUrls'], 0);
  16162.         $instance->addListener('Shopware\\Core\\Content\\Category\\Event\\CategoryIndexerEvent', [=> function () {
  16163.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListener2Service());
  16164.         }, => 'updateCategoryUrls'], 0);
  16165.         $instance->addListener('Shopware\\Core\\Content\\LandingPage\\Event\\LandingPageIndexerEvent', [=> function () {
  16166.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListener2Service());
  16167.         }, => 'updateLandingPageUrls'], 0);
  16168.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  16169.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListener2Service());
  16170.         }, => 'detectSalesChannelEntryPoints'], 0);
  16171.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigChangedEvent', [=> function () {
  16172.             return ($this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] ?? $this->getCachedResolvedConfigLoaderInvalidatorService());
  16173.         }, => 'invalidate'], 0);
  16174.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeAssignedEvent', [=> function () {
  16175.             return ($this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] ?? $this->getCachedResolvedConfigLoaderInvalidatorService());
  16176.         }, => 'assigned'], 0);
  16177.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigResetEvent', [=> function () {
  16178.             return ($this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] ?? $this->getCachedResolvedConfigLoaderInvalidatorService());
  16179.         }, => 'reset'], 0);
  16180.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppUpdatedEvent', [=> function () {
  16181.             return ($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'] ?? $this->getThemeAppLifecycleHandlerService());
  16182.         }, => 'handleAppActivationOrUpdate'], 0);
  16183.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppActivatedEvent', [=> function () {
  16184.             return ($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'] ?? $this->getThemeAppLifecycleHandlerService());
  16185.         }, => 'handleAppActivationOrUpdate'], 0);
  16186.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeactivatedEvent', [=> function () {
  16187.             return ($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'] ?? $this->getThemeAppLifecycleHandlerService());
  16188.         }, => 'handleUninstall'], 0);
  16189.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigChangedEvent', [=> function () {
  16190.             return ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'] ?? $this->getStaticFileConfigDumperService());
  16191.         }, => 'dumpConfigFromEvent'], 0);
  16192.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeAssignedEvent', [=> function () {
  16193.             return ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'] ?? $this->getStaticFileConfigDumperService());
  16194.         }, => 'dumpConfigFromEvent'], 0);
  16195.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigResetEvent', [=> function () {
  16196.             return ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'] ?? $this->getStaticFileConfigDumperService());
  16197.         }, => 'dumpConfigFromEvent'], 0);
  16198.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreActivateEvent', [=> function () {
  16199.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  16200.         }, => 'pluginActivate'], 0);
  16201.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  16202.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  16203.         }, => 'pluginPostActivate'], 0);
  16204.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreUpdateEvent', [=> function () {
  16205.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  16206.         }, => 'pluginUpdate'], 0);
  16207.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreDeactivateEvent', [=> function () {
  16208.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  16209.         }, => 'pluginDeactivateAndUninstall'], 0);
  16210.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivationFailedEvent', [=> function () {
  16211.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  16212.         }, => 'pluginPostDeactivateFailed'], 0);
  16213.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreUninstallEvent', [=> function () {
  16214.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  16215.         }, => 'pluginDeactivateAndUninstall'], 0);
  16216.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  16217.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  16218.         }, => 'pluginPostUninstall'], 0);
  16219.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeletedEvent', [=> function () {
  16220.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'] ?? $this->getAppLifecycleSubscriberService());
  16221.         }, => 'onAppDeleted'], 0);
  16222.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeCompilerEnrichScssVariablesEvent', [=> function () {
  16223.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\ThemeCompilerEnrichScssVarSubscriber'] ?? $this->getThemeCompilerEnrichScssVarSubscriberService());
  16224.         }, => 'enrichExtensionVars'], 0);
  16225.         $instance->addListener('kernel.request', [=> function () {
  16226.             return ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  16227.         }, => 'requestEvent'], 0);
  16228.         $instance->addListener('kernel.exception', [=> function () {
  16229.             return ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  16230.         }, => 'requestEvent'], 0);
  16231.         $instance->addListener('Shopware\\Core\\Checkout\\Document\\Event\\DocumentTemplateRendererParameterEvent', [=> function () {
  16232.             return ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  16233.         }, => 'onDocumentRendering'], 0);
  16234.         $instance->addListener('Shopware\\Core\\Framework\\Store\\Event\\FirstRunWizardFinishedEvent', [=> function () {
  16235.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'] ?? $this->getFirstRunWizardSubscriberService());
  16236.         }, => 'frwFinished'], 0);
  16237.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  16238.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'] ?? $this->getUpdateSubscriberService());
  16239.         }, => 'updateFinished'], 0);
  16240.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  16241.             return ($this->privates['Shopware\\Elasticsearch\\Product\\ProductUpdater'] ?? $this->getProductUpdaterService());
  16242.         }, => 'update'], 0);
  16243.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  16244.             return ($this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'] ?? $this->getCustomFieldUpdaterService());
  16245.         }, => 'onNewCustomFieldCreated'], 0);
  16246.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressStartedEvent', [=> function () {
  16247.             return ($this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand'] ?? $this->getElasticsearchAdminIndexingCommandService());
  16248.         }, => 'startProgress'], 0);
  16249.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressAdvancedEvent', [=> function () {
  16250.             return ($this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand'] ?? $this->getElasticsearchAdminIndexingCommandService());
  16251.         }, => 'advanceProgress'], 0);
  16252.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressFinishedEvent', [=> function () {
  16253.             return ($this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand'] ?? $this->getElasticsearchAdminIndexingCommandService());
  16254.         }, => 'finishProgress'], 0);
  16255.         $instance->addListener('sales_channel_language.written', [=> function () {
  16256.             return ($this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'] ?? $this->getLanguageSubscriberService());
  16257.         }, => 'onSalesChannelWritten'], 0);
  16258.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\RefreshIndexEvent', [=> function () {
  16259.             return ($this->privates['Shopware\\Elasticsearch\\Admin\\Subscriber\\RefreshIndexSubscriber'] ?? $this->getRefreshIndexSubscriberService());
  16260.         }, => 'handled'], 0);
  16261.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  16262.             return ($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'] ?? $this->getAdminSearchRegistryService());
  16263.         }, => 'refresh'], -1000);
  16264.         $instance->addListener('Shopware\\Core\\Framework\\Routing\\Event\\SalesChannelContextResolvedEvent', [=> function () {
  16265.             return ($this->privates['Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber'] ?? $this->getActiveRulesDataCollectorSubscriberService());
  16266.         }, => 'onContextResolved'], 0);
  16267.         $instance->addListener('Shopware\\Core\\Checkout\\Document\\Event\\DocumentOrderCriteriaEvent', [=> function () {
  16268.             return ($this->privates['Swag\\CustomizedProducts\\Core\\Checkout\\Document\\DocumentSubscriber'] ?? ($this->privates['Swag\\CustomizedProducts\\Core\\Checkout\\Document\\DocumentSubscriber'] = new \Swag\CustomizedProducts\Core\Checkout\Document\DocumentSubscriber()));
  16269.         }, => 'addCustomizedProducts'], 0);
  16270.         $instance->addListener('Swag\\PayPal\\PaymentsApi\\Builder\\Event\\PayPalV1ItemFromOrderEvent', [=> function () {
  16271.             return ($this->privates['Swag\\CustomizedProducts\\PayPal\\PayPalLineItemSubscriber'] ?? $this->getPayPalLineItemSubscriberService());
  16272.         }, => 'adjustPayPalItemFromOrder'], 0);
  16273.         $instance->addListener('Swag\\PayPal\\PaymentsApi\\Builder\\Event\\PayPalV1ItemFromCartEvent', [=> function () {
  16274.             return ($this->privates['Swag\\CustomizedProducts\\PayPal\\PayPalLineItemSubscriber'] ?? $this->getPayPalLineItemSubscriberService());
  16275.         }, => 'adjustPayPalItemFromCart'], 0);
  16276.         $instance->addListener('Swag\\PayPal\\OrdersApi\\Builder\\Event\\PayPalV2ItemFromOrderEvent', [=> function () {
  16277.             return ($this->privates['Swag\\CustomizedProducts\\PayPal\\PayPalLineItemSubscriber'] ?? $this->getPayPalLineItemSubscriberService());
  16278.         }, => 'adjustPayPalItemFromOrder'], 0);
  16279.         $instance->addListener('Swag\\PayPal\\OrdersApi\\Builder\\Event\\PayPalV2ItemFromCartEvent', [=> function () {
  16280.             return ($this->privates['Swag\\CustomizedProducts\\PayPal\\PayPalLineItemSubscriber'] ?? $this->getPayPalLineItemSubscriberService());
  16281.         }, => 'adjustPayPalItemFromCart'], 0);
  16282.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  16283.             return ($this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\TemplateOptionValidator'] ?? $this->getTemplateOptionValidatorService());
  16284.         }, => 'preValidate'], 0);
  16285.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  16286.             return ($this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\TemplateOptionValidator'] ?? $this->getTemplateOptionValidatorService());
  16287.         }, => 'postValidate'], 0);
  16288.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\BeforeLineItemAddedEvent', [=> function () {
  16289.             return ($this->privates['Swag\\CustomizedProducts\\Core\\Checkout\\Cart\\Event\\LineItemAddedSubscriber'] ?? $this->getLineItemAddedSubscriberService());
  16290.         }, => 'onLineItemAddedToCart'], 0);
  16291.         $instance->addListener('product.written', [=> function () {
  16292.             return ($this->privates['Swag\\CustomizedProducts\\Core\\Content\\Product\\ProductWrittenSubscriber'] ?? $this->getProductWrittenSubscriberService());
  16293.         }, => 'onProductVariantWrittenInitializeCustomFields'], 0);
  16294.         $instance->addListener('product.written', [=> function () {
  16295.             return ($this->privates['Swag\\CustomizedProducts\\Core\\Content\\Product\\ProductWrittenSubscriber'] ?? $this->getProductWrittenSubscriberService());
  16296.         }, => 'onTemplateAssignmentInheritVariants'], 0);
  16297.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [=> function () {
  16298.             return ($this->privates['Swag\\CustomizedProducts\\Storefront\\Page\\Product\\ProductPageSubscriber'] ?? $this->getProductPageSubscriber2Service());
  16299.         }, => 'addMediaToTemplate'], 500);
  16300.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [=> function () {
  16301.             return ($this->privates['Swag\\CustomizedProducts\\Storefront\\Page\\Product\\ProductPageSubscriber'] ?? $this->getProductPageSubscriber2Service());
  16302.         }, => 'removeCustomizedProductsTemplateFromNoneInheritedVariant'], 400);
  16303.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [=> function () {
  16304.             return ($this->privates['Swag\\CustomizedProducts\\Storefront\\Page\\Product\\ProductPageSubscriber'] ?? $this->getProductPageSubscriber2Service());
  16305.         }, => 'enrichOptionPriceAbleDisplayPrices'], 300);
  16306.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [=> function () {
  16307.             return ($this->privates['Swag\\CustomizedProducts\\Storefront\\Page\\Product\\ProductPageSubscriber'] ?? $this->getProductPageSubscriber2Service());
  16308.         }, => 'addEditConfigurationExtension'], 200);
  16309.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [=> function () {
  16310.             return ($this->privates['Swag\\CustomizedProducts\\Storefront\\Page\\Product\\ProductPageSubscriber'] ?? $this->getProductPageSubscriber2Service());
  16311.         }, => 'addShareConfigurationExtension'], 100);
  16312.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingCriteriaEvent', [=> function () {
  16313.             return ($this->privates['Swag\\CustomizedProducts\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductSubscriber'] ?? ($this->privates['Swag\\CustomizedProducts\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductSubscriber'] = new \Swag\CustomizedProducts\Core\Content\Product\SalesChannel\SalesChannelProductSubscriber()));
  16314.         }, => 'addCustomizedProductsListingAssociation'], 0);
  16315.         $instance->addListener('Shopware\\Storefront\\Pagelet\\Wishlist\\GuestWishListPageletProductCriteriaEvent', [=> function () {
  16316.             return ($this->privates['Swag\\CustomizedProducts\\Core\\Checkout\\Customer\\SalesChannel\\SalesChannelWishListSubscriber'] ?? ($this->privates['Swag\\CustomizedProducts\\Core\\Checkout\\Customer\\SalesChannel\\SalesChannelWishListSubscriber'] = new \Swag\CustomizedProducts\Core\Checkout\Customer\SalesChannel\SalesChannelWishListSubscriber()));
  16317.         }, => 'addCustomizedProductsToWishList'], 0);
  16318.         $instance->addListener('Shopware\\Storefront\\Page\\Wishlist\\WishListPageProductCriteriaEvent', [=> function () {
  16319.             return ($this->privates['Swag\\CustomizedProducts\\Core\\Checkout\\Customer\\SalesChannel\\SalesChannelWishListSubscriber'] ?? ($this->privates['Swag\\CustomizedProducts\\Core\\Checkout\\Customer\\SalesChannel\\SalesChannelWishListSubscriber'] = new \Swag\CustomizedProducts\Core\Checkout\Customer\SalesChannel\SalesChannelWishListSubscriber()));
  16320.         }, => 'addCustomizedProductsToWishList'], 0);
  16321.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageCriteriaEvent', [=> function () {
  16322.             return ($this->privates['NetzpEvents6\\Subscriber\\FrontendSubscriber'] ?? $this->getFrontendSubscriberService());
  16323.         }, => 'onProductCriteriaLoaded'], 0);
  16324.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingCriteriaEvent', [=> function () {
  16325.             return ($this->privates['NetzpEvents6\\Subscriber\\FrontendSubscriber'] ?? $this->getFrontendSubscriberService());
  16326.         }, => 'onProductListingCriteria'], 0);
  16327.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchCriteriaEvent', [=> function () {
  16328.             return ($this->privates['NetzpEvents6\\Subscriber\\FrontendSubscriber'] ?? $this->getFrontendSubscriberService());
  16329.         }, => 'onSearchCriteria'], 0);
  16330.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSuggestCriteriaEvent', [=> function () {
  16331.             return ($this->privates['NetzpEvents6\\Subscriber\\FrontendSubscriber'] ?? $this->getFrontendSubscriberService());
  16332.         }, => 'onSuggestCriteria'], 0);
  16333.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\BeforeLineItemAddedEvent', [=> function () {
  16334.             return ($this->privates['NetzpEvents6\\Subscriber\\FrontendSubscriber'] ?? $this->getFrontendSubscriberService());
  16335.         }, => 'onLineItemAdded'], 0);
  16336.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\BeforeLineItemQuantityChangedEvent', [=> function () {
  16337.             return ($this->privates['NetzpEvents6\\Subscriber\\FrontendSubscriber'] ?? $this->getFrontendSubscriberService());
  16338.         }, => 'onLineItemUpdated'], 0);
  16339.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Order\\CartConvertedEvent', [=> function () {
  16340.             return ($this->privates['NetzpEvents6\\Subscriber\\FrontendSubscriber'] ?? $this->getFrontendSubscriberService());
  16341.         }, => 'onCartConverted'], 0);
  16342.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  16343.             return ($this->privates['NetzpEvents6\\Subscriber\\FrontendSubscriber'] ?? $this->getFrontendSubscriberService());
  16344.         }, => 'onOrderPlaced'], 0);
  16345.         $instance->addListener('Shopware\\Storefront\\Page\\Account\\Order\\AccountOrderPageLoadedEvent', [=> function () {
  16346.             return ($this->privates['NetzpEvents6\\Subscriber\\FrontendSubscriber'] ?? $this->getFrontendSubscriberService());
  16347.         }, => 'onOrderLoaded'], 0);
  16348.         $instance->addListener('kernel.controller_arguments', [=> function () {
  16349.             return ($this->privates['NetzpEvents6\\Subscriber\\FrontendSubscriber'] ?? $this->getFrontendSubscriberService());
  16350.         }, => 'onControllerEvent'], 0);
  16351.         $instance->addListener('state_enter.order.state.cancelled', [=> function () {
  16352.             return ($this->privates['NetzpEvents6\\Subscriber\\FrontendSubscriber'] ?? $this->getFrontendSubscriberService());
  16353.         }, => 'orderStateCanceled'], 0);
  16354.         $instance->addListener('netzp.search.register', [=> function () {
  16355.             return ($this->privates['NetzpEvents6\\Subscriber\\FrontendSubscriber'] ?? $this->getFrontendSubscriberService());
  16356.         }, => 'registerSearchProvider'], 0);
  16357.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  16358.             return ($this->privates['NetzpEvents6\\Controller\\StoreApi\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  16359.         }, => 'invalidate'], 2001);
  16360.         $instance->addListener('media.deleted', [=> function () {
  16361.             return ($this->privates['SwagMigrationAssistant\\Migration\\Subscriber\\MediaDeletedSubscriber'] ?? $this->getMediaDeletedSubscriberService());
  16362.         }, => 'onMediaDelete'], 0);
  16363.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [=> function () {
  16364.             return ($this->privates['IronHoliday\\Subscriber\\PluginSettingsSubscriber'] ?? $this->getPluginSettingsSubscriberService());
  16365.         }, => 'onProductPageLoaded'], 0);
  16366.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Confirm\\CheckoutConfirmPageLoadedEvent', [=> function () {
  16367.             return ($this->privates['IronHoliday\\Subscriber\\PluginSettingsSubscriber'] ?? $this->getPluginSettingsSubscriberService());
  16368.         }, => 'onCheckoutConfirmPageLoaded'], 0);
  16369.         $instance->addListener('Shopware\\Storefront\\Event\\ThemeCompilerEnrichScssVariablesEvent', [=> function () {
  16370.             return ($this->privates['IronHoliday\\Subscriber\\ThemeVariablesSubscriber'] ?? $this->getThemeVariablesSubscriberService());
  16371.         }, => 'onAddVariables'], 0);
  16372.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchResultEvent', [=> function () {
  16373.             return ($this->privates['Cbax\\ModulAnalytics\\Subscriber\\BackendSubscriber'] ?? $this->getBackendSubscriberService());
  16374.         }, => 'onProductSearch'], -10);
  16375.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [=> function () {
  16376.             return ($this->privates['Cbax\\ModulAnalytics\\Subscriber\\BackendSubscriber'] ?? $this->getBackendSubscriberService());
  16377.         }, => 'onProductPageLoaded'], -10);
  16378.         $instance->addListener('Shopware\\Storefront\\Page\\Navigation\\NavigationPageLoadedEvent', [=> function () {
  16379.             return ($this->privates['Cbax\\ModulAnalytics\\Subscriber\\BackendSubscriber'] ?? $this->getBackendSubscriberService());
  16380.         }, => 'onNavigationPageLoaded'], -10);
  16381.         $instance->addListener('Shopware\\Storefront\\Page\\LandingPage\\LandingPageLoadedEvent', [=> function () {
  16382.             return ($this->privates['Cbax\\ModulAnalytics\\Subscriber\\BackendSubscriber'] ?? $this->getBackendSubscriberService());
  16383.         }, => 'onLandingPageLoaded'], -10);
  16384.         $instance->addListener('Shopware\\Storefront\\Page\\Search\\SearchPageLoadedEvent', [=> function () {
  16385.             return ($this->privates['Cbax\\ModulAnalytics\\Subscriber\\BackendSubscriber'] ?? $this->getBackendSubscriberService());
  16386.         }, => 'onSearchPageLoaded'], -10);
  16387.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Finish\\CheckoutFinishPageLoadedEvent', [=> function () {
  16388.             return ($this->privates['Cbax\\ModulAnalytics\\Subscriber\\BackendSubscriber'] ?? $this->getBackendSubscriberService());
  16389.         }, => 'onOrderFinished'], -10);
  16390.         $instance->addListener('sas_blog_entries.written', [=> function () {
  16391.             return ($this->privates['Sas\\BlogModule\\Content\\Blog\\BlogSeoUrlListener'] ?? $this->getBlogSeoUrlListenerService());
  16392.         }, => 'onBlogUpdated'], 0);
  16393.         $instance->addListener('Sas\\BlogModule\\Content\\Blog\\Events\\BlogIndexerEvent', [=> function () {
  16394.             return ($this->privates['Sas\\BlogModule\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListenerService());
  16395.         }, => 'updateBlogUrls'], 0);
  16396.         $instance->addListener('sales_channel.written', [=> function () {
  16397.             return ($this->privates['Sas\\BlogModule\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListenerService());
  16398.         }, => 'onCreateNewSalesChannel'], 0);
  16399.         $instance->addListener('sas_blog_entries.written', [=> function () {
  16400.             return ($this->privates['Sas\\BlogModule\\Subscriber\\BlogCacheInvalidSubscriber'] ?? $this->getBlogCacheInvalidSubscriberService());
  16401.         }, => 'onUpdateSeoUrl'], 10);
  16402.         $instance->addListener('sas_blog_entries.written', [=> function () {
  16403.             return ($this->privates['Sas\\BlogModule\\Subscriber\\BlogCacheInvalidSubscriber'] ?? $this->getBlogCacheInvalidSubscriberService());
  16404.         }, => 'onUpdateInvalidateCache'], 11);
  16405.         $instance->addListener('sas_blog_entries.deleted', [=> function () {
  16406.             return ($this->privates['Sas\\BlogModule\\Subscriber\\BlogCacheInvalidSubscriber'] ?? $this->getBlogCacheInvalidSubscriberService());
  16407.         }, => 'onDeleteSeoUrl'], 10);
  16408.         $instance->addListener('sas_blog_entries.deleted', [=> function () {
  16409.             return ($this->privates['Sas\\BlogModule\\Subscriber\\BlogCacheInvalidSubscriber'] ?? $this->getBlogCacheInvalidSubscriberService());
  16410.         }, => 'onDeleteInvalidateCache'], 11);
  16411.         $instance->addListener('seo_url_template.written', [=> function () {
  16412.             return ($this->privates['Sas\\BlogModule\\Subscriber\\BlogCacheInvalidSubscriber'] ?? $this->getBlogCacheInvalidSubscriberService());
  16413.         }, => 'updateSeoUrlForAllArticles'], 10);
  16414.         $instance->addListener('seo_url_template.written', [=> function () {
  16415.             return ($this->privates['Sas\\BlogModule\\Subscriber\\BlogCacheInvalidSubscriber'] ?? $this->getBlogCacheInvalidSubscriberService());
  16416.         }, => 'onUpdateCacheCategory'], 11);
  16417.         $instance->addListener('Sas\\BlogModule\\Content\\Blog\\Events\\BlogMainFilterEvent', [=> function () {
  16418.             return ($this->privates['Sas\\BlogModule\\Content\\Blog\\Subscriber\\BlogSubscriber'] ?? ($this->privates['Sas\\BlogModule\\Content\\Blog\\Subscriber\\BlogSubscriber'] = new \Sas\BlogModule\Content\Blog\Subscriber\BlogSubscriber()));
  16419.         }, => 'onBlogMainFilter'], 0);
  16420.         $instance->addListener('Shopware\\Storefront\\Page\\Account\\Order\\AccountEditOrderPageLoadedEvent', [=> function () {
  16421.             return ($this->privates['Swag\\PayPal\\Checkout\\CheckoutSubscriber'] ?? $this->getCheckoutSubscriber2Service());
  16422.         }, => 'onEditOrderPageLoaded'], 1);
  16423.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Cart\\CheckoutCartPageLoadedEvent', [=> function () {
  16424.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  16425.         }, => 'addExpressCheckoutDataToPage'], 0);
  16426.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Register\\CheckoutRegisterPageLoadedEvent', [=> function () {
  16427.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  16428.         }, => 'addExpressCheckoutDataToPage'], 0);
  16429.         $instance->addListener('Shopware\\Storefront\\Page\\Navigation\\NavigationPageLoadedEvent', [=> function () {
  16430.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  16431.         }, => 'addExpressCheckoutDataToPage'], 0);
  16432.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Offcanvas\\OffcanvasCartPageLoadedEvent', [=> function () {
  16433.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  16434.         }, => 'addExpressCheckoutDataToPage'], 0);
  16435.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [=> function () {
  16436.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  16437.         }, => 'addExpressCheckoutDataToPage'], 0);
  16438.         $instance->addListener('Shopware\\Storefront\\Page\\Search\\SearchPageLoadedEvent', [=> function () {
  16439.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  16440.         }, => 'addExpressCheckoutDataToPage'], 0);
  16441.         $instance->addListener('sales_channel.product.search.result.loaded', [=> function () {
  16442.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  16443.         }, => 'addExcludedProductsToSearchResult'], 0);
  16444.         $instance->addListener('Swag\\CmsExtensions\\Storefront\\Pagelet\\Quickview\\QuickviewPageletLoadedEvent', [=> function () {
  16445.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  16446.         }, => 'addExpressCheckoutDataToPagelet'], 0);
  16447.         $instance->addListener('Shopware\\Storefront\\Pagelet\\Wishlist\\GuestWishlistPageletLoadedEvent', [=> function () {
  16448.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  16449.         }, => 'addExpressCheckoutDataToPagelet'], 0);
  16450.         $instance->addListener('Shopware\\Storefront\\Event\\SwitchBuyBoxVariantEvent', [=> function () {
  16451.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  16452.         }, => 'addExpressCheckoutDataToBuyBoxSwitch'], 0);
  16453.         $instance->addListener('framework.validation.address.create', [=> function () {
  16454.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  16455.         }, => 'disableAddressValidation'], 0);
  16456.         $instance->addListener('framework.validation.customer.create', [=> function () {
  16457.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  16458.         }, => 'disableCustomerValidation'], 0);
  16459.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Confirm\\CheckoutConfirmPageLoadedEvent', [=> function () {
  16460.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  16461.         }, => 'onCheckoutConfirmLoaded'], 0);
  16462.         $instance->addListener('checkout.customer.sales_channel.register.customer', [=> function () {
  16463.             return ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'] ?? $this->getExpressCheckoutSubscriberService());
  16464.         }, => 'addPayerIdToCustomer'], 0);
  16465.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Cart\\CheckoutCartPageLoadedEvent', [=> function () {
  16466.             return ($this->privates['Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber'] ?? $this->getInstallmentBannerSubscriberService());
  16467.         }, => 'addInstallmentBanner'], 0);
  16468.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Confirm\\CheckoutConfirmPageLoadedEvent', [=> function () {
  16469.             return ($this->privates['Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber'] ?? $this->getInstallmentBannerSubscriberService());
  16470.         }, => 'addInstallmentBanner'], 0);
  16471.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Register\\CheckoutRegisterPageLoadedEvent', [=> function () {
  16472.             return ($this->privates['Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber'] ?? $this->getInstallmentBannerSubscriberService());
  16473.         }, => 'addInstallmentBanner'], 0);
  16474.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Offcanvas\\OffcanvasCartPageLoadedEvent', [=> function () {
  16475.             return ($this->privates['Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber'] ?? $this->getInstallmentBannerSubscriberService());
  16476.         }, => 'addInstallmentBanner'], 0);
  16477.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [=> function () {
  16478.             return ($this->privates['Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber'] ?? $this->getInstallmentBannerSubscriberService());
  16479.         }, => 'addInstallmentBanner'], 0);
  16480.         $instance->addListener('Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoadedEvent', [=> function () {
  16481.             return ($this->privates['Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber'] ?? $this->getInstallmentBannerSubscriberService());
  16482.         }, => 'addInstallmentBannerPagelet'], 0);
  16483.         $instance->addListener('Swag\\CmsExtensions\\Storefront\\Pagelet\\Quickview\\QuickviewPageletLoadedEvent', [=> function () {
  16484.             return ($this->privates['Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber'] ?? $this->getInstallmentBannerSubscriberService());
  16485.         }, => 'addInstallmentBannerPagelet'], 0);
  16486.         $instance->addListener('Shopware\\Storefront\\Page\\Account\\Order\\AccountEditOrderPageLoadedEvent', [=> function () {
  16487.             return ($this->privates['Swag\\PayPal\\Checkout\\Plus\\PlusSubscriber'] ?? $this->getPlusSubscriberService());
  16488.         }, => 'onAccountEditOrderLoaded'], 0);
  16489.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Confirm\\CheckoutConfirmPageLoadedEvent', [=> function () {
  16490.             return ($this->privates['Swag\\PayPal\\Checkout\\Plus\\PlusSubscriber'] ?? $this->getPlusSubscriberService());
  16491.         }, => 'onCheckoutConfirmLoaded'], 0);
  16492.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Finish\\CheckoutFinishPageLoadedEvent', [=> function () {
  16493.             return ($this->privates['Swag\\PayPal\\Checkout\\Plus\\PlusSubscriber'] ?? $this->getPlusSubscriberService());
  16494.         }, => 'onCheckoutFinishLoaded'], 0);
  16495.         $instance->addListener('Shopware\\Storefront\\Page\\Account\\Order\\AccountEditOrderPageLoadedEvent', [=> function () {
  16496.             return ($this->privates['Swag\\PayPal\\Checkout\\PUI\\PUISubscriber'] ?? $this->getPUISubscriberService());
  16497.         }, => 'onAccountOrderEditLoaded'], 0);
  16498.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Confirm\\CheckoutConfirmPageLoadedEvent', [=> function () {
  16499.             return ($this->privates['Swag\\PayPal\\Checkout\\PUI\\PUISubscriber'] ?? $this->getPUISubscriberService());
  16500.         }, => 'onCheckoutConfirmLoaded'], 0);
  16501.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Finish\\CheckoutFinishPageLoadedEvent', [=> function () {
  16502.             return ($this->privates['Swag\\PayPal\\Checkout\\PUI\\PUISubscriber'] ?? $this->getPUISubscriberService());
  16503.         }, => 'onCheckoutFinishLoaded'], 0);
  16504.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  16505.             return ($this->privates['Swag\\PayPal\\Checkout\\Order\\Shipping\\ShippingSubscriber'] ?? $this->getShippingSubscriberService());
  16506.         }, => 'triggerChangeSet'], 0);
  16507.         $instance->addListener('order_delivery.written', [=> function () {
  16508.             return ($this->privates['Swag\\PayPal\\Checkout\\Order\\Shipping\\ShippingSubscriber'] ?? $this->getShippingSubscriberService());
  16509.         }, => 'onOrderDeliveryWritten'], 0);
  16510.         $instance->addListener('Shopware\\Storefront\\Event\\RouteRequest\\HandlePaymentMethodRouteRequestEvent', [=> function () {
  16511.             return ($this->privates['Swag\\PayPal\\Storefront\\RequestSubscriber'] ?? $this->getRequestSubscriberService());
  16512.         }, => 'addHandlePaymentParameters'], 0);
  16513.         $instance->addListener('Shopware\\Storefront\\Event\\RouteRequest\\PaymentMethodRouteRequestEvent', [=> function () {
  16514.             return ($this->privates['Swag\\PayPal\\Storefront\\RequestSubscriber'] ?? $this->getRequestSubscriberService());
  16515.         }, => 'addAfterOrderId'], 0);
  16516.         $instance->addListener('Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoadedEvent', [=> function () {
  16517.             return ($this->privates['Swag\\PayPal\\Storefront\\Data\\FundingSubscriber'] ?? $this->getFundingSubscriberService());
  16518.         }, => 'addFundingAvailabilityData'], 0);
  16519.         $instance->addListener('Shopware\\Storefront\\Page\\Account\\Order\\AccountEditOrderPageLoadedEvent', [=> function () {
  16520.             return ($this->privates['Swag\\PayPal\\Storefront\\Data\\CheckoutDataSubscriber'] ?? $this->getCheckoutDataSubscriberService());
  16521.         }, => 'onAccountOrderEditLoaded'], 0);
  16522.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Confirm\\CheckoutConfirmPageLoadedEvent', [=> function () {
  16523.             return ($this->privates['Swag\\PayPal\\Storefront\\Data\\CheckoutDataSubscriber'] ?? $this->getCheckoutDataSubscriberService());
  16524.         }, => 'onCheckoutConfirmLoaded'], 0);
  16525.         $instance->addListener('sales_channel.deleted', [=> function () {
  16526.             return ($this->privates['Swag\\PayPal\\Webhook\\Registration\\WebhookSubscriber'] ?? $this->getWebhookSubscriberService());
  16527.         }, => 'removeSalesChannelWebhookConfiguration'], 0);
  16528.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  16529.             return ($this->privates['Swag\\PayPal\\Pos\\Sync\\Inventory\\StockSubscriber'] ?? $this->getStockSubscriberService());
  16530.         }, => 'orderPlaced'], 0);
  16531.         $instance->addListener('Shopware\\Core\\System\\StateMachine\\Event\\StateMachineTransitionEvent', [=> function () {
  16532.             return ($this->privates['Swag\\PayPal\\Pos\\Sync\\Inventory\\StockSubscriber'] ?? $this->getStockSubscriberService());
  16533.         }, => 'stateChanged'], 0);
  16534.         $instance->addListener('order_line_item.written', [=> function () {
  16535.             return ($this->privates['Swag\\PayPal\\Pos\\Sync\\Inventory\\StockSubscriber'] ?? $this->getStockSubscriberService());
  16536.         }, => 'lineItemWritten'], 0);
  16537.         $instance->addListener('order_line_item.deleted', [=> function () {
  16538.             return ($this->privates['Swag\\PayPal\\Pos\\Sync\\Inventory\\StockSubscriber'] ?? $this->getStockSubscriberService());
  16539.         }, => 'lineItemWritten'], 0);
  16540.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [=> function () {
  16541.             return ($this->privates['Huebert\\AccessoriesDirectly\\Subscriber\\ProductDetailSubscriber'] ?? $this->getProductDetailSubscriberService());
  16542.         }, => 'onDetailPageLoaded'], 0);
  16543.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\CrossSelling\\CrossSellingLoadedEvent', [=> function () {
  16544.             return ($this->privates['Huebert\\AccessoriesDirectly\\Subscriber\\CrossSellingSubscriber'] ?? $this->getCrossSellingSubscriberService());
  16545.         }, => 'onCrossSellingLoaded'], 0);
  16546.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductCrossSellingsLoadedEvent', [=> function () {
  16547.             return ($this->privates['Huebert\\AccessoriesDirectly\\Subscriber\\CrossSellingSubscriber'] ?? $this->getCrossSellingSubscriberService());
  16548.         }, => 'onProductCrossSellingLoaded'], 0);
  16549.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageCriteriaEvent', [=> function () {
  16550.             return ($this->privates['Acris\\ProductVideo\\Storefront\\Subscriber\\ProductPageSubscriber'] ?? $this->getProductPageSubscriberService());
  16551.         }, => 'onProductCriteriaLoaded'], 0);
  16552.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [=> function () {
  16553.             return ($this->privates['Acris\\ProductVideo\\Storefront\\Subscriber\\ProductPageSubscriber'] ?? $this->getProductPageSubscriberService());
  16554.         }, => 'onProductPageLoaded'], 200);
  16555.         $instance->addListener('order.written', [=> function () {
  16556.             return ($this->services['Sendcloud\\Shipping\\Subscriber\\OrderSubscriber'] ?? $this->getOrderSubscriberService());
  16557.         }, => 'onOrderSave'], 0);
  16558.         $instance->addListener('order.deleted', [=> function () {
  16559.             return ($this->services['Sendcloud\\Shipping\\Subscriber\\OrderSubscriber'] ?? $this->getOrderSubscriberService());
  16560.         }, => 'onOrderDelete'], 0);
  16561.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  16562.             return ($this->services['Sendcloud\\Shipping\\Subscriber\\OrderSubscriber'] ?? $this->getOrderSubscriberService());
  16563.         }, => 'onOrderPlaced'], 0);
  16564.         $instance->addListener('Shopware\\Storefront\\Page\\Account\\Order\\AccountOrderPageLoadedEvent', [=> function () {
  16565.             return ($this->services['Sendcloud\\Shipping\\Subscriber\\OrderSubscriber'] ?? $this->getOrderSubscriberService());
  16566.         }, => 'onOrderLoaded'], 0);
  16567.         $instance->addListener('kernel.controller', [=> function () {
  16568.             return ($this->services['Sendcloud\\Shipping\\Subscriber\\OrderSubscriber'] ?? $this->getOrderSubscriberService());
  16569.         }, => 'saveDataForDelete'], 0);
  16570.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Confirm\\CheckoutConfirmPageLoadedEvent', [=> function () {
  16571.             return ($this->privates['Sendcloud\\Shipping\\Subscriber\\CheckoutSubscriber'] ?? $this->getCheckoutSubscriberService());
  16572.         }, => 'onConfirmPageLoad'], 0);
  16573.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Finish\\CheckoutFinishPageLoadedEvent', [=> function () {
  16574.             return ($this->privates['Sendcloud\\Shipping\\Subscriber\\CheckoutSubscriber'] ?? $this->getCheckoutSubscriberService());
  16575.         }, => 'onFinishPageLoad'], 0);
  16576.         $instance->addListener('customer.written', [=> function () {
  16577.             return ($this->privates['Sendcloud\\Shipping\\Subscriber\\CheckoutSubscriber'] ?? $this->getCheckoutSubscriberService());
  16578.         }, => 'onCustomerUpdate'], 0);
  16579.         $instance->addListener('customer_address.written', [=> function () {
  16580.             return ($this->privates['Sendcloud\\Shipping\\Subscriber\\CheckoutSubscriber'] ?? $this->getCheckoutSubscriberService());
  16581.         }, => 'onCustomerAddressChange'], 0);
  16582.         $instance->addListener('checkout.customer.logout', [=> function () {
  16583.             return ($this->privates['Sendcloud\\Shipping\\Subscriber\\CheckoutSubscriber'] ?? $this->getCheckoutSubscriberService());
  16584.         }, => 'onCustomerLogout'], 0);
  16585.         $instance->addListener('kernel.controller', [=> function () {
  16586.             return ($this->privates['Sendcloud\\Shipping\\Subscriber\\CheckoutSubscriber'] ?? $this->getCheckoutSubscriberService());
  16587.         }, => 'setRemoveServicePointFlag'], 0);
  16588.         $instance->addListener('product.deleted', [=> function () {
  16589.             return ($this->privates['Swag\\Markets\\Subscriber\\ProductDeleteSubscriber'] ?? $this->getProductDeleteSubscriberService());
  16590.         }, => 'onProductsDeleted'], 0);
  16591.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Confirm\\CheckoutConfirmPageLoadedEvent', [=> function () {
  16592.             return ($this->privates['KlarnaPayment\\Components\\EventListener\\CheckoutEventListener'] ?? $this->getCheckoutEventListenerService());
  16593.         }, => 'addKlarnaTemplateData'], 0);
  16594.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Confirm\\CheckoutConfirmPageLoadedEvent', [=> function () {
  16595.             return ($this->privates['KlarnaPayment\\Components\\EventListener\\CheckoutEventListener'] ?? $this->getCheckoutEventListenerService());
  16596.         }, => 'validateCountryState'], 0);
  16597.         $instance->addListener('Shopware\\Storefront\\Page\\Account\\Order\\AccountEditOrderPageLoadedEvent', [=> function () {
  16598.             return ($this->privates['KlarnaPayment\\Components\\EventListener\\CheckoutEventListener'] ?? $this->getCheckoutEventListenerService());
  16599.         }, => 'addKlarnaTemplateData'], 0);
  16600.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  16601.             return ($this->privates['KlarnaPayment\\Components\\EventListener\\ConfigWrittenSubscriber'] ?? $this->getConfigWrittenSubscriberService());
  16602.         }, => 'onEntityWrittenContainerEvent'], 0);
  16603.         $instance->addListener('Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoadedEvent', [=> function () {
  16604.             return ($this->privates['KlarnaPayment\\Components\\EventListener\\FooterBadgeEventListener'] ?? $this->getFooterBadgeEventListenerService());
  16605.         }, => 'addFooterBadge'], 0);
  16606.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  16607.             return ($this->privates['KlarnaPayment\\Components\\EventListener\\OrderChangeEventListener'] ?? $this->getOrderChangeEventListenerService());
  16608.         }, => 'validateKlarnaOrder'], 0);
  16609.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  16610.             return ($this->privates['KlarnaPayment\\Components\\EventListener\\OrderDeliveriesWrittenEventListener'] ?? $this->getOrderDeliveriesWrittenEventListenerService());
  16611.         }, => 'handleOrderDeliveryChange'], 0);
  16612.         $instance->addListener('Shopware\\Core\\System\\StateMachine\\Event\\StateMachineTransitionEvent', [=> function () {
  16613.             return ($this->privates['KlarnaPayment\\Components\\EventListener\\OrderStatusTransitionEventListener'] ?? $this->getOrderStatusTransitionEventListenerService());
  16614.         }, => 'onStateMachineTransition'], 0);
  16615.         $instance->addListener('framework.validation.order.create', [=> function () {
  16616.             return ($this->privates['KlarnaPayment\\Components\\EventListener\\OrderValidationEventListener'] ?? $this->getOrderValidationEventListenerService());
  16617.         }, => 'validateOrderData'], 0);
  16618.         $instance->addListener('sales_channel.payment_method.search.id.result.loaded', [=> function () {
  16619.             return ($this->privates['KlarnaPayment\\Components\\EventListener\\PaymentMethodEventListener'] ?? $this->getPaymentMethodEventListenerService());
  16620.         }, => 'onSalesChannelIdSearchResultLoaded'], -1);
  16621.         $instance->addListener('payment_method.search.id.result.loaded', [=> function () {
  16622.             return ($this->privates['KlarnaPayment\\Components\\EventListener\\PaymentMethodEventListener'] ?? $this->getPaymentMethodEventListenerService());
  16623.         }, => 'onIdSearchResultLoaded'], -1);
  16624.         $instance->addListener('sales_channel.payment_method.search.result.loaded', [=> function () {
  16625.             return ($this->privates['KlarnaPayment\\Components\\EventListener\\PaymentMethodEventListener'] ?? $this->getPaymentMethodEventListenerService());
  16626.         }, => 'onSalesChannelSearchResultLoaded'], -1);
  16627.         $instance->addListener('payment_method.search.result.loaded', [=> function () {
  16628.             return ($this->privates['KlarnaPayment\\Components\\EventListener\\PaymentMethodEventListener'] ?? $this->getPaymentMethodEventListenerService());
  16629.         }, => 'onSearchResultLoaded'], -1);
  16630.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Confirm\\CheckoutConfirmPageLoadedEvent', [=> function () {
  16631.             return ($this->privates['KlarnaPayment\\Components\\EventListener\\SessionEventListener'] ?? $this->getSessionEventListenerService());
  16632.         }, => 'startKlarnaSession'], 0);
  16633.         $instance->addListener('Shopware\\Storefront\\Page\\Account\\Order\\AccountEditOrderPageLoadedEvent', [=> function () {
  16634.             return ($this->privates['KlarnaPayment\\Components\\EventListener\\SessionEventListener'] ?? $this->getSessionEventListenerService());
  16635.         }, => 'startKlarnaSession'], 0);
  16636.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  16637.             return ($this->privates['KlarnaPayment\\Components\\EventListener\\SessionEventListener'] ?? $this->getSessionEventListenerService());
  16638.         }, => 'resetKlarnaSession'], 0);
  16639.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLoginEvent', [=> function () {
  16640.             return ($this->privates['KlarnaPayment\\Components\\EventListener\\SessionEventListener'] ?? $this->getSessionEventListenerService());
  16641.         }, => 'resetKlarnaSession'], 0);
  16642.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [=> function () {
  16643.             return ($this->privates['KlarnaPayment\\Components\\EventListener\\TemplateDataEventListener'] ?? $this->getTemplateDataEventListenerService());
  16644.         }, => 'addOnsiteTemplateData'], 100);
  16645.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Register\\CheckoutRegisterPageLoadedEvent', [=> function () {
  16646.             return ($this->privates['KlarnaPayment\\Components\\EventListener\\ExpressButtonEventListener'] ?? $this->getExpressButtonEventListenerService());
  16647.         }, => 'addExpressTemplateData'], 0);
  16648.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Cart\\CheckoutCartPageLoadedEvent', [=> function () {
  16649.             return ($this->privates['KlarnaPayment\\Components\\EventListener\\ExpressButtonEventListener'] ?? $this->getExpressButtonEventListenerService());
  16650.         }, => 'addExpressTemplateData'], 0);
  16651.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Offcanvas\\OffcanvasCartPageLoadedEvent', [=> function () {
  16652.             return ($this->privates['KlarnaPayment\\Components\\EventListener\\ExpressButtonEventListener'] ?? $this->getExpressButtonEventListenerService());
  16653.         }, => 'addExpressTemplateData'], 0);
  16654.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\GuestCustomerRegisterEvent', [=> function () {
  16655.             return ($this->privates['KlarnaPayment\\Components\\EventListener\\ExpressButtonEventListener'] ?? $this->getExpressButtonEventListenerService());
  16656.         }, => 'changeDefaultPaymentMethod'], 0);
  16657.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  16658.             return ($this->privates['Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupField\\Validation\\ConfigValidator'] ?? $this->getConfigValidator2Service());
  16659.         }, => 'preValidate'], 0);
  16660.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  16661.             return ($this->privates['Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupField\\Validation\\TypeValidator'] ?? $this->getTypeValidatorService());
  16662.         }, => 'preValidate'], 0);
  16663.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  16664.             return ($this->privates['Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupField\\Validation\\TechnicalNameValidator'] ?? $this->getTechnicalNameValidatorService());
  16665.         }, => 'preValidate'], 0);
  16666.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  16667.             return ($this->privates['Swag\\CmsExtensions\\Form\\Validation\\TechnicalNameValidator'] ?? $this->getTechnicalNameValidator2Service());
  16668.         }, => 'preValidate'], 0);
  16669.         $instance->addListener('cms_extensions.form.sent', [=> function () {
  16670.             return ($this->privates['Swag\\CmsExtensions\\Form\\Action\\FormMailSubscriber'] ?? $this->getFormMailSubscriberService());
  16671.         }, => 'sendMail'], 0);
  16672.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingCriteriaEvent', [=> function () {
  16673.             return ($this->privates['Swag\\CmsExtensions\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingCriteriaSubscriber'] ?? ($this->privates['Swag\\CmsExtensions\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingCriteriaSubscriber'] = new \Swag\CmsExtensions\Core\Content\Product\SalesChannel\Listing\ProductListingCriteriaSubscriber()));
  16674.         }, => 'filterByParentId'], 0);
  16675.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [=> function () {
  16676.             return ($this->privates['Acris\\ProductCustomerGroup\\Storefront\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriberService());
  16677.         }, => 'onProductLoaded'], 0);
  16678.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  16679.             return ($this->privates['Wbm\\TagManagerEcomm\\Subscriber\\StorefrontRenderSubscriber'] ?? $this->getStorefrontRenderSubscriberService());
  16680.         }, => 'onRender'], -1);
  16681.         $instance->addListener('kernel.controller', [=> function () {
  16682.             return ($this->privates['Wbm\\TagManagerEcomm\\Subscriber\\KernelEventsSubscriber'] ?? $this->getKernelEventsSubscriberService());
  16683.         }, => 'getDataLayerForXmlHttpRequest'], -21);
  16684.         $instance->addListener('kernel.response', [=> function () {
  16685.             return ($this->privates['Wbm\\TagManagerEcomm\\Subscriber\\KernelEventsSubscriber'] ?? $this->getKernelEventsSubscriberService());
  16686.         }, => 'prependDataLayerToResponse'], -1);
  16687.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\AfterLineItemAddedEvent', [=> function () {
  16688.             return ($this->privates['Wbm\\TagManagerEcomm\\Subscriber\\CartAddPrice\\AfterLineItemAddedSubscriber'] ?? $this->getAfterLineItemAddedSubscriberService());
  16689.         }, => 'onAfterLineItemAdded'], 0);
  16690.         $instance->addListener('kernel.response', [=> function () {
  16691.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  16692.         }, => 'onKernelResponse'], 0);
  16693.         $instance->addListener('kernel.response', [=> function () {
  16694.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  16695.         }, => 'onKernelResponse'], -1024);
  16696.         $instance->addListener('kernel.request', [=> function () {
  16697.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  16698.         }, => 'setDefaultLocale'], 100);
  16699.         $instance->addListener('kernel.request', [=> function () {
  16700.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  16701.         }, => 'onKernelRequest'], 16);
  16702.         $instance->addListener('kernel.finish_request', [=> function () {
  16703.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  16704.         }, => 'onKernelFinishRequest'], 0);
  16705.         $instance->addListener('kernel.request', [=> function () {
  16706.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  16707.         }, => 'onKernelRequest'], 256);
  16708.         $instance->addListener('kernel.response', [=> function () {
  16709.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  16710.         }, => 'onResponse'], -255);
  16711.         $instance->addListener('kernel.controller_arguments', [=> function () {
  16712.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  16713.         }, => 'onControllerArguments'], 0);
  16714.         $instance->addListener('kernel.exception', [=> function () {
  16715.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  16716.         }, => 'logKernelException'], 0);
  16717.         $instance->addListener('kernel.exception', [=> function () {
  16718.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  16719.         }, => 'onKernelException'], -128);
  16720.         $instance->addListener('kernel.response', [=> function () {
  16721.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  16722.         }, => 'removeCspHeader'], -128);
  16723.         $instance->addListener('kernel.request', [=> function () {
  16724.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  16725.         }, => 'onKernelRequest'], 15);
  16726.         $instance->addListener('kernel.finish_request', [=> function () {
  16727.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  16728.         }, => 'onKernelFinishRequest'], -15);
  16729.         $instance->addListener('console.error', [=> function () {
  16730.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  16731.         }, => 'onConsoleError'], -128);
  16732.         $instance->addListener('console.terminate', [=> function () {
  16733.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  16734.         }, => 'onConsoleTerminate'], -128);
  16735.         $instance->addListener('console.error', [=> function () {
  16736.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  16737.         }, => 'onConsoleError'], 0);
  16738.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  16739.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  16740.         }, => 'onMessage'], -255);
  16741.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  16742.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  16743.         }, => 'onMessage'], -255);
  16744.         $instance->addListener('kernel.response', [=> function () {
  16745.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  16746.         }, => 'onKernelResponse'], 0);
  16747.         $instance->addListener('kernel.request', [=> function () {
  16748.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  16749.         }, => 'onKernelRequest'], 48);
  16750.         $instance->addListener('kernel.request', [=> function () {
  16751.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  16752.         }, => 'configure'], 2048);
  16753.         $instance->addListener('console.command', [=> function () {
  16754.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  16755.         }, => 'configure'], 2048);
  16756.         $instance->addListener('kernel.request', [=> function () {
  16757.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  16758.         }, => 'onKernelRequest'], 32);
  16759.         $instance->addListener('kernel.finish_request', [=> function () {
  16760.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  16761.         }, => 'onKernelFinishRequest'], 0);
  16762.         $instance->addListener('kernel.exception', [=> function () {
  16763.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  16764.         }, => 'onKernelException'], -64);
  16765.         $instance->addListener('kernel.request', [=> function () {
  16766.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  16767.         }, => 'onKernelRequest'], 128);
  16768.         $instance->addListener('kernel.response', [=> function () {
  16769.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  16770.         }, => 'onKernelResponse'], -1000);
  16771.         $instance->addListener('kernel.finish_request', [=> function () {
  16772.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  16773.         }, => 'onFinishRequest'], 0);
  16774.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  16775.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  16776.         }, => 'onMessageFailed'], 100);
  16777.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  16778.             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()));
  16779.         }, => 'onMessageFailed'], 200);
  16780.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  16781.             return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  16782.         }, => 'onWorkerRunning'], 100);
  16783.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  16784.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  16785.         }, => 'onWorkerStarted'], 0);
  16786.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  16787.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  16788.         }, => 'onWorkerRunning'], 0);
  16789.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  16790.             return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnSigtermSignalListenerService());
  16791.         }, => 'onWorkerStarted'], 100);
  16792.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  16793.             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()));
  16794.         }, => 'onMessageFailed'], 0);
  16795.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  16796.             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()));
  16797.         }, => 'onWorkerRunning'], 0);
  16798.         $instance->addListener('kernel.response', [=> function () {
  16799.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  16800.         }, => 'onKernelResponse'], -100);
  16801.         $instance->addListener('kernel.exception', [=> function () {
  16802.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  16803.         }, => 'onKernelException'], 0);
  16804.         $instance->addListener('kernel.terminate', [=> function () {
  16805.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  16806.         }, => 'onKernelTerminate'], -1024);
  16807.         $instance->addListener('kernel.controller', [=> function () {
  16808.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  16809.         }, => 'onKernelController'], 0);
  16810.         $instance->addListener('kernel.response', [=> function () {
  16811.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  16812.         }, => 'onKernelResponse'], 0);
  16813.         $instance->addListener('console.command', [=> function () {
  16814.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  16815.         }, => 'onCommand'], 255);
  16816.         $instance->addListener('console.terminate', [=> function () {
  16817.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  16818.         }, => 'onTerminate'], -255);
  16819.         $instance->addListener('kernel.controller', [=> function () {
  16820.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  16821.         }, => 'onKernelController'], 0);
  16822.         $instance->addListener('kernel.controller', [=> function () {
  16823.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  16824.         }, => 'onKernelController'], 0);
  16825.         $instance->addListener('kernel.controller', [=> function () {
  16826.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  16827.         }, => 'onKernelController'], -128);
  16828.         $instance->addListener('kernel.view', [=> function () {
  16829.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  16830.         }, => 'onKernelView'], 0);
  16831.         $instance->addListener('kernel.controller', [=> function () {
  16832.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  16833.         }, => 'onKernelController'], 0);
  16834.         $instance->addListener('kernel.response', [=> function () {
  16835.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  16836.         }, => 'onKernelResponse'], 0);
  16837.         $instance->addListener('kernel.controller_arguments', [=> function () {
  16838.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  16839.         }, => 'onKernelControllerArguments'], 0);
  16840.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  16841.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  16842.         }, => 'onMessage'], 0);
  16843.         $instance->addListener('console.command', [=> function () {
  16844.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  16845.         }, => 'configure'], 1024);
  16846.         $instance->addListener('kernel.terminate', [=> function () {
  16847.             return ($this->privates['enqueue.client.default.flush_spool_producer_listener'] ?? $this->getEnqueue_Client_Default_FlushSpoolProducerListenerService());
  16848.         }, => 'flushMessages'], 0);
  16849.         $instance->addListener('console.terminate', [=> function () {
  16850.             return ($this->privates['enqueue.client.default.flush_spool_producer_listener'] ?? $this->getEnqueue_Client_Default_FlushSpoolProducerListenerService());
  16851.         }, => 'flushMessages'], 0);
  16852.         $instance->addListener('kernel.response', [=> function () {
  16853.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  16854.         }, => 'onKernelResponse'], -128);
  16855.         return $instance;
  16856.     }
  16857.     /**
  16858.      * Gets the public 'flow.repository' shared service.
  16859.      *
  16860.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16861.      */
  16862.     protected function getFlow_RepositoryService()
  16863.     {
  16864.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  16865.         if (isset($this->services['flow.repository'])) {
  16866.             return $this->services['flow.repository'];
  16867.         }
  16868.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  16869.         if (isset($this->services['flow.repository'])) {
  16870.             return $this->services['flow.repository'];
  16871.         }
  16872.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  16873.         if (isset($this->services['flow.repository'])) {
  16874.             return $this->services['flow.repository'];
  16875.         }
  16876.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16877.         if (isset($this->services['flow.repository'])) {
  16878.             return $this->services['flow.repository'];
  16879.         }
  16880.         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())));
  16881.     }
  16882.     /**
  16883.      * Gets the public 'flow_sequence.repository' shared service.
  16884.      *
  16885.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16886.      */
  16887.     protected function getFlowSequence_RepositoryService()
  16888.     {
  16889.         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())));
  16890.     }
  16891.     /**
  16892.      * Gets the public 'flow_template.repository' shared service.
  16893.      *
  16894.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16895.      */
  16896.     protected function getFlowTemplate_RepositoryService()
  16897.     {
  16898.         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())));
  16899.     }
  16900.     /**
  16901.      * Gets the public 'framework.filesystem.private' shared service.
  16902.      *
  16903.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16904.      */
  16905.     protected function getFramework_Filesystem_PrivateService()
  16906.     {
  16907.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16908.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16909.         return $this->services['framework.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/framework');
  16910.     }
  16911.     /**
  16912.      * Gets the public 'framework.filesystem.public' shared service.
  16913.      *
  16914.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16915.      */
  16916.     protected function getFramework_Filesystem_PublicService()
  16917.     {
  16918.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16919.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16920.         return $this->services['framework.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/framework');
  16921.     }
  16922.     /**
  16923.      * Gets the public 'http_kernel' shared service.
  16924.      *
  16925.      * @return \Symfony\Component\HttpKernel\HttpKernel
  16926.      */
  16927.     protected function getHttpKernelService()
  16928.     {
  16929.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16930.         if (isset($this->services['http_kernel'])) {
  16931.             return $this->services['http_kernel'];
  16932.         }
  16933.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  16934.         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 () {
  16935.             yield => ($this->privates['debug.Shopware\\Core\\Checkout\\Customer\\CustomerValueResolver'] ?? $this->getCustomerValueResolverService());
  16936.             yield => ($this->privates['debug.Shopware\\Core\\Checkout\\Cart\\CartValueResolver'] ?? $this->getCartValueResolverService());
  16937.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Routing\\QueryDataBagResolver'] ?? $this->getQueryDataBagResolverService());
  16938.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Routing\\RequestDataBagResolver'] ?? $this->getRequestDataBagResolverService());
  16939.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Api\\Context\\ContextValueResolver'] ?? $this->getContextValueResolverService());
  16940.             yield => ($this->privates['debug.Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextValueResolver'] ?? $this->getSalesChannelContextValueResolverService());
  16941.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  16942.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Api\\Response\\ResponseFactoryInterfaceValueResolver'] ?? $this->getResponseFactoryInterfaceValueResolverService());
  16943.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  16944.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  16945.             yield 10 => ($this->privates['debug.Shopware\\Core\\Framework\\Routing\\Annotation\\CriteriaValueResolver'] ?? $this->getCriteriaValueResolverService());
  16946.             yield 11 => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  16947.             yield 12 => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  16948.             yield 13 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  16949.             yield 14 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  16950.         }, 15)), $b));
  16951.     }
  16952.     /**
  16953.      * Gets the public 'huebert_accessories_directly.filesystem.private' shared service.
  16954.      *
  16955.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16956.      */
  16957.     protected function getHuebertAccessoriesDirectly_Filesystem_PrivateService()
  16958.     {
  16959.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16960.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16961.         return $this->services['huebert_accessories_directly.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/huebert_accessories_directly');
  16962.     }
  16963.     /**
  16964.      * Gets the public 'huebert_accessories_directly.filesystem.public' shared service.
  16965.      *
  16966.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16967.      */
  16968.     protected function getHuebertAccessoriesDirectly_Filesystem_PublicService()
  16969.     {
  16970.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16971.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16972.         return $this->services['huebert_accessories_directly.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/huebert_accessories_directly');
  16973.     }
  16974.     /**
  16975.      * Gets the public 'import_export_file.repository' shared service.
  16976.      *
  16977.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  16978.      */
  16979.     protected function getImportExportFile_RepositoryService()
  16980.     {
  16981.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  16982.         if (isset($this->services['import_export_file.repository'])) {
  16983.             return $this->services['import_export_file.repository'];
  16984.         }
  16985.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  16986.         if (isset($this->services['import_export_file.repository'])) {
  16987.             return $this->services['import_export_file.repository'];
  16988.         }
  16989.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  16990.         if (isset($this->services['import_export_file.repository'])) {
  16991.             return $this->services['import_export_file.repository'];
  16992.         }
  16993.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16994.         if (isset($this->services['import_export_file.repository'])) {
  16995.             return $this->services['import_export_file.repository'];
  16996.         }
  16997.         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())));
  16998.     }
  16999.     /**
  17000.      * Gets the public 'import_export_log.repository' shared service.
  17001.      *
  17002.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17003.      */
  17004.     protected function getImportExportLog_RepositoryService()
  17005.     {
  17006.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17007.         if (isset($this->services['import_export_log.repository'])) {
  17008.             return $this->services['import_export_log.repository'];
  17009.         }
  17010.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17011.         if (isset($this->services['import_export_log.repository'])) {
  17012.             return $this->services['import_export_log.repository'];
  17013.         }
  17014.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17015.         if (isset($this->services['import_export_log.repository'])) {
  17016.             return $this->services['import_export_log.repository'];
  17017.         }
  17018.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17019.         if (isset($this->services['import_export_log.repository'])) {
  17020.             return $this->services['import_export_log.repository'];
  17021.         }
  17022.         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())));
  17023.     }
  17024.     /**
  17025.      * Gets the public 'import_export_profile.repository' shared service.
  17026.      *
  17027.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17028.      */
  17029.     protected function getImportExportProfile_RepositoryService()
  17030.     {
  17031.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17032.         if (isset($this->services['import_export_profile.repository'])) {
  17033.             return $this->services['import_export_profile.repository'];
  17034.         }
  17035.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17036.         if (isset($this->services['import_export_profile.repository'])) {
  17037.             return $this->services['import_export_profile.repository'];
  17038.         }
  17039.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17040.         if (isset($this->services['import_export_profile.repository'])) {
  17041.             return $this->services['import_export_profile.repository'];
  17042.         }
  17043.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17044.         if (isset($this->services['import_export_profile.repository'])) {
  17045.             return $this->services['import_export_profile.repository'];
  17046.         }
  17047.         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())));
  17048.     }
  17049.     /**
  17050.      * Gets the public 'import_export_profile_translation.repository' shared service.
  17051.      *
  17052.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17053.      */
  17054.     protected function getImportExportProfileTranslation_RepositoryService()
  17055.     {
  17056.         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())));
  17057.     }
  17058.     /**
  17059.      * Gets the public 'integration.repository' shared service.
  17060.      *
  17061.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17062.      */
  17063.     protected function getIntegration_RepositoryService()
  17064.     {
  17065.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17066.         if (isset($this->services['integration.repository'])) {
  17067.             return $this->services['integration.repository'];
  17068.         }
  17069.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17070.         if (isset($this->services['integration.repository'])) {
  17071.             return $this->services['integration.repository'];
  17072.         }
  17073.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17074.         if (isset($this->services['integration.repository'])) {
  17075.             return $this->services['integration.repository'];
  17076.         }
  17077.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17078.         if (isset($this->services['integration.repository'])) {
  17079.             return $this->services['integration.repository'];
  17080.         }
  17081.         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())));
  17082.     }
  17083.     /**
  17084.      * Gets the public 'integration_role.repository' shared service.
  17085.      *
  17086.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17087.      */
  17088.     protected function getIntegrationRole_RepositoryService()
  17089.     {
  17090.         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())));
  17091.     }
  17092.     /**
  17093.      * Gets the public 'iron_holiday.filesystem.private' shared service.
  17094.      *
  17095.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17096.      */
  17097.     protected function getIronHoliday_Filesystem_PrivateService()
  17098.     {
  17099.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17100.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17101.         return $this->services['iron_holiday.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/iron_holiday');
  17102.     }
  17103.     /**
  17104.      * Gets the public 'iron_holiday.filesystem.public' shared service.
  17105.      *
  17106.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17107.      */
  17108.     protected function getIronHoliday_Filesystem_PublicService()
  17109.     {
  17110.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17111.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17112.         return $this->services['iron_holiday.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/iron_holiday');
  17113.     }
  17114.     /**
  17115.      * Gets the public 'klarna_payment.filesystem.private' shared service.
  17116.      *
  17117.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17118.      */
  17119.     protected function getKlarnaPayment_Filesystem_PrivateService()
  17120.     {
  17121.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17122.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17123.         return $this->services['klarna_payment.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/klarna_payment');
  17124.     }
  17125.     /**
  17126.      * Gets the public 'klarna_payment.filesystem.public' shared service.
  17127.      *
  17128.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17129.      */
  17130.     protected function getKlarnaPayment_Filesystem_PublicService()
  17131.     {
  17132.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17133.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17134.         return $this->services['klarna_payment.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/klarna_payment');
  17135.     }
  17136.     /**
  17137.      * Gets the public 'klarna_payment_request_log.repository' shared service.
  17138.      *
  17139.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17140.      */
  17141.     protected function getKlarnaPaymentRequestLog_RepositoryService()
  17142.     {
  17143.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17144.         if (isset($this->services['klarna_payment_request_log.repository'])) {
  17145.             return $this->services['klarna_payment_request_log.repository'];
  17146.         }
  17147.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17148.         if (isset($this->services['klarna_payment_request_log.repository'])) {
  17149.             return $this->services['klarna_payment_request_log.repository'];
  17150.         }
  17151.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17152.         if (isset($this->services['klarna_payment_request_log.repository'])) {
  17153.             return $this->services['klarna_payment_request_log.repository'];
  17154.         }
  17155.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17156.         if (isset($this->services['klarna_payment_request_log.repository'])) {
  17157.             return $this->services['klarna_payment_request_log.repository'];
  17158.         }
  17159.         return $this->services['klarna_payment_request_log.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['KlarnaPayment\\Components\\DataAbstractionLayer\\Entity\\RequestLog\\RequestLogDefinition'] ?? $this->getRequestLogDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  17160.     }
  17161.     /**
  17162.      * Gets the public 'landing_page.repository' shared service.
  17163.      *
  17164.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17165.      */
  17166.     protected function getLandingPage_RepositoryService()
  17167.     {
  17168.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17169.         if (isset($this->services['landing_page.repository'])) {
  17170.             return $this->services['landing_page.repository'];
  17171.         }
  17172.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17173.         if (isset($this->services['landing_page.repository'])) {
  17174.             return $this->services['landing_page.repository'];
  17175.         }
  17176.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17177.         if (isset($this->services['landing_page.repository'])) {
  17178.             return $this->services['landing_page.repository'];
  17179.         }
  17180.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17181.         if (isset($this->services['landing_page.repository'])) {
  17182.             return $this->services['landing_page.repository'];
  17183.         }
  17184.         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())));
  17185.     }
  17186.     /**
  17187.      * Gets the public 'landing_page_sales_channel.repository' shared service.
  17188.      *
  17189.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17190.      */
  17191.     protected function getLandingPageSalesChannel_RepositoryService()
  17192.     {
  17193.         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())));
  17194.     }
  17195.     /**
  17196.      * Gets the public 'landing_page_tag.repository' shared service.
  17197.      *
  17198.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17199.      */
  17200.     protected function getLandingPageTag_RepositoryService()
  17201.     {
  17202.         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())));
  17203.     }
  17204.     /**
  17205.      * Gets the public 'landing_page_translation.repository' shared service.
  17206.      *
  17207.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17208.      */
  17209.     protected function getLandingPageTranslation_RepositoryService()
  17210.     {
  17211.         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())));
  17212.     }
  17213.     /**
  17214.      * Gets the public 'language.repository' shared service.
  17215.      *
  17216.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17217.      */
  17218.     protected function getLanguage_RepositoryService()
  17219.     {
  17220.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17221.         if (isset($this->services['language.repository'])) {
  17222.             return $this->services['language.repository'];
  17223.         }
  17224.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17225.         if (isset($this->services['language.repository'])) {
  17226.             return $this->services['language.repository'];
  17227.         }
  17228.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17229.         if (isset($this->services['language.repository'])) {
  17230.             return $this->services['language.repository'];
  17231.         }
  17232.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17233.         if (isset($this->services['language.repository'])) {
  17234.             return $this->services['language.repository'];
  17235.         }
  17236.         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())));
  17237.     }
  17238.     /**
  17239.      * Gets the public 'locale.repository' shared service.
  17240.      *
  17241.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17242.      */
  17243.     protected function getLocale_RepositoryService()
  17244.     {
  17245.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17246.         if (isset($this->services['locale.repository'])) {
  17247.             return $this->services['locale.repository'];
  17248.         }
  17249.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17250.         if (isset($this->services['locale.repository'])) {
  17251.             return $this->services['locale.repository'];
  17252.         }
  17253.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17254.         if (isset($this->services['locale.repository'])) {
  17255.             return $this->services['locale.repository'];
  17256.         }
  17257.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17258.         if (isset($this->services['locale.repository'])) {
  17259.             return $this->services['locale.repository'];
  17260.         }
  17261.         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())));
  17262.     }
  17263.     /**
  17264.      * Gets the public 'locale_translation.repository' shared service.
  17265.      *
  17266.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17267.      */
  17268.     protected function getLocaleTranslation_RepositoryService()
  17269.     {
  17270.         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())));
  17271.     }
  17272.     /**
  17273.      * Gets the public 'log_entry.repository' shared service.
  17274.      *
  17275.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17276.      */
  17277.     protected function getLogEntry_RepositoryService()
  17278.     {
  17279.         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()), ($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())));
  17280.     }
  17281.     /**
  17282.      * Gets the public 'mail_header_footer.repository' shared service.
  17283.      *
  17284.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17285.      */
  17286.     protected function getMailHeaderFooter_RepositoryService()
  17287.     {
  17288.         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())));
  17289.     }
  17290.     /**
  17291.      * Gets the public 'mail_header_footer_translation.repository' shared service.
  17292.      *
  17293.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17294.      */
  17295.     protected function getMailHeaderFooterTranslation_RepositoryService()
  17296.     {
  17297.         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())));
  17298.     }
  17299.     /**
  17300.      * Gets the public 'mail_template.repository' shared service.
  17301.      *
  17302.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17303.      */
  17304.     protected function getMailTemplate_RepositoryService()
  17305.     {
  17306.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17307.         if (isset($this->services['mail_template.repository'])) {
  17308.             return $this->services['mail_template.repository'];
  17309.         }
  17310.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17311.         if (isset($this->services['mail_template.repository'])) {
  17312.             return $this->services['mail_template.repository'];
  17313.         }
  17314.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17315.         if (isset($this->services['mail_template.repository'])) {
  17316.             return $this->services['mail_template.repository'];
  17317.         }
  17318.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17319.         if (isset($this->services['mail_template.repository'])) {
  17320.             return $this->services['mail_template.repository'];
  17321.         }
  17322.         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())));
  17323.     }
  17324.     /**
  17325.      * Gets the public 'mail_template_media.repository' shared service.
  17326.      *
  17327.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17328.      */
  17329.     protected function getMailTemplateMedia_RepositoryService()
  17330.     {
  17331.         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())));
  17332.     }
  17333.     /**
  17334.      * Gets the public 'mail_template_translation.repository' shared service.
  17335.      *
  17336.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17337.      */
  17338.     protected function getMailTemplateTranslation_RepositoryService()
  17339.     {
  17340.         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())));
  17341.     }
  17342.     /**
  17343.      * Gets the public 'mail_template_type.repository' shared service.
  17344.      *
  17345.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17346.      */
  17347.     protected function getMailTemplateType_RepositoryService()
  17348.     {
  17349.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17350.         if (isset($this->services['mail_template_type.repository'])) {
  17351.             return $this->services['mail_template_type.repository'];
  17352.         }
  17353.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17354.         if (isset($this->services['mail_template_type.repository'])) {
  17355.             return $this->services['mail_template_type.repository'];
  17356.         }
  17357.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17358.         if (isset($this->services['mail_template_type.repository'])) {
  17359.             return $this->services['mail_template_type.repository'];
  17360.         }
  17361.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17362.         if (isset($this->services['mail_template_type.repository'])) {
  17363.             return $this->services['mail_template_type.repository'];
  17364.         }
  17365.         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())));
  17366.     }
  17367.     /**
  17368.      * Gets the public 'mail_template_type_translation.repository' shared service.
  17369.      *
  17370.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17371.      */
  17372.     protected function getMailTemplateTypeTranslation_RepositoryService()
  17373.     {
  17374.         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())));
  17375.     }
  17376.     /**
  17377.      * Gets the public 'main_category.repository' shared service.
  17378.      *
  17379.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17380.      */
  17381.     protected function getMainCategory_RepositoryService()
  17382.     {
  17383.         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()), ($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())));
  17384.     }
  17385.     /**
  17386.      * Gets the public 'maintenance.filesystem.private' shared service.
  17387.      *
  17388.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17389.      */
  17390.     protected function getMaintenance_Filesystem_PrivateService()
  17391.     {
  17392.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17393.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17394.         return $this->services['maintenance.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/maintenance');
  17395.     }
  17396.     /**
  17397.      * Gets the public 'maintenance.filesystem.public' shared service.
  17398.      *
  17399.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17400.      */
  17401.     protected function getMaintenance_Filesystem_PublicService()
  17402.     {
  17403.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17404.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17405.         return $this->services['maintenance.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/maintenance');
  17406.     }
  17407.     /**
  17408.      * Gets the public 'media.repository' shared service.
  17409.      *
  17410.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17411.      */
  17412.     protected function getMedia_RepositoryService()
  17413.     {
  17414.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'] ?? $this->getMediaRepositoryDecoratorService());
  17415.         if (isset($this->services['media.repository'])) {
  17416.             return $this->services['media.repository'];
  17417.         }
  17418.         return $this->services['media.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator($a);
  17419.     }
  17420.     /**
  17421.      * Gets the public 'media_default_folder.repository' shared service.
  17422.      *
  17423.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17424.      */
  17425.     protected function getMediaDefaultFolder_RepositoryService()
  17426.     {
  17427.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17428.         if (isset($this->services['media_default_folder.repository'])) {
  17429.             return $this->services['media_default_folder.repository'];
  17430.         }
  17431.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17432.         if (isset($this->services['media_default_folder.repository'])) {
  17433.             return $this->services['media_default_folder.repository'];
  17434.         }
  17435.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17436.         if (isset($this->services['media_default_folder.repository'])) {
  17437.             return $this->services['media_default_folder.repository'];
  17438.         }
  17439.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17440.         if (isset($this->services['media_default_folder.repository'])) {
  17441.             return $this->services['media_default_folder.repository'];
  17442.         }
  17443.         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())));
  17444.     }
  17445.     /**
  17446.      * Gets the public 'media_folder.repository' shared service.
  17447.      *
  17448.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17449.      */
  17450.     protected function getMediaFolder_RepositoryService()
  17451.     {
  17452.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17453.         if (isset($this->services['media_folder.repository'])) {
  17454.             return $this->services['media_folder.repository'];
  17455.         }
  17456.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17457.         if (isset($this->services['media_folder.repository'])) {
  17458.             return $this->services['media_folder.repository'];
  17459.         }
  17460.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17461.         if (isset($this->services['media_folder.repository'])) {
  17462.             return $this->services['media_folder.repository'];
  17463.         }
  17464.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17465.         if (isset($this->services['media_folder.repository'])) {
  17466.             return $this->services['media_folder.repository'];
  17467.         }
  17468.         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()))));
  17469.     }
  17470.     /**
  17471.      * Gets the public 'media_folder_configuration.repository' shared service.
  17472.      *
  17473.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17474.      */
  17475.     protected function getMediaFolderConfiguration_RepositoryService()
  17476.     {
  17477.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17478.         if (isset($this->services['media_folder_configuration.repository'])) {
  17479.             return $this->services['media_folder_configuration.repository'];
  17480.         }
  17481.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17482.         if (isset($this->services['media_folder_configuration.repository'])) {
  17483.             return $this->services['media_folder_configuration.repository'];
  17484.         }
  17485.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17486.         if (isset($this->services['media_folder_configuration.repository'])) {
  17487.             return $this->services['media_folder_configuration.repository'];
  17488.         }
  17489.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17490.         if (isset($this->services['media_folder_configuration.repository'])) {
  17491.             return $this->services['media_folder_configuration.repository'];
  17492.         }
  17493.         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())));
  17494.     }
  17495.     /**
  17496.      * Gets the public 'media_folder_configuration_media_thumbnail_size.repository' shared service.
  17497.      *
  17498.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17499.      */
  17500.     protected function getMediaFolderConfigurationMediaThumbnailSize_RepositoryService()
  17501.     {
  17502.         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())));
  17503.     }
  17504.     /**
  17505.      * Gets the public 'media_tag.repository' shared service.
  17506.      *
  17507.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17508.      */
  17509.     protected function getMediaTag_RepositoryService()
  17510.     {
  17511.         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())));
  17512.     }
  17513.     /**
  17514.      * Gets the public 'media_thumbnail.repository' shared service.
  17515.      *
  17516.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17517.      */
  17518.     protected function getMediaThumbnail_RepositoryService()
  17519.     {
  17520.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'] ?? $this->getMediaThumbnailRepositoryDecoratorService());
  17521.         if (isset($this->services['media_thumbnail.repository'])) {
  17522.             return $this->services['media_thumbnail.repository'];
  17523.         }
  17524.         return $this->services['media_thumbnail.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator($a);
  17525.     }
  17526.     /**
  17527.      * Gets the public 'media_thumbnail_size.repository' shared service.
  17528.      *
  17529.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17530.      */
  17531.     protected function getMediaThumbnailSize_RepositoryService()
  17532.     {
  17533.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17534.         if (isset($this->services['media_thumbnail_size.repository'])) {
  17535.             return $this->services['media_thumbnail_size.repository'];
  17536.         }
  17537.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17538.         if (isset($this->services['media_thumbnail_size.repository'])) {
  17539.             return $this->services['media_thumbnail_size.repository'];
  17540.         }
  17541.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17542.         if (isset($this->services['media_thumbnail_size.repository'])) {
  17543.             return $this->services['media_thumbnail_size.repository'];
  17544.         }
  17545.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17546.         if (isset($this->services['media_thumbnail_size.repository'])) {
  17547.             return $this->services['media_thumbnail_size.repository'];
  17548.         }
  17549.         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())));
  17550.     }
  17551.     /**
  17552.      * Gets the public 'media_translation.repository' shared service.
  17553.      *
  17554.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17555.      */
  17556.     protected function getMediaTranslation_RepositoryService()
  17557.     {
  17558.         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())));
  17559.     }
  17560.     /**
  17561.      * Gets the public 'message_queue_stats.repository' shared service.
  17562.      *
  17563.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17564.      */
  17565.     protected function getMessageQueueStats_RepositoryService()
  17566.     {
  17567.         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())));
  17568.     }
  17569.     /**
  17570.      * Gets the public 'messenger.default_bus' shared service.
  17571.      *
  17572.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  17573.      */
  17574.     protected function getMessenger_DefaultBusService()
  17575.     {
  17576.         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 () {
  17577.             yield => ($this->privates['messenger.bus.shopware.middleware.traceable'] ?? $this->getMessenger_Bus_Shopware_Middleware_TraceableService());
  17578.             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')));
  17579.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  17580.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  17581.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  17582.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'] ?? $this->getRetryMiddlewareService());
  17583.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  17584.             yield => ($this->privates['messenger.bus.shopware.middleware.handle_message'] ?? $this->getMessenger_Bus_Shopware_Middleware_HandleMessageService());
  17585.         }, 8)), 'default', ($this->services['shopware.increment.gateway.registry'] ?? $this->getShopware_Increment_Gateway_RegistryService())));
  17586.     }
  17587.     /**
  17588.      * Gets the public 'monolog.logger.business_events' shared service.
  17589.      *
  17590.      * @return \Symfony\Bridge\Monolog\Logger
  17591.      */
  17592.     protected function getMonolog_Logger_BusinessEventsService()
  17593.     {
  17594.         $this->services['monolog.logger.business_events'] = $instance = new \Symfony\Bridge\Monolog\Logger('business_events');
  17595.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  17596.         $instance->pushHandler(($this->privates['monolog.handler.business_event_handler_buffer'] ?? $this->getMonolog_Handler_BusinessEventHandlerBufferService()));
  17597.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  17598.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  17599.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  17600.         return $instance;
  17601.     }
  17602.     /**
  17603.      * Gets the public 'netzp_calendar6.filesystem.private' shared service.
  17604.      *
  17605.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17606.      */
  17607.     protected function getNetzpCalendar6_Filesystem_PrivateService()
  17608.     {
  17609.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17610.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17611.         return $this->services['netzp_calendar6.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/netzp_calendar6');
  17612.     }
  17613.     /**
  17614.      * Gets the public 'netzp_calendar6.filesystem.public' shared service.
  17615.      *
  17616.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17617.      */
  17618.     protected function getNetzpCalendar6_Filesystem_PublicService()
  17619.     {
  17620.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17621.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17622.         return $this->services['netzp_calendar6.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/netzp_calendar6');
  17623.     }
  17624.     /**
  17625.      * Gets the public 'netzp_events6.filesystem.private' shared service.
  17626.      *
  17627.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17628.      */
  17629.     protected function getNetzpEvents6_Filesystem_PrivateService()
  17630.     {
  17631.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17632.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17633.         return $this->services['netzp_events6.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/netzp_events6');
  17634.     }
  17635.     /**
  17636.      * Gets the public 'netzp_events6.filesystem.public' shared service.
  17637.      *
  17638.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17639.      */
  17640.     protected function getNetzpEvents6_Filesystem_PublicService()
  17641.     {
  17642.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17643.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17644.         return $this->services['netzp_events6.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/netzp_events6');
  17645.     }
  17646.     /**
  17647.      * Gets the public 'newsletter_recipient.repository' shared service.
  17648.      *
  17649.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17650.      */
  17651.     protected function getNewsletterRecipient_RepositoryService()
  17652.     {
  17653.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17654.         if (isset($this->services['newsletter_recipient.repository'])) {
  17655.             return $this->services['newsletter_recipient.repository'];
  17656.         }
  17657.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17658.         if (isset($this->services['newsletter_recipient.repository'])) {
  17659.             return $this->services['newsletter_recipient.repository'];
  17660.         }
  17661.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17662.         if (isset($this->services['newsletter_recipient.repository'])) {
  17663.             return $this->services['newsletter_recipient.repository'];
  17664.         }
  17665.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17666.         if (isset($this->services['newsletter_recipient.repository'])) {
  17667.             return $this->services['newsletter_recipient.repository'];
  17668.         }
  17669.         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())));
  17670.     }
  17671.     /**
  17672.      * Gets the public 'newsletter_recipient_tag.repository' shared service.
  17673.      *
  17674.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17675.      */
  17676.     protected function getNewsletterRecipientTag_RepositoryService()
  17677.     {
  17678.         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())));
  17679.     }
  17680.     /**
  17681.      * Gets the public 'notification.repository' shared service.
  17682.      *
  17683.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17684.      */
  17685.     protected function getNotification_RepositoryService()
  17686.     {
  17687.         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())));
  17688.     }
  17689.     /**
  17690.      * Gets the public 'number_range.repository' shared service.
  17691.      *
  17692.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17693.      */
  17694.     protected function getNumberRange_RepositoryService()
  17695.     {
  17696.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17697.         if (isset($this->services['number_range.repository'])) {
  17698.             return $this->services['number_range.repository'];
  17699.         }
  17700.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17701.         if (isset($this->services['number_range.repository'])) {
  17702.             return $this->services['number_range.repository'];
  17703.         }
  17704.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17705.         if (isset($this->services['number_range.repository'])) {
  17706.             return $this->services['number_range.repository'];
  17707.         }
  17708.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17709.         if (isset($this->services['number_range.repository'])) {
  17710.             return $this->services['number_range.repository'];
  17711.         }
  17712.         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())));
  17713.     }
  17714.     /**
  17715.      * Gets the public 'number_range_sales_channel.repository' shared service.
  17716.      *
  17717.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17718.      */
  17719.     protected function getNumberRangeSalesChannel_RepositoryService()
  17720.     {
  17721.         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())));
  17722.     }
  17723.     /**
  17724.      * Gets the public 'number_range_state.repository' shared service.
  17725.      *
  17726.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17727.      */
  17728.     protected function getNumberRangeState_RepositoryService()
  17729.     {
  17730.         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())));
  17731.     }
  17732.     /**
  17733.      * Gets the public 'number_range_translation.repository' shared service.
  17734.      *
  17735.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17736.      */
  17737.     protected function getNumberRangeTranslation_RepositoryService()
  17738.     {
  17739.         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())));
  17740.     }
  17741.     /**
  17742.      * Gets the public 'number_range_type.repository' shared service.
  17743.      *
  17744.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17745.      */
  17746.     protected function getNumberRangeType_RepositoryService()
  17747.     {
  17748.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17749.         if (isset($this->services['number_range_type.repository'])) {
  17750.             return $this->services['number_range_type.repository'];
  17751.         }
  17752.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17753.         if (isset($this->services['number_range_type.repository'])) {
  17754.             return $this->services['number_range_type.repository'];
  17755.         }
  17756.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17757.         if (isset($this->services['number_range_type.repository'])) {
  17758.             return $this->services['number_range_type.repository'];
  17759.         }
  17760.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17761.         if (isset($this->services['number_range_type.repository'])) {
  17762.             return $this->services['number_range_type.repository'];
  17763.         }
  17764.         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())));
  17765.     }
  17766.     /**
  17767.      * Gets the public 'number_range_type_translation.repository' shared service.
  17768.      *
  17769.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17770.      */
  17771.     protected function getNumberRangeTypeTranslation_RepositoryService()
  17772.     {
  17773.         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())));
  17774.     }
  17775.     /**
  17776.      * Gets the public 'order.repository' shared service.
  17777.      *
  17778.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17779.      */
  17780.     protected function getOrder_RepositoryService()
  17781.     {
  17782.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17783.         if (isset($this->services['order.repository'])) {
  17784.             return $this->services['order.repository'];
  17785.         }
  17786.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17787.         if (isset($this->services['order.repository'])) {
  17788.             return $this->services['order.repository'];
  17789.         }
  17790.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17791.         if (isset($this->services['order.repository'])) {
  17792.             return $this->services['order.repository'];
  17793.         }
  17794.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17795.         if (isset($this->services['order.repository'])) {
  17796.             return $this->services['order.repository'];
  17797.         }
  17798.         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())));
  17799.     }
  17800.     /**
  17801.      * Gets the public 'order_address.repository' shared service.
  17802.      *
  17803.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17804.      */
  17805.     protected function getOrderAddress_RepositoryService()
  17806.     {
  17807.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17808.         if (isset($this->services['order_address.repository'])) {
  17809.             return $this->services['order_address.repository'];
  17810.         }
  17811.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17812.         if (isset($this->services['order_address.repository'])) {
  17813.             return $this->services['order_address.repository'];
  17814.         }
  17815.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17816.         if (isset($this->services['order_address.repository'])) {
  17817.             return $this->services['order_address.repository'];
  17818.         }
  17819.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17820.         if (isset($this->services['order_address.repository'])) {
  17821.             return $this->services['order_address.repository'];
  17822.         }
  17823.         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())));
  17824.     }
  17825.     /**
  17826.      * Gets the public 'order_customer.repository' shared service.
  17827.      *
  17828.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17829.      */
  17830.     protected function getOrderCustomer_RepositoryService()
  17831.     {
  17832.         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())));
  17833.     }
  17834.     /**
  17835.      * Gets the public 'order_delivery.repository' shared service.
  17836.      *
  17837.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17838.      */
  17839.     protected function getOrderDelivery_RepositoryService()
  17840.     {
  17841.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17842.         if (isset($this->services['order_delivery.repository'])) {
  17843.             return $this->services['order_delivery.repository'];
  17844.         }
  17845.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17846.         if (isset($this->services['order_delivery.repository'])) {
  17847.             return $this->services['order_delivery.repository'];
  17848.         }
  17849.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17850.         if (isset($this->services['order_delivery.repository'])) {
  17851.             return $this->services['order_delivery.repository'];
  17852.         }
  17853.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17854.         if (isset($this->services['order_delivery.repository'])) {
  17855.             return $this->services['order_delivery.repository'];
  17856.         }
  17857.         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())));
  17858.     }
  17859.     /**
  17860.      * Gets the public 'order_delivery_position.repository' shared service.
  17861.      *
  17862.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17863.      */
  17864.     protected function getOrderDeliveryPosition_RepositoryService()
  17865.     {
  17866.         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())));
  17867.     }
  17868.     /**
  17869.      * Gets the public 'order_line_item.repository' shared service.
  17870.      *
  17871.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17872.      */
  17873.     protected function getOrderLineItem_RepositoryService()
  17874.     {
  17875.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17876.         if (isset($this->services['order_line_item.repository'])) {
  17877.             return $this->services['order_line_item.repository'];
  17878.         }
  17879.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17880.         if (isset($this->services['order_line_item.repository'])) {
  17881.             return $this->services['order_line_item.repository'];
  17882.         }
  17883.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17884.         if (isset($this->services['order_line_item.repository'])) {
  17885.             return $this->services['order_line_item.repository'];
  17886.         }
  17887.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17888.         if (isset($this->services['order_line_item.repository'])) {
  17889.             return $this->services['order_line_item.repository'];
  17890.         }
  17891.         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())));
  17892.     }
  17893.     /**
  17894.      * Gets the public 'order_line_item_download.repository' shared service.
  17895.      *
  17896.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17897.      */
  17898.     protected function getOrderLineItemDownload_RepositoryService()
  17899.     {
  17900.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17901.         if (isset($this->services['order_line_item_download.repository'])) {
  17902.             return $this->services['order_line_item_download.repository'];
  17903.         }
  17904.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17905.         if (isset($this->services['order_line_item_download.repository'])) {
  17906.             return $this->services['order_line_item_download.repository'];
  17907.         }
  17908.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17909.         if (isset($this->services['order_line_item_download.repository'])) {
  17910.             return $this->services['order_line_item_download.repository'];
  17911.         }
  17912.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17913.         if (isset($this->services['order_line_item_download.repository'])) {
  17914.             return $this->services['order_line_item_download.repository'];
  17915.         }
  17916.         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())));
  17917.     }
  17918.     /**
  17919.      * Gets the public 'order_tag.repository' shared service.
  17920.      *
  17921.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17922.      */
  17923.     protected function getOrderTag_RepositoryService()
  17924.     {
  17925.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17926.         if (isset($this->services['order_tag.repository'])) {
  17927.             return $this->services['order_tag.repository'];
  17928.         }
  17929.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17930.         if (isset($this->services['order_tag.repository'])) {
  17931.             return $this->services['order_tag.repository'];
  17932.         }
  17933.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17934.         if (isset($this->services['order_tag.repository'])) {
  17935.             return $this->services['order_tag.repository'];
  17936.         }
  17937.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17938.         if (isset($this->services['order_tag.repository'])) {
  17939.             return $this->services['order_tag.repository'];
  17940.         }
  17941.         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())));
  17942.     }
  17943.     /**
  17944.      * Gets the public 'order_transaction.repository' shared service.
  17945.      *
  17946.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17947.      */
  17948.     protected function getOrderTransaction_RepositoryService()
  17949.     {
  17950.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17951.         if (isset($this->services['order_transaction.repository'])) {
  17952.             return $this->services['order_transaction.repository'];
  17953.         }
  17954.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17955.         if (isset($this->services['order_transaction.repository'])) {
  17956.             return $this->services['order_transaction.repository'];
  17957.         }
  17958.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17959.         if (isset($this->services['order_transaction.repository'])) {
  17960.             return $this->services['order_transaction.repository'];
  17961.         }
  17962.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17963.         if (isset($this->services['order_transaction.repository'])) {
  17964.             return $this->services['order_transaction.repository'];
  17965.         }
  17966.         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())));
  17967.     }
  17968.     /**
  17969.      * Gets the public 'order_transaction_capture.repository' shared service.
  17970.      *
  17971.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17972.      */
  17973.     protected function getOrderTransactionCapture_RepositoryService()
  17974.     {
  17975.         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())));
  17976.     }
  17977.     /**
  17978.      * Gets the public 'order_transaction_capture_refund.repository' shared service.
  17979.      *
  17980.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  17981.      */
  17982.     protected function getOrderTransactionCaptureRefund_RepositoryService()
  17983.     {
  17984.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  17985.         if (isset($this->services['order_transaction_capture_refund.repository'])) {
  17986.             return $this->services['order_transaction_capture_refund.repository'];
  17987.         }
  17988.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  17989.         if (isset($this->services['order_transaction_capture_refund.repository'])) {
  17990.             return $this->services['order_transaction_capture_refund.repository'];
  17991.         }
  17992.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  17993.         if (isset($this->services['order_transaction_capture_refund.repository'])) {
  17994.             return $this->services['order_transaction_capture_refund.repository'];
  17995.         }
  17996.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17997.         if (isset($this->services['order_transaction_capture_refund.repository'])) {
  17998.             return $this->services['order_transaction_capture_refund.repository'];
  17999.         }
  18000.         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())));
  18001.     }
  18002.     /**
  18003.      * Gets the public 'order_transaction_capture_refund_position.repository' shared service.
  18004.      *
  18005.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18006.      */
  18007.     protected function getOrderTransactionCaptureRefundPosition_RepositoryService()
  18008.     {
  18009.         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())));
  18010.     }
  18011.     /**
  18012.      * Gets the public 'payment_method.repository' shared service.
  18013.      *
  18014.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18015.      */
  18016.     protected function getPaymentMethod_RepositoryService()
  18017.     {
  18018.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18019.         if (isset($this->services['payment_method.repository'])) {
  18020.             return $this->services['payment_method.repository'];
  18021.         }
  18022.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18023.         if (isset($this->services['payment_method.repository'])) {
  18024.             return $this->services['payment_method.repository'];
  18025.         }
  18026.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18027.         if (isset($this->services['payment_method.repository'])) {
  18028.             return $this->services['payment_method.repository'];
  18029.         }
  18030.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18031.         if (isset($this->services['payment_method.repository'])) {
  18032.             return $this->services['payment_method.repository'];
  18033.         }
  18034.         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()))));
  18035.     }
  18036.     /**
  18037.      * Gets the public 'payment_method_translation.repository' shared service.
  18038.      *
  18039.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18040.      */
  18041.     protected function getPaymentMethodTranslation_RepositoryService()
  18042.     {
  18043.         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())));
  18044.     }
  18045.     /**
  18046.      * Gets the public 'plugin.repository' shared service.
  18047.      *
  18048.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18049.      */
  18050.     protected function getPlugin_RepositoryService()
  18051.     {
  18052.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18053.         if (isset($this->services['plugin.repository'])) {
  18054.             return $this->services['plugin.repository'];
  18055.         }
  18056.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18057.         if (isset($this->services['plugin.repository'])) {
  18058.             return $this->services['plugin.repository'];
  18059.         }
  18060.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18061.         if (isset($this->services['plugin.repository'])) {
  18062.             return $this->services['plugin.repository'];
  18063.         }
  18064.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18065.         if (isset($this->services['plugin.repository'])) {
  18066.             return $this->services['plugin.repository'];
  18067.         }
  18068.         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())));
  18069.     }
  18070.     /**
  18071.      * Gets the public 'plugin_translation.repository' shared service.
  18072.      *
  18073.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18074.      */
  18075.     protected function getPluginTranslation_RepositoryService()
  18076.     {
  18077.         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())));
  18078.     }
  18079.     /**
  18080.      * Gets the public 'product.repository' shared service.
  18081.      *
  18082.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18083.      */
  18084.     protected function getProduct_RepositoryService()
  18085.     {
  18086.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18087.         if (isset($this->services['product.repository'])) {
  18088.             return $this->services['product.repository'];
  18089.         }
  18090.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18091.         if (isset($this->services['product.repository'])) {
  18092.             return $this->services['product.repository'];
  18093.         }
  18094.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18095.         if (isset($this->services['product.repository'])) {
  18096.             return $this->services['product.repository'];
  18097.         }
  18098.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18099.         if (isset($this->services['product.repository'])) {
  18100.             return $this->services['product.repository'];
  18101.         }
  18102.         $e = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService());
  18103.         $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);
  18104.         $f->setEntityLoadedEventFactory($e);
  18105.         return $this->services['product.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator($f);
  18106.     }
  18107.     /**
  18108.      * Gets the public 'product_category.repository' shared service.
  18109.      *
  18110.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18111.      */
  18112.     protected function getProductCategory_RepositoryService()
  18113.     {
  18114.         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())));
  18115.     }
  18116.     /**
  18117.      * Gets the public 'product_category_tree.repository' shared service.
  18118.      *
  18119.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18120.      */
  18121.     protected function getProductCategoryTree_RepositoryService()
  18122.     {
  18123.         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())));
  18124.     }
  18125.     /**
  18126.      * Gets the public 'product_configurator_setting.repository' shared service.
  18127.      *
  18128.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18129.      */
  18130.     protected function getProductConfiguratorSetting_RepositoryService()
  18131.     {
  18132.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18133.         if (isset($this->services['product_configurator_setting.repository'])) {
  18134.             return $this->services['product_configurator_setting.repository'];
  18135.         }
  18136.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18137.         if (isset($this->services['product_configurator_setting.repository'])) {
  18138.             return $this->services['product_configurator_setting.repository'];
  18139.         }
  18140.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18141.         if (isset($this->services['product_configurator_setting.repository'])) {
  18142.             return $this->services['product_configurator_setting.repository'];
  18143.         }
  18144.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18145.         if (isset($this->services['product_configurator_setting.repository'])) {
  18146.             return $this->services['product_configurator_setting.repository'];
  18147.         }
  18148.         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())));
  18149.     }
  18150.     /**
  18151.      * Gets the public 'product_cross_selling.repository' shared service.
  18152.      *
  18153.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18154.      */
  18155.     protected function getProductCrossSelling_RepositoryService()
  18156.     {
  18157.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18158.         if (isset($this->services['product_cross_selling.repository'])) {
  18159.             return $this->services['product_cross_selling.repository'];
  18160.         }
  18161.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18162.         if (isset($this->services['product_cross_selling.repository'])) {
  18163.             return $this->services['product_cross_selling.repository'];
  18164.         }
  18165.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18166.         if (isset($this->services['product_cross_selling.repository'])) {
  18167.             return $this->services['product_cross_selling.repository'];
  18168.         }
  18169.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18170.         if (isset($this->services['product_cross_selling.repository'])) {
  18171.             return $this->services['product_cross_selling.repository'];
  18172.         }
  18173.         return $this->services['product_cross_selling.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Huebert\\AccessoriesDirectly\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingExtension'] ?? $this->getProductCrossSellingExtensionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  18174.     }
  18175.     /**
  18176.      * Gets the public 'product_cross_selling_assigned_products.repository' shared service.
  18177.      *
  18178.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18179.      */
  18180.     protected function getProductCrossSellingAssignedProducts_RepositoryService()
  18181.     {
  18182.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18183.         if (isset($this->services['product_cross_selling_assigned_products.repository'])) {
  18184.             return $this->services['product_cross_selling_assigned_products.repository'];
  18185.         }
  18186.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18187.         if (isset($this->services['product_cross_selling_assigned_products.repository'])) {
  18188.             return $this->services['product_cross_selling_assigned_products.repository'];
  18189.         }
  18190.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18191.         if (isset($this->services['product_cross_selling_assigned_products.repository'])) {
  18192.             return $this->services['product_cross_selling_assigned_products.repository'];
  18193.         }
  18194.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18195.         if (isset($this->services['product_cross_selling_assigned_products.repository'])) {
  18196.             return $this->services['product_cross_selling_assigned_products.repository'];
  18197.         }
  18198.         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())));
  18199.     }
  18200.     /**
  18201.      * Gets the public 'product_cross_selling_translation.repository' shared service.
  18202.      *
  18203.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18204.      */
  18205.     protected function getProductCrossSellingTranslation_RepositoryService()
  18206.     {
  18207.         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())));
  18208.     }
  18209.     /**
  18210.      * Gets the public 'product_custom_field_set.repository' shared service.
  18211.      *
  18212.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18213.      */
  18214.     protected function getProductCustomFieldSet_RepositoryService()
  18215.     {
  18216.         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())));
  18217.     }
  18218.     /**
  18219.      * Gets the public 'product_download.repository' shared service.
  18220.      *
  18221.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18222.      */
  18223.     protected function getProductDownload_RepositoryService()
  18224.     {
  18225.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18226.         if (isset($this->services['product_download.repository'])) {
  18227.             return $this->services['product_download.repository'];
  18228.         }
  18229.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18230.         if (isset($this->services['product_download.repository'])) {
  18231.             return $this->services['product_download.repository'];
  18232.         }
  18233.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18234.         if (isset($this->services['product_download.repository'])) {
  18235.             return $this->services['product_download.repository'];
  18236.         }
  18237.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18238.         if (isset($this->services['product_download.repository'])) {
  18239.             return $this->services['product_download.repository'];
  18240.         }
  18241.         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())));
  18242.     }
  18243.     /**
  18244.      * Gets the public 'product_export.repository' shared service.
  18245.      *
  18246.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18247.      */
  18248.     protected function getProductExport_RepositoryService()
  18249.     {
  18250.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18251.         if (isset($this->services['product_export.repository'])) {
  18252.             return $this->services['product_export.repository'];
  18253.         }
  18254.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18255.         if (isset($this->services['product_export.repository'])) {
  18256.             return $this->services['product_export.repository'];
  18257.         }
  18258.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18259.         if (isset($this->services['product_export.repository'])) {
  18260.             return $this->services['product_export.repository'];
  18261.         }
  18262.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18263.         if (isset($this->services['product_export.repository'])) {
  18264.             return $this->services['product_export.repository'];
  18265.         }
  18266.         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())));
  18267.     }
  18268.     /**
  18269.      * Gets the public 'product_feature_set.repository' shared service.
  18270.      *
  18271.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18272.      */
  18273.     protected function getProductFeatureSet_RepositoryService()
  18274.     {
  18275.         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())));
  18276.     }
  18277.     /**
  18278.      * Gets the public 'product_feature_set_translation.repository' shared service.
  18279.      *
  18280.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18281.      */
  18282.     protected function getProductFeatureSetTranslation_RepositoryService()
  18283.     {
  18284.         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())));
  18285.     }
  18286.     /**
  18287.      * Gets the public 'product_keyword_dictionary.repository' shared service.
  18288.      *
  18289.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18290.      */
  18291.     protected function getProductKeywordDictionary_RepositoryService()
  18292.     {
  18293.         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())));
  18294.     }
  18295.     /**
  18296.      * Gets the public 'product_manufacturer.repository' shared service.
  18297.      *
  18298.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18299.      */
  18300.     protected function getProductManufacturer_RepositoryService()
  18301.     {
  18302.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18303.         if (isset($this->services['product_manufacturer.repository'])) {
  18304.             return $this->services['product_manufacturer.repository'];
  18305.         }
  18306.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18307.         if (isset($this->services['product_manufacturer.repository'])) {
  18308.             return $this->services['product_manufacturer.repository'];
  18309.         }
  18310.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18311.         if (isset($this->services['product_manufacturer.repository'])) {
  18312.             return $this->services['product_manufacturer.repository'];
  18313.         }
  18314.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18315.         if (isset($this->services['product_manufacturer.repository'])) {
  18316.             return $this->services['product_manufacturer.repository'];
  18317.         }
  18318.         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())));
  18319.     }
  18320.     /**
  18321.      * Gets the public 'product_manufacturer_translation.repository' shared service.
  18322.      *
  18323.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18324.      */
  18325.     protected function getProductManufacturerTranslation_RepositoryService()
  18326.     {
  18327.         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())));
  18328.     }
  18329.     /**
  18330.      * Gets the public 'product_media.repository' shared service.
  18331.      *
  18332.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18333.      */
  18334.     protected function getProductMedia_RepositoryService()
  18335.     {
  18336.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18337.         if (isset($this->services['product_media.repository'])) {
  18338.             return $this->services['product_media.repository'];
  18339.         }
  18340.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18341.         if (isset($this->services['product_media.repository'])) {
  18342.             return $this->services['product_media.repository'];
  18343.         }
  18344.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18345.         if (isset($this->services['product_media.repository'])) {
  18346.             return $this->services['product_media.repository'];
  18347.         }
  18348.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18349.         if (isset($this->services['product_media.repository'])) {
  18350.             return $this->services['product_media.repository'];
  18351.         }
  18352.         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())));
  18353.     }
  18354.     /**
  18355.      * Gets the public 'product_option.repository' shared service.
  18356.      *
  18357.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18358.      */
  18359.     protected function getProductOption_RepositoryService()
  18360.     {
  18361.         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())));
  18362.     }
  18363.     /**
  18364.      * Gets the public 'product_price.repository' shared service.
  18365.      *
  18366.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18367.      */
  18368.     protected function getProductPrice_RepositoryService()
  18369.     {
  18370.         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())));
  18371.     }
  18372.     /**
  18373.      * Gets the public 'product_property.repository' shared service.
  18374.      *
  18375.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18376.      */
  18377.     protected function getProductProperty_RepositoryService()
  18378.     {
  18379.         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())));
  18380.     }
  18381.     /**
  18382.      * Gets the public 'product_review.repository' shared service.
  18383.      *
  18384.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18385.      */
  18386.     protected function getProductReview_RepositoryService()
  18387.     {
  18388.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18389.         if (isset($this->services['product_review.repository'])) {
  18390.             return $this->services['product_review.repository'];
  18391.         }
  18392.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18393.         if (isset($this->services['product_review.repository'])) {
  18394.             return $this->services['product_review.repository'];
  18395.         }
  18396.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18397.         if (isset($this->services['product_review.repository'])) {
  18398.             return $this->services['product_review.repository'];
  18399.         }
  18400.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18401.         if (isset($this->services['product_review.repository'])) {
  18402.             return $this->services['product_review.repository'];
  18403.         }
  18404.         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())));
  18405.     }
  18406.     /**
  18407.      * Gets the public 'product_search_config.repository' shared service.
  18408.      *
  18409.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18410.      */
  18411.     protected function getProductSearchConfig_RepositoryService()
  18412.     {
  18413.         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())));
  18414.     }
  18415.     /**
  18416.      * Gets the public 'product_search_config_field.repository' shared service.
  18417.      *
  18418.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18419.      */
  18420.     protected function getProductSearchConfigField_RepositoryService()
  18421.     {
  18422.         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())));
  18423.     }
  18424.     /**
  18425.      * Gets the public 'product_search_keyword.repository' shared service.
  18426.      *
  18427.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18428.      */
  18429.     protected function getProductSearchKeyword_RepositoryService()
  18430.     {
  18431.         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())));
  18432.     }
  18433.     /**
  18434.      * Gets the public 'product_sorting.repository' shared service.
  18435.      *
  18436.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18437.      */
  18438.     protected function getProductSorting_RepositoryService()
  18439.     {
  18440.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18441.         if (isset($this->services['product_sorting.repository'])) {
  18442.             return $this->services['product_sorting.repository'];
  18443.         }
  18444.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18445.         if (isset($this->services['product_sorting.repository'])) {
  18446.             return $this->services['product_sorting.repository'];
  18447.         }
  18448.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18449.         if (isset($this->services['product_sorting.repository'])) {
  18450.             return $this->services['product_sorting.repository'];
  18451.         }
  18452.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18453.         if (isset($this->services['product_sorting.repository'])) {
  18454.             return $this->services['product_sorting.repository'];
  18455.         }
  18456.         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())));
  18457.     }
  18458.     /**
  18459.      * Gets the public 'product_sorting_translation.repository' shared service.
  18460.      *
  18461.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18462.      */
  18463.     protected function getProductSortingTranslation_RepositoryService()
  18464.     {
  18465.         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())));
  18466.     }
  18467.     /**
  18468.      * Gets the public 'product_stream.repository' shared service.
  18469.      *
  18470.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18471.      */
  18472.     protected function getProductStream_RepositoryService()
  18473.     {
  18474.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18475.         if (isset($this->services['product_stream.repository'])) {
  18476.             return $this->services['product_stream.repository'];
  18477.         }
  18478.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18479.         if (isset($this->services['product_stream.repository'])) {
  18480.             return $this->services['product_stream.repository'];
  18481.         }
  18482.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18483.         if (isset($this->services['product_stream.repository'])) {
  18484.             return $this->services['product_stream.repository'];
  18485.         }
  18486.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18487.         if (isset($this->services['product_stream.repository'])) {
  18488.             return $this->services['product_stream.repository'];
  18489.         }
  18490.         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())));
  18491.     }
  18492.     /**
  18493.      * Gets the public 'product_stream_filter.repository' shared service.
  18494.      *
  18495.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18496.      */
  18497.     protected function getProductStreamFilter_RepositoryService()
  18498.     {
  18499.         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())));
  18500.     }
  18501.     /**
  18502.      * Gets the public 'product_stream_mapping.repository' shared service.
  18503.      *
  18504.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18505.      */
  18506.     protected function getProductStreamMapping_RepositoryService()
  18507.     {
  18508.         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())));
  18509.     }
  18510.     /**
  18511.      * Gets the public 'product_stream_translation.repository' shared service.
  18512.      *
  18513.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18514.      */
  18515.     protected function getProductStreamTranslation_RepositoryService()
  18516.     {
  18517.         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())));
  18518.     }
  18519.     /**
  18520.      * Gets the public 'product_tag.repository' shared service.
  18521.      *
  18522.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18523.      */
  18524.     protected function getProductTag_RepositoryService()
  18525.     {
  18526.         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())));
  18527.     }
  18528.     /**
  18529.      * Gets the public 'product_translation.repository' shared service.
  18530.      *
  18531.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18532.      */
  18533.     protected function getProductTranslation_RepositoryService()
  18534.     {
  18535.         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())));
  18536.     }
  18537.     /**
  18538.      * Gets the public 'product_visibility.repository' shared service.
  18539.      *
  18540.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18541.      */
  18542.     protected function getProductVisibility_RepositoryService()
  18543.     {
  18544.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18545.         if (isset($this->services['product_visibility.repository'])) {
  18546.             return $this->services['product_visibility.repository'];
  18547.         }
  18548.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18549.         if (isset($this->services['product_visibility.repository'])) {
  18550.             return $this->services['product_visibility.repository'];
  18551.         }
  18552.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18553.         if (isset($this->services['product_visibility.repository'])) {
  18554.             return $this->services['product_visibility.repository'];
  18555.         }
  18556.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18557.         if (isset($this->services['product_visibility.repository'])) {
  18558.             return $this->services['product_visibility.repository'];
  18559.         }
  18560.         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())));
  18561.     }
  18562.     /**
  18563.      * Gets the public 'profiling.filesystem.private' shared service.
  18564.      *
  18565.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  18566.      */
  18567.     protected function getProfiling_Filesystem_PrivateService()
  18568.     {
  18569.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  18570.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  18571.         return $this->services['profiling.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/profiling');
  18572.     }
  18573.     /**
  18574.      * Gets the public 'profiling.filesystem.public' shared service.
  18575.      *
  18576.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  18577.      */
  18578.     protected function getProfiling_Filesystem_PublicService()
  18579.     {
  18580.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  18581.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  18582.         return $this->services['profiling.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/profiling');
  18583.     }
  18584.     /**
  18585.      * Gets the public 'promotion.repository' shared service.
  18586.      *
  18587.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18588.      */
  18589.     protected function getPromotion_RepositoryService()
  18590.     {
  18591.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18592.         if (isset($this->services['promotion.repository'])) {
  18593.             return $this->services['promotion.repository'];
  18594.         }
  18595.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18596.         if (isset($this->services['promotion.repository'])) {
  18597.             return $this->services['promotion.repository'];
  18598.         }
  18599.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18600.         if (isset($this->services['promotion.repository'])) {
  18601.             return $this->services['promotion.repository'];
  18602.         }
  18603.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18604.         if (isset($this->services['promotion.repository'])) {
  18605.             return $this->services['promotion.repository'];
  18606.         }
  18607.         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())));
  18608.     }
  18609.     /**
  18610.      * Gets the public 'promotion_cart_rule.repository' shared service.
  18611.      *
  18612.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18613.      */
  18614.     protected function getPromotionCartRule_RepositoryService()
  18615.     {
  18616.         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())));
  18617.     }
  18618.     /**
  18619.      * Gets the public 'promotion_discount.repository' shared service.
  18620.      *
  18621.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18622.      */
  18623.     protected function getPromotionDiscount_RepositoryService()
  18624.     {
  18625.         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())));
  18626.     }
  18627.     /**
  18628.      * Gets the public 'promotion_discount_prices.repository' shared service.
  18629.      *
  18630.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18631.      */
  18632.     protected function getPromotionDiscountPrices_RepositoryService()
  18633.     {
  18634.         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())));
  18635.     }
  18636.     /**
  18637.      * Gets the public 'promotion_discount_rule.repository' shared service.
  18638.      *
  18639.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18640.      */
  18641.     protected function getPromotionDiscountRule_RepositoryService()
  18642.     {
  18643.         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())));
  18644.     }
  18645.     /**
  18646.      * Gets the public 'promotion_individual_code.repository' shared service.
  18647.      *
  18648.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18649.      */
  18650.     protected function getPromotionIndividualCode_RepositoryService()
  18651.     {
  18652.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18653.         if (isset($this->services['promotion_individual_code.repository'])) {
  18654.             return $this->services['promotion_individual_code.repository'];
  18655.         }
  18656.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18657.         if (isset($this->services['promotion_individual_code.repository'])) {
  18658.             return $this->services['promotion_individual_code.repository'];
  18659.         }
  18660.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18661.         if (isset($this->services['promotion_individual_code.repository'])) {
  18662.             return $this->services['promotion_individual_code.repository'];
  18663.         }
  18664.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18665.         if (isset($this->services['promotion_individual_code.repository'])) {
  18666.             return $this->services['promotion_individual_code.repository'];
  18667.         }
  18668.         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())));
  18669.     }
  18670.     /**
  18671.      * Gets the public 'promotion_order_rule.repository' shared service.
  18672.      *
  18673.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18674.      */
  18675.     protected function getPromotionOrderRule_RepositoryService()
  18676.     {
  18677.         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())));
  18678.     }
  18679.     /**
  18680.      * Gets the public 'promotion_persona_customer.repository' shared service.
  18681.      *
  18682.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18683.      */
  18684.     protected function getPromotionPersonaCustomer_RepositoryService()
  18685.     {
  18686.         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())));
  18687.     }
  18688.     /**
  18689.      * Gets the public 'promotion_persona_rule.repository' shared service.
  18690.      *
  18691.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18692.      */
  18693.     protected function getPromotionPersonaRule_RepositoryService()
  18694.     {
  18695.         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())));
  18696.     }
  18697.     /**
  18698.      * Gets the public 'promotion_sales_channel.repository' shared service.
  18699.      *
  18700.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18701.      */
  18702.     protected function getPromotionSalesChannel_RepositoryService()
  18703.     {
  18704.         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())));
  18705.     }
  18706.     /**
  18707.      * Gets the public 'promotion_setgroup.repository' shared service.
  18708.      *
  18709.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18710.      */
  18711.     protected function getPromotionSetgroup_RepositoryService()
  18712.     {
  18713.         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())));
  18714.     }
  18715.     /**
  18716.      * Gets the public 'promotion_setgroup_rule.repository' shared service.
  18717.      *
  18718.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18719.      */
  18720.     protected function getPromotionSetgroupRule_RepositoryService()
  18721.     {
  18722.         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())));
  18723.     }
  18724.     /**
  18725.      * Gets the public 'promotion_translation.repository' shared service.
  18726.      *
  18727.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18728.      */
  18729.     protected function getPromotionTranslation_RepositoryService()
  18730.     {
  18731.         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())));
  18732.     }
  18733.     /**
  18734.      * Gets the public 'property_group.repository' shared service.
  18735.      *
  18736.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18737.      */
  18738.     protected function getPropertyGroup_RepositoryService()
  18739.     {
  18740.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18741.         if (isset($this->services['property_group.repository'])) {
  18742.             return $this->services['property_group.repository'];
  18743.         }
  18744.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18745.         if (isset($this->services['property_group.repository'])) {
  18746.             return $this->services['property_group.repository'];
  18747.         }
  18748.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18749.         if (isset($this->services['property_group.repository'])) {
  18750.             return $this->services['property_group.repository'];
  18751.         }
  18752.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18753.         if (isset($this->services['property_group.repository'])) {
  18754.             return $this->services['property_group.repository'];
  18755.         }
  18756.         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())));
  18757.     }
  18758.     /**
  18759.      * Gets the public 'property_group_option.repository' shared service.
  18760.      *
  18761.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18762.      */
  18763.     protected function getPropertyGroupOption_RepositoryService()
  18764.     {
  18765.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18766.         if (isset($this->services['property_group_option.repository'])) {
  18767.             return $this->services['property_group_option.repository'];
  18768.         }
  18769.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18770.         if (isset($this->services['property_group_option.repository'])) {
  18771.             return $this->services['property_group_option.repository'];
  18772.         }
  18773.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18774.         if (isset($this->services['property_group_option.repository'])) {
  18775.             return $this->services['property_group_option.repository'];
  18776.         }
  18777.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18778.         if (isset($this->services['property_group_option.repository'])) {
  18779.             return $this->services['property_group_option.repository'];
  18780.         }
  18781.         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())));
  18782.     }
  18783.     /**
  18784.      * Gets the public 'property_group_option_translation.repository' shared service.
  18785.      *
  18786.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18787.      */
  18788.     protected function getPropertyGroupOptionTranslation_RepositoryService()
  18789.     {
  18790.         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())));
  18791.     }
  18792.     /**
  18793.      * Gets the public 'property_group_translation.repository' shared service.
  18794.      *
  18795.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18796.      */
  18797.     protected function getPropertyGroupTranslation_RepositoryService()
  18798.     {
  18799.         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())));
  18800.     }
  18801.     /**
  18802.      * Gets the public 'request_stack' shared service.
  18803.      *
  18804.      * @return \Symfony\Component\HttpFoundation\RequestStack
  18805.      */
  18806.     protected function getRequestStackService()
  18807.     {
  18808.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  18809.     }
  18810.     /**
  18811.      * Gets the public 'router' shared autowired service.
  18812.      *
  18813.      * @return \Shopware\Storefront\Framework\Routing\Router
  18814.      */
  18815.     protected function getRouterService()
  18816.     {
  18817.         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())));
  18818.     }
  18819.     /**
  18820.      * Gets the public 'routing.loader' shared service.
  18821.      *
  18822.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  18823.      */
  18824.     protected function getRouting_LoaderService()
  18825.     {
  18826.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  18827.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  18828.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  18829.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  18830.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  18831.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  18832.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Route/ApiRouteLoader.php';
  18833.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  18834.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  18835.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  18836.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  18837.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  18838.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  18839.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  18840.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  18841.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  18842.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  18843.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  18844.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  18845.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  18846.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  18847.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  18848.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  18849.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  18850.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  18851.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  18852.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  18853.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  18854.         $a->addLoader(new \Shopware\Core\Framework\Api\Route\ApiRouteLoader(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService())));
  18855.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  18856.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  18857.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  18858.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  18859.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  18860.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18861.             'kernel' => ['services''kernel''getKernelService'false],
  18862.         ], [
  18863.             'kernel' => 'Shopware\\Core\\Kernel',
  18864.         ]), 'dev'));
  18865.         $a->addLoader($c);
  18866.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  18867.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  18868.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  18869.     }
  18870.     /**
  18871.      * Gets the public 'rule.repository' shared service.
  18872.      *
  18873.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18874.      */
  18875.     protected function getRule_RepositoryService()
  18876.     {
  18877.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18878.         if (isset($this->services['rule.repository'])) {
  18879.             return $this->services['rule.repository'];
  18880.         }
  18881.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18882.         if (isset($this->services['rule.repository'])) {
  18883.             return $this->services['rule.repository'];
  18884.         }
  18885.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18886.         if (isset($this->services['rule.repository'])) {
  18887.             return $this->services['rule.repository'];
  18888.         }
  18889.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18890.         if (isset($this->services['rule.repository'])) {
  18891.             return $this->services['rule.repository'];
  18892.         }
  18893.         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())));
  18894.     }
  18895.     /**
  18896.      * Gets the public 'rule_condition.repository' shared service.
  18897.      *
  18898.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18899.      */
  18900.     protected function getRuleCondition_RepositoryService()
  18901.     {
  18902.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18903.         if (isset($this->services['rule_condition.repository'])) {
  18904.             return $this->services['rule_condition.repository'];
  18905.         }
  18906.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18907.         if (isset($this->services['rule_condition.repository'])) {
  18908.             return $this->services['rule_condition.repository'];
  18909.         }
  18910.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18911.         if (isset($this->services['rule_condition.repository'])) {
  18912.             return $this->services['rule_condition.repository'];
  18913.         }
  18914.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18915.         if (isset($this->services['rule_condition.repository'])) {
  18916.             return $this->services['rule_condition.repository'];
  18917.         }
  18918.         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())));
  18919.     }
  18920.     /**
  18921.      * Gets the public 'rule_tag.repository' shared service.
  18922.      *
  18923.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18924.      */
  18925.     protected function getRuleTag_RepositoryService()
  18926.     {
  18927.         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())));
  18928.     }
  18929.     /**
  18930.      * Gets the public 's_plugin_netzp_calendars.repository' shared service.
  18931.      *
  18932.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18933.      */
  18934.     protected function getSPluginNetzpCalendars_RepositoryService()
  18935.     {
  18936.         return $this->services['s_plugin_netzp_calendars.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['NetzpCalendar6\\Core\\Content\\Calendar\\CalendarDefinition'] ?? $this->getCalendarDefinitionService()), ($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())));
  18937.     }
  18938.     /**
  18939.      * Gets the public 's_plugin_netzp_calendars_items.repository' shared service.
  18940.      *
  18941.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18942.      */
  18943.     protected function getSPluginNetzpCalendarsItems_RepositoryService()
  18944.     {
  18945.         return $this->services['s_plugin_netzp_calendars_items.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['NetzpCalendar6\\Core\\Content\\Item\\ItemDefinition'] ?? $this->getItemDefinitionService()), ($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())));
  18946.     }
  18947.     /**
  18948.      * Gets the public 's_plugin_netzp_calendars_items_translation.repository' shared service.
  18949.      *
  18950.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18951.      */
  18952.     protected function getSPluginNetzpCalendarsItemsTranslation_RepositoryService()
  18953.     {
  18954.         return $this->services['s_plugin_netzp_calendars_items_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['NetzpCalendar6\\Core\\Content\\Aggregate\\ItemTranslation\\ItemTranslationDefinition'] ?? $this->getItemTranslationDefinitionService()), ($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())));
  18955.     }
  18956.     /**
  18957.      * Gets the public 's_plugin_netzp_calendars_translation.repository' shared service.
  18958.      *
  18959.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18960.      */
  18961.     protected function getSPluginNetzpCalendarsTranslation_RepositoryService()
  18962.     {
  18963.         return $this->services['s_plugin_netzp_calendars_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['NetzpCalendar6\\Core\\Content\\Aggregate\\CalendarTranslation\\CalendarTranslationDefinition'] ?? $this->getCalendarTranslationDefinitionService()), ($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())));
  18964.     }
  18965.     /**
  18966.      * Gets the public 's_plugin_netzp_events.repository' shared service.
  18967.      *
  18968.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18969.      */
  18970.     protected function getSPluginNetzpEvents_RepositoryService()
  18971.     {
  18972.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  18973.         if (isset($this->services['s_plugin_netzp_events.repository'])) {
  18974.             return $this->services['s_plugin_netzp_events.repository'];
  18975.         }
  18976.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  18977.         if (isset($this->services['s_plugin_netzp_events.repository'])) {
  18978.             return $this->services['s_plugin_netzp_events.repository'];
  18979.         }
  18980.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  18981.         if (isset($this->services['s_plugin_netzp_events.repository'])) {
  18982.             return $this->services['s_plugin_netzp_events.repository'];
  18983.         }
  18984.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18985.         if (isset($this->services['s_plugin_netzp_events.repository'])) {
  18986.             return $this->services['s_plugin_netzp_events.repository'];
  18987.         }
  18988.         return $this->services['s_plugin_netzp_events.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['NetzpEvents6\\Core\\Content\\Event\\EventDefinition'] ?? $this->getEventDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  18989.     }
  18990.     /**
  18991.      * Gets the public 's_plugin_netzp_events_categories.repository' shared service.
  18992.      *
  18993.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  18994.      */
  18995.     protected function getSPluginNetzpEventsCategories_RepositoryService()
  18996.     {
  18997.         return $this->services['s_plugin_netzp_events_categories.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['NetzpEvents6\\Core\\Content\\Category\\CategoryDefinition'] ?? $this->getCategoryDefinitionService()), ($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())));
  18998.     }
  18999.     /**
  19000.      * Gets the public 's_plugin_netzp_events_categories_translation.repository' shared service.
  19001.      *
  19002.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  19003.      */
  19004.     protected function getSPluginNetzpEventsCategoriesTranslation_RepositoryService()
  19005.     {
  19006.         return $this->services['s_plugin_netzp_events_categories_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['NetzpEvents6\\Core\\Content\\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())));
  19007.     }
  19008.     /**
  19009.      * Gets the public 's_plugin_netzp_events_participants.repository' shared service.
  19010.      *
  19011.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  19012.      */
  19013.     protected function getSPluginNetzpEventsParticipants_RepositoryService()
  19014.     {
  19015.         return $this->services['s_plugin_netzp_events_participants.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['NetzpEvents6\\Core\\Content\\Participant\\ParticipantDefinition'] ?? $this->getParticipantDefinitionService()), ($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())));
  19016.     }
  19017.     /**
  19018.      * Gets the public 's_plugin_netzp_events_slots.repository' shared service.
  19019.      *
  19020.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  19021.      */
  19022.     protected function getSPluginNetzpEventsSlots_RepositoryService()
  19023.     {
  19024.         return $this->services['s_plugin_netzp_events_slots.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['NetzpEvents6\\Core\\Content\\Slot\\SlotDefinition'] ?? $this->getSlotDefinitionService()), ($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())));
  19025.     }
  19026.     /**
  19027.      * Gets the public 's_plugin_netzp_events_slots_translation.repository' shared service.
  19028.      *
  19029.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  19030.      */
  19031.     protected function getSPluginNetzpEventsSlotsTranslation_RepositoryService()
  19032.     {
  19033.         return $this->services['s_plugin_netzp_events_slots_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['NetzpEvents6\\Core\\Content\\Aggregate\\SlotTranslation\\SlotTranslationDefinition'] ?? $this->getSlotTranslationDefinitionService()), ($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())));
  19034.     }
  19035.     /**
  19036.      * Gets the public 's_plugin_netzp_events_translation.repository' shared service.
  19037.      *
  19038.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  19039.      */
  19040.     protected function getSPluginNetzpEventsTranslation_RepositoryService()
  19041.     {
  19042.         return $this->services['s_plugin_netzp_events_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['NetzpEvents6\\Core\\Content\\Aggregate\\EventTranslation\\EventTranslationDefinition'] ?? $this->getEventTranslationDefinitionService()), ($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())));
  19043.     }
  19044.     /**
  19045.      * Gets the public 'sales_channel.category.repository' shared service.
  19046.      *
  19047.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  19048.      */
  19049.     protected function getSalesChannel_Category_RepositoryService()
  19050.     {
  19051.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  19052.         if (isset($this->services['sales_channel.category.repository'])) {
  19053.             return $this->services['sales_channel.category.repository'];
  19054.         }
  19055.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  19056.         if (isset($this->services['sales_channel.category.repository'])) {
  19057.             return $this->services['sales_channel.category.repository'];
  19058.         }
  19059.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19060.         if (isset($this->services['sales_channel.category.repository'])) {
  19061.             return $this->services['sales_channel.category.repository'];
  19062.         }
  19063.         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()));
  19064.     }
  19065.     /**
  19066.      * Gets the public 'sales_channel.country.repository' shared service.
  19067.      *
  19068.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  19069.      */
  19070.     protected function getSalesChannel_Country_RepositoryService()
  19071.     {
  19072.         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()), ($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()));
  19073.     }
  19074.     /**
  19075.      * Gets the public 'sales_channel.country_state.repository' shared service.
  19076.      *
  19077.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  19078.      */
  19079.     protected function getSalesChannel_CountryState_RepositoryService()
  19080.     {
  19081.         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()));
  19082.     }
  19083.     /**
  19084.      * Gets the public 'sales_channel.currency.repository' shared service.
  19085.      *
  19086.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  19087.      */
  19088.     protected function getSalesChannel_Currency_RepositoryService()
  19089.     {
  19090.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  19091.         if (isset($this->services['sales_channel.currency.repository'])) {
  19092.             return $this->services['sales_channel.currency.repository'];
  19093.         }
  19094.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  19095.         if (isset($this->services['sales_channel.currency.repository'])) {
  19096.             return $this->services['sales_channel.currency.repository'];
  19097.         }
  19098.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19099.         if (isset($this->services['sales_channel.currency.repository'])) {
  19100.             return $this->services['sales_channel.currency.repository'];
  19101.         }
  19102.         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()));
  19103.     }
  19104.     /**
  19105.      * Gets the public 'sales_channel.landing_page.repository' shared service.
  19106.      *
  19107.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  19108.      */
  19109.     protected function getSalesChannel_LandingPage_RepositoryService()
  19110.     {
  19111.         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()));
  19112.     }
  19113.     /**
  19114.      * Gets the public 'sales_channel.language.repository' shared service.
  19115.      *
  19116.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  19117.      */
  19118.     protected function getSalesChannel_Language_RepositoryService()
  19119.     {
  19120.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  19121.         if (isset($this->services['sales_channel.language.repository'])) {
  19122.             return $this->services['sales_channel.language.repository'];
  19123.         }
  19124.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  19125.         if (isset($this->services['sales_channel.language.repository'])) {
  19126.             return $this->services['sales_channel.language.repository'];
  19127.         }
  19128.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19129.         if (isset($this->services['sales_channel.language.repository'])) {
  19130.             return $this->services['sales_channel.language.repository'];
  19131.         }
  19132.         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()));
  19133.     }
  19134.     /**
  19135.      * Gets the public 'sales_channel.main_category.repository' shared service.
  19136.      *
  19137.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  19138.      */
  19139.     protected function getSalesChannel_MainCategory_RepositoryService()
  19140.     {
  19141.         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()));
  19142.     }
  19143.     /**
  19144.      * Gets the public 'sales_channel.newsletter_recipient.repository' shared service.
  19145.      *
  19146.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  19147.      */
  19148.     protected function getSalesChannel_NewsletterRecipient_RepositoryService()
  19149.     {
  19150.         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()));
  19151.     }
  19152.     /**
  19153.      * Gets the public 'sales_channel.payment_method.repository' shared service.
  19154.      *
  19155.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  19156.      */
  19157.     protected function getSalesChannel_PaymentMethod_RepositoryService()
  19158.     {
  19159.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  19160.         if (isset($this->services['sales_channel.payment_method.repository'])) {
  19161.             return $this->services['sales_channel.payment_method.repository'];
  19162.         }
  19163.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  19164.         if (isset($this->services['sales_channel.payment_method.repository'])) {
  19165.             return $this->services['sales_channel.payment_method.repository'];
  19166.         }
  19167.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19168.         if (isset($this->services['sales_channel.payment_method.repository'])) {
  19169.             return $this->services['sales_channel.payment_method.repository'];
  19170.         }
  19171.         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()));
  19172.     }
  19173.     /**
  19174.      * Gets the public 'sales_channel.product.repository' shared service.
  19175.      *
  19176.      * @return \Swag\PayPal\Util\Compatibility\SalesChannelRepositoryDecorator
  19177.      */
  19178.     protected function getSalesChannel_Product_RepositoryService()
  19179.     {
  19180.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  19181.         if (isset($this->services['sales_channel.product.repository'])) {
  19182.             return $this->services['sales_channel.product.repository'];
  19183.         }
  19184.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  19185.         if (isset($this->services['sales_channel.product.repository'])) {
  19186.             return $this->services['sales_channel.product.repository'];
  19187.         }
  19188.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19189.         if (isset($this->services['sales_channel.product.repository'])) {
  19190.             return $this->services['sales_channel.product.repository'];
  19191.         }
  19192.         $d = ($this->privates['Acris\\ProductCustomerGroup\\Components\\BlockProductService'] ?? $this->getBlockProductServiceService());
  19193.         if (isset($this->services['sales_channel.product.repository'])) {
  19194.             return $this->services['sales_channel.product.repository'];
  19195.         }
  19196.         $e = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  19197.         if (isset($this->services['sales_channel.product.repository'])) {
  19198.             return $this->services['sales_channel.product.repository'];
  19199.         }
  19200.         return $this->services['sales_channel.product.repository'] = new \Swag\PayPal\Util\Compatibility\SalesChannelRepositoryDecorator(new \Acris\ProductCustomerGroup\Core\Content\Product\SalesChannel\SalesChannelProductRepository(new \Swag\CustomizedProducts\Core\Content\Product\SalesChannel\SalesChannelProductRepositoryDecorator(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()))), $d$e));
  19201.     }
  19202.     /**
  19203.      * Gets the public 'sales_channel.repository' shared service.
  19204.      *
  19205.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  19206.      */
  19207.     protected function getSalesChannel_RepositoryService()
  19208.     {
  19209.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  19210.         if (isset($this->services['sales_channel.repository'])) {
  19211.             return $this->services['sales_channel.repository'];
  19212.         }
  19213.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  19214.         if (isset($this->services['sales_channel.repository'])) {
  19215.             return $this->services['sales_channel.repository'];
  19216.         }
  19217.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  19218.         if (isset($this->services['sales_channel.repository'])) {
  19219.             return $this->services['sales_channel.repository'];
  19220.         }
  19221.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19222.         if (isset($this->services['sales_channel.repository'])) {
  19223.             return $this->services['sales_channel.repository'];
  19224.         }
  19225.         return $this->services['sales_channel.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Swag\Markets\DataAbstractionLayer\SalesChannelRepositoryDecorator(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()))));
  19226.     }
  19227.     /**
  19228.      * Gets the public 'sales_channel.salutation.repository' shared service.
  19229.      *
  19230.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  19231.      */
  19232.     protected function getSalesChannel_Salutation_RepositoryService()
  19233.     {
  19234.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  19235.         if (isset($this->services['sales_channel.salutation.repository'])) {
  19236.             return $this->services['sales_channel.salutation.repository'];
  19237.         }
  19238.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  19239.         if (isset($this->services['sales_channel.salutation.repository'])) {
  19240.             return $this->services['sales_channel.salutation.repository'];
  19241.         }
  19242.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19243.         if (isset($this->services['sales_channel.salutation.repository'])) {
  19244.             return $this->services['sales_channel.salutation.repository'];
  19245.         }
  19246.         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()));
  19247.     }
  19248.     /**
  19249.      * Gets the public 'sales_channel.seo_url.repository' shared service.
  19250.      *
  19251.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  19252.      */
  19253.     protected function getSalesChannel_SeoUrl_RepositoryService()
  19254.     {
  19255.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  19256.         if (isset($this->services['sales_channel.seo_url.repository'])) {
  19257.             return $this->services['sales_channel.seo_url.repository'];
  19258.         }
  19259.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  19260.         if (isset($this->services['sales_channel.seo_url.repository'])) {
  19261.             return $this->services['sales_channel.seo_url.repository'];
  19262.         }
  19263.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19264.         if (isset($this->services['sales_channel.seo_url.repository'])) {
  19265.             return $this->services['sales_channel.seo_url.repository'];
  19266.         }
  19267.         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()));
  19268.     }
  19269.     /**
  19270.      * Gets the public 'sales_channel.shipping_method.repository' shared service.
  19271.      *
  19272.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  19273.      */
  19274.     protected function getSalesChannel_ShippingMethod_RepositoryService()
  19275.     {
  19276.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  19277.         if (isset($this->services['sales_channel.shipping_method.repository'])) {
  19278.             return $this->services['sales_channel.shipping_method.repository'];
  19279.         }
  19280.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  19281.         if (isset($this->services['sales_channel.shipping_method.repository'])) {
  19282.             return $this->services['sales_channel.shipping_method.repository'];
  19283.         }
  19284.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19285.         if (isset($this->services['sales_channel.shipping_method.repository'])) {
  19286.             return $this->services['sales_channel.shipping_method.repository'];
  19287.         }
  19288.         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()));
  19289.     }
  19290.     /**
  19291.      * Gets the public 'sales_channel.swag_customized_products_template.repository' shared service.
  19292.      *
  19293.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  19294.      */
  19295.     protected function getSalesChannel_SwagCustomizedProductsTemplate_RepositoryService()
  19296.     {
  19297.         return $this->services['sales_channel.swag_customized_products_template.repository'] = new \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository(($this->services['Swag\\CustomizedProducts\\Template\\SalesChannel\\SalesChannelTemplateDefinition'] ?? $this->getSalesChannelTemplateDefinitionService()), ($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()));
  19298.     }
  19299.     /**
  19300.      * Gets the public 'sales_channel.swag_customized_products_template_configuration.repository' shared service.
  19301.      *
  19302.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  19303.      */
  19304.     protected function getSalesChannel_SwagCustomizedProductsTemplateConfiguration_RepositoryService()
  19305.     {
  19306.         return $this->services['sales_channel.swag_customized_products_template_configuration.repository'] = new \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository(($this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateConfiguration\\SalesChannel\\SalesChannelTemplateConfigurationDefinition'] ?? $this->getSalesChannelTemplateConfigurationDefinitionService()), ($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()));
  19307.     }
  19308.     /**
  19309.      * Gets the public 'sales_channel.swag_customized_products_template_option.repository' shared service.
  19310.      *
  19311.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  19312.      */
  19313.     protected function getSalesChannel_SwagCustomizedProductsTemplateOption_RepositoryService()
  19314.     {
  19315.         return $this->services['sales_channel.swag_customized_products_template_option.repository'] = new \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository(($this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\SalesChannel\\SalesChannelTemplateOptionDefinition'] ?? $this->getSalesChannelTemplateOptionDefinitionService()), ($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()));
  19316.     }
  19317.     /**
  19318.      * Gets the public 'sales_channel.swag_customized_products_template_option_value.repository' shared service.
  19319.      *
  19320.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  19321.      */
  19322.     protected function getSalesChannel_SwagCustomizedProductsTemplateOptionValue_RepositoryService()
  19323.     {
  19324.         return $this->services['sales_channel.swag_customized_products_template_option_value.repository'] = new \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository(($this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionValue\\SalesChannel\\SalesChannelTemplateOptionValueDefinition'] ?? $this->getSalesChannelTemplateOptionValueDefinitionService()), ($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()));
  19325.     }
  19326.     /**
  19327.      * Gets the public 'sales_channel_analytics.repository' shared service.
  19328.      *
  19329.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  19330.      */
  19331.     protected function getSalesChannelAnalytics_RepositoryService()
  19332.     {
  19333.         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())));
  19334.     }
  19335.     /**
  19336.      * Gets the public 'sales_channel_country.repository' shared service.
  19337.      *
  19338.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  19339.      */
  19340.     protected function getSalesChannelCountry_RepositoryService()
  19341.     {
  19342.         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())));
  19343.     }
  19344.     /**
  19345.      * Gets the public 'sales_channel_currency.repository' shared service.
  19346.      *
  19347.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  19348.      */
  19349.     protected function getSalesChannelCurrency_RepositoryService()
  19350.     {
  19351.         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())));
  19352.     }
  19353.     /**
  19354.      * Gets the public 'sales_channel_definition.Acris\ProductCustomerGroup\Custom\ProductCustomerGroupDefinition' shared service.
  19355.      *
  19356.      * @return \Acris\ProductCustomerGroup\Custom\ProductCustomerGroupDefinition
  19357.      */
  19358.     protected function getProductCustomerGroupDefinition2Service()
  19359.     {
  19360.         $this->services['sales_channel_definition.Acris\\ProductCustomerGroup\\Custom\\ProductCustomerGroupDefinition'] = $instance = new \Acris\ProductCustomerGroup\Custom\ProductCustomerGroupDefinition();
  19361.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19362.         return $instance;
  19363.     }
  19364.     /**
  19365.      * Gets the public 'sales_channel_definition.Acris\ProductVideo\Custom\Aggregate\ProductVideoTranslation\ProductVideoTranslationDefinition' shared service.
  19366.      *
  19367.      * @return \Acris\ProductVideo\Custom\Aggregate\ProductVideoTranslation\ProductVideoTranslationDefinition
  19368.      */
  19369.     protected function getProductVideoTranslationDefinition2Service()
  19370.     {
  19371.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  19372.         include_once \dirname(__DIR__4).'/custom/plugins/AcrisProductVideoCS/src/Custom/Aggregate/ProductVideoTranslation/ProductVideoTranslationDefinition.php';
  19373.         $this->services['sales_channel_definition.Acris\\ProductVideo\\Custom\\Aggregate\\ProductVideoTranslation\\ProductVideoTranslationDefinition'] = $instance = new \Acris\ProductVideo\Custom\Aggregate\ProductVideoTranslation\ProductVideoTranslationDefinition();
  19374.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19375.         return $instance;
  19376.     }
  19377.     /**
  19378.      * Gets the public 'sales_channel_definition.Acris\ProductVideo\Custom\ProductVideoDefinition' shared service.
  19379.      *
  19380.      * @return \Acris\ProductVideo\Custom\ProductVideoDefinition
  19381.      */
  19382.     protected function getProductVideoDefinition2Service()
  19383.     {
  19384.         include_once \dirname(__DIR__4).'/custom/plugins/AcrisProductVideoCS/src/Custom/ProductVideoDefinition.php';
  19385.         $this->services['sales_channel_definition.Acris\\ProductVideo\\Custom\\ProductVideoDefinition'] = $instance = new \Acris\ProductVideo\Custom\ProductVideoDefinition();
  19386.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19387.         return $instance;
  19388.     }
  19389.     /**
  19390.      * Gets the public 'sales_channel_definition.Cbax\ModulAnalytics\Core\Content\Analytics\CategoryImpressionsDefinition' shared service.
  19391.      *
  19392.      * @return \Cbax\ModulAnalytics\Core\Content\Analytics\CategoryImpressionsDefinition
  19393.      */
  19394.     protected function getCategoryImpressionsDefinition2Service()
  19395.     {
  19396.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Core/Content/Analytics/CategoryImpressionsDefinition.php';
  19397.         $this->services['sales_channel_definition.Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\CategoryImpressionsDefinition'] = $instance = new \Cbax\ModulAnalytics\Core\Content\Analytics\CategoryImpressionsDefinition();
  19398.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19399.         return $instance;
  19400.     }
  19401.     /**
  19402.      * Gets the public 'sales_channel_definition.Cbax\ModulAnalytics\Core\Content\Analytics\ConfigDefinition' shared service.
  19403.      *
  19404.      * @return \Cbax\ModulAnalytics\Core\Content\Analytics\ConfigDefinition
  19405.      */
  19406.     protected function getConfigDefinition2Service()
  19407.     {
  19408.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Core/Content/Analytics/ConfigDefinition.php';
  19409.         $this->services['sales_channel_definition.Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\ConfigDefinition'] = $instance = new \Cbax\ModulAnalytics\Core\Content\Analytics\ConfigDefinition();
  19410.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19411.         return $instance;
  19412.     }
  19413.     /**
  19414.      * Gets the public 'sales_channel_definition.Cbax\ModulAnalytics\Core\Content\Analytics\GroupDefinition' shared service.
  19415.      *
  19416.      * @return \Cbax\ModulAnalytics\Core\Content\Analytics\GroupDefinition
  19417.      */
  19418.     protected function getGroupDefinition2Service()
  19419.     {
  19420.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Core/Content/Analytics/GroupDefinition.php';
  19421.         $this->services['sales_channel_definition.Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\GroupDefinition'] = $instance = new \Cbax\ModulAnalytics\Core\Content\Analytics\GroupDefinition();
  19422.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19423.         return $instance;
  19424.     }
  19425.     /**
  19426.      * Gets the public 'sales_channel_definition.Cbax\ModulAnalytics\Core\Content\Analytics\ManufacturerImpressionsDefinition' shared service.
  19427.      *
  19428.      * @return \Cbax\ModulAnalytics\Core\Content\Analytics\ManufacturerImpressionsDefinition
  19429.      */
  19430.     protected function getManufacturerImpressionsDefinition2Service()
  19431.     {
  19432.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Core/Content/Analytics/ManufacturerImpressionsDefinition.php';
  19433.         $this->services['sales_channel_definition.Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\ManufacturerImpressionsDefinition'] = $instance = new \Cbax\ModulAnalytics\Core\Content\Analytics\ManufacturerImpressionsDefinition();
  19434.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19435.         return $instance;
  19436.     }
  19437.     /**
  19438.      * Gets the public 'sales_channel_definition.Cbax\ModulAnalytics\Core\Content\Analytics\PoolDefinition' shared service.
  19439.      *
  19440.      * @return \Cbax\ModulAnalytics\Core\Content\Analytics\PoolDefinition
  19441.      */
  19442.     protected function getPoolDefinition2Service()
  19443.     {
  19444.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Core/Content/Analytics/PoolDefinition.php';
  19445.         $this->services['sales_channel_definition.Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\PoolDefinition'] = $instance = new \Cbax\ModulAnalytics\Core\Content\Analytics\PoolDefinition();
  19446.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19447.         return $instance;
  19448.     }
  19449.     /**
  19450.      * Gets the public 'sales_channel_definition.Cbax\ModulAnalytics\Core\Content\Analytics\ProductImpressionsDefinition' shared service.
  19451.      *
  19452.      * @return \Cbax\ModulAnalytics\Core\Content\Analytics\ProductImpressionsDefinition
  19453.      */
  19454.     protected function getProductImpressionsDefinition2Service()
  19455.     {
  19456.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Core/Content/Analytics/ProductImpressionsDefinition.php';
  19457.         $this->services['sales_channel_definition.Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\ProductImpressionsDefinition'] = $instance = new \Cbax\ModulAnalytics\Core\Content\Analytics\ProductImpressionsDefinition();
  19458.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19459.         return $instance;
  19460.     }
  19461.     /**
  19462.      * Gets the public 'sales_channel_definition.Cbax\ModulAnalytics\Core\Content\Analytics\RefererDefinition' shared service.
  19463.      *
  19464.      * @return \Cbax\ModulAnalytics\Core\Content\Analytics\RefererDefinition
  19465.      */
  19466.     protected function getRefererDefinition2Service()
  19467.     {
  19468.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Core/Content/Analytics/RefererDefinition.php';
  19469.         $this->services['sales_channel_definition.Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\RefererDefinition'] = $instance = new \Cbax\ModulAnalytics\Core\Content\Analytics\RefererDefinition();
  19470.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19471.         return $instance;
  19472.     }
  19473.     /**
  19474.      * Gets the public 'sales_channel_definition.Cbax\ModulAnalytics\Core\Content\Analytics\SearchResultDefinition' shared service.
  19475.      *
  19476.      * @return \Cbax\ModulAnalytics\Core\Content\Analytics\SearchResultDefinition
  19477.      */
  19478.     protected function getSearchResultDefinition2Service()
  19479.     {
  19480.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Core/Content/Analytics/SearchResultDefinition.php';
  19481.         $this->services['sales_channel_definition.Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\SearchResultDefinition'] = $instance = new \Cbax\ModulAnalytics\Core\Content\Analytics\SearchResultDefinition();
  19482.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19483.         return $instance;
  19484.     }
  19485.     /**
  19486.      * Gets the public 'sales_channel_definition.Cbax\ModulAnalytics\Core\Content\Analytics\VisitorsDefinition' shared service.
  19487.      *
  19488.      * @return \Cbax\ModulAnalytics\Core\Content\Analytics\VisitorsDefinition
  19489.      */
  19490.     protected function getVisitorsDefinition2Service()
  19491.     {
  19492.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Core/Content/Analytics/VisitorsDefinition.php';
  19493.         $this->services['sales_channel_definition.Cbax\\ModulAnalytics\\Core\\Content\\Analytics\\VisitorsDefinition'] = $instance = new \Cbax\ModulAnalytics\Core\Content\Analytics\VisitorsDefinition();
  19494.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19495.         return $instance;
  19496.     }
  19497.     /**
  19498.      * Gets the public 'sales_channel_definition.KlarnaPayment\Components\DataAbstractionLayer\Entity\RequestLog\RequestLogDefinition' shared service.
  19499.      *
  19500.      * @return \KlarnaPayment\Components\DataAbstractionLayer\Entity\RequestLog\RequestLogDefinition
  19501.      */
  19502.     protected function getRequestLogDefinition2Service()
  19503.     {
  19504.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/DataAbstractionLayer/Entity/RequestLog/RequestLogDefinition.php';
  19505.         $this->services['sales_channel_definition.KlarnaPayment\\Components\\DataAbstractionLayer\\Entity\\RequestLog\\RequestLogDefinition'] = $instance = new \KlarnaPayment\Components\DataAbstractionLayer\Entity\RequestLog\RequestLogDefinition();
  19506.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19507.         return $instance;
  19508.     }
  19509.     /**
  19510.      * Gets the public 'sales_channel_definition.NetzpCalendar6\Core\Content\Aggregate\CalendarTranslation\CalendarTranslationDefinition' shared service.
  19511.      *
  19512.      * @return \NetzpCalendar6\Core\Content\Aggregate\CalendarTranslation\CalendarTranslationDefinition
  19513.      */
  19514.     protected function getCalendarTranslationDefinition2Service()
  19515.     {
  19516.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  19517.         include_once \dirname(__DIR__4).'/custom/plugins/NetzpCalendar6/src/Core/Content/Aggregate/CalendarTranslation/CalendarTranslationDefinition.php';
  19518.         $this->services['sales_channel_definition.NetzpCalendar6\\Core\\Content\\Aggregate\\CalendarTranslation\\CalendarTranslationDefinition'] = $instance = new \NetzpCalendar6\Core\Content\Aggregate\CalendarTranslation\CalendarTranslationDefinition();
  19519.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19520.         return $instance;
  19521.     }
  19522.     /**
  19523.      * Gets the public 'sales_channel_definition.NetzpCalendar6\Core\Content\Aggregate\ItemTranslation\ItemTranslationDefinition' shared service.
  19524.      *
  19525.      * @return \NetzpCalendar6\Core\Content\Aggregate\ItemTranslation\ItemTranslationDefinition
  19526.      */
  19527.     protected function getItemTranslationDefinition2Service()
  19528.     {
  19529.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  19530.         include_once \dirname(__DIR__4).'/custom/plugins/NetzpCalendar6/src/Core/Content/Aggregate/ItemTranslation/ItemTranslationDefinition.php';
  19531.         $this->services['sales_channel_definition.NetzpCalendar6\\Core\\Content\\Aggregate\\ItemTranslation\\ItemTranslationDefinition'] = $instance = new \NetzpCalendar6\Core\Content\Aggregate\ItemTranslation\ItemTranslationDefinition();
  19532.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19533.         return $instance;
  19534.     }
  19535.     /**
  19536.      * Gets the public 'sales_channel_definition.NetzpCalendar6\Core\Content\Calendar\CalendarDefinition' shared service.
  19537.      *
  19538.      * @return \NetzpCalendar6\Core\Content\Calendar\CalendarDefinition
  19539.      */
  19540.     protected function getCalendarDefinition2Service()
  19541.     {
  19542.         include_once \dirname(__DIR__4).'/custom/plugins/NetzpCalendar6/src/Core/Content/Calendar/CalendarDefinition.php';
  19543.         $this->services['sales_channel_definition.NetzpCalendar6\\Core\\Content\\Calendar\\CalendarDefinition'] = $instance = new \NetzpCalendar6\Core\Content\Calendar\CalendarDefinition();
  19544.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19545.         return $instance;
  19546.     }
  19547.     /**
  19548.      * Gets the public 'sales_channel_definition.NetzpCalendar6\Core\Content\Item\ItemDefinition' shared service.
  19549.      *
  19550.      * @return \NetzpCalendar6\Core\Content\Item\ItemDefinition
  19551.      */
  19552.     protected function getItemDefinition2Service()
  19553.     {
  19554.         include_once \dirname(__DIR__4).'/custom/plugins/NetzpCalendar6/src/Core/Content/Item/ItemDefinition.php';
  19555.         $this->services['sales_channel_definition.NetzpCalendar6\\Core\\Content\\Item\\ItemDefinition'] = $instance = new \NetzpCalendar6\Core\Content\Item\ItemDefinition();
  19556.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19557.         return $instance;
  19558.     }
  19559.     /**
  19560.      * Gets the public 'sales_channel_definition.NetzpEvents6\Core\Content\Aggregate\CategoryTranslation\CategoryTranslationDefinition' shared service.
  19561.      *
  19562.      * @return \NetzpEvents6\Core\Content\Aggregate\CategoryTranslation\CategoryTranslationDefinition
  19563.      */
  19564.     protected function getCategoryTranslationDefinition3Service()
  19565.     {
  19566.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  19567.         include_once \dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Core/Content/Aggregate/CategoryTranslation/CategoryTranslationDefinition.php';
  19568.         $this->services['sales_channel_definition.NetzpEvents6\\Core\\Content\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition'] = $instance = new \NetzpEvents6\Core\Content\Aggregate\CategoryTranslation\CategoryTranslationDefinition();
  19569.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19570.         return $instance;
  19571.     }
  19572.     /**
  19573.      * Gets the public 'sales_channel_definition.NetzpEvents6\Core\Content\Aggregate\EventTranslation\EventTranslationDefinition' shared service.
  19574.      *
  19575.      * @return \NetzpEvents6\Core\Content\Aggregate\EventTranslation\EventTranslationDefinition
  19576.      */
  19577.     protected function getEventTranslationDefinition2Service()
  19578.     {
  19579.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  19580.         include_once \dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Core/Content/Aggregate/EventTranslation/EventTranslationDefinition.php';
  19581.         $this->services['sales_channel_definition.NetzpEvents6\\Core\\Content\\Aggregate\\EventTranslation\\EventTranslationDefinition'] = $instance = new \NetzpEvents6\Core\Content\Aggregate\EventTranslation\EventTranslationDefinition();
  19582.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19583.         return $instance;
  19584.     }
  19585.     /**
  19586.      * Gets the public 'sales_channel_definition.NetzpEvents6\Core\Content\Aggregate\SlotTranslation\SlotTranslationDefinition' shared service.
  19587.      *
  19588.      * @return \NetzpEvents6\Core\Content\Aggregate\SlotTranslation\SlotTranslationDefinition
  19589.      */
  19590.     protected function getSlotTranslationDefinition2Service()
  19591.     {
  19592.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  19593.         include_once \dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Core/Content/Aggregate/SlotTranslation/SlotTranslationDefinition.php';
  19594.         $this->services['sales_channel_definition.NetzpEvents6\\Core\\Content\\Aggregate\\SlotTranslation\\SlotTranslationDefinition'] = $instance = new \NetzpEvents6\Core\Content\Aggregate\SlotTranslation\SlotTranslationDefinition();
  19595.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19596.         return $instance;
  19597.     }
  19598.     /**
  19599.      * Gets the public 'sales_channel_definition.NetzpEvents6\Core\Content\Category\CategoryDefinition' shared service.
  19600.      *
  19601.      * @return \NetzpEvents6\Core\Content\Category\CategoryDefinition
  19602.      */
  19603.     protected function getCategoryDefinition3Service()
  19604.     {
  19605.         include_once \dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Core/Content/Category/CategoryDefinition.php';
  19606.         $this->services['sales_channel_definition.NetzpEvents6\\Core\\Content\\Category\\CategoryDefinition'] = $instance = new \NetzpEvents6\Core\Content\Category\CategoryDefinition();
  19607.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19608.         return $instance;
  19609.     }
  19610.     /**
  19611.      * Gets the public 'sales_channel_definition.NetzpEvents6\Core\Content\Event\EventDefinition' shared service.
  19612.      *
  19613.      * @return \NetzpEvents6\Core\Content\Event\EventDefinition
  19614.      */
  19615.     protected function getEventDefinition2Service()
  19616.     {
  19617.         include_once \dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Core/Content/Event/EventDefinition.php';
  19618.         $this->services['sales_channel_definition.NetzpEvents6\\Core\\Content\\Event\\EventDefinition'] = $instance = new \NetzpEvents6\Core\Content\Event\EventDefinition();
  19619.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19620.         return $instance;
  19621.     }
  19622.     /**
  19623.      * Gets the public 'sales_channel_definition.NetzpEvents6\Core\Content\Participant\ParticipantDefinition' shared service.
  19624.      *
  19625.      * @return \NetzpEvents6\Core\Content\Participant\ParticipantDefinition
  19626.      */
  19627.     protected function getParticipantDefinition2Service()
  19628.     {
  19629.         include_once \dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Core/Content/Participant/ParticipantDefinition.php';
  19630.         $this->services['sales_channel_definition.NetzpEvents6\\Core\\Content\\Participant\\ParticipantDefinition'] = $instance = new \NetzpEvents6\Core\Content\Participant\ParticipantDefinition();
  19631.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19632.         return $instance;
  19633.     }
  19634.     /**
  19635.      * Gets the public 'sales_channel_definition.NetzpEvents6\Core\Content\Slot\SlotDefinition' shared service.
  19636.      *
  19637.      * @return \NetzpEvents6\Core\Content\Slot\SlotDefinition
  19638.      */
  19639.     protected function getSlotDefinition2Service()
  19640.     {
  19641.         include_once \dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Core/Content/Slot/SlotDefinition.php';
  19642.         $this->services['sales_channel_definition.NetzpEvents6\\Core\\Content\\Slot\\SlotDefinition'] = $instance = new \NetzpEvents6\Core\Content\Slot\SlotDefinition();
  19643.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19644.         return $instance;
  19645.     }
  19646.     /**
  19647.      * Gets the public 'sales_channel_definition.Sas\BlogModule\Content\BlogAuthor\BlogAuthorDefinition' shared service.
  19648.      *
  19649.      * @return \Sas\BlogModule\Content\BlogAuthor\BlogAuthorDefinition
  19650.      */
  19651.     protected function getBlogAuthorDefinition2Service()
  19652.     {
  19653.         include_once \dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Content/BlogAuthor/BlogAuthorDefinition.php';
  19654.         $this->services['sales_channel_definition.Sas\\BlogModule\\Content\\BlogAuthor\\BlogAuthorDefinition'] = $instance = new \Sas\BlogModule\Content\BlogAuthor\BlogAuthorDefinition();
  19655.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19656.         return $instance;
  19657.     }
  19658.     /**
  19659.      * Gets the public 'sales_channel_definition.Sas\BlogModule\Content\BlogAuthor\BlogAuthorTranslation\BlogAuthorTranslationDefinition' shared service.
  19660.      *
  19661.      * @return \Sas\BlogModule\Content\BlogAuthor\BlogAuthorTranslation\BlogAuthorTranslationDefinition
  19662.      */
  19663.     protected function getBlogAuthorTranslationDefinition2Service()
  19664.     {
  19665.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  19666.         include_once \dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Content/BlogAuthor/BlogAuthorTranslation/BlogAuthorTranslationDefinition.php';
  19667.         $this->services['sales_channel_definition.Sas\\BlogModule\\Content\\BlogAuthor\\BlogAuthorTranslation\\BlogAuthorTranslationDefinition'] = $instance = new \Sas\BlogModule\Content\BlogAuthor\BlogAuthorTranslation\BlogAuthorTranslationDefinition();
  19668.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19669.         return $instance;
  19670.     }
  19671.     /**
  19672.      * Gets the public 'sales_channel_definition.Sas\BlogModule\Content\BlogCategory\BlogCategoryDefinition' shared service.
  19673.      *
  19674.      * @return \Sas\BlogModule\Content\BlogCategory\BlogCategoryDefinition
  19675.      */
  19676.     protected function getBlogCategoryDefinition2Service()
  19677.     {
  19678.         include_once \dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Content/BlogCategory/BlogCategoryDefinition.php';
  19679.         $this->services['sales_channel_definition.Sas\\BlogModule\\Content\\BlogCategory\\BlogCategoryDefinition'] = $instance = new \Sas\BlogModule\Content\BlogCategory\BlogCategoryDefinition();
  19680.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19681.         return $instance;
  19682.     }
  19683.     /**
  19684.      * Gets the public 'sales_channel_definition.Sas\BlogModule\Content\BlogCategory\BlogCategoryTranslation\BlogCategoryTranslationDefinition' shared service.
  19685.      *
  19686.      * @return \Sas\BlogModule\Content\BlogCategory\BlogCategoryTranslation\BlogCategoryTranslationDefinition
  19687.      */
  19688.     protected function getBlogCategoryTranslationDefinition2Service()
  19689.     {
  19690.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  19691.         include_once \dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Content/BlogCategory/BlogCategoryTranslation/BlogCategoryTranslationDefinition.php';
  19692.         $this->services['sales_channel_definition.Sas\\BlogModule\\Content\\BlogCategory\\BlogCategoryTranslation\\BlogCategoryTranslationDefinition'] = $instance = new \Sas\BlogModule\Content\BlogCategory\BlogCategoryTranslation\BlogCategoryTranslationDefinition();
  19693.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19694.         return $instance;
  19695.     }
  19696.     /**
  19697.      * Gets the public 'sales_channel_definition.Sas\BlogModule\Content\Blog\Aggregate\BlogCategoryMappingDefinition' shared service.
  19698.      *
  19699.      * @return \Sas\BlogModule\Content\Blog\Aggregate\BlogCategoryMappingDefinition
  19700.      */
  19701.     protected function getBlogCategoryMappingDefinition2Service()
  19702.     {
  19703.         include_once \dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Content/Blog/Aggregate/BlogCategoryMappingDefinition.php';
  19704.         $this->services['sales_channel_definition.Sas\\BlogModule\\Content\\Blog\\Aggregate\\BlogCategoryMappingDefinition'] = $instance = new \Sas\BlogModule\Content\Blog\Aggregate\BlogCategoryMappingDefinition();
  19705.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19706.         return $instance;
  19707.     }
  19708.     /**
  19709.      * Gets the public 'sales_channel_definition.Sas\BlogModule\Content\Blog\BlogEntriesDefinition' shared service.
  19710.      *
  19711.      * @return \Sas\BlogModule\Content\Blog\BlogEntriesDefinition
  19712.      */
  19713.     protected function getBlogEntriesDefinition2Service()
  19714.     {
  19715.         include_once \dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Content/Blog/BlogEntriesDefinition.php';
  19716.         $this->services['sales_channel_definition.Sas\\BlogModule\\Content\\Blog\\BlogEntriesDefinition'] = $instance = new \Sas\BlogModule\Content\Blog\BlogEntriesDefinition();
  19717.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19718.         return $instance;
  19719.     }
  19720.     /**
  19721.      * Gets the public 'sales_channel_definition.Sas\BlogModule\Content\Blog\BlogEntriesTranslation\BlogEntriesTranslationDefinition' shared service.
  19722.      *
  19723.      * @return \Sas\BlogModule\Content\Blog\BlogEntriesTranslation\BlogEntriesTranslationDefinition
  19724.      */
  19725.     protected function getBlogEntriesTranslationDefinition2Service()
  19726.     {
  19727.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  19728.         include_once \dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Content/Blog/BlogEntriesTranslation/BlogEntriesTranslationDefinition.php';
  19729.         $this->services['sales_channel_definition.Sas\\BlogModule\\Content\\Blog\\BlogEntriesTranslation\\BlogEntriesTranslationDefinition'] = $instance = new \Sas\BlogModule\Content\Blog\BlogEntriesTranslation\BlogEntriesTranslationDefinition();
  19730.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19731.         return $instance;
  19732.     }
  19733.     /**
  19734.      * Gets the public 'sales_channel_definition.Sendcloud\Shipping\Entity\Process\ProcessEntityDefinition' shared service.
  19735.      *
  19736.      * @return \Sendcloud\Shipping\Entity\Process\ProcessEntityDefinition
  19737.      */
  19738.     protected function getProcessEntityDefinition2Service()
  19739.     {
  19740.         $this->services['sales_channel_definition.Sendcloud\\Shipping\\Entity\\Process\\ProcessEntityDefinition'] = $instance = new \Sendcloud\Shipping\Entity\Process\ProcessEntityDefinition();
  19741.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19742.         return $instance;
  19743.     }
  19744.     /**
  19745.      * Gets the public 'sales_channel_definition.Sendcloud\Shipping\Entity\Queue\QueueEntityDefinition' shared service.
  19746.      *
  19747.      * @return \Sendcloud\Shipping\Entity\Queue\QueueEntityDefinition
  19748.      */
  19749.     protected function getQueueEntityDefinition2Service()
  19750.     {
  19751.         $this->services['sales_channel_definition.Sendcloud\\Shipping\\Entity\\Queue\\QueueEntityDefinition'] = $instance = new \Sendcloud\Shipping\Entity\Queue\QueueEntityDefinition();
  19752.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19753.         return $instance;
  19754.     }
  19755.     /**
  19756.      * Gets the public 'sales_channel_definition.Sendcloud\Shipping\Entity\ServicePoint\ServicePointEntityDefinition' shared service.
  19757.      *
  19758.      * @return \Sendcloud\Shipping\Entity\ServicePoint\ServicePointEntityDefinition
  19759.      */
  19760.     protected function getServicePointEntityDefinition2Service()
  19761.     {
  19762.         $this->services['sales_channel_definition.Sendcloud\\Shipping\\Entity\\ServicePoint\\ServicePointEntityDefinition'] = $instance = new \Sendcloud\Shipping\Entity\ServicePoint\ServicePointEntityDefinition();
  19763.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19764.         return $instance;
  19765.     }
  19766.     /**
  19767.      * Gets the public 'sales_channel_definition.Sendcloud\Shipping\Entity\Shipment\ShipmentEntityDefinition' shared service.
  19768.      *
  19769.      * @return \Sendcloud\Shipping\Entity\Shipment\ShipmentEntityDefinition
  19770.      */
  19771.     protected function getShipmentEntityDefinition2Service()
  19772.     {
  19773.         $this->services['sales_channel_definition.Sendcloud\\Shipping\\Entity\\Shipment\\ShipmentEntityDefinition'] = $instance = new \Sendcloud\Shipping\Entity\Shipment\ShipmentEntityDefinition();
  19774.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19775.         return $instance;
  19776.     }
  19777.     /**
  19778.      * Gets the public 'sales_channel_definition.She\TinyMce\Database\TinyConfigDefinition' shared service.
  19779.      *
  19780.      * @return \She\TinyMce\Database\TinyConfigDefinition
  19781.      */
  19782.     protected function getTinyConfigDefinition2Service()
  19783.     {
  19784.         include_once \dirname(__DIR__4).'/custom/plugins/SheTinyMce/src/Database/TinyConfigDefinition.php';
  19785.         $this->services['sales_channel_definition.She\\TinyMce\\Database\\TinyConfigDefinition'] = $instance = new \She\TinyMce\Database\TinyConfigDefinition();
  19786.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19787.         return $instance;
  19788.     }
  19789.     /**
  19790.      * Gets the public 'sales_channel_definition.She\TinyMce\Database\TinyTemplateDefinition' shared service.
  19791.      *
  19792.      * @return \She\TinyMce\Database\TinyTemplateDefinition
  19793.      */
  19794.     protected function getTinyTemplateDefinition2Service()
  19795.     {
  19796.         include_once \dirname(__DIR__4).'/custom/plugins/SheTinyMce/src/Database/TinyTemplateDefinition.php';
  19797.         $this->services['sales_channel_definition.She\\TinyMce\\Database\\TinyTemplateDefinition'] = $instance = new \She\TinyMce\Database\TinyTemplateDefinition();
  19798.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19799.         return $instance;
  19800.     }
  19801.     /**
  19802.      * Gets the public 'sales_channel_definition.Shopware\Administration\Notification\NotificationDefinition' shared service.
  19803.      *
  19804.      * @return \Shopware\Administration\Notification\NotificationDefinition
  19805.      */
  19806.     protected function getNotificationDefinition2Service()
  19807.     {
  19808.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Notification/NotificationDefinition.php';
  19809.         $this->services['sales_channel_definition.Shopware\\Administration\\Notification\\NotificationDefinition'] = $instance = new \Shopware\Administration\Notification\NotificationDefinition();
  19810.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19811.         return $instance;
  19812.     }
  19813.     /**
  19814.      * Gets the public 'sales_channel_definition.Shopware\Administration\Snippet\AppAdministrationSnippetDefinition' shared service.
  19815.      *
  19816.      * @return \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition
  19817.      */
  19818.     protected function getAppAdministrationSnippetDefinition2Service()
  19819.     {
  19820.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/AppAdministrationSnippetDefinition.php';
  19821.         $this->services['sales_channel_definition.Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition'] = $instance = new \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition();
  19822.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19823.         return $instance;
  19824.     }
  19825.     /**
  19826.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition' shared service.
  19827.      *
  19828.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition
  19829.      */
  19830.     protected function getCustomerAddressDefinition2Service()
  19831.     {
  19832.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition();
  19833.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19834.         return $instance;
  19835.     }
  19836.     /**
  19837.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition' shared service.
  19838.      *
  19839.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition
  19840.      */
  19841.     protected function getCustomerGroupRegistrationSalesChannelDefinition2Service()
  19842.     {
  19843.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroupRegistrationSalesChannel/CustomerGroupRegistrationSalesChannelDefinition.php';
  19844.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition();
  19845.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19846.         return $instance;
  19847.     }
  19848.     /**
  19849.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition' shared service.
  19850.      *
  19851.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition
  19852.      */
  19853.     protected function getCustomerGroupTranslationDefinition2Service()
  19854.     {
  19855.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  19856.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroupTranslation/CustomerGroupTranslationDefinition.php';
  19857.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition();
  19858.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19859.         return $instance;
  19860.     }
  19861.     /**
  19862.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition' shared service.
  19863.      *
  19864.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition
  19865.      */
  19866.     protected function getCustomerGroupDefinition2Service()
  19867.     {
  19868.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition();
  19869.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19870.         return $instance;
  19871.     }
  19872.     /**
  19873.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition' shared service.
  19874.      *
  19875.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition
  19876.      */
  19877.     protected function getCustomerRecoveryDefinition2Service()
  19878.     {
  19879.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerRecovery/CustomerRecoveryDefinition.php';
  19880.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition();
  19881.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19882.         return $instance;
  19883.     }
  19884.     /**
  19885.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition' shared service.
  19886.      *
  19887.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition
  19888.      */
  19889.     protected function getCustomerTagDefinition2Service()
  19890.     {
  19891.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerTag/CustomerTagDefinition.php';
  19892.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition();
  19893.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19894.         return $instance;
  19895.     }
  19896.     /**
  19897.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition' shared service.
  19898.      *
  19899.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition
  19900.      */
  19901.     protected function getCustomerWishlistProductDefinition2Service()
  19902.     {
  19903.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerWishlistProduct/CustomerWishlistProductDefinition.php';
  19904.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition();
  19905.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19906.         return $instance;
  19907.     }
  19908.     /**
  19909.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition' shared service.
  19910.      *
  19911.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition
  19912.      */
  19913.     protected function getCustomerWishlistDefinition2Service()
  19914.     {
  19915.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerWishlist/CustomerWishlistDefinition.php';
  19916.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition();
  19917.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19918.         return $instance;
  19919.     }
  19920.     /**
  19921.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\CustomerDefinition' shared service.
  19922.      *
  19923.      * @return \Shopware\Core\Checkout\Customer\CustomerDefinition
  19924.      */
  19925.     protected function getCustomerDefinition2Service()
  19926.     {
  19927.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\CustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\CustomerDefinition();
  19928.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19929.         return $instance;
  19930.     }
  19931.     /**
  19932.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition' shared service.
  19933.      *
  19934.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition
  19935.      */
  19936.     protected function getDocumentBaseConfigSalesChannelDefinition2Service()
  19937.     {
  19938.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentBaseConfigSalesChannel/DocumentBaseConfigSalesChannelDefinition.php';
  19939.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition();
  19940.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19941.         return $instance;
  19942.     }
  19943.     /**
  19944.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition' shared service.
  19945.      *
  19946.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition
  19947.      */
  19948.     protected function getDocumentBaseConfigDefinition2Service()
  19949.     {
  19950.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition();
  19951.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19952.         return $instance;
  19953.     }
  19954.     /**
  19955.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition' shared service.
  19956.      *
  19957.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition
  19958.      */
  19959.     protected function getDocumentTypeTranslationDefinition2Service()
  19960.     {
  19961.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  19962.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentTypeTranslation/DocumentTypeTranslationDefinition.php';
  19963.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition();
  19964.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19965.         return $instance;
  19966.     }
  19967.     /**
  19968.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition' shared service.
  19969.      *
  19970.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition
  19971.      */
  19972.     protected function getDocumentTypeDefinition2Service()
  19973.     {
  19974.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition();
  19975.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19976.         return $instance;
  19977.     }
  19978.     /**
  19979.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\DocumentDefinition' shared service.
  19980.      *
  19981.      * @return \Shopware\Core\Checkout\Document\DocumentDefinition
  19982.      */
  19983.     protected function getDocumentDefinition2Service()
  19984.     {
  19985.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\DocumentDefinition'] = $instance = new \Shopware\Core\Checkout\Document\DocumentDefinition();
  19986.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19987.         return $instance;
  19988.     }
  19989.     /**
  19990.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition' shared service.
  19991.      *
  19992.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition
  19993.      */
  19994.     protected function getOrderAddressDefinition2Service()
  19995.     {
  19996.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition();
  19997.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  19998.         return $instance;
  19999.     }
  20000.     /**
  20001.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition' shared service.
  20002.      *
  20003.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition
  20004.      */
  20005.     protected function getOrderCustomerDefinition2Service()
  20006.     {
  20007.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderCustomer/OrderCustomerDefinition.php';
  20008.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition();
  20009.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20010.         return $instance;
  20011.     }
  20012.     /**
  20013.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition' shared service.
  20014.      *
  20015.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition
  20016.      */
  20017.     protected function getOrderDeliveryPositionDefinition2Service()
  20018.     {
  20019.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderDeliveryPosition/OrderDeliveryPositionDefinition.php';
  20020.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition();
  20021.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20022.         return $instance;
  20023.     }
  20024.     /**
  20025.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition' shared service.
  20026.      *
  20027.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition
  20028.      */
  20029.     protected function getOrderDeliveryDefinition2Service()
  20030.     {
  20031.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition();
  20032.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20033.         return $instance;
  20034.     }
  20035.     /**
  20036.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderLineItemDownload\OrderLineItemDownloadDefinition' shared service.
  20037.      *
  20038.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderLineItemDownload\OrderLineItemDownloadDefinition
  20039.      */
  20040.     protected function getOrderLineItemDownloadDefinition2Service()
  20041.     {
  20042.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderLineItemDownload/OrderLineItemDownloadDefinition.php';
  20043.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItemDownload\\OrderLineItemDownloadDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderLineItemDownload\OrderLineItemDownloadDefinition();
  20044.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20045.         return $instance;
  20046.     }
  20047.     /**
  20048.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition' shared service.
  20049.      *
  20050.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition
  20051.      */
  20052.     protected function getOrderLineItemDefinition2Service()
  20053.     {
  20054.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderLineItem/OrderLineItemDefinition.php';
  20055.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition();
  20056.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20057.         return $instance;
  20058.     }
  20059.     /**
  20060.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition' shared service.
  20061.      *
  20062.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition
  20063.      */
  20064.     protected function getOrderTagDefinition2Service()
  20065.     {
  20066.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTag/OrderTagDefinition.php';
  20067.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition();
  20068.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20069.         return $instance;
  20070.     }
  20071.     /**
  20072.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition' shared service.
  20073.      *
  20074.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition
  20075.      */
  20076.     protected function getOrderTransactionCaptureRefundPositionDefinition2Service()
  20077.     {
  20078.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefundPosition/OrderTransactionCaptureRefundPositionDefinition.php';
  20079.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition();
  20080.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20081.         return $instance;
  20082.     }
  20083.     /**
  20084.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition' shared service.
  20085.      *
  20086.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition
  20087.      */
  20088.     protected function getOrderTransactionCaptureRefundDefinition2Service()
  20089.     {
  20090.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefund/OrderTransactionCaptureRefundDefinition.php';
  20091.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition();
  20092.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20093.         return $instance;
  20094.     }
  20095.     /**
  20096.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition' shared service.
  20097.      *
  20098.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition
  20099.      */
  20100.     protected function getOrderTransactionCaptureDefinition2Service()
  20101.     {
  20102.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCapture/OrderTransactionCaptureDefinition.php';
  20103.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition();
  20104.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20105.         return $instance;
  20106.     }
  20107.     /**
  20108.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition' shared service.
  20109.      *
  20110.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition
  20111.      */
  20112.     protected function getOrderTransactionDefinition2Service()
  20113.     {
  20114.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransaction/OrderTransactionDefinition.php';
  20115.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition();
  20116.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20117.         return $instance;
  20118.     }
  20119.     /**
  20120.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\OrderDefinition' shared service.
  20121.      *
  20122.      * @return \Shopware\Core\Checkout\Order\OrderDefinition
  20123.      */
  20124.     protected function getOrderDefinition2Service()
  20125.     {
  20126.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\OrderDefinition'] = $instance = new \Shopware\Core\Checkout\Order\OrderDefinition();
  20127.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20128.         return $instance;
  20129.     }
  20130.     /**
  20131.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition' shared service.
  20132.      *
  20133.      * @return \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition
  20134.      */
  20135.     protected function getPaymentMethodTranslationDefinition2Service()
  20136.     {
  20137.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  20138.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Aggregate/PaymentMethodTranslation/PaymentMethodTranslationDefinition.php';
  20139.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition();
  20140.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20141.         return $instance;
  20142.     }
  20143.     /**
  20144.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition' shared service.
  20145.      *
  20146.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition
  20147.      */
  20148.     protected function getPromotionCartRuleDefinition2Service()
  20149.     {
  20150.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionCartRule/PromotionCartRuleDefinition.php';
  20151.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition();
  20152.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20153.         return $instance;
  20154.     }
  20155.     /**
  20156.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition' shared service.
  20157.      *
  20158.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition
  20159.      */
  20160.     protected function getPromotionDiscountPriceDefinition2Service()
  20161.     {
  20162.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscountPrice/PromotionDiscountPriceDefinition.php';
  20163.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition();
  20164.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20165.         return $instance;
  20166.     }
  20167.     /**
  20168.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition' shared service.
  20169.      *
  20170.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition
  20171.      */
  20172.     protected function getPromotionDiscountRuleDefinition2Service()
  20173.     {
  20174.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscountRule/PromotionDiscountRuleDefinition.php';
  20175.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition();
  20176.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20177.         return $instance;
  20178.     }
  20179.     /**
  20180.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition' shared service.
  20181.      *
  20182.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition
  20183.      */
  20184.     protected function getPromotionDiscountDefinition2Service()
  20185.     {
  20186.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscount/PromotionDiscountDefinition.php';
  20187.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition();
  20188.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20189.         return $instance;
  20190.     }
  20191.     /**
  20192.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition' shared service.
  20193.      *
  20194.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition
  20195.      */
  20196.     protected function getPromotionIndividualCodeDefinition2Service()
  20197.     {
  20198.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionIndividualCode/PromotionIndividualCodeDefinition.php';
  20199.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition();
  20200.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20201.         return $instance;
  20202.     }
  20203.     /**
  20204.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition' shared service.
  20205.      *
  20206.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition
  20207.      */
  20208.     protected function getPromotionOrderRuleDefinition2Service()
  20209.     {
  20210.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionOrderRule/PromotionOrderRuleDefinition.php';
  20211.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition();
  20212.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20213.         return $instance;
  20214.     }
  20215.     /**
  20216.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition' shared service.
  20217.      *
  20218.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition
  20219.      */
  20220.     protected function getPromotionPersonaCustomerDefinition2Service()
  20221.     {
  20222.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionPersonaCustomer/PromotionPersonaCustomerDefinition.php';
  20223.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition();
  20224.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20225.         return $instance;
  20226.     }
  20227.     /**
  20228.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition' shared service.
  20229.      *
  20230.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition
  20231.      */
  20232.     protected function getPromotionPersonaRuleDefinition2Service()
  20233.     {
  20234.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionPersonaRule/PromotionPersonaRuleDefinition.php';
  20235.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition();
  20236.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20237.         return $instance;
  20238.     }
  20239.     /**
  20240.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition' shared service.
  20241.      *
  20242.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition
  20243.      */
  20244.     protected function getPromotionSalesChannelDefinition2Service()
  20245.     {
  20246.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSalesChannel/PromotionSalesChannelDefinition.php';
  20247.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition();
  20248.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20249.         return $instance;
  20250.     }
  20251.     /**
  20252.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition' shared service.
  20253.      *
  20254.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition
  20255.      */
  20256.     protected function getPromotionSetGroupRuleDefinition2Service()
  20257.     {
  20258.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSetGroupRule/PromotionSetGroupRuleDefinition.php';
  20259.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition();
  20260.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20261.         return $instance;
  20262.     }
  20263.     /**
  20264.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition' shared service.
  20265.      *
  20266.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition
  20267.      */
  20268.     protected function getPromotionSetGroupDefinition2Service()
  20269.     {
  20270.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSetGroup/PromotionSetGroupDefinition.php';
  20271.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition();
  20272.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20273.         return $instance;
  20274.     }
  20275.     /**
  20276.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition' shared service.
  20277.      *
  20278.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition
  20279.      */
  20280.     protected function getPromotionTranslationDefinition2Service()
  20281.     {
  20282.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  20283.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionTranslation/PromotionTranslationDefinition.php';
  20284.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition();
  20285.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20286.         return $instance;
  20287.     }
  20288.     /**
  20289.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\PromotionDefinition' shared service.
  20290.      *
  20291.      * @return \Shopware\Core\Checkout\Promotion\PromotionDefinition
  20292.      */
  20293.     protected function getPromotionDefinition2Service()
  20294.     {
  20295.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/PromotionDefinition.php';
  20296.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\PromotionDefinition();
  20297.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20298.         return $instance;
  20299.     }
  20300.     /**
  20301.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition' shared service.
  20302.      *
  20303.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition
  20304.      */
  20305.     protected function getShippingMethodPriceDefinition2Service()
  20306.     {
  20307.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodPrice/ShippingMethodPriceDefinition.php';
  20308.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition();
  20309.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20310.         return $instance;
  20311.     }
  20312.     /**
  20313.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition' shared service.
  20314.      *
  20315.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition
  20316.      */
  20317.     protected function getShippingMethodTagDefinition2Service()
  20318.     {
  20319.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodTag/ShippingMethodTagDefinition.php';
  20320.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition();
  20321.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20322.         return $instance;
  20323.     }
  20324.     /**
  20325.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition' shared service.
  20326.      *
  20327.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition
  20328.      */
  20329.     protected function getShippingMethodTranslationDefinition2Service()
  20330.     {
  20331.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  20332.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodTranslation/ShippingMethodTranslationDefinition.php';
  20333.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition();
  20334.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20335.         return $instance;
  20336.     }
  20337.     /**
  20338.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition' shared service.
  20339.      *
  20340.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition
  20341.      */
  20342.     protected function getCategoryTagDefinition2Service()
  20343.     {
  20344.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Aggregate/CategoryTag/CategoryTagDefinition.php';
  20345.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition();
  20346.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20347.         return $instance;
  20348.     }
  20349.     /**
  20350.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition' shared service.
  20351.      *
  20352.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition
  20353.      */
  20354.     protected function getCategoryTranslationDefinition4Service()
  20355.     {
  20356.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  20357.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Aggregate/CategoryTranslation/CategoryTranslationDefinition.php';
  20358.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition();
  20359.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20360.         return $instance;
  20361.     }
  20362.     /**
  20363.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition' shared service.
  20364.      *
  20365.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition
  20366.      */
  20367.     protected function getCmsBlockDefinition2Service()
  20368.     {
  20369.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsBlock/CmsBlockDefinition.php';
  20370.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition();
  20371.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20372.         return $instance;
  20373.     }
  20374.     /**
  20375.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition' shared service.
  20376.      *
  20377.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition
  20378.      */
  20379.     protected function getCmsPageTranslationDefinition2Service()
  20380.     {
  20381.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  20382.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsPageTranslation/CmsPageTranslationDefinition.php';
  20383.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition();
  20384.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20385.         return $instance;
  20386.     }
  20387.     /**
  20388.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition' shared service.
  20389.      *
  20390.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition
  20391.      */
  20392.     protected function getCmsSectionDefinition2Service()
  20393.     {
  20394.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSection/CmsSectionDefinition.php';
  20395.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition();
  20396.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20397.         return $instance;
  20398.     }
  20399.     /**
  20400.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition' shared service.
  20401.      *
  20402.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition
  20403.      */
  20404.     protected function getCmsSlotTranslationDefinition2Service()
  20405.     {
  20406.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  20407.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSlotTranslation/CmsSlotTranslationDefinition.php';
  20408.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition();
  20409.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20410.         return $instance;
  20411.     }
  20412.     /**
  20413.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition' shared service.
  20414.      *
  20415.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition
  20416.      */
  20417.     protected function getCmsSlotDefinition2Service()
  20418.     {
  20419.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSlot/CmsSlotDefinition.php';
  20420.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition();
  20421.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20422.         return $instance;
  20423.     }
  20424.     /**
  20425.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\CmsPageDefinition' shared service.
  20426.      *
  20427.      * @return \Shopware\Core\Content\Cms\CmsPageDefinition
  20428.      */
  20429.     protected function getCmsPageDefinition2Service()
  20430.     {
  20431.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\CmsPageDefinition'] = $instance = new \Shopware\Core\Content\Cms\CmsPageDefinition();
  20432.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20433.         return $instance;
  20434.     }
  20435.     /**
  20436.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition' shared service.
  20437.      *
  20438.      * @return \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition
  20439.      */
  20440.     protected function getFlowSequenceDefinition2Service()
  20441.     {
  20442.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Aggregate/FlowSequence/FlowSequenceDefinition.php';
  20443.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition'] = $instance = new \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition();
  20444.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20445.         return $instance;
  20446.     }
  20447.     /**
  20448.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Flow\Aggregate\FlowTemplate\FlowTemplateDefinition' shared service.
  20449.      *
  20450.      * @return \Shopware\Core\Content\Flow\Aggregate\FlowTemplate\FlowTemplateDefinition
  20451.      */
  20452.     protected function getFlowTemplateDefinition2Service()
  20453.     {
  20454.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Aggregate/FlowTemplate/FlowTemplateDefinition.php';
  20455.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Flow\\Aggregate\\FlowTemplate\\FlowTemplateDefinition'] = $instance = new \Shopware\Core\Content\Flow\Aggregate\FlowTemplate\FlowTemplateDefinition();
  20456.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20457.         return $instance;
  20458.     }
  20459.     /**
  20460.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Flow\FlowDefinition' shared service.
  20461.      *
  20462.      * @return \Shopware\Core\Content\Flow\FlowDefinition
  20463.      */
  20464.     protected function getFlowDefinition2Service()
  20465.     {
  20466.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/FlowDefinition.php';
  20467.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Flow\\FlowDefinition'] = $instance = new \Shopware\Core\Content\Flow\FlowDefinition();
  20468.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20469.         return $instance;
  20470.     }
  20471.     /**
  20472.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition' shared service.
  20473.      *
  20474.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition
  20475.      */
  20476.     protected function getImportExportFileDefinition2Service()
  20477.     {
  20478.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Aggregate/ImportExportFile/ImportExportFileDefinition.php';
  20479.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition();
  20480.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20481.         return $instance;
  20482.     }
  20483.     /**
  20484.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition' shared service.
  20485.      *
  20486.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition
  20487.      */
  20488.     protected function getImportExportLogDefinition2Service()
  20489.     {
  20490.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Aggregate/ImportExportLog/ImportExportLogDefinition.php';
  20491.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition();
  20492.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20493.         return $instance;
  20494.     }
  20495.     /**
  20496.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\ImportExportProfileDefinition' shared service.
  20497.      *
  20498.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition
  20499.      */
  20500.     protected function getImportExportProfileDefinition2Service()
  20501.     {
  20502.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportProfileDefinition.php';
  20503.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition();
  20504.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20505.         return $instance;
  20506.     }
  20507.     /**
  20508.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition' shared service.
  20509.      *
  20510.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition
  20511.      */
  20512.     protected function getImportExportProfileTranslationDefinition2Service()
  20513.     {
  20514.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  20515.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportProfileTranslationDefinition.php';
  20516.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition();
  20517.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20518.         return $instance;
  20519.     }
  20520.     /**
  20521.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition' shared service.
  20522.      *
  20523.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition
  20524.      */
  20525.     protected function getLandingPageSalesChannelDefinition2Service()
  20526.     {
  20527.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageSalesChannel/LandingPageSalesChannelDefinition.php';
  20528.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition();
  20529.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20530.         return $instance;
  20531.     }
  20532.     /**
  20533.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition' shared service.
  20534.      *
  20535.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition
  20536.      */
  20537.     protected function getLandingPageTagDefinition2Service()
  20538.     {
  20539.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageTag/LandingPageTagDefinition.php';
  20540.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition();
  20541.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20542.         return $instance;
  20543.     }
  20544.     /**
  20545.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition' shared service.
  20546.      *
  20547.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition
  20548.      */
  20549.     protected function getLandingPageTranslationDefinition2Service()
  20550.     {
  20551.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  20552.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageTranslation/LandingPageTranslationDefinition.php';
  20553.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition();
  20554.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20555.         return $instance;
  20556.     }
  20557.     /**
  20558.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition' shared service.
  20559.      *
  20560.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition
  20561.      */
  20562.     protected function getMailHeaderFooterTranslationDefinition2Service()
  20563.     {
  20564.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  20565.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailHeaderFooterTranslation/MailHeaderFooterTranslationDefinition.php';
  20566.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition();
  20567.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20568.         return $instance;
  20569.     }
  20570.     /**
  20571.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition' shared service.
  20572.      *
  20573.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition
  20574.      */
  20575.     protected function getMailHeaderFooterDefinition2Service()
  20576.     {
  20577.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailHeaderFooter/MailHeaderFooterDefinition.php';
  20578.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition();
  20579.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20580.         return $instance;
  20581.     }
  20582.     /**
  20583.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition' shared service.
  20584.      *
  20585.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition
  20586.      */
  20587.     protected function getMailTemplateMediaDefinition2Service()
  20588.     {
  20589.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateMedia/MailTemplateMediaDefinition.php';
  20590.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition();
  20591.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20592.         return $instance;
  20593.     }
  20594.     /**
  20595.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition' shared service.
  20596.      *
  20597.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition
  20598.      */
  20599.     protected function getMailTemplateTranslationDefinition2Service()
  20600.     {
  20601.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  20602.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateTranslation/MailTemplateTranslationDefinition.php';
  20603.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition();
  20604.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20605.         return $instance;
  20606.     }
  20607.     /**
  20608.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition' shared service.
  20609.      *
  20610.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition
  20611.      */
  20612.     protected function getMailTemplateTypeTranslationDefinition2Service()
  20613.     {
  20614.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  20615.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateTypeTranslation/MailTemplateTypeTranslationDefinition.php';
  20616.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition();
  20617.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20618.         return $instance;
  20619.     }
  20620.     /**
  20621.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition' shared service.
  20622.      *
  20623.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition
  20624.      */
  20625.     protected function getMailTemplateTypeDefinition2Service()
  20626.     {
  20627.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateType/MailTemplateTypeDefinition.php';
  20628.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition();
  20629.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20630.         return $instance;
  20631.     }
  20632.     /**
  20633.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\MailTemplateDefinition' shared service.
  20634.      *
  20635.      * @return \Shopware\Core\Content\MailTemplate\MailTemplateDefinition
  20636.      */
  20637.     protected function getMailTemplateDefinition2Service()
  20638.     {
  20639.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/MailTemplateDefinition.php';
  20640.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\MailTemplateDefinition();
  20641.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20642.         return $instance;
  20643.     }
  20644.     /**
  20645.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition' shared service.
  20646.      *
  20647.      * @return \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition
  20648.      */
  20649.     protected function getMediaDefaultFolderDefinition2Service()
  20650.     {
  20651.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaDefaultFolder/MediaDefaultFolderDefinition.php';
  20652.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition();
  20653.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20654.         return $instance;
  20655.     }
  20656.     /**
  20657.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition' shared service.
  20658.      *
  20659.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition
  20660.      */
  20661.     protected function getMediaFolderConfigurationMediaThumbnailSizeDefinition2Service()
  20662.     {
  20663.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolderConfigurationMediaThumbnailSize/MediaFolderConfigurationMediaThumbnailSizeDefinition.php';
  20664.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition();
  20665.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20666.         return $instance;
  20667.     }
  20668.     /**
  20669.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition' shared service.
  20670.      *
  20671.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition
  20672.      */
  20673.     protected function getMediaFolderConfigurationDefinition2Service()
  20674.     {
  20675.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolderConfiguration/MediaFolderConfigurationDefinition.php';
  20676.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition();
  20677.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20678.         return $instance;
  20679.     }
  20680.     /**
  20681.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition' shared service.
  20682.      *
  20683.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition
  20684.      */
  20685.     protected function getMediaFolderDefinition2Service()
  20686.     {
  20687.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition();
  20688.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20689.         return $instance;
  20690.     }
  20691.     /**
  20692.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition' shared service.
  20693.      *
  20694.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition
  20695.      */
  20696.     protected function getMediaTagDefinition2Service()
  20697.     {
  20698.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaTag/MediaTagDefinition.php';
  20699.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition();
  20700.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20701.         return $instance;
  20702.     }
  20703.     /**
  20704.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition' shared service.
  20705.      *
  20706.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition
  20707.      */
  20708.     protected function getMediaThumbnailSizeDefinition2Service()
  20709.     {
  20710.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaThumbnailSize/MediaThumbnailSizeDefinition.php';
  20711.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition();
  20712.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20713.         return $instance;
  20714.     }
  20715.     /**
  20716.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition' shared service.
  20717.      *
  20718.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition
  20719.      */
  20720.     protected function getMediaThumbnailDefinition2Service()
  20721.     {
  20722.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition();
  20723.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20724.         return $instance;
  20725.     }
  20726.     /**
  20727.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition' shared service.
  20728.      *
  20729.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition
  20730.      */
  20731.     protected function getMediaTranslationDefinition2Service()
  20732.     {
  20733.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  20734.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaTranslation/MediaTranslationDefinition.php';
  20735.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition();
  20736.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20737.         return $instance;
  20738.     }
  20739.     /**
  20740.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\MediaDefinition' shared service.
  20741.      *
  20742.      * @return \Shopware\Core\Content\Media\MediaDefinition
  20743.      */
  20744.     protected function getMediaDefinition2Service()
  20745.     {
  20746.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\MediaDefinition'] = $instance = new \Shopware\Core\Content\Media\MediaDefinition();
  20747.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20748.         return $instance;
  20749.     }
  20750.     /**
  20751.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition' shared service.
  20752.      *
  20753.      * @return \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition
  20754.      */
  20755.     protected function getNewsletterRecipientTagDefinition2Service()
  20756.     {
  20757.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Aggregate/NewsletterRecipientTag/NewsletterRecipientTagDefinition.php';
  20758.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition();
  20759.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20760.         return $instance;
  20761.     }
  20762.     /**
  20763.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductExport\ProductExportDefinition' shared service.
  20764.      *
  20765.      * @return \Shopware\Core\Content\ProductExport\ProductExportDefinition
  20766.      */
  20767.     protected function getProductExportDefinition2Service()
  20768.     {
  20769.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ProductExportDefinition.php';
  20770.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition'] = $instance = new \Shopware\Core\Content\ProductExport\ProductExportDefinition();
  20771.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20772.         return $instance;
  20773.     }
  20774.     /**
  20775.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition' shared service.
  20776.      *
  20777.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition
  20778.      */
  20779.     protected function getProductStreamFilterDefinition2Service()
  20780.     {
  20781.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamFilter/ProductStreamFilterDefinition.php';
  20782.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition();
  20783.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20784.         return $instance;
  20785.     }
  20786.     /**
  20787.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition' shared service.
  20788.      *
  20789.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition
  20790.      */
  20791.     protected function getProductStreamTranslationDefinition2Service()
  20792.     {
  20793.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  20794.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamTranslation/ProductStreamTranslationDefinition.php';
  20795.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition();
  20796.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20797.         return $instance;
  20798.     }
  20799.     /**
  20800.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductStream\ProductStreamDefinition' shared service.
  20801.      *
  20802.      * @return \Shopware\Core\Content\ProductStream\ProductStreamDefinition
  20803.      */
  20804.     protected function getProductStreamDefinition2Service()
  20805.     {
  20806.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/ProductStreamDefinition.php';
  20807.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\ProductStreamDefinition();
  20808.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20809.         return $instance;
  20810.     }
  20811.     /**
  20812.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition' shared service.
  20813.      *
  20814.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition
  20815.      */
  20816.     protected function getProductCategoryTreeDefinition2Service()
  20817.     {
  20818.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCategoryTree/ProductCategoryTreeDefinition.php';
  20819.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition();
  20820.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20821.         return $instance;
  20822.     }
  20823.     /**
  20824.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition' shared service.
  20825.      *
  20826.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition
  20827.      */
  20828.     protected function getProductCategoryDefinition2Service()
  20829.     {
  20830.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCategory/ProductCategoryDefinition.php';
  20831.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition();
  20832.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20833.         return $instance;
  20834.     }
  20835.     /**
  20836.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition' shared service.
  20837.      *
  20838.      * @return \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition
  20839.      */
  20840.     protected function getProductConfiguratorSettingDefinition2Service()
  20841.     {
  20842.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingDefinition.php';
  20843.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition();
  20844.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20845.         return $instance;
  20846.     }
  20847.     /**
  20848.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition' shared service.
  20849.      *
  20850.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition
  20851.      */
  20852.     protected function getProductCrossSellingAssignedProductsDefinition2Service()
  20853.     {
  20854.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingAssignedProducts/ProductCrossSellingAssignedProductsDefinition.php';
  20855.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition();
  20856.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20857.         return $instance;
  20858.     }
  20859.     /**
  20860.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition' shared service.
  20861.      *
  20862.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition
  20863.      */
  20864.     protected function getProductCrossSellingTranslationDefinition2Service()
  20865.     {
  20866.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  20867.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingTranslation/ProductCrossSellingTranslationDefinition.php';
  20868.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition();
  20869.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20870.         return $instance;
  20871.     }
  20872.     /**
  20873.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition' shared service.
  20874.      *
  20875.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition
  20876.      */
  20877.     protected function getProductCrossSellingDefinitionService()
  20878.     {
  20879.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition();
  20880.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20881.         return $instance;
  20882.     }
  20883.     /**
  20884.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition' shared service.
  20885.      *
  20886.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition
  20887.      */
  20888.     protected function getProductCustomFieldSetDefinition2Service()
  20889.     {
  20890.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCustomFieldSet/ProductCustomFieldSetDefinition.php';
  20891.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition();
  20892.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20893.         return $instance;
  20894.     }
  20895.     /**
  20896.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductDownload\ProductDownloadDefinition' shared service.
  20897.      *
  20898.      * @return \Shopware\Core\Content\Product\Aggregate\ProductDownload\ProductDownloadDefinition
  20899.      */
  20900.     protected function getProductDownloadDefinition2Service()
  20901.     {
  20902.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductDownload\\ProductDownloadDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductDownload\ProductDownloadDefinition();
  20903.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20904.         return $instance;
  20905.     }
  20906.     /**
  20907.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition' shared service.
  20908.      *
  20909.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition
  20910.      */
  20911.     protected function getProductFeatureSetTranslationDefinition2Service()
  20912.     {
  20913.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  20914.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSetTranslation/ProductFeatureSetTranslationDefinition.php';
  20915.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition();
  20916.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20917.         return $instance;
  20918.     }
  20919.     /**
  20920.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition' shared service.
  20921.      *
  20922.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition
  20923.      */
  20924.     protected function getProductFeatureSetDefinition2Service()
  20925.     {
  20926.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSet/ProductFeatureSetDefinition.php';
  20927.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition();
  20928.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20929.         return $instance;
  20930.     }
  20931.     /**
  20932.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition' shared service.
  20933.      *
  20934.      * @return \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition
  20935.      */
  20936.     protected function getProductKeywordDictionaryDefinition2Service()
  20937.     {
  20938.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductKeywordDictionary/ProductKeywordDictionaryDefinition.php';
  20939.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition();
  20940.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20941.         return $instance;
  20942.     }
  20943.     /**
  20944.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition' shared service.
  20945.      *
  20946.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition
  20947.      */
  20948.     protected function getProductManufacturerTranslationDefinition2Service()
  20949.     {
  20950.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  20951.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturerTranslation/ProductManufacturerTranslationDefinition.php';
  20952.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition();
  20953.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20954.         return $instance;
  20955.     }
  20956.     /**
  20957.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition' shared service.
  20958.      *
  20959.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition
  20960.      */
  20961.     protected function getProductManufacturerDefinition2Service()
  20962.     {
  20963.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturer/ProductManufacturerDefinition.php';
  20964.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition();
  20965.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20966.         return $instance;
  20967.     }
  20968.     /**
  20969.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition' shared service.
  20970.      *
  20971.      * @return \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition
  20972.      */
  20973.     protected function getProductMediaDefinition2Service()
  20974.     {
  20975.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductMedia/ProductMediaDefinition.php';
  20976.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition();
  20977.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20978.         return $instance;
  20979.     }
  20980.     /**
  20981.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition' shared service.
  20982.      *
  20983.      * @return \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition
  20984.      */
  20985.     protected function getProductOptionDefinition2Service()
  20986.     {
  20987.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductOption/ProductOptionDefinition.php';
  20988.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition();
  20989.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  20990.         return $instance;
  20991.     }
  20992.     /**
  20993.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition' shared service.
  20994.      *
  20995.      * @return \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition
  20996.      */
  20997.     protected function getProductPriceDefinition2Service()
  20998.     {
  20999.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductPrice/ProductPriceDefinition.php';
  21000.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition();
  21001.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21002.         return $instance;
  21003.     }
  21004.     /**
  21005.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition' shared service.
  21006.      *
  21007.      * @return \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition
  21008.      */
  21009.     protected function getProductPropertyDefinition2Service()
  21010.     {
  21011.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductProperty/ProductPropertyDefinition.php';
  21012.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition();
  21013.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21014.         return $instance;
  21015.     }
  21016.     /**
  21017.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition' shared service.
  21018.      *
  21019.      * @return \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition
  21020.      */
  21021.     protected function getProductReviewDefinition2Service()
  21022.     {
  21023.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductReview/ProductReviewDefinition.php';
  21024.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition();
  21025.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21026.         return $instance;
  21027.     }
  21028.     /**
  21029.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition' shared service.
  21030.      *
  21031.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition
  21032.      */
  21033.     protected function getProductSearchConfigFieldDefinition2Service()
  21034.     {
  21035.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfigField/ProductSearchConfigFieldDefinition.php';
  21036.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition();
  21037.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21038.         return $instance;
  21039.     }
  21040.     /**
  21041.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition' shared service.
  21042.      *
  21043.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition
  21044.      */
  21045.     protected function getProductSearchConfigDefinition2Service()
  21046.     {
  21047.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfig/ProductSearchConfigDefinition.php';
  21048.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition();
  21049.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21050.         return $instance;
  21051.     }
  21052.     /**
  21053.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition' shared service.
  21054.      *
  21055.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition
  21056.      */
  21057.     protected function getProductSearchKeywordDefinition2Service()
  21058.     {
  21059.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchKeyword/ProductSearchKeywordDefinition.php';
  21060.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition();
  21061.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21062.         return $instance;
  21063.     }
  21064.     /**
  21065.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition' shared service.
  21066.      *
  21067.      * @return \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition
  21068.      */
  21069.     protected function getProductStreamMappingDefinition2Service()
  21070.     {
  21071.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductStreamMapping/ProductStreamMappingDefinition.php';
  21072.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition();
  21073.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21074.         return $instance;
  21075.     }
  21076.     /**
  21077.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition' shared service.
  21078.      *
  21079.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition
  21080.      */
  21081.     protected function getProductTagDefinition2Service()
  21082.     {
  21083.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductTag/ProductTagDefinition.php';
  21084.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition();
  21085.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21086.         return $instance;
  21087.     }
  21088.     /**
  21089.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition' shared service.
  21090.      *
  21091.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition
  21092.      */
  21093.     protected function getProductTranslationDefinition2Service()
  21094.     {
  21095.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  21096.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductTranslation/ProductTranslationDefinition.php';
  21097.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition();
  21098.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21099.         return $instance;
  21100.     }
  21101.     /**
  21102.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition' shared service.
  21103.      *
  21104.      * @return \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition
  21105.      */
  21106.     protected function getProductVisibilityDefinition2Service()
  21107.     {
  21108.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductVisibility/ProductVisibilityDefinition.php';
  21109.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition();
  21110.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21111.         return $instance;
  21112.     }
  21113.     /**
  21114.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition' shared service.
  21115.      *
  21116.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition
  21117.      */
  21118.     protected function getProductSortingDefinition2Service()
  21119.     {
  21120.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingDefinition.php';
  21121.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition();
  21122.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21123.         return $instance;
  21124.     }
  21125.     /**
  21126.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition' shared service.
  21127.      *
  21128.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition
  21129.      */
  21130.     protected function getProductSortingTranslationDefinition2Service()
  21131.     {
  21132.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  21133.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingTranslationDefinition.php';
  21134.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition();
  21135.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21136.         return $instance;
  21137.     }
  21138.     /**
  21139.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition' shared service.
  21140.      *
  21141.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition
  21142.      */
  21143.     protected function getPropertyGroupOptionTranslationDefinition2Service()
  21144.     {
  21145.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  21146.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOptionTranslation/PropertyGroupOptionTranslationDefinition.php';
  21147.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition();
  21148.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21149.         return $instance;
  21150.     }
  21151.     /**
  21152.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition' shared service.
  21153.      *
  21154.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition
  21155.      */
  21156.     protected function getPropertyGroupOptionDefinition2Service()
  21157.     {
  21158.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOption/PropertyGroupOptionDefinition.php';
  21159.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition();
  21160.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21161.         return $instance;
  21162.     }
  21163.     /**
  21164.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition' shared service.
  21165.      *
  21166.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition
  21167.      */
  21168.     protected function getPropertyGroupTranslationDefinition2Service()
  21169.     {
  21170.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  21171.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupTranslation/PropertyGroupTranslationDefinition.php';
  21172.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition();
  21173.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21174.         return $instance;
  21175.     }
  21176.     /**
  21177.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Property\PropertyGroupDefinition' shared service.
  21178.      *
  21179.      * @return \Shopware\Core\Content\Property\PropertyGroupDefinition
  21180.      */
  21181.     protected function getPropertyGroupDefinition2Service()
  21182.     {
  21183.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/PropertyGroupDefinition.php';
  21184.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\PropertyGroupDefinition'] = $instance = new \Shopware\Core\Content\Property\PropertyGroupDefinition();
  21185.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21186.         return $instance;
  21187.     }
  21188.     /**
  21189.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition' shared service.
  21190.      *
  21191.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition
  21192.      */
  21193.     protected function getRuleConditionDefinition2Service()
  21194.     {
  21195.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/Aggregate/RuleCondition/RuleConditionDefinition.php';
  21196.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition();
  21197.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21198.         return $instance;
  21199.     }
  21200.     /**
  21201.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition' shared service.
  21202.      *
  21203.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition
  21204.      */
  21205.     protected function getRuleTagDefinition2Service()
  21206.     {
  21207.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/Aggregate/RuleTag/RuleTagDefinition.php';
  21208.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition();
  21209.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21210.         return $instance;
  21211.     }
  21212.     /**
  21213.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Rule\RuleDefinition' shared service.
  21214.      *
  21215.      * @return \Shopware\Core\Content\Rule\RuleDefinition
  21216.      */
  21217.     protected function getRuleDefinition2Service()
  21218.     {
  21219.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Rule\\RuleDefinition'] = $instance = new \Shopware\Core\Content\Rule\RuleDefinition();
  21220.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21221.         return $instance;
  21222.     }
  21223.     /**
  21224.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition' shared service.
  21225.      *
  21226.      * @return \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition
  21227.      */
  21228.     protected function getSeoUrlTemplateDefinition2Service()
  21229.     {
  21230.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlTemplate/SeoUrlTemplateDefinition.php';
  21231.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition();
  21232.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21233.         return $instance;
  21234.     }
  21235.     /**
  21236.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition' shared service.
  21237.      *
  21238.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition
  21239.      */
  21240.     protected function getAclRoleDefinition2Service()
  21241.     {
  21242.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/Role/AclRoleDefinition.php';
  21243.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition();
  21244.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21245.         return $instance;
  21246.     }
  21247.     /**
  21248.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition' shared service.
  21249.      *
  21250.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition
  21251.      */
  21252.     protected function getAclUserRoleDefinition2Service()
  21253.     {
  21254.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/Role/AclUserRoleDefinition.php';
  21255.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition();
  21256.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21257.         return $instance;
  21258.     }
  21259.     /**
  21260.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition' shared service.
  21261.      *
  21262.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition
  21263.      */
  21264.     protected function getActionButtonTranslationDefinition2Service()
  21265.     {
  21266.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  21267.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/ActionButtonTranslation/ActionButtonTranslationDefinition.php';
  21268.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition();
  21269.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21270.         return $instance;
  21271.     }
  21272.     /**
  21273.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition' shared service.
  21274.      *
  21275.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition
  21276.      */
  21277.     protected function getActionButtonDefinition2Service()
  21278.     {
  21279.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/ActionButton/ActionButtonDefinition.php';
  21280.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition();
  21281.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21282.         return $instance;
  21283.     }
  21284.     /**
  21285.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition' shared service.
  21286.      *
  21287.      * @return \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition
  21288.      */
  21289.     protected function getAppPaymentMethodDefinition2Service()
  21290.     {
  21291.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition();
  21292.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21293.         return $instance;
  21294.     }
  21295.     /**
  21296.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition' shared service.
  21297.      *
  21298.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition
  21299.      */
  21300.     protected function getAppScriptConditionTranslationDefinition2Service()
  21301.     {
  21302.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  21303.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppScriptConditionTranslation/AppScriptConditionTranslationDefinition.php';
  21304.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition();
  21305.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21306.         return $instance;
  21307.     }
  21308.     /**
  21309.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition' shared service.
  21310.      *
  21311.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition
  21312.      */
  21313.     protected function getAppScriptConditionDefinition2Service()
  21314.     {
  21315.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppScriptCondition/AppScriptConditionDefinition.php';
  21316.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition();
  21317.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21318.         return $instance;
  21319.     }
  21320.     /**
  21321.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition' shared service.
  21322.      *
  21323.      * @return \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition
  21324.      */
  21325.     protected function getAppTranslationDefinition2Service()
  21326.     {
  21327.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  21328.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppTranslation/AppTranslationDefinition.php';
  21329.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition();
  21330.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21331.         return $instance;
  21332.     }
  21333.     /**
  21334.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition' shared service.
  21335.      *
  21336.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition
  21337.      */
  21338.     protected function getAppCmsBlockTranslationDefinition2Service()
  21339.     {
  21340.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  21341.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/CmsBlockTranslation/AppCmsBlockTranslationDefinition.php';
  21342.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition();
  21343.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21344.         return $instance;
  21345.     }
  21346.     /**
  21347.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition' shared service.
  21348.      *
  21349.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition
  21350.      */
  21351.     protected function getAppCmsBlockDefinition2Service()
  21352.     {
  21353.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/CmsBlock/AppCmsBlockDefinition.php';
  21354.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition();
  21355.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21356.         return $instance;
  21357.     }
  21358.     /**
  21359.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition' shared service.
  21360.      *
  21361.      * @return \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition
  21362.      */
  21363.     protected function getAppFlowActionTranslationDefinition2Service()
  21364.     {
  21365.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  21366.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/FlowActionTranslation/AppFlowActionTranslationDefinition.php';
  21367.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition();
  21368.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21369.         return $instance;
  21370.     }
  21371.     /**
  21372.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition' shared service.
  21373.      *
  21374.      * @return \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition
  21375.      */
  21376.     protected function getAppFlowActionDefinition2Service()
  21377.     {
  21378.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/FlowAction/AppFlowActionDefinition.php';
  21379.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition();
  21380.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21381.         return $instance;
  21382.     }
  21383.     /**
  21384.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\AppDefinition' shared service.
  21385.      *
  21386.      * @return \Shopware\Core\Framework\App\AppDefinition
  21387.      */
  21388.     protected function getAppDefinition2Service()
  21389.     {
  21390.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\AppDefinition'] = $instance = new \Shopware\Core\Framework\App\AppDefinition();
  21391.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21392.         return $instance;
  21393.     }
  21394.     /**
  21395.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Template\TemplateDefinition' shared service.
  21396.      *
  21397.      * @return \Shopware\Core\Framework\App\Template\TemplateDefinition
  21398.      */
  21399.     protected function getTemplateDefinition3Service()
  21400.     {
  21401.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/TemplateDefinition.php';
  21402.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition'] = $instance = new \Shopware\Core\Framework\App\Template\TemplateDefinition();
  21403.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21404.         return $instance;
  21405.     }
  21406.     /**
  21407.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition' shared service.
  21408.      *
  21409.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition
  21410.      */
  21411.     protected function getVersionCommitDataDefinition2Service()
  21412.     {
  21413.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition();
  21414.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21415.         return $instance;
  21416.     }
  21417.     /**
  21418.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition' shared service.
  21419.      *
  21420.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition
  21421.      */
  21422.     protected function getVersionCommitDefinition2Service()
  21423.     {
  21424.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition();
  21425.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21426.         return $instance;
  21427.     }
  21428.     /**
  21429.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition' shared service.
  21430.      *
  21431.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition
  21432.      */
  21433.     protected function getVersionDefinition2Service()
  21434.     {
  21435.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition();
  21436.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21437.         return $instance;
  21438.     }
  21439.     /**
  21440.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition' shared service.
  21441.      *
  21442.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition
  21443.      */
  21444.     protected function getEventActionRuleDefinition2Service()
  21445.     {
  21446.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/Aggregate/EventActionRule/EventActionRuleDefinition.php';
  21447.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition();
  21448.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21449.         return $instance;
  21450.     }
  21451.     /**
  21452.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition' shared service.
  21453.      *
  21454.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition
  21455.      */
  21456.     protected function getEventActionSalesChannelDefinition2Service()
  21457.     {
  21458.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/Aggregate/EventActionSalesChannel/EventActionSalesChannelDefinition.php';
  21459.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition();
  21460.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21461.         return $instance;
  21462.     }
  21463.     /**
  21464.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Event\EventAction\EventActionDefinition' shared service.
  21465.      *
  21466.      * @return \Shopware\Core\Framework\Event\EventAction\EventActionDefinition
  21467.      */
  21468.     protected function getEventActionDefinition2Service()
  21469.     {
  21470.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\EventActionDefinition();
  21471.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21472.         return $instance;
  21473.     }
  21474.     /**
  21475.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Log\LogEntryDefinition' shared service.
  21476.      *
  21477.      * @return \Shopware\Core\Framework\Log\LogEntryDefinition
  21478.      */
  21479.     protected function getLogEntryDefinition2Service()
  21480.     {
  21481.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/LogEntryDefinition.php';
  21482.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Log\\LogEntryDefinition'] = $instance = new \Shopware\Core\Framework\Log\LogEntryDefinition();
  21483.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21484.         return $instance;
  21485.     }
  21486.     /**
  21487.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition' shared service.
  21488.      *
  21489.      * @return \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition
  21490.      */
  21491.     protected function getDeadMessageDefinition2Service()
  21492.     {
  21493.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/DeadMessage/DeadMessageDefinition.php';
  21494.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition();
  21495.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21496.         return $instance;
  21497.     }
  21498.     /**
  21499.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition' shared service.
  21500.      *
  21501.      * @return \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition
  21502.      */
  21503.     protected function getMessageQueueStatsDefinition2Service()
  21504.     {
  21505.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/MessageQueueStatsDefinition.php';
  21506.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition();
  21507.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21508.         return $instance;
  21509.     }
  21510.     /**
  21511.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition' shared service.
  21512.      *
  21513.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition
  21514.      */
  21515.     protected function getScheduledTaskDefinition2Service()
  21516.     {
  21517.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition();
  21518.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21519.         return $instance;
  21520.     }
  21521.     /**
  21522.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition' shared service.
  21523.      *
  21524.      * @return \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition
  21525.      */
  21526.     protected function getPluginTranslationDefinition2Service()
  21527.     {
  21528.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  21529.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Aggregate/PluginTranslation/PluginTranslationDefinition.php';
  21530.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition();
  21531.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21532.         return $instance;
  21533.     }
  21534.     /**
  21535.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Plugin\PluginDefinition' shared service.
  21536.      *
  21537.      * @return \Shopware\Core\Framework\Plugin\PluginDefinition
  21538.      */
  21539.     protected function getPluginDefinition2Service()
  21540.     {
  21541.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginDefinition.php';
  21542.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\PluginDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\PluginDefinition();
  21543.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21544.         return $instance;
  21545.     }
  21546.     /**
  21547.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Script\ScriptDefinition' shared service.
  21548.      *
  21549.      * @return \Shopware\Core\Framework\Script\ScriptDefinition
  21550.      */
  21551.     protected function getScriptDefinition2Service()
  21552.     {
  21553.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Script\\ScriptDefinition'] = $instance = new \Shopware\Core\Framework\Script\ScriptDefinition();
  21554.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21555.         return $instance;
  21556.     }
  21557.     /**
  21558.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition' shared service.
  21559.      *
  21560.      * @return \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition
  21561.      */
  21562.     protected function getWebhookEventLogDefinition2Service()
  21563.     {
  21564.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/EventLog/WebhookEventLogDefinition.php';
  21565.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition();
  21566.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21567.         return $instance;
  21568.     }
  21569.     /**
  21570.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Webhook\WebhookDefinition' shared service.
  21571.      *
  21572.      * @return \Shopware\Core\Framework\Webhook\WebhookDefinition
  21573.      */
  21574.     protected function getWebhookDefinition2Service()
  21575.     {
  21576.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/WebhookDefinition.php';
  21577.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\WebhookDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\WebhookDefinition();
  21578.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21579.         return $instance;
  21580.     }
  21581.     /**
  21582.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition' shared service.
  21583.      *
  21584.      * @return \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition
  21585.      */
  21586.     protected function getCountryStateTranslationDefinition2Service()
  21587.     {
  21588.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  21589.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryStateTranslation/CountryStateTranslationDefinition.php';
  21590.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition();
  21591.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21592.         return $instance;
  21593.     }
  21594.     /**
  21595.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition' shared service.
  21596.      *
  21597.      * @return \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition
  21598.      */
  21599.     protected function getCountryTranslationDefinition2Service()
  21600.     {
  21601.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  21602.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryTranslation/CountryTranslationDefinition.php';
  21603.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition();
  21604.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21605.         return $instance;
  21606.     }
  21607.     /**
  21608.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition' shared service.
  21609.      *
  21610.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition
  21611.      */
  21612.     protected function getCurrencyCountryRoundingDefinition2Service()
  21613.     {
  21614.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition();
  21615.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21616.         return $instance;
  21617.     }
  21618.     /**
  21619.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition' shared service.
  21620.      *
  21621.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition
  21622.      */
  21623.     protected function getCurrencyTranslationDefinition2Service()
  21624.     {
  21625.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  21626.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/Aggregate/CurrencyTranslation/CurrencyTranslationDefinition.php';
  21627.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition();
  21628.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21629.         return $instance;
  21630.     }
  21631.     /**
  21632.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomEntity\CustomEntityDefinition' shared service.
  21633.      *
  21634.      * @return \Shopware\Core\System\CustomEntity\CustomEntityDefinition
  21635.      */
  21636.     protected function getCustomEntityDefinition2Service()
  21637.     {
  21638.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/CustomEntityDefinition.php';
  21639.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition'] = $instance = new \Shopware\Core\System\CustomEntity\CustomEntityDefinition();
  21640.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21641.         return $instance;
  21642.     }
  21643.     /**
  21644.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition' shared service.
  21645.      *
  21646.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition
  21647.      */
  21648.     protected function getCustomFieldSetRelationDefinition2Service()
  21649.     {
  21650.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Aggregate/CustomFieldSetRelation/CustomFieldSetRelationDefinition.php';
  21651.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition();
  21652.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21653.         return $instance;
  21654.     }
  21655.     /**
  21656.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition' shared service.
  21657.      *
  21658.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition
  21659.      */
  21660.     protected function getCustomFieldSetDefinition2Service()
  21661.     {
  21662.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Aggregate/CustomFieldSet/CustomFieldSetDefinition.php';
  21663.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition();
  21664.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21665.         return $instance;
  21666.     }
  21667.     /**
  21668.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomField\CustomFieldDefinition' shared service.
  21669.      *
  21670.      * @return \Shopware\Core\System\CustomField\CustomFieldDefinition
  21671.      */
  21672.     protected function getCustomFieldDefinition2Service()
  21673.     {
  21674.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/CustomFieldDefinition.php';
  21675.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomField\\CustomFieldDefinition'] = $instance = new \Shopware\Core\System\CustomField\CustomFieldDefinition();
  21676.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21677.         return $instance;
  21678.     }
  21679.     /**
  21680.      * Gets the public 'sales_channel_definition.Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition' shared service.
  21681.      *
  21682.      * @return \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition
  21683.      */
  21684.     protected function getDeliveryTimeTranslationDefinition2Service()
  21685.     {
  21686.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  21687.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/DeliveryTime/Aggregate/DeliveryTimeTranslation/DeliveryTimeTranslationDefinition.php';
  21688.         $this->services['sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition();
  21689.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21690.         return $instance;
  21691.     }
  21692.     /**
  21693.      * Gets the public 'sales_channel_definition.Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition' shared service.
  21694.      *
  21695.      * @return \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition
  21696.      */
  21697.     protected function getDeliveryTimeDefinition2Service()
  21698.     {
  21699.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/DeliveryTime/DeliveryTimeDefinition.php';
  21700.         $this->services['sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition();
  21701.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21702.         return $instance;
  21703.     }
  21704.     /**
  21705.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition' shared service.
  21706.      *
  21707.      * @return \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition
  21708.      */
  21709.     protected function getIntegrationRoleDefinition2Service()
  21710.     {
  21711.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Integration/Aggregate/IntegrationRole/IntegrationRoleDefinition.php';
  21712.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition'] = $instance = new \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition();
  21713.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21714.         return $instance;
  21715.     }
  21716.     /**
  21717.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Integration\IntegrationDefinition' shared service.
  21718.      *
  21719.      * @return \Shopware\Core\System\Integration\IntegrationDefinition
  21720.      */
  21721.     protected function getIntegrationDefinition2Service()
  21722.     {
  21723.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Integration/IntegrationDefinition.php';
  21724.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Integration\\IntegrationDefinition'] = $instance = new \Shopware\Core\System\Integration\IntegrationDefinition();
  21725.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21726.         return $instance;
  21727.     }
  21728.     /**
  21729.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition' shared service.
  21730.      *
  21731.      * @return \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition
  21732.      */
  21733.     protected function getLocaleTranslationDefinition2Service()
  21734.     {
  21735.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  21736.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/Aggregate/LocaleTranslation/LocaleTranslationDefinition.php';
  21737.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition'] = $instance = new \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition();
  21738.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21739.         return $instance;
  21740.     }
  21741.     /**
  21742.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Locale\LocaleDefinition' shared service.
  21743.      *
  21744.      * @return \Shopware\Core\System\Locale\LocaleDefinition
  21745.      */
  21746.     protected function getLocaleDefinition2Service()
  21747.     {
  21748.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/LocaleDefinition.php';
  21749.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Locale\\LocaleDefinition'] = $instance = new \Shopware\Core\System\Locale\LocaleDefinition();
  21750.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21751.         return $instance;
  21752.     }
  21753.     /**
  21754.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition' shared service.
  21755.      *
  21756.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition
  21757.      */
  21758.     protected function getNumberRangeSalesChannelDefinition2Service()
  21759.     {
  21760.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeSalesChannel/NumberRangeSalesChannelDefinition.php';
  21761.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition();
  21762.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21763.         return $instance;
  21764.     }
  21765.     /**
  21766.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition' shared service.
  21767.      *
  21768.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition
  21769.      */
  21770.     protected function getNumberRangeStateDefinition2Service()
  21771.     {
  21772.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeState/NumberRangeStateDefinition.php';
  21773.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition();
  21774.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21775.         return $instance;
  21776.     }
  21777.     /**
  21778.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition' shared service.
  21779.      *
  21780.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition
  21781.      */
  21782.     protected function getNumberRangeTranslationDefinition2Service()
  21783.     {
  21784.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  21785.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeTranslation/NumberRangeTranslationDefinition.php';
  21786.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition();
  21787.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21788.         return $instance;
  21789.     }
  21790.     /**
  21791.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition' shared service.
  21792.      *
  21793.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition
  21794.      */
  21795.     protected function getNumberRangeTypeTranslationDefinition2Service()
  21796.     {
  21797.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  21798.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeTypeTranslation/NumberRangeTypeTranslationDefinition.php';
  21799.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition();
  21800.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21801.         return $instance;
  21802.     }
  21803.     /**
  21804.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition' shared service.
  21805.      *
  21806.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition
  21807.      */
  21808.     protected function getNumberRangeTypeDefinition2Service()
  21809.     {
  21810.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeType/NumberRangeTypeDefinition.php';
  21811.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition();
  21812.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21813.         return $instance;
  21814.     }
  21815.     /**
  21816.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\NumberRangeDefinition' shared service.
  21817.      *
  21818.      * @return \Shopware\Core\System\NumberRange\NumberRangeDefinition
  21819.      */
  21820.     protected function getNumberRangeDefinition2Service()
  21821.     {
  21822.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/NumberRangeDefinition.php';
  21823.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\NumberRangeDefinition();
  21824.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21825.         return $instance;
  21826.     }
  21827.     /**
  21828.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition' shared service.
  21829.      *
  21830.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition
  21831.      */
  21832.     protected function getSalesChannelAnalyticsDefinition2Service()
  21833.     {
  21834.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelAnalytics/SalesChannelAnalyticsDefinition.php';
  21835.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition();
  21836.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21837.         return $instance;
  21838.     }
  21839.     /**
  21840.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition' shared service.
  21841.      *
  21842.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition
  21843.      */
  21844.     protected function getSalesChannelCountryDefinition3Service()
  21845.     {
  21846.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelCountry/SalesChannelCountryDefinition.php';
  21847.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition();
  21848.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21849.         return $instance;
  21850.     }
  21851.     /**
  21852.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition' shared service.
  21853.      *
  21854.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition
  21855.      */
  21856.     protected function getSalesChannelCurrencyDefinition3Service()
  21857.     {
  21858.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelCurrency/SalesChannelCurrencyDefinition.php';
  21859.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition();
  21860.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21861.         return $instance;
  21862.     }
  21863.     /**
  21864.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition' shared service.
  21865.      *
  21866.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition
  21867.      */
  21868.     protected function getSalesChannelDomainDefinition2Service()
  21869.     {
  21870.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition();
  21871.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21872.         return $instance;
  21873.     }
  21874.     /**
  21875.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition' shared service.
  21876.      *
  21877.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition
  21878.      */
  21879.     protected function getSalesChannelLanguageDefinition3Service()
  21880.     {
  21881.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelLanguage/SalesChannelLanguageDefinition.php';
  21882.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition();
  21883.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21884.         return $instance;
  21885.     }
  21886.     /**
  21887.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition' shared service.
  21888.      *
  21889.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition
  21890.      */
  21891.     protected function getSalesChannelPaymentMethodDefinition3Service()
  21892.     {
  21893.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelPaymentMethod/SalesChannelPaymentMethodDefinition.php';
  21894.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition();
  21895.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21896.         return $instance;
  21897.     }
  21898.     /**
  21899.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition' shared service.
  21900.      *
  21901.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition
  21902.      */
  21903.     protected function getSalesChannelShippingMethodDefinition3Service()
  21904.     {
  21905.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelShippingMethod/SalesChannelShippingMethodDefinition.php';
  21906.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition();
  21907.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21908.         return $instance;
  21909.     }
  21910.     /**
  21911.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition' shared service.
  21912.      *
  21913.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition
  21914.      */
  21915.     protected function getSalesChannelTranslationDefinition2Service()
  21916.     {
  21917.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  21918.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelTranslation/SalesChannelTranslationDefinition.php';
  21919.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition();
  21920.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21921.         return $instance;
  21922.     }
  21923.     /**
  21924.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition' shared service.
  21925.      *
  21926.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition
  21927.      */
  21928.     protected function getSalesChannelTypeTranslationDefinition2Service()
  21929.     {
  21930.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  21931.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelTypeTranslation/SalesChannelTypeTranslationDefinition.php';
  21932.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition();
  21933.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21934.         return $instance;
  21935.     }
  21936.     /**
  21937.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition' shared service.
  21938.      *
  21939.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition
  21940.      */
  21941.     protected function getSalesChannelTypeDefinition2Service()
  21942.     {
  21943.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelType/SalesChannelTypeDefinition.php';
  21944.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition();
  21945.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21946.         return $instance;
  21947.     }
  21948.     /**
  21949.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\SalesChannelDefinition' shared service.
  21950.      *
  21951.      * @return \Shopware\Core\System\SalesChannel\SalesChannelDefinition
  21952.      */
  21953.     protected function getSalesChannelDefinition2Service()
  21954.     {
  21955.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\SalesChannelDefinition();
  21956.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21957.         return $instance;
  21958.     }
  21959.     /**
  21960.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition' shared service.
  21961.      *
  21962.      * @return \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition
  21963.      */
  21964.     protected function getSalutationTranslationDefinition2Service()
  21965.     {
  21966.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  21967.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/Aggregate/SalutationTranslation/SalutationTranslationDefinition.php';
  21968.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition'] = $instance = new \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition();
  21969.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21970.         return $instance;
  21971.     }
  21972.     /**
  21973.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition' shared service.
  21974.      *
  21975.      * @return \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition
  21976.      */
  21977.     protected function getSnippetSetDefinition2Service()
  21978.     {
  21979.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition'] = $instance = new \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition();
  21980.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21981.         return $instance;
  21982.     }
  21983.     /**
  21984.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Snippet\SnippetDefinition' shared service.
  21985.      *
  21986.      * @return \Shopware\Core\System\Snippet\SnippetDefinition
  21987.      */
  21988.     protected function getSnippetDefinition2Service()
  21989.     {
  21990.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Snippet\\SnippetDefinition'] = $instance = new \Shopware\Core\System\Snippet\SnippetDefinition();
  21991.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  21992.         return $instance;
  21993.     }
  21994.     /**
  21995.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition' shared service.
  21996.      *
  21997.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition
  21998.      */
  21999.     protected function getStateMachineHistoryDefinition2Service()
  22000.     {
  22001.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition();
  22002.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22003.         return $instance;
  22004.     }
  22005.     /**
  22006.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition' shared service.
  22007.      *
  22008.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition
  22009.      */
  22010.     protected function getStateMachineStateDefinition2Service()
  22011.     {
  22012.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition();
  22013.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22014.         return $instance;
  22015.     }
  22016.     /**
  22017.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition' shared service.
  22018.      *
  22019.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition
  22020.      */
  22021.     protected function getStateMachineStateTranslationDefinition2Service()
  22022.     {
  22023.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  22024.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineState/StateMachineStateTranslationDefinition.php';
  22025.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition();
  22026.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22027.         return $instance;
  22028.     }
  22029.     /**
  22030.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition' shared service.
  22031.      *
  22032.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition
  22033.      */
  22034.     protected function getStateMachineTransitionDefinition2Service()
  22035.     {
  22036.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineTransition/StateMachineTransitionDefinition.php';
  22037.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition();
  22038.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22039.         return $instance;
  22040.     }
  22041.     /**
  22042.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\StateMachineDefinition' shared service.
  22043.      *
  22044.      * @return \Shopware\Core\System\StateMachine\StateMachineDefinition
  22045.      */
  22046.     protected function getStateMachineDefinition2Service()
  22047.     {
  22048.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineDefinition();
  22049.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22050.         return $instance;
  22051.     }
  22052.     /**
  22053.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\StateMachineTranslationDefinition' shared service.
  22054.      *
  22055.      * @return \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition
  22056.      */
  22057.     protected function getStateMachineTranslationDefinition2Service()
  22058.     {
  22059.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  22060.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineTranslationDefinition.php';
  22061.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition();
  22062.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22063.         return $instance;
  22064.     }
  22065.     /**
  22066.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SystemConfig\SystemConfigDefinition' shared service.
  22067.      *
  22068.      * @return \Shopware\Core\System\SystemConfig\SystemConfigDefinition
  22069.      */
  22070.     protected function getSystemConfigDefinition2Service()
  22071.     {
  22072.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition'] = $instance = new \Shopware\Core\System\SystemConfig\SystemConfigDefinition();
  22073.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22074.         return $instance;
  22075.     }
  22076.     /**
  22077.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tag\TagDefinition' shared service.
  22078.      *
  22079.      * @return \Shopware\Core\System\Tag\TagDefinition
  22080.      */
  22081.     protected function getTagDefinition2Service()
  22082.     {
  22083.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tag/TagDefinition.php';
  22084.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tag\\TagDefinition'] = $instance = new \Shopware\Core\System\Tag\TagDefinition();
  22085.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22086.         return $instance;
  22087.     }
  22088.     /**
  22089.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition' shared service.
  22090.      *
  22091.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition
  22092.      */
  22093.     protected function getTaxRuleTypeTranslationDefinition2Service()
  22094.     {
  22095.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  22096.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRuleTypeTranslation/TaxRuleTypeTranslationDefinition.php';
  22097.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition();
  22098.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22099.         return $instance;
  22100.     }
  22101.     /**
  22102.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition' shared service.
  22103.      *
  22104.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition
  22105.      */
  22106.     protected function getTaxRuleTypeDefinition2Service()
  22107.     {
  22108.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRuleType/TaxRuleTypeDefinition.php';
  22109.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition();
  22110.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22111.         return $instance;
  22112.     }
  22113.     /**
  22114.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition' shared service.
  22115.      *
  22116.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition
  22117.      */
  22118.     protected function getTaxRuleDefinition2Service()
  22119.     {
  22120.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRule/TaxRuleDefinition.php';
  22121.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition();
  22122.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22123.         return $instance;
  22124.     }
  22125.     /**
  22126.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\TaxDefinition' shared service.
  22127.      *
  22128.      * @return \Shopware\Core\System\Tax\TaxDefinition
  22129.      */
  22130.     protected function getTaxDefinition2Service()
  22131.     {
  22132.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\TaxDefinition'] = $instance = new \Shopware\Core\System\Tax\TaxDefinition();
  22133.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22134.         return $instance;
  22135.     }
  22136.     /**
  22137.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition' shared service.
  22138.      *
  22139.      * @return \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition
  22140.      */
  22141.     protected function getUnitTranslationDefinition2Service()
  22142.     {
  22143.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  22144.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Unit/Aggregate/UnitTranslation/UnitTranslationDefinition.php';
  22145.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition'] = $instance = new \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition();
  22146.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22147.         return $instance;
  22148.     }
  22149.     /**
  22150.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Unit\UnitDefinition' shared service.
  22151.      *
  22152.      * @return \Shopware\Core\System\Unit\UnitDefinition
  22153.      */
  22154.     protected function getUnitDefinition2Service()
  22155.     {
  22156.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Unit/UnitDefinition.php';
  22157.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Unit\\UnitDefinition'] = $instance = new \Shopware\Core\System\Unit\UnitDefinition();
  22158.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22159.         return $instance;
  22160.     }
  22161.     /**
  22162.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition' shared service.
  22163.      *
  22164.      * @return \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition
  22165.      */
  22166.     protected function getUserAccessKeyDefinition2Service()
  22167.     {
  22168.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserAccessKey/UserAccessKeyDefinition.php';
  22169.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition();
  22170.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22171.         return $instance;
  22172.     }
  22173.     /**
  22174.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition' shared service.
  22175.      *
  22176.      * @return \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition
  22177.      */
  22178.     protected function getUserConfigDefinition2Service()
  22179.     {
  22180.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserConfig/UserConfigDefinition.php';
  22181.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition();
  22182.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22183.         return $instance;
  22184.     }
  22185.     /**
  22186.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition' shared service.
  22187.      *
  22188.      * @return \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition
  22189.      */
  22190.     protected function getUserRecoveryDefinition2Service()
  22191.     {
  22192.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserRecovery/UserRecoveryDefinition.php';
  22193.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition();
  22194.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22195.         return $instance;
  22196.     }
  22197.     /**
  22198.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\UserDefinition' shared service.
  22199.      *
  22200.      * @return \Shopware\Core\System\User\UserDefinition
  22201.      */
  22202.     protected function getUserDefinition2Service()
  22203.     {
  22204.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\UserDefinition'] = $instance = new \Shopware\Core\System\User\UserDefinition();
  22205.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22206.         return $instance;
  22207.     }
  22208.     /**
  22209.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition' shared service.
  22210.      *
  22211.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition
  22212.      */
  22213.     protected function getThemeChildDefinition2Service()
  22214.     {
  22215.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeChildDefinition.php';
  22216.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition();
  22217.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22218.         return $instance;
  22219.     }
  22220.     /**
  22221.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition' shared service.
  22222.      *
  22223.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition
  22224.      */
  22225.     protected function getThemeMediaDefinition2Service()
  22226.     {
  22227.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeMediaDefinition.php';
  22228.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition();
  22229.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22230.         return $instance;
  22231.     }
  22232.     /**
  22233.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition' shared service.
  22234.      *
  22235.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition
  22236.      */
  22237.     protected function getThemeSalesChannelDefinition2Service()
  22238.     {
  22239.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition();
  22240.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22241.         return $instance;
  22242.     }
  22243.     /**
  22244.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition' shared service.
  22245.      *
  22246.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition
  22247.      */
  22248.     protected function getThemeTranslationDefinition2Service()
  22249.     {
  22250.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  22251.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeTranslationDefinition.php';
  22252.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition();
  22253.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22254.         return $instance;
  22255.     }
  22256.     /**
  22257.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\ThemeDefinition' shared service.
  22258.      *
  22259.      * @return \Shopware\Storefront\Theme\ThemeDefinition
  22260.      */
  22261.     protected function getThemeDefinition2Service()
  22262.     {
  22263.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\ThemeDefinition'] = $instance = new \Shopware\Storefront\Theme\ThemeDefinition();
  22264.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22265.         return $instance;
  22266.     }
  22267.     /**
  22268.      * Gets the public 'sales_channel_definition.SwagMigrationAssistant\Migration\Connection\SwagMigrationConnectionDefinition' shared service.
  22269.      *
  22270.      * @return \SwagMigrationAssistant\Migration\Connection\SwagMigrationConnectionDefinition
  22271.      */
  22272.     protected function getSwagMigrationConnectionDefinition2Service()
  22273.     {
  22274.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Connection/SwagMigrationConnectionDefinition.php';
  22275.         $this->services['sales_channel_definition.SwagMigrationAssistant\\Migration\\Connection\\SwagMigrationConnectionDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Connection\SwagMigrationConnectionDefinition();
  22276.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22277.         return $instance;
  22278.     }
  22279.     /**
  22280.      * Gets the public 'sales_channel_definition.SwagMigrationAssistant\Migration\Data\SwagMigrationDataDefinition' shared service.
  22281.      *
  22282.      * @return \SwagMigrationAssistant\Migration\Data\SwagMigrationDataDefinition
  22283.      */
  22284.     protected function getSwagMigrationDataDefinition2Service()
  22285.     {
  22286.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Data/SwagMigrationDataDefinition.php';
  22287.         $this->services['sales_channel_definition.SwagMigrationAssistant\\Migration\\Data\\SwagMigrationDataDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Data\SwagMigrationDataDefinition();
  22288.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22289.         return $instance;
  22290.     }
  22291.     /**
  22292.      * Gets the public 'sales_channel_definition.SwagMigrationAssistant\Migration\Logging\SwagMigrationLoggingDefinition' shared service.
  22293.      *
  22294.      * @return \SwagMigrationAssistant\Migration\Logging\SwagMigrationLoggingDefinition
  22295.      */
  22296.     protected function getSwagMigrationLoggingDefinition2Service()
  22297.     {
  22298.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Logging/SwagMigrationLoggingDefinition.php';
  22299.         $this->services['sales_channel_definition.SwagMigrationAssistant\\Migration\\Logging\\SwagMigrationLoggingDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Logging\SwagMigrationLoggingDefinition();
  22300.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22301.         return $instance;
  22302.     }
  22303.     /**
  22304.      * Gets the public 'sales_channel_definition.SwagMigrationAssistant\Migration\Mapping\SwagMigrationMappingDefinition' shared service.
  22305.      *
  22306.      * @return \SwagMigrationAssistant\Migration\Mapping\SwagMigrationMappingDefinition
  22307.      */
  22308.     protected function getSwagMigrationMappingDefinition2Service()
  22309.     {
  22310.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Mapping/SwagMigrationMappingDefinition.php';
  22311.         $this->services['sales_channel_definition.SwagMigrationAssistant\\Migration\\Mapping\\SwagMigrationMappingDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Mapping\SwagMigrationMappingDefinition();
  22312.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22313.         return $instance;
  22314.     }
  22315.     /**
  22316.      * Gets the public 'sales_channel_definition.SwagMigrationAssistant\Migration\Media\SwagMigrationMediaFileDefinition' shared service.
  22317.      *
  22318.      * @return \SwagMigrationAssistant\Migration\Media\SwagMigrationMediaFileDefinition
  22319.      */
  22320.     protected function getSwagMigrationMediaFileDefinition2Service()
  22321.     {
  22322.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Media/SwagMigrationMediaFileDefinition.php';
  22323.         $this->services['sales_channel_definition.SwagMigrationAssistant\\Migration\\Media\\SwagMigrationMediaFileDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Media\SwagMigrationMediaFileDefinition();
  22324.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22325.         return $instance;
  22326.     }
  22327.     /**
  22328.      * Gets the public 'sales_channel_definition.SwagMigrationAssistant\Migration\Run\SwagMigrationRunDefinition' shared service.
  22329.      *
  22330.      * @return \SwagMigrationAssistant\Migration\Run\SwagMigrationRunDefinition
  22331.      */
  22332.     protected function getSwagMigrationRunDefinition2Service()
  22333.     {
  22334.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Run/SwagMigrationRunDefinition.php';
  22335.         $this->services['sales_channel_definition.SwagMigrationAssistant\\Migration\\Run\\SwagMigrationRunDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Run\SwagMigrationRunDefinition();
  22336.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22337.         return $instance;
  22338.     }
  22339.     /**
  22340.      * Gets the public 'sales_channel_definition.SwagMigrationAssistant\Migration\Setting\GeneralSettingDefinition' shared service.
  22341.      *
  22342.      * @return \SwagMigrationAssistant\Migration\Setting\GeneralSettingDefinition
  22343.      */
  22344.     protected function getGeneralSettingDefinition2Service()
  22345.     {
  22346.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Setting/GeneralSettingDefinition.php';
  22347.         $this->services['sales_channel_definition.SwagMigrationAssistant\\Migration\\Setting\\GeneralSettingDefinition'] = $instance = new \SwagMigrationAssistant\Migration\Setting\GeneralSettingDefinition();
  22348.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22349.         return $instance;
  22350.     }
  22351.     /**
  22352.      * Gets the public 'sales_channel_definition.Swag\CmsExtensions\BlockRule\BlockRuleDefinition' shared service.
  22353.      *
  22354.      * @return \Swag\CmsExtensions\BlockRule\BlockRuleDefinition
  22355.      */
  22356.     protected function getBlockRuleDefinition2Service()
  22357.     {
  22358.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/BlockRule/BlockRuleDefinition.php';
  22359.         $this->services['sales_channel_definition.Swag\\CmsExtensions\\BlockRule\\BlockRuleDefinition'] = $instance = new \Swag\CmsExtensions\BlockRule\BlockRuleDefinition();
  22360.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22361.         return $instance;
  22362.     }
  22363.     /**
  22364.      * Gets the public 'sales_channel_definition.Swag\CmsExtensions\Form\Aggregate\FormGroupFieldTranslation\FormGroupFieldTranslationDefinition' shared service.
  22365.      *
  22366.      * @return \Swag\CmsExtensions\Form\Aggregate\FormGroupFieldTranslation\FormGroupFieldTranslationDefinition
  22367.      */
  22368.     protected function getFormGroupFieldTranslationDefinition2Service()
  22369.     {
  22370.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  22371.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Form/Aggregate/FormGroupFieldTranslation/FormGroupFieldTranslationDefinition.php';
  22372.         $this->services['sales_channel_definition.Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupFieldTranslation\\FormGroupFieldTranslationDefinition'] = $instance = new \Swag\CmsExtensions\Form\Aggregate\FormGroupFieldTranslation\FormGroupFieldTranslationDefinition();
  22373.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22374.         return $instance;
  22375.     }
  22376.     /**
  22377.      * Gets the public 'sales_channel_definition.Swag\CmsExtensions\Form\Aggregate\FormGroupField\FormGroupFieldDefinition' shared service.
  22378.      *
  22379.      * @return \Swag\CmsExtensions\Form\Aggregate\FormGroupField\FormGroupFieldDefinition
  22380.      */
  22381.     protected function getFormGroupFieldDefinition2Service()
  22382.     {
  22383.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Form/Aggregate/FormGroupField/FormGroupFieldDefinition.php';
  22384.         $this->services['sales_channel_definition.Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupField\\FormGroupFieldDefinition'] = $instance = new \Swag\CmsExtensions\Form\Aggregate\FormGroupField\FormGroupFieldDefinition();
  22385.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22386.         return $instance;
  22387.     }
  22388.     /**
  22389.      * Gets the public 'sales_channel_definition.Swag\CmsExtensions\Form\Aggregate\FormGroupTranslation\FormGroupTranslationDefinition' shared service.
  22390.      *
  22391.      * @return \Swag\CmsExtensions\Form\Aggregate\FormGroupTranslation\FormGroupTranslationDefinition
  22392.      */
  22393.     protected function getFormGroupTranslationDefinition2Service()
  22394.     {
  22395.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  22396.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Form/Aggregate/FormGroupTranslation/FormGroupTranslationDefinition.php';
  22397.         $this->services['sales_channel_definition.Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupTranslation\\FormGroupTranslationDefinition'] = $instance = new \Swag\CmsExtensions\Form\Aggregate\FormGroupTranslation\FormGroupTranslationDefinition();
  22398.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22399.         return $instance;
  22400.     }
  22401.     /**
  22402.      * Gets the public 'sales_channel_definition.Swag\CmsExtensions\Form\Aggregate\FormGroup\FormGroupDefinition' shared service.
  22403.      *
  22404.      * @return \Swag\CmsExtensions\Form\Aggregate\FormGroup\FormGroupDefinition
  22405.      */
  22406.     protected function getFormGroupDefinition2Service()
  22407.     {
  22408.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Form/Aggregate/FormGroup/FormGroupDefinition.php';
  22409.         $this->services['sales_channel_definition.Swag\\CmsExtensions\\Form\\Aggregate\\FormGroup\\FormGroupDefinition'] = $instance = new \Swag\CmsExtensions\Form\Aggregate\FormGroup\FormGroupDefinition();
  22410.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22411.         return $instance;
  22412.     }
  22413.     /**
  22414.      * Gets the public 'sales_channel_definition.Swag\CmsExtensions\Form\Aggregate\FormTranslation\FormTranslationDefinition' shared service.
  22415.      *
  22416.      * @return \Swag\CmsExtensions\Form\Aggregate\FormTranslation\FormTranslationDefinition
  22417.      */
  22418.     protected function getFormTranslationDefinition2Service()
  22419.     {
  22420.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  22421.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Form/Aggregate/FormTranslation/FormTranslationDefinition.php';
  22422.         $this->services['sales_channel_definition.Swag\\CmsExtensions\\Form\\Aggregate\\FormTranslation\\FormTranslationDefinition'] = $instance = new \Swag\CmsExtensions\Form\Aggregate\FormTranslation\FormTranslationDefinition();
  22423.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22424.         return $instance;
  22425.     }
  22426.     /**
  22427.      * Gets the public 'sales_channel_definition.Swag\CmsExtensions\Form\FormDefinition' shared service.
  22428.      *
  22429.      * @return \Swag\CmsExtensions\Form\FormDefinition
  22430.      */
  22431.     protected function getFormDefinition2Service()
  22432.     {
  22433.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Form/FormDefinition.php';
  22434.         $this->services['sales_channel_definition.Swag\\CmsExtensions\\Form\\FormDefinition'] = $instance = new \Swag\CmsExtensions\Form\FormDefinition();
  22435.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22436.         return $instance;
  22437.     }
  22438.     /**
  22439.      * Gets the public 'sales_channel_definition.Swag\CmsExtensions\Quickview\QuickviewDefinition' shared service.
  22440.      *
  22441.      * @return \Swag\CmsExtensions\Quickview\QuickviewDefinition
  22442.      */
  22443.     protected function getQuickviewDefinition2Service()
  22444.     {
  22445.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Quickview/QuickviewDefinition.php';
  22446.         $this->services['sales_channel_definition.Swag\\CmsExtensions\\Quickview\\QuickviewDefinition'] = $instance = new \Swag\CmsExtensions\Quickview\QuickviewDefinition();
  22447.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22448.         return $instance;
  22449.     }
  22450.     /**
  22451.      * Gets the public 'sales_channel_definition.Swag\CmsExtensions\ScrollNavigation\Aggregate\ScrollNavigationPageSettings\ScrollNavigationPageSettingsDefinition' shared service.
  22452.      *
  22453.      * @return \Swag\CmsExtensions\ScrollNavigation\Aggregate\ScrollNavigationPageSettings\ScrollNavigationPageSettingsDefinition
  22454.      */
  22455.     protected function getScrollNavigationPageSettingsDefinition2Service()
  22456.     {
  22457.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/ScrollNavigation/Aggregate/ScrollNavigationPageSettings/ScrollNavigationPageSettingsDefinition.php';
  22458.         $this->services['sales_channel_definition.Swag\\CmsExtensions\\ScrollNavigation\\Aggregate\\ScrollNavigationPageSettings\\ScrollNavigationPageSettingsDefinition'] = $instance = new \Swag\CmsExtensions\ScrollNavigation\Aggregate\ScrollNavigationPageSettings\ScrollNavigationPageSettingsDefinition();
  22459.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22460.         return $instance;
  22461.     }
  22462.     /**
  22463.      * Gets the public 'sales_channel_definition.Swag\CmsExtensions\ScrollNavigation\Aggregate\ScrollNavigationTranslation\ScrollNavigationTranslationDefinition' shared service.
  22464.      *
  22465.      * @return \Swag\CmsExtensions\ScrollNavigation\Aggregate\ScrollNavigationTranslation\ScrollNavigationTranslationDefinition
  22466.      */
  22467.     protected function getScrollNavigationTranslationDefinition2Service()
  22468.     {
  22469.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  22470.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/ScrollNavigation/Aggregate/ScrollNavigationTranslation/ScrollNavigationTranslationDefinition.php';
  22471.         $this->services['sales_channel_definition.Swag\\CmsExtensions\\ScrollNavigation\\Aggregate\\ScrollNavigationTranslation\\ScrollNavigationTranslationDefinition'] = $instance = new \Swag\CmsExtensions\ScrollNavigation\Aggregate\ScrollNavigationTranslation\ScrollNavigationTranslationDefinition();
  22472.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22473.         return $instance;
  22474.     }
  22475.     /**
  22476.      * Gets the public 'sales_channel_definition.Swag\CmsExtensions\ScrollNavigation\ScrollNavigationDefinition' shared service.
  22477.      *
  22478.      * @return \Swag\CmsExtensions\ScrollNavigation\ScrollNavigationDefinition
  22479.      */
  22480.     protected function getScrollNavigationDefinition2Service()
  22481.     {
  22482.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/ScrollNavigation/ScrollNavigationDefinition.php';
  22483.         $this->services['sales_channel_definition.Swag\\CmsExtensions\\ScrollNavigation\\ScrollNavigationDefinition'] = $instance = new \Swag\CmsExtensions\ScrollNavigation\ScrollNavigationDefinition();
  22484.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22485.         return $instance;
  22486.     }
  22487.     /**
  22488.      * Gets the public 'sales_channel_definition.Swag\CustomizedProducts\Template\Aggregate\TemplateConfiguration\Aggregate\TemplateConfigurationShareDefinition' shared service.
  22489.      *
  22490.      * @return \Swag\CustomizedProducts\Template\Aggregate\TemplateConfiguration\Aggregate\TemplateConfigurationShareDefinition
  22491.      */
  22492.     protected function getTemplateConfigurationShareDefinition2Service()
  22493.     {
  22494.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateConfiguration/Aggregate/TemplateConfigurationShareDefinition.php';
  22495.         $this->services['sales_channel_definition.Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateConfiguration\\Aggregate\\TemplateConfigurationShareDefinition'] = $instance = new \Swag\CustomizedProducts\Template\Aggregate\TemplateConfiguration\Aggregate\TemplateConfigurationShareDefinition();
  22496.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22497.         return $instance;
  22498.     }
  22499.     /**
  22500.      * Gets the public 'sales_channel_definition.Swag\CustomizedProducts\Template\Aggregate\TemplateExclusionConditionValues\TemplateExclusionConditionValuesDefinition' shared service.
  22501.      *
  22502.      * @return \Swag\CustomizedProducts\Template\Aggregate\TemplateExclusionConditionValues\TemplateExclusionConditionValuesDefinition
  22503.      */
  22504.     protected function getTemplateExclusionConditionValuesDefinition2Service()
  22505.     {
  22506.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateExclusionConditionValues/TemplateExclusionConditionValuesDefinition.php';
  22507.         $this->services['sales_channel_definition.Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateExclusionConditionValues\\TemplateExclusionConditionValuesDefinition'] = $instance = new \Swag\CustomizedProducts\Template\Aggregate\TemplateExclusionConditionValues\TemplateExclusionConditionValuesDefinition();
  22508.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22509.         return $instance;
  22510.     }
  22511.     /**
  22512.      * Gets the public 'sales_channel_definition.Swag\CustomizedProducts\Template\Aggregate\TemplateExclusionCondition\TemplateExclusionConditionDefinition' shared service.
  22513.      *
  22514.      * @return \Swag\CustomizedProducts\Template\Aggregate\TemplateExclusionCondition\TemplateExclusionConditionDefinition
  22515.      */
  22516.     protected function getTemplateExclusionConditionDefinition2Service()
  22517.     {
  22518.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateExclusionCondition/TemplateExclusionConditionDefinition.php';
  22519.         $this->services['sales_channel_definition.Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateExclusionCondition\\TemplateExclusionConditionDefinition'] = $instance = new \Swag\CustomizedProducts\Template\Aggregate\TemplateExclusionCondition\TemplateExclusionConditionDefinition();
  22520.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22521.         return $instance;
  22522.     }
  22523.     /**
  22524.      * Gets the public 'sales_channel_definition.Swag\CustomizedProducts\Template\Aggregate\TemplateExclusionOperatorTranslation\TemplateExclusionOperatorTranslationDefinition' shared service.
  22525.      *
  22526.      * @return \Swag\CustomizedProducts\Template\Aggregate\TemplateExclusionOperatorTranslation\TemplateExclusionOperatorTranslationDefinition
  22527.      */
  22528.     protected function getTemplateExclusionOperatorTranslationDefinition2Service()
  22529.     {
  22530.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  22531.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateExclusionOperatorTranslation/TemplateExclusionOperatorTranslationDefinition.php';
  22532.         $this->services['sales_channel_definition.Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateExclusionOperatorTranslation\\TemplateExclusionOperatorTranslationDefinition'] = $instance = new \Swag\CustomizedProducts\Template\Aggregate\TemplateExclusionOperatorTranslation\TemplateExclusionOperatorTranslationDefinition();
  22533.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22534.         return $instance;
  22535.     }
  22536.     /**
  22537.      * Gets the public 'sales_channel_definition.Swag\CustomizedProducts\Template\Aggregate\TemplateExclusionOperator\TemplateExclusionOperatorDefinition' shared service.
  22538.      *
  22539.      * @return \Swag\CustomizedProducts\Template\Aggregate\TemplateExclusionOperator\TemplateExclusionOperatorDefinition
  22540.      */
  22541.     protected function getTemplateExclusionOperatorDefinition2Service()
  22542.     {
  22543.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateExclusionOperator/TemplateExclusionOperatorDefinition.php';
  22544.         $this->services['sales_channel_definition.Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateExclusionOperator\\TemplateExclusionOperatorDefinition'] = $instance = new \Swag\CustomizedProducts\Template\Aggregate\TemplateExclusionOperator\TemplateExclusionOperatorDefinition();
  22545.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22546.         return $instance;
  22547.     }
  22548.     /**
  22549.      * Gets the public 'sales_channel_definition.Swag\CustomizedProducts\Template\Aggregate\TemplateExclusion\TemplateExclusionDefinition' shared service.
  22550.      *
  22551.      * @return \Swag\CustomizedProducts\Template\Aggregate\TemplateExclusion\TemplateExclusionDefinition
  22552.      */
  22553.     protected function getTemplateExclusionDefinition2Service()
  22554.     {
  22555.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateExclusion/TemplateExclusionDefinition.php';
  22556.         $this->services['sales_channel_definition.Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateExclusion\\TemplateExclusionDefinition'] = $instance = new \Swag\CustomizedProducts\Template\Aggregate\TemplateExclusion\TemplateExclusionDefinition();
  22557.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22558.         return $instance;
  22559.     }
  22560.     /**
  22561.      * Gets the public 'sales_channel_definition.Swag\CustomizedProducts\Template\Aggregate\TemplateOptionPrice\TemplateOptionPriceDefinition' shared service.
  22562.      *
  22563.      * @return \Swag\CustomizedProducts\Template\Aggregate\TemplateOptionPrice\TemplateOptionPriceDefinition
  22564.      */
  22565.     protected function getTemplateOptionPriceDefinition2Service()
  22566.     {
  22567.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateOptionPrice/TemplateOptionPriceDefinition.php';
  22568.         $this->services['sales_channel_definition.Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionPrice\\TemplateOptionPriceDefinition'] = $instance = new \Swag\CustomizedProducts\Template\Aggregate\TemplateOptionPrice\TemplateOptionPriceDefinition();
  22569.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22570.         return $instance;
  22571.     }
  22572.     /**
  22573.      * Gets the public 'sales_channel_definition.Swag\CustomizedProducts\Template\Aggregate\TemplateOptionTranslation\TemplateOptionTranslationDefinition' shared service.
  22574.      *
  22575.      * @return \Swag\CustomizedProducts\Template\Aggregate\TemplateOptionTranslation\TemplateOptionTranslationDefinition
  22576.      */
  22577.     protected function getTemplateOptionTranslationDefinition2Service()
  22578.     {
  22579.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  22580.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateOptionTranslation/TemplateOptionTranslationDefinition.php';
  22581.         $this->services['sales_channel_definition.Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionTranslation\\TemplateOptionTranslationDefinition'] = $instance = new \Swag\CustomizedProducts\Template\Aggregate\TemplateOptionTranslation\TemplateOptionTranslationDefinition();
  22582.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22583.         return $instance;
  22584.     }
  22585.     /**
  22586.      * Gets the public 'sales_channel_definition.Swag\CustomizedProducts\Template\Aggregate\TemplateOptionValuePrice\TemplateOptionValuePriceDefinition' shared service.
  22587.      *
  22588.      * @return \Swag\CustomizedProducts\Template\Aggregate\TemplateOptionValuePrice\TemplateOptionValuePriceDefinition
  22589.      */
  22590.     protected function getTemplateOptionValuePriceDefinition2Service()
  22591.     {
  22592.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateOptionValuePrice/TemplateOptionValuePriceDefinition.php';
  22593.         $this->services['sales_channel_definition.Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionValuePrice\\TemplateOptionValuePriceDefinition'] = $instance = new \Swag\CustomizedProducts\Template\Aggregate\TemplateOptionValuePrice\TemplateOptionValuePriceDefinition();
  22594.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22595.         return $instance;
  22596.     }
  22597.     /**
  22598.      * Gets the public 'sales_channel_definition.Swag\CustomizedProducts\Template\Aggregate\TemplateOptionValueTranslation\TemplateOptionValueTranslationDefinition' shared service.
  22599.      *
  22600.      * @return \Swag\CustomizedProducts\Template\Aggregate\TemplateOptionValueTranslation\TemplateOptionValueTranslationDefinition
  22601.      */
  22602.     protected function getTemplateOptionValueTranslationDefinition2Service()
  22603.     {
  22604.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  22605.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateOptionValueTranslation/TemplateOptionValueTranslationDefinition.php';
  22606.         $this->services['sales_channel_definition.Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionValueTranslation\\TemplateOptionValueTranslationDefinition'] = $instance = new \Swag\CustomizedProducts\Template\Aggregate\TemplateOptionValueTranslation\TemplateOptionValueTranslationDefinition();
  22607.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22608.         return $instance;
  22609.     }
  22610.     /**
  22611.      * Gets the public 'sales_channel_definition.Swag\CustomizedProducts\Template\Aggregate\TemplateTranslation\TemplateTranslationDefinition' shared service.
  22612.      *
  22613.      * @return \Swag\CustomizedProducts\Template\Aggregate\TemplateTranslation\TemplateTranslationDefinition
  22614.      */
  22615.     protected function getTemplateTranslationDefinition2Service()
  22616.     {
  22617.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  22618.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateTranslation/TemplateTranslationDefinition.php';
  22619.         $this->services['sales_channel_definition.Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateTranslation\\TemplateTranslationDefinition'] = $instance = new \Swag\CustomizedProducts\Template\Aggregate\TemplateTranslation\TemplateTranslationDefinition();
  22620.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22621.         return $instance;
  22622.     }
  22623.     /**
  22624.      * Gets the public 'sales_channel_definition.Swag\Markets\Entity\CategoryMapping\CategoryMappingDefinition' shared autowired service.
  22625.      *
  22626.      * @return \Swag\Markets\Entity\CategoryMapping\CategoryMappingDefinition
  22627.      */
  22628.     protected function getCategoryMappingDefinition2Service()
  22629.     {
  22630.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Entity/CategoryMapping/CategoryMappingDefinition.php';
  22631.         $this->services['sales_channel_definition.Swag\\Markets\\Entity\\CategoryMapping\\CategoryMappingDefinition'] = $instance = new \Swag\Markets\Entity\CategoryMapping\CategoryMappingDefinition();
  22632.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22633.         return $instance;
  22634.     }
  22635.     /**
  22636.      * Gets the public 'sales_channel_definition.Swag\Markets\Entity\Config\SwagMarketsConfigurationEntityDefinition' shared autowired service.
  22637.      *
  22638.      * @return \Swag\Markets\Entity\Config\SwagMarketsConfigurationEntityDefinition
  22639.      */
  22640.     protected function getSwagMarketsConfigurationEntityDefinition2Service()
  22641.     {
  22642.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Entity/Config/SwagMarketsConfigurationEntityDefinition.php';
  22643.         $this->services['sales_channel_definition.Swag\\Markets\\Entity\\Config\\SwagMarketsConfigurationEntityDefinition'] = $instance = new \Swag\Markets\Entity\Config\SwagMarketsConfigurationEntityDefinition();
  22644.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22645.         return $instance;
  22646.     }
  22647.     /**
  22648.      * Gets the public 'sales_channel_definition.Swag\Markets\Entity\Marketplace\Aggregate\MarketplaceSalesChannel\MarketplaceSalesChannelDefinition' shared autowired service.
  22649.      *
  22650.      * @return \Swag\Markets\Entity\Marketplace\Aggregate\MarketplaceSalesChannel\MarketplaceSalesChannelDefinition
  22651.      */
  22652.     protected function getMarketplaceSalesChannelDefinition2Service()
  22653.     {
  22654.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Entity/Marketplace/Aggregate/MarketplaceSalesChannel/MarketplaceSalesChannelDefinition.php';
  22655.         $this->services['sales_channel_definition.Swag\\Markets\\Entity\\Marketplace\\Aggregate\\MarketplaceSalesChannel\\MarketplaceSalesChannelDefinition'] = $instance = new \Swag\Markets\Entity\Marketplace\Aggregate\MarketplaceSalesChannel\MarketplaceSalesChannelDefinition();
  22656.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22657.         return $instance;
  22658.     }
  22659.     /**
  22660.      * Gets the public 'sales_channel_definition.Swag\Markets\Entity\Marketplace\Aggregate\MarketplaceSettings\MarketplaceSettingsDefinition' shared autowired service.
  22661.      *
  22662.      * @return \Swag\Markets\Entity\Marketplace\Aggregate\MarketplaceSettings\MarketplaceSettingsDefinition
  22663.      */
  22664.     protected function getMarketplaceSettingsDefinition2Service()
  22665.     {
  22666.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Entity/Marketplace/Aggregate/MarketplaceSettings/MarketplaceSettingsDefinition.php';
  22667.         $this->services['sales_channel_definition.Swag\\Markets\\Entity\\Marketplace\\Aggregate\\MarketplaceSettings\\MarketplaceSettingsDefinition'] = $instance = new \Swag\Markets\Entity\Marketplace\Aggregate\MarketplaceSettings\MarketplaceSettingsDefinition();
  22668.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22669.         return $instance;
  22670.     }
  22671.     /**
  22672.      * Gets the public 'sales_channel_definition.Swag\Markets\Entity\Marketplace\MarketplaceDefinition' shared autowired service.
  22673.      *
  22674.      * @return \Swag\Markets\Entity\Marketplace\MarketplaceDefinition
  22675.      */
  22676.     protected function getMarketplaceDefinition2Service()
  22677.     {
  22678.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Entity/Marketplace/MarketplaceDefinition.php';
  22679.         $this->services['sales_channel_definition.Swag\\Markets\\Entity\\Marketplace\\MarketplaceDefinition'] = $instance = new \Swag\Markets\Entity\Marketplace\MarketplaceDefinition();
  22680.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22681.         return $instance;
  22682.     }
  22683.     /**
  22684.      * Gets the public 'sales_channel_definition.Swag\Markets\Entity\ProductToDelete\SwagMarketsProductToDeleteEntityDefinition' shared autowired service.
  22685.      *
  22686.      * @return \Swag\Markets\Entity\ProductToDelete\SwagMarketsProductToDeleteEntityDefinition
  22687.      */
  22688.     protected function getSwagMarketsProductToDeleteEntityDefinition2Service()
  22689.     {
  22690.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Entity/ProductToDelete/SwagMarketsProductToDeleteEntityDefinition.php';
  22691.         $this->services['sales_channel_definition.Swag\\Markets\\Entity\\ProductToDelete\\SwagMarketsProductToDeleteEntityDefinition'] = $instance = new \Swag\Markets\Entity\ProductToDelete\SwagMarketsProductToDeleteEntityDefinition();
  22692.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22693.         return $instance;
  22694.     }
  22695.     /**
  22696.      * Gets the public 'sales_channel_definition.Swag\Markets\Entity\Support\SupportDefinition' shared autowired service.
  22697.      *
  22698.      * @return \Swag\Markets\Entity\Support\SupportDefinition
  22699.      */
  22700.     protected function getSupportDefinition2Service()
  22701.     {
  22702.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Entity/Support/SupportDefinition.php';
  22703.         $this->services['sales_channel_definition.Swag\\Markets\\Entity\\Support\\SupportDefinition'] = $instance = new \Swag\Markets\Entity\Support\SupportDefinition();
  22704.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22705.         return $instance;
  22706.     }
  22707.     /**
  22708.      * Gets the public 'sales_channel_definition.Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelDefinition' shared service.
  22709.      *
  22710.      * @return \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelDefinition
  22711.      */
  22712.     protected function getPosSalesChannelDefinition2Service()
  22713.     {
  22714.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/DataAbstractionLayer/Entity/PosSalesChannelDefinition.php';
  22715.         $this->services['sales_channel_definition.Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelDefinition'] = $instance = new \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelDefinition();
  22716.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22717.         return $instance;
  22718.     }
  22719.     /**
  22720.      * Gets the public 'sales_channel_definition.Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelInventoryDefinition' shared service.
  22721.      *
  22722.      * @return \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelInventoryDefinition
  22723.      */
  22724.     protected function getPosSalesChannelInventoryDefinition2Service()
  22725.     {
  22726.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/DataAbstractionLayer/Entity/PosSalesChannelInventoryDefinition.php';
  22727.         $this->services['sales_channel_definition.Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelInventoryDefinition'] = $instance = new \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelInventoryDefinition();
  22728.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22729.         return $instance;
  22730.     }
  22731.     /**
  22732.      * Gets the public 'sales_channel_definition.Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelMediaDefinition' shared service.
  22733.      *
  22734.      * @return \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelMediaDefinition
  22735.      */
  22736.     protected function getPosSalesChannelMediaDefinition2Service()
  22737.     {
  22738.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/DataAbstractionLayer/Entity/PosSalesChannelMediaDefinition.php';
  22739.         $this->services['sales_channel_definition.Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelMediaDefinition'] = $instance = new \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelMediaDefinition();
  22740.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22741.         return $instance;
  22742.     }
  22743.     /**
  22744.      * Gets the public 'sales_channel_definition.Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelProductDefinition' shared service.
  22745.      *
  22746.      * @return \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelProductDefinition
  22747.      */
  22748.     protected function getPosSalesChannelProductDefinition2Service()
  22749.     {
  22750.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/DataAbstractionLayer/Entity/PosSalesChannelProductDefinition.php';
  22751.         $this->services['sales_channel_definition.Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelProductDefinition'] = $instance = new \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelProductDefinition();
  22752.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22753.         return $instance;
  22754.     }
  22755.     /**
  22756.      * Gets the public 'sales_channel_definition.Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelRunDefinition' shared service.
  22757.      *
  22758.      * @return \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelRunDefinition
  22759.      */
  22760.     protected function getPosSalesChannelRunDefinition2Service()
  22761.     {
  22762.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/DataAbstractionLayer/Entity/PosSalesChannelRunDefinition.php';
  22763.         $this->services['sales_channel_definition.Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelRunDefinition'] = $instance = new \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelRunDefinition();
  22764.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22765.         return $instance;
  22766.     }
  22767.     /**
  22768.      * Gets the public 'sales_channel_definition.Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelRunLogDefinition' shared service.
  22769.      *
  22770.      * @return \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelRunLogDefinition
  22771.      */
  22772.     protected function getPosSalesChannelRunLogDefinition2Service()
  22773.     {
  22774.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/DataAbstractionLayer/Entity/PosSalesChannelRunLogDefinition.php';
  22775.         $this->services['sales_channel_definition.Swag\\PayPal\\Pos\\DataAbstractionLayer\\Entity\\PosSalesChannelRunLogDefinition'] = $instance = new \Swag\PayPal\Pos\DataAbstractionLayer\Entity\PosSalesChannelRunLogDefinition();
  22776.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22777.         return $instance;
  22778.     }
  22779.     /**
  22780.      * Gets the public 'sales_channel_definition.Wbm\TagManagerEcomm\Core\Content\Module\ModuleDefinition' shared service.
  22781.      *
  22782.      * @return \Wbm\TagManagerEcomm\Core\Content\Module\ModuleDefinition
  22783.      */
  22784.     protected function getModuleDefinition2Service()
  22785.     {
  22786.         include_once \dirname(__DIR__4).'/custom/plugins/WbmTagManagerEcomm/src/Core/Content/Module/ModuleDefinition.php';
  22787.         $this->services['sales_channel_definition.Wbm\\TagManagerEcomm\\Core\\Content\\Module\\ModuleDefinition'] = $instance = new \Wbm\TagManagerEcomm\Core\Content\Module\ModuleDefinition();
  22788.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22789.         return $instance;
  22790.     }
  22791.     /**
  22792.      * Gets the public 'sales_channel_definition.Wbm\TagManagerEcomm\Core\Content\Property\PropertyDefinition' shared service.
  22793.      *
  22794.      * @return \Wbm\TagManagerEcomm\Core\Content\Property\PropertyDefinition
  22795.      */
  22796.     protected function getPropertyDefinition2Service()
  22797.     {
  22798.         include_once \dirname(__DIR__4).'/custom/plugins/WbmTagManagerEcomm/src/Core/Content/Property/PropertyDefinition.php';
  22799.         $this->services['sales_channel_definition.Wbm\\TagManagerEcomm\\Core\\Content\\Property\\PropertyDefinition'] = $instance = new \Wbm\TagManagerEcomm\Core\Content\Property\PropertyDefinition();
  22800.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  22801.         return $instance;
  22802.     }
  22803.     /**
  22804.      * Gets the public 'sales_channel_domain.repository' shared service.
  22805.      *
  22806.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22807.      */
  22808.     protected function getSalesChannelDomain_RepositoryService()
  22809.     {
  22810.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22811.         if (isset($this->services['sales_channel_domain.repository'])) {
  22812.             return $this->services['sales_channel_domain.repository'];
  22813.         }
  22814.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22815.         if (isset($this->services['sales_channel_domain.repository'])) {
  22816.             return $this->services['sales_channel_domain.repository'];
  22817.         }
  22818.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22819.         if (isset($this->services['sales_channel_domain.repository'])) {
  22820.             return $this->services['sales_channel_domain.repository'];
  22821.         }
  22822.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22823.         if (isset($this->services['sales_channel_domain.repository'])) {
  22824.             return $this->services['sales_channel_domain.repository'];
  22825.         }
  22826.         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())));
  22827.     }
  22828.     /**
  22829.      * Gets the public 'sales_channel_language.repository' shared service.
  22830.      *
  22831.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22832.      */
  22833.     protected function getSalesChannelLanguage_RepositoryService()
  22834.     {
  22835.         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())));
  22836.     }
  22837.     /**
  22838.      * Gets the public 'sales_channel_payment_method.repository' shared service.
  22839.      *
  22840.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22841.      */
  22842.     protected function getSalesChannelPaymentMethod_RepositoryService()
  22843.     {
  22844.         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())));
  22845.     }
  22846.     /**
  22847.      * Gets the public 'sales_channel_shipping_method.repository' shared service.
  22848.      *
  22849.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22850.      */
  22851.     protected function getSalesChannelShippingMethod_RepositoryService()
  22852.     {
  22853.         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())));
  22854.     }
  22855.     /**
  22856.      * Gets the public 'sales_channel_translation.repository' shared service.
  22857.      *
  22858.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22859.      */
  22860.     protected function getSalesChannelTranslation_RepositoryService()
  22861.     {
  22862.         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())));
  22863.     }
  22864.     /**
  22865.      * Gets the public 'sales_channel_type.repository' shared service.
  22866.      *
  22867.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22868.      */
  22869.     protected function getSalesChannelType_RepositoryService()
  22870.     {
  22871.         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())));
  22872.     }
  22873.     /**
  22874.      * Gets the public 'sales_channel_type_translation.repository' shared service.
  22875.      *
  22876.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22877.      */
  22878.     protected function getSalesChannelTypeTranslation_RepositoryService()
  22879.     {
  22880.         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())));
  22881.     }
  22882.     /**
  22883.      * Gets the public 'salutation.repository' shared service.
  22884.      *
  22885.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22886.      */
  22887.     protected function getSalutation_RepositoryService()
  22888.     {
  22889.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22890.         if (isset($this->services['salutation.repository'])) {
  22891.             return $this->services['salutation.repository'];
  22892.         }
  22893.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22894.         if (isset($this->services['salutation.repository'])) {
  22895.             return $this->services['salutation.repository'];
  22896.         }
  22897.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22898.         if (isset($this->services['salutation.repository'])) {
  22899.             return $this->services['salutation.repository'];
  22900.         }
  22901.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22902.         if (isset($this->services['salutation.repository'])) {
  22903.             return $this->services['salutation.repository'];
  22904.         }
  22905.         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())));
  22906.     }
  22907.     /**
  22908.      * Gets the public 'salutation_translation.repository' shared service.
  22909.      *
  22910.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22911.      */
  22912.     protected function getSalutationTranslation_RepositoryService()
  22913.     {
  22914.         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())));
  22915.     }
  22916.     /**
  22917.      * Gets the public 'sas_blog_author.repository' shared service.
  22918.      *
  22919.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22920.      */
  22921.     protected function getSasBlogAuthor_RepositoryService()
  22922.     {
  22923.         return $this->services['sas_blog_author.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Sas\\BlogModule\\Content\\BlogAuthor\\BlogAuthorDefinition'] ?? $this->getBlogAuthorDefinitionService()), ($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())));
  22924.     }
  22925.     /**
  22926.      * Gets the public 'sas_blog_author_translation.repository' shared service.
  22927.      *
  22928.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22929.      */
  22930.     protected function getSasBlogAuthorTranslation_RepositoryService()
  22931.     {
  22932.         return $this->services['sas_blog_author_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Sas\\BlogModule\\Content\\BlogAuthor\\BlogAuthorTranslation\\BlogAuthorTranslationDefinition'] ?? $this->getBlogAuthorTranslationDefinitionService()), ($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())));
  22933.     }
  22934.     /**
  22935.      * Gets the public 'sas_blog_blog_category.repository' shared service.
  22936.      *
  22937.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22938.      */
  22939.     protected function getSasBlogBlogCategory_RepositoryService()
  22940.     {
  22941.         return $this->services['sas_blog_blog_category.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Sas\\BlogModule\\Content\\Blog\\Aggregate\\BlogCategoryMappingDefinition'] ?? $this->getBlogCategoryMappingDefinitionService()), ($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())));
  22942.     }
  22943.     /**
  22944.      * Gets the public 'sas_blog_category.repository' shared service.
  22945.      *
  22946.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22947.      */
  22948.     protected function getSasBlogCategory_RepositoryService()
  22949.     {
  22950.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22951.         if (isset($this->services['sas_blog_category.repository'])) {
  22952.             return $this->services['sas_blog_category.repository'];
  22953.         }
  22954.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22955.         if (isset($this->services['sas_blog_category.repository'])) {
  22956.             return $this->services['sas_blog_category.repository'];
  22957.         }
  22958.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22959.         if (isset($this->services['sas_blog_category.repository'])) {
  22960.             return $this->services['sas_blog_category.repository'];
  22961.         }
  22962.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22963.         if (isset($this->services['sas_blog_category.repository'])) {
  22964.             return $this->services['sas_blog_category.repository'];
  22965.         }
  22966.         return $this->services['sas_blog_category.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Sas\\BlogModule\\Content\\BlogCategory\\BlogCategoryDefinition'] ?? $this->getBlogCategoryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  22967.     }
  22968.     /**
  22969.      * Gets the public 'sas_blog_category_translation.repository' shared service.
  22970.      *
  22971.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22972.      */
  22973.     protected function getSasBlogCategoryTranslation_RepositoryService()
  22974.     {
  22975.         return $this->services['sas_blog_category_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Sas\\BlogModule\\Content\\BlogCategory\\BlogCategoryTranslation\\BlogCategoryTranslationDefinition'] ?? $this->getBlogCategoryTranslationDefinitionService()), ($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())));
  22976.     }
  22977.     /**
  22978.      * Gets the public 'sas_blog_entries.repository' shared service.
  22979.      *
  22980.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  22981.      */
  22982.     protected function getSasBlogEntries_RepositoryService()
  22983.     {
  22984.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  22985.         if (isset($this->services['sas_blog_entries.repository'])) {
  22986.             return $this->services['sas_blog_entries.repository'];
  22987.         }
  22988.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  22989.         if (isset($this->services['sas_blog_entries.repository'])) {
  22990.             return $this->services['sas_blog_entries.repository'];
  22991.         }
  22992.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  22993.         if (isset($this->services['sas_blog_entries.repository'])) {
  22994.             return $this->services['sas_blog_entries.repository'];
  22995.         }
  22996.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22997.         if (isset($this->services['sas_blog_entries.repository'])) {
  22998.             return $this->services['sas_blog_entries.repository'];
  22999.         }
  23000.         return $this->services['sas_blog_entries.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Sas\\BlogModule\\Content\\Blog\\BlogEntriesDefinition'] ?? $this->getBlogEntriesDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  23001.     }
  23002.     /**
  23003.      * Gets the public 'sas_blog_entries_translation.repository' shared service.
  23004.      *
  23005.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23006.      */
  23007.     protected function getSasBlogEntriesTranslation_RepositoryService()
  23008.     {
  23009.         return $this->services['sas_blog_entries_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Sas\\BlogModule\\Content\\Blog\\BlogEntriesTranslation\\BlogEntriesTranslationDefinition'] ?? $this->getBlogEntriesTranslationDefinitionService()), ($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())));
  23010.     }
  23011.     /**
  23012.      * Gets the public 'sas_blog_module.filesystem.private' shared service.
  23013.      *
  23014.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  23015.      */
  23016.     protected function getSasBlogModule_Filesystem_PrivateService()
  23017.     {
  23018.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  23019.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  23020.         return $this->services['sas_blog_module.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/sas_blog_module');
  23021.     }
  23022.     /**
  23023.      * Gets the public 'sas_blog_module.filesystem.public' shared service.
  23024.      *
  23025.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  23026.      */
  23027.     protected function getSasBlogModule_Filesystem_PublicService()
  23028.     {
  23029.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  23030.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  23031.         return $this->services['sas_blog_module.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/sas_blog_module');
  23032.     }
  23033.     /**
  23034.      * Gets the public 'scheduled_task.repository' shared service.
  23035.      *
  23036.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23037.      */
  23038.     protected function getScheduledTask_RepositoryService()
  23039.     {
  23040.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  23041.         if (isset($this->services['scheduled_task.repository'])) {
  23042.             return $this->services['scheduled_task.repository'];
  23043.         }
  23044.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  23045.         if (isset($this->services['scheduled_task.repository'])) {
  23046.             return $this->services['scheduled_task.repository'];
  23047.         }
  23048.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  23049.         if (isset($this->services['scheduled_task.repository'])) {
  23050.             return $this->services['scheduled_task.repository'];
  23051.         }
  23052.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23053.         if (isset($this->services['scheduled_task.repository'])) {
  23054.             return $this->services['scheduled_task.repository'];
  23055.         }
  23056.         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())));
  23057.     }
  23058.     /**
  23059.      * Gets the public 'script.repository' shared service.
  23060.      *
  23061.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23062.      */
  23063.     protected function getScript_RepositoryService()
  23064.     {
  23065.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  23066.         if (isset($this->services['script.repository'])) {
  23067.             return $this->services['script.repository'];
  23068.         }
  23069.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  23070.         if (isset($this->services['script.repository'])) {
  23071.             return $this->services['script.repository'];
  23072.         }
  23073.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  23074.         if (isset($this->services['script.repository'])) {
  23075.             return $this->services['script.repository'];
  23076.         }
  23077.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23078.         if (isset($this->services['script.repository'])) {
  23079.             return $this->services['script.repository'];
  23080.         }
  23081.         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())));
  23082.     }
  23083.     /**
  23084.      * Gets the public 'sendcloud_processes.repository' shared service.
  23085.      *
  23086.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23087.      */
  23088.     protected function getSendcloudProcesses_RepositoryService()
  23089.     {
  23090.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  23091.         if (isset($this->services['sendcloud_processes.repository'])) {
  23092.             return $this->services['sendcloud_processes.repository'];
  23093.         }
  23094.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  23095.         if (isset($this->services['sendcloud_processes.repository'])) {
  23096.             return $this->services['sendcloud_processes.repository'];
  23097.         }
  23098.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  23099.         if (isset($this->services['sendcloud_processes.repository'])) {
  23100.             return $this->services['sendcloud_processes.repository'];
  23101.         }
  23102.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23103.         if (isset($this->services['sendcloud_processes.repository'])) {
  23104.             return $this->services['sendcloud_processes.repository'];
  23105.         }
  23106.         return $this->services['sendcloud_processes.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Sendcloud\\Shipping\\Entity\\Process\\ProcessEntityDefinition'] ?? $this->getProcessEntityDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  23107.     }
  23108.     /**
  23109.      * Gets the public 'sendcloud_queues.repository' shared service.
  23110.      *
  23111.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23112.      */
  23113.     protected function getSendcloudQueues_RepositoryService()
  23114.     {
  23115.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  23116.         if (isset($this->services['sendcloud_queues.repository'])) {
  23117.             return $this->services['sendcloud_queues.repository'];
  23118.         }
  23119.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  23120.         if (isset($this->services['sendcloud_queues.repository'])) {
  23121.             return $this->services['sendcloud_queues.repository'];
  23122.         }
  23123.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  23124.         if (isset($this->services['sendcloud_queues.repository'])) {
  23125.             return $this->services['sendcloud_queues.repository'];
  23126.         }
  23127.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23128.         if (isset($this->services['sendcloud_queues.repository'])) {
  23129.             return $this->services['sendcloud_queues.repository'];
  23130.         }
  23131.         return $this->services['sendcloud_queues.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Sendcloud\\Shipping\\Entity\\Queue\\QueueEntityDefinition'] ?? $this->getQueueEntityDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  23132.     }
  23133.     /**
  23134.      * Gets the public 'sendcloud_servicepoints.repository' shared service.
  23135.      *
  23136.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23137.      */
  23138.     protected function getSendcloudServicepoints_RepositoryService()
  23139.     {
  23140.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  23141.         if (isset($this->services['sendcloud_servicepoints.repository'])) {
  23142.             return $this->services['sendcloud_servicepoints.repository'];
  23143.         }
  23144.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  23145.         if (isset($this->services['sendcloud_servicepoints.repository'])) {
  23146.             return $this->services['sendcloud_servicepoints.repository'];
  23147.         }
  23148.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  23149.         if (isset($this->services['sendcloud_servicepoints.repository'])) {
  23150.             return $this->services['sendcloud_servicepoints.repository'];
  23151.         }
  23152.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23153.         if (isset($this->services['sendcloud_servicepoints.repository'])) {
  23154.             return $this->services['sendcloud_servicepoints.repository'];
  23155.         }
  23156.         return $this->services['sendcloud_servicepoints.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Sendcloud\\Shipping\\Entity\\ServicePoint\\ServicePointEntityDefinition'] ?? $this->getServicePointEntityDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  23157.     }
  23158.     /**
  23159.      * Gets the public 'sendcloud_shipments.repository' shared service.
  23160.      *
  23161.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23162.      */
  23163.     protected function getSendcloudShipments_RepositoryService()
  23164.     {
  23165.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  23166.         if (isset($this->services['sendcloud_shipments.repository'])) {
  23167.             return $this->services['sendcloud_shipments.repository'];
  23168.         }
  23169.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  23170.         if (isset($this->services['sendcloud_shipments.repository'])) {
  23171.             return $this->services['sendcloud_shipments.repository'];
  23172.         }
  23173.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  23174.         if (isset($this->services['sendcloud_shipments.repository'])) {
  23175.             return $this->services['sendcloud_shipments.repository'];
  23176.         }
  23177.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23178.         if (isset($this->services['sendcloud_shipments.repository'])) {
  23179.             return $this->services['sendcloud_shipments.repository'];
  23180.         }
  23181.         return $this->services['sendcloud_shipments.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Sendcloud\\Shipping\\Entity\\Shipment\\ShipmentEntityDefinition'] ?? $this->getShipmentEntityDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  23182.     }
  23183.     /**
  23184.      * Gets the public 'sendcloud_shipping.filesystem.private' shared service.
  23185.      *
  23186.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  23187.      */
  23188.     protected function getSendcloudShipping_Filesystem_PrivateService()
  23189.     {
  23190.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  23191.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  23192.         return $this->services['sendcloud_shipping.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/sendcloud_shipping');
  23193.     }
  23194.     /**
  23195.      * Gets the public 'sendcloud_shipping.filesystem.public' shared service.
  23196.      *
  23197.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  23198.      */
  23199.     protected function getSendcloudShipping_Filesystem_PublicService()
  23200.     {
  23201.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  23202.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  23203.         return $this->services['sendcloud_shipping.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/sendcloud_shipping');
  23204.     }
  23205.     /**
  23206.      * Gets the public 'seo_url.repository' shared service.
  23207.      *
  23208.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23209.      */
  23210.     protected function getSeoUrl_RepositoryService()
  23211.     {
  23212.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  23213.         if (isset($this->services['seo_url.repository'])) {
  23214.             return $this->services['seo_url.repository'];
  23215.         }
  23216.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  23217.         if (isset($this->services['seo_url.repository'])) {
  23218.             return $this->services['seo_url.repository'];
  23219.         }
  23220.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  23221.         if (isset($this->services['seo_url.repository'])) {
  23222.             return $this->services['seo_url.repository'];
  23223.         }
  23224.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23225.         if (isset($this->services['seo_url.repository'])) {
  23226.             return $this->services['seo_url.repository'];
  23227.         }
  23228.         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())));
  23229.     }
  23230.     /**
  23231.      * Gets the public 'seo_url_template.repository' shared service.
  23232.      *
  23233.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23234.      */
  23235.     protected function getSeoUrlTemplate_RepositoryService()
  23236.     {
  23237.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  23238.         if (isset($this->services['seo_url_template.repository'])) {
  23239.             return $this->services['seo_url_template.repository'];
  23240.         }
  23241.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  23242.         if (isset($this->services['seo_url_template.repository'])) {
  23243.             return $this->services['seo_url_template.repository'];
  23244.         }
  23245.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  23246.         if (isset($this->services['seo_url_template.repository'])) {
  23247.             return $this->services['seo_url_template.repository'];
  23248.         }
  23249.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23250.         if (isset($this->services['seo_url_template.repository'])) {
  23251.             return $this->services['seo_url_template.repository'];
  23252.         }
  23253.         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())));
  23254.     }
  23255.     /**
  23256.      * Gets the public 'services_resetter' shared service.
  23257.      *
  23258.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  23259.      */
  23260.     protected function getServicesResetterService()
  23261.     {
  23262.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  23263.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  23264.             if (isset($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'])) {
  23265.                 yield 'Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder' => ($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'] ?? null);
  23266.             }
  23267.             if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'])) {
  23268.                 yield 'Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader' => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] ?? null);
  23269.             }
  23270.             if (isset($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'])) {
  23271.                 yield 'Shopware\\Core\\Framework\\App\\ActiveAppsLoader' => ($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'] ?? null);
  23272.             }
  23273.             if (isset($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'])) {
  23274.                 yield 'Shopware\\Core\\System\\CustomField\\CustomFieldService' => ($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] ?? null);
  23275.             }
  23276.             if (isset($this->privates['Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces'])) {
  23277.                 yield 'Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces' => ($this->privates['Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces'] ?? null);
  23278.             }
  23279.             if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'])) {
  23280.                 yield 'Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer' => ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] ?? null);
  23281.             }
  23282.             if (false) {
  23283.                 yield 'shopware.increment.gateway.array' => null;
  23284.             }
  23285.             if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'])) {
  23286.                 yield 'Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper' => ($this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'] ?? null);
  23287.             }
  23288.             if (isset($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'])) {
  23289.                 yield 'Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider' => ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? null);
  23290.             }
  23291.             if (isset($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'])) {
  23292.                 yield 'Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader' => ($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'] ?? null);
  23293.             }
  23294.             if (isset($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'])) {
  23295.                 yield 'Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore' => ($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'] ?? null);
  23296.             }
  23297.             if (isset($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'])) {
  23298.                 yield 'Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface' => ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'] ?? null);
  23299.             }
  23300.             if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'])) {
  23301.                 yield 'Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator' => ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'] ?? null);
  23302.             }
  23303.             if (isset($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'])) {
  23304.                 yield 'Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\SearchKeywordUpdater' => ($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'] ?? null);
  23305.             }
  23306.             if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter'])) {
  23307.                 yield 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter' => ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter'] ?? null);
  23308.             }
  23309.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) {
  23310.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'] ?? null);
  23311.             }
  23312.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'])) {
  23313.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'] ?? null);
  23314.             }
  23315.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'])) {
  23316.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'] ?? null);
  23317.             }
  23318.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'])) {
  23319.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'] ?? null);
  23320.             }
  23321.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'])) {
  23322.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'] ?? null);
  23323.             }
  23324.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'])) {
  23325.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'] ?? null);
  23326.             }
  23327.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'])) {
  23328.                 yield 'Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'] ?? null);
  23329.             }
  23330.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'])) {
  23331.                 yield 'Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'] ?? null);
  23332.             }
  23333.             if (isset($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader'])) {
  23334.                 yield 'Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader' => ($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader'] ?? null);
  23335.             }
  23336.             if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  23337.                 yield 'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService' => ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? null);
  23338.             }
  23339.             if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'])) {
  23340.                 yield 'Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator' => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'] ?? null);
  23341.             }
  23342.             if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  23343.                 yield 'Shopware\\Core\\Checkout\\Cart\\CartRuleLoader' => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? null);
  23344.             }
  23345.             if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper'])) {
  23346.                 yield 'Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper' => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper'] ?? null);
  23347.             }
  23348.             if (isset($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'])) {
  23349.                 yield 'Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener' => ($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'] ?? null);
  23350.             }
  23351.             if (isset($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'])) {
  23352.                 yield 'Shopware\\Storefront\\Theme\\StorefrontPluginRegistry' => ($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? null);
  23353.             }
  23354.             if (isset($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'])) {
  23355.                 yield 'Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder' => ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? null);
  23356.             }
  23357.             if (isset($this->services['Shopware\\Storefront\\Theme\\SalesChannelThemeLoader'])) {
  23358.                 yield 'Shopware\\Storefront\\Theme\\SalesChannelThemeLoader' => ($this->services['Shopware\\Storefront\\Theme\\SalesChannelThemeLoader'] ?? null);
  23359.             }
  23360.             if (isset($this->services['cache.app'])) {
  23361.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  23362.             }
  23363.             if (isset($this->services['cache.system'])) {
  23364.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  23365.             }
  23366.             if (isset($this->privates['cache.validator'])) {
  23367.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  23368.             }
  23369.             if (isset($this->privates['cache.serializer'])) {
  23370.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  23371.             }
  23372.             if (isset($this->privates['cache.annotations'])) {
  23373.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  23374.             }
  23375.             if (isset($this->privates['cache.property_info'])) {
  23376.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  23377.             }
  23378.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  23379.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  23380.             }
  23381.             if (isset($this->privates['mailer.message_logger_listener'])) {
  23382.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  23383.             }
  23384.             if (isset($this->privates['debug.stopwatch'])) {
  23385.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  23386.             }
  23387.             if (isset($this->services['event_dispatcher'])) {
  23388.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  23389.             }
  23390.             if (isset($this->privates['cache.rate_limiter'])) {
  23391.                 yield 'cache.rate_limiter' => ($this->privates['cache.rate_limiter'] ?? null);
  23392.             }
  23393.             if (isset($this->privates['.cache.object.inner'])) {
  23394.                 yield '.cache.object.inner' => ($this->privates['.cache.object.inner'] ?? null);
  23395.             }
  23396.             if (isset($this->privates['.cache.http.inner'])) {
  23397.                 yield '.cache.http.inner' => ($this->privates['.cache.http.inner'] ?? null);
  23398.             }
  23399.             if (isset($this->privates['cache.tags'])) {
  23400.                 yield 'cache.tags' => ($this->privates['cache.tags'] ?? null);
  23401.             }
  23402.             if (isset($this->privates['session_listener'])) {
  23403.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  23404.             }
  23405.             if (isset($this->services['cache.validator_expression_language'])) {
  23406.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  23407.             }
  23408.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  23409.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  23410.             }
  23411.             if (isset($this->services['.container.private.profiler'])) {
  23412.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  23413.             }
  23414.             if (isset($this->privates['debug.validator'])) {
  23415.                 yield 'debug.validator' => ($this->privates['debug.validator'] ?? null);
  23416.             }
  23417.             if (isset($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'])) {
  23418.                 yield 'monolog.handler.main' => ($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? null);
  23419.             }
  23420.             if (isset($this->privates['monolog.handler.console'])) {
  23421.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  23422.             }
  23423.             if (isset($this->privates['monolog.handler.business_event_handler_buffer'])) {
  23424.                 yield 'monolog.handler.business_event_handler_buffer' => ($this->privates['monolog.handler.business_event_handler_buffer'] ?? null);
  23425.             }
  23426.         }, function () {
  23427.             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']));
  23428.         }), ['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']]);
  23429.     }
  23430.     /**
  23431.      * Gets the public 'she_tiny_mce.filesystem.private' shared service.
  23432.      *
  23433.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  23434.      */
  23435.     protected function getSheTinyMce_Filesystem_PrivateService()
  23436.     {
  23437.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  23438.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  23439.         return $this->services['she_tiny_mce.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/she_tiny_mce');
  23440.     }
  23441.     /**
  23442.      * Gets the public 'she_tiny_mce.filesystem.public' shared service.
  23443.      *
  23444.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  23445.      */
  23446.     protected function getSheTinyMce_Filesystem_PublicService()
  23447.     {
  23448.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  23449.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  23450.         return $this->services['she_tiny_mce.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/she_tiny_mce');
  23451.     }
  23452.     /**
  23453.      * Gets the public 'shipping_method.repository' shared service.
  23454.      *
  23455.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23456.      */
  23457.     protected function getShippingMethod_RepositoryService()
  23458.     {
  23459.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  23460.         if (isset($this->services['shipping_method.repository'])) {
  23461.             return $this->services['shipping_method.repository'];
  23462.         }
  23463.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  23464.         if (isset($this->services['shipping_method.repository'])) {
  23465.             return $this->services['shipping_method.repository'];
  23466.         }
  23467.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  23468.         if (isset($this->services['shipping_method.repository'])) {
  23469.             return $this->services['shipping_method.repository'];
  23470.         }
  23471.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23472.         if (isset($this->services['shipping_method.repository'])) {
  23473.             return $this->services['shipping_method.repository'];
  23474.         }
  23475.         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())));
  23476.     }
  23477.     /**
  23478.      * Gets the public 'shipping_method_price.repository' shared service.
  23479.      *
  23480.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23481.      */
  23482.     protected function getShippingMethodPrice_RepositoryService()
  23483.     {
  23484.         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())));
  23485.     }
  23486.     /**
  23487.      * Gets the public 'shipping_method_tag.repository' shared service.
  23488.      *
  23489.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23490.      */
  23491.     protected function getShippingMethodTag_RepositoryService()
  23492.     {
  23493.         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())));
  23494.     }
  23495.     /**
  23496.      * Gets the public 'shipping_method_translation.repository' shared service.
  23497.      *
  23498.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23499.      */
  23500.     protected function getShippingMethodTranslation_RepositoryService()
  23501.     {
  23502.         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())));
  23503.     }
  23504.     /**
  23505.      * Gets the public 'shopware.filesystem.asset' shared service.
  23506.      *
  23507.      * @return \League\Flysystem\FilesystemInterface
  23508.      */
  23509.     protected function getShopware_Filesystem_AssetService()
  23510.     {
  23511.         return $this->services['shopware.filesystem.asset'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.asset']);
  23512.     }
  23513.     /**
  23514.      * Gets the public 'shopware.filesystem.private' shared service.
  23515.      *
  23516.      * @return \League\Flysystem\FilesystemInterface
  23517.      */
  23518.     protected function getShopware_Filesystem_PrivateService()
  23519.     {
  23520.         return $this->services['shopware.filesystem.private'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.private']);
  23521.     }
  23522.     /**
  23523.      * Gets the public 'shopware.filesystem.public' shared service.
  23524.      *
  23525.      * @return \League\Flysystem\FilesystemInterface
  23526.      */
  23527.     protected function getShopware_Filesystem_PublicService()
  23528.     {
  23529.         return $this->services['shopware.filesystem.public'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.public']);
  23530.     }
  23531.     /**
  23532.      * Gets the public 'shopware.filesystem.sitemap' shared service.
  23533.      *
  23534.      * @return \League\Flysystem\FilesystemInterface
  23535.      */
  23536.     protected function getShopware_Filesystem_SitemapService()
  23537.     {
  23538.         return $this->services['shopware.filesystem.sitemap'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.sitemap']);
  23539.     }
  23540.     /**
  23541.      * Gets the public 'shopware.filesystem.temp' shared service.
  23542.      *
  23543.      * @return \League\Flysystem\FilesystemInterface
  23544.      */
  23545.     protected function getShopware_Filesystem_TempService()
  23546.     {
  23547.         return $this->services['shopware.filesystem.temp'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.temp']);
  23548.     }
  23549.     /**
  23550.      * Gets the public 'shopware.filesystem.theme' shared service.
  23551.      *
  23552.      * @return \League\Flysystem\FilesystemInterface
  23553.      */
  23554.     protected function getShopware_Filesystem_ThemeService()
  23555.     {
  23556.         return $this->services['shopware.filesystem.theme'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.theme']);
  23557.     }
  23558.     /**
  23559.      * Gets the public 'shopware.increment.gateway.registry' shared service.
  23560.      *
  23561.      * @return \Shopware\Core\Framework\Increment\IncrementGatewayRegistry
  23562.      */
  23563.     protected function getShopware_Increment_Gateway_RegistryService()
  23564.     {
  23565.         return $this->services['shopware.increment.gateway.registry'] = new \Shopware\Core\Framework\Increment\IncrementGatewayRegistry(new RewindableGenerator(function () {
  23566.             yield => ($this->privates['shopware.increment.user_activity.gateway.mysql'] ?? $this->getShopware_Increment_UserActivity_Gateway_MysqlService());
  23567.             yield => ($this->privates['shopware.increment.message_queue.gateway.mysql'] ?? $this->getShopware_Increment_MessageQueue_Gateway_MysqlService());
  23568.         }, 2));
  23569.     }
  23570.     /**
  23571.      * Gets the public 'shopware.store_client' shared service.
  23572.      *
  23573.      * @return \GuzzleHttp\Client
  23574.      */
  23575.     protected function getShopware_StoreClientService($lazyLoad true)
  23576.     {
  23577.         if ($lazyLoad) {
  23578.             return $this->services['shopware.store_client'] = $this->createProxy('Client_b190fb5', function () {
  23579.                 return \Client_b190fb5::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  23580.                     $wrappedInstance $this->getShopware_StoreClientService(false);
  23581.                     $proxy->setProxyInitializer(null);
  23582.                     return true;
  23583.                 });
  23584.             });
  23585.         }
  23586.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/StoreClientFactory.php';
  23587.         return (new \Shopware\Core\Framework\Store\Services\StoreClientFactory(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), new RewindableGenerator(function () {
  23588.             yield => ($this->services['Shopware\\Core\\Framework\\Store\\Services\\VerifyResponseSignatureMiddleware'] ?? $this->getVerifyResponseSignatureMiddlewareService());
  23589.             yield => ($this->services['Shopware\\Core\\Framework\\Store\\Services\\StoreSessionExpiredMiddleware'] ?? $this->getStoreSessionExpiredMiddlewareService());
  23590.             yield => ($this->services['Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware'] ?? $this->getShopSecretInvalidMiddlewareService());
  23591.         }, 3)))->create();
  23592.     }
  23593.     /**
  23594.      * Gets the public 'snippet.repository' shared service.
  23595.      *
  23596.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23597.      */
  23598.     protected function getSnippet_RepositoryService()
  23599.     {
  23600.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  23601.         if (isset($this->services['snippet.repository'])) {
  23602.             return $this->services['snippet.repository'];
  23603.         }
  23604.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  23605.         if (isset($this->services['snippet.repository'])) {
  23606.             return $this->services['snippet.repository'];
  23607.         }
  23608.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  23609.         if (isset($this->services['snippet.repository'])) {
  23610.             return $this->services['snippet.repository'];
  23611.         }
  23612.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23613.         if (isset($this->services['snippet.repository'])) {
  23614.             return $this->services['snippet.repository'];
  23615.         }
  23616.         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())));
  23617.     }
  23618.     /**
  23619.      * Gets the public 'snippet_set.repository' shared service.
  23620.      *
  23621.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23622.      */
  23623.     protected function getSnippetSet_RepositoryService()
  23624.     {
  23625.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  23626.         if (isset($this->services['snippet_set.repository'])) {
  23627.             return $this->services['snippet_set.repository'];
  23628.         }
  23629.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  23630.         if (isset($this->services['snippet_set.repository'])) {
  23631.             return $this->services['snippet_set.repository'];
  23632.         }
  23633.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  23634.         if (isset($this->services['snippet_set.repository'])) {
  23635.             return $this->services['snippet_set.repository'];
  23636.         }
  23637.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23638.         if (isset($this->services['snippet_set.repository'])) {
  23639.             return $this->services['snippet_set.repository'];
  23640.         }
  23641.         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())));
  23642.     }
  23643.     /**
  23644.      * Gets the public 'solid_advanced_slider_elements.filesystem.private' shared service.
  23645.      *
  23646.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  23647.      */
  23648.     protected function getSolidAdvancedSliderElements_Filesystem_PrivateService()
  23649.     {
  23650.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  23651.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  23652.         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');
  23653.     }
  23654.     /**
  23655.      * Gets the public 'solid_advanced_slider_elements.filesystem.public' shared service.
  23656.      *
  23657.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  23658.      */
  23659.     protected function getSolidAdvancedSliderElements_Filesystem_PublicService()
  23660.     {
  23661.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  23662.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  23663.         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');
  23664.     }
  23665.     /**
  23666.      * Gets the public 'state_machine.repository' shared service.
  23667.      *
  23668.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23669.      */
  23670.     protected function getStateMachine_RepositoryService()
  23671.     {
  23672.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  23673.         if (isset($this->services['state_machine.repository'])) {
  23674.             return $this->services['state_machine.repository'];
  23675.         }
  23676.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  23677.         if (isset($this->services['state_machine.repository'])) {
  23678.             return $this->services['state_machine.repository'];
  23679.         }
  23680.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  23681.         if (isset($this->services['state_machine.repository'])) {
  23682.             return $this->services['state_machine.repository'];
  23683.         }
  23684.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23685.         if (isset($this->services['state_machine.repository'])) {
  23686.             return $this->services['state_machine.repository'];
  23687.         }
  23688.         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())));
  23689.     }
  23690.     /**
  23691.      * Gets the public 'state_machine_history.repository' shared service.
  23692.      *
  23693.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23694.      */
  23695.     protected function getStateMachineHistory_RepositoryService()
  23696.     {
  23697.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  23698.         if (isset($this->services['state_machine_history.repository'])) {
  23699.             return $this->services['state_machine_history.repository'];
  23700.         }
  23701.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  23702.         if (isset($this->services['state_machine_history.repository'])) {
  23703.             return $this->services['state_machine_history.repository'];
  23704.         }
  23705.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  23706.         if (isset($this->services['state_machine_history.repository'])) {
  23707.             return $this->services['state_machine_history.repository'];
  23708.         }
  23709.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23710.         if (isset($this->services['state_machine_history.repository'])) {
  23711.             return $this->services['state_machine_history.repository'];
  23712.         }
  23713.         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())));
  23714.     }
  23715.     /**
  23716.      * Gets the public 'state_machine_state.repository' shared service.
  23717.      *
  23718.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23719.      */
  23720.     protected function getStateMachineState_RepositoryService()
  23721.     {
  23722.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  23723.         if (isset($this->services['state_machine_state.repository'])) {
  23724.             return $this->services['state_machine_state.repository'];
  23725.         }
  23726.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  23727.         if (isset($this->services['state_machine_state.repository'])) {
  23728.             return $this->services['state_machine_state.repository'];
  23729.         }
  23730.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  23731.         if (isset($this->services['state_machine_state.repository'])) {
  23732.             return $this->services['state_machine_state.repository'];
  23733.         }
  23734.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23735.         if (isset($this->services['state_machine_state.repository'])) {
  23736.             return $this->services['state_machine_state.repository'];
  23737.         }
  23738.         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())));
  23739.     }
  23740.     /**
  23741.      * Gets the public 'state_machine_state_translation.repository' shared service.
  23742.      *
  23743.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23744.      */
  23745.     protected function getStateMachineStateTranslation_RepositoryService()
  23746.     {
  23747.         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())));
  23748.     }
  23749.     /**
  23750.      * Gets the public 'state_machine_transition.repository' shared service.
  23751.      *
  23752.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23753.      */
  23754.     protected function getStateMachineTransition_RepositoryService()
  23755.     {
  23756.         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()), ($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())));
  23757.     }
  23758.     /**
  23759.      * Gets the public 'state_machine_translation.repository' shared service.
  23760.      *
  23761.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23762.      */
  23763.     protected function getStateMachineTranslation_RepositoryService()
  23764.     {
  23765.         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())));
  23766.     }
  23767.     /**
  23768.      * Gets the public 'storefront.filesystem.private' shared service.
  23769.      *
  23770.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  23771.      */
  23772.     protected function getStorefront_Filesystem_PrivateService()
  23773.     {
  23774.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  23775.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  23776.         return $this->services['storefront.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/storefront');
  23777.     }
  23778.     /**
  23779.      * Gets the public 'storefront.filesystem.public' shared service.
  23780.      *
  23781.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  23782.      */
  23783.     protected function getStorefront_Filesystem_PublicService()
  23784.     {
  23785.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  23786.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  23787.         return $this->services['storefront.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/storefront');
  23788.     }
  23789.     /**
  23790.      * Gets the public 'swag_cms_extensions.filesystem.private' shared service.
  23791.      *
  23792.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  23793.      */
  23794.     protected function getSwagCmsExtensions_Filesystem_PrivateService()
  23795.     {
  23796.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  23797.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  23798.         return $this->services['swag_cms_extensions.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/swag_cms_extensions');
  23799.     }
  23800.     /**
  23801.      * Gets the public 'swag_cms_extensions.filesystem.public' shared service.
  23802.      *
  23803.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  23804.      */
  23805.     protected function getSwagCmsExtensions_Filesystem_PublicService()
  23806.     {
  23807.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  23808.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  23809.         return $this->services['swag_cms_extensions.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/swag_cms_extensions');
  23810.     }
  23811.     /**
  23812.      * Gets the public 'swag_cms_extensions_block_rule.repository' shared service.
  23813.      *
  23814.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23815.      */
  23816.     protected function getSwagCmsExtensionsBlockRule_RepositoryService()
  23817.     {
  23818.         return $this->services['swag_cms_extensions_block_rule.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\CmsExtensions\\BlockRule\\BlockRuleDefinition'] ?? $this->getBlockRuleDefinitionService()), ($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())));
  23819.     }
  23820.     /**
  23821.      * Gets the public 'swag_cms_extensions_form.repository' shared service.
  23822.      *
  23823.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23824.      */
  23825.     protected function getSwagCmsExtensionsForm_RepositoryService()
  23826.     {
  23827.         return $this->services['swag_cms_extensions_form.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\CmsExtensions\\Form\\FormDefinition'] ?? $this->getFormDefinitionService()), ($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())));
  23828.     }
  23829.     /**
  23830.      * Gets the public 'swag_cms_extensions_form_group.repository' shared service.
  23831.      *
  23832.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23833.      */
  23834.     protected function getSwagCmsExtensionsFormGroup_RepositoryService()
  23835.     {
  23836.         return $this->services['swag_cms_extensions_form_group.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\CmsExtensions\\Form\\Aggregate\\FormGroup\\FormGroupDefinition'] ?? $this->getFormGroupDefinitionService()), ($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())));
  23837.     }
  23838.     /**
  23839.      * Gets the public 'swag_cms_extensions_form_group_field.repository' shared service.
  23840.      *
  23841.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23842.      */
  23843.     protected function getSwagCmsExtensionsFormGroupField_RepositoryService()
  23844.     {
  23845.         return $this->services['swag_cms_extensions_form_group_field.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupField\\FormGroupFieldDefinition'] ?? $this->getFormGroupFieldDefinitionService()), ($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())));
  23846.     }
  23847.     /**
  23848.      * Gets the public 'swag_cms_extensions_form_group_field_translation.repository' shared service.
  23849.      *
  23850.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23851.      */
  23852.     protected function getSwagCmsExtensionsFormGroupFieldTranslation_RepositoryService()
  23853.     {
  23854.         return $this->services['swag_cms_extensions_form_group_field_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupFieldTranslation\\FormGroupFieldTranslationDefinition'] ?? $this->getFormGroupFieldTranslationDefinitionService()), ($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())));
  23855.     }
  23856.     /**
  23857.      * Gets the public 'swag_cms_extensions_form_group_translation.repository' shared service.
  23858.      *
  23859.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23860.      */
  23861.     protected function getSwagCmsExtensionsFormGroupTranslation_RepositoryService()
  23862.     {
  23863.         return $this->services['swag_cms_extensions_form_group_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupTranslation\\FormGroupTranslationDefinition'] ?? $this->getFormGroupTranslationDefinitionService()), ($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())));
  23864.     }
  23865.     /**
  23866.      * Gets the public 'swag_cms_extensions_form_translation.repository' shared service.
  23867.      *
  23868.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23869.      */
  23870.     protected function getSwagCmsExtensionsFormTranslation_RepositoryService()
  23871.     {
  23872.         return $this->services['swag_cms_extensions_form_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\CmsExtensions\\Form\\Aggregate\\FormTranslation\\FormTranslationDefinition'] ?? $this->getFormTranslationDefinitionService()), ($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())));
  23873.     }
  23874.     /**
  23875.      * Gets the public 'swag_cms_extensions_quickview.repository' shared service.
  23876.      *
  23877.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23878.      */
  23879.     protected function getSwagCmsExtensionsQuickview_RepositoryService()
  23880.     {
  23881.         return $this->services['swag_cms_extensions_quickview.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\CmsExtensions\\Quickview\\QuickviewDefinition'] ?? $this->getQuickviewDefinitionService()), ($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())));
  23882.     }
  23883.     /**
  23884.      * Gets the public 'swag_cms_extensions_scroll_navigation.repository' shared service.
  23885.      *
  23886.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23887.      */
  23888.     protected function getSwagCmsExtensionsScrollNavigation_RepositoryService()
  23889.     {
  23890.         return $this->services['swag_cms_extensions_scroll_navigation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\CmsExtensions\\ScrollNavigation\\ScrollNavigationDefinition'] ?? $this->getScrollNavigationDefinitionService()), ($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())));
  23891.     }
  23892.     /**
  23893.      * Gets the public 'swag_cms_extensions_scroll_navigation_page_settings.repository' shared service.
  23894.      *
  23895.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23896.      */
  23897.     protected function getSwagCmsExtensionsScrollNavigationPageSettings_RepositoryService()
  23898.     {
  23899.         return $this->services['swag_cms_extensions_scroll_navigation_page_settings.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\CmsExtensions\\ScrollNavigation\\Aggregate\\ScrollNavigationPageSettings\\ScrollNavigationPageSettingsDefinition'] ?? $this->getScrollNavigationPageSettingsDefinitionService()), ($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())));
  23900.     }
  23901.     /**
  23902.      * Gets the public 'swag_cms_extensions_scroll_navigation_translation.repository' shared service.
  23903.      *
  23904.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23905.      */
  23906.     protected function getSwagCmsExtensionsScrollNavigationTranslation_RepositoryService()
  23907.     {
  23908.         return $this->services['swag_cms_extensions_scroll_navigation_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\CmsExtensions\\ScrollNavigation\\Aggregate\\ScrollNavigationTranslation\\ScrollNavigationTranslationDefinition'] ?? $this->getScrollNavigationTranslationDefinitionService()), ($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())));
  23909.     }
  23910.     /**
  23911.      * Gets the public 'swag_customized_products.filesystem.private' shared service.
  23912.      *
  23913.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  23914.      */
  23915.     protected function getSwagCustomizedProducts_Filesystem_PrivateService()
  23916.     {
  23917.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  23918.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  23919.         return $this->services['swag_customized_products.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/swag_customized_products');
  23920.     }
  23921.     /**
  23922.      * Gets the public 'swag_customized_products.filesystem.public' shared service.
  23923.      *
  23924.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  23925.      */
  23926.     protected function getSwagCustomizedProducts_Filesystem_PublicService()
  23927.     {
  23928.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  23929.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  23930.         return $this->services['swag_customized_products.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/swag_customized_products');
  23931.     }
  23932.     /**
  23933.      * Gets the public 'swag_customized_products_template.repository' shared service.
  23934.      *
  23935.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23936.      */
  23937.     protected function getSwagCustomizedProductsTemplate_RepositoryService()
  23938.     {
  23939.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  23940.         if (isset($this->services['swag_customized_products_template.repository'])) {
  23941.             return $this->services['swag_customized_products_template.repository'];
  23942.         }
  23943.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  23944.         if (isset($this->services['swag_customized_products_template.repository'])) {
  23945.             return $this->services['swag_customized_products_template.repository'];
  23946.         }
  23947.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  23948.         if (isset($this->services['swag_customized_products_template.repository'])) {
  23949.             return $this->services['swag_customized_products_template.repository'];
  23950.         }
  23951.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23952.         if (isset($this->services['swag_customized_products_template.repository'])) {
  23953.             return $this->services['swag_customized_products_template.repository'];
  23954.         }
  23955.         return $this->services['swag_customized_products_template.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\CustomizedProducts\\Template\\TemplateDefinition'] ?? $this->getTemplateDefinition2Service()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  23956.     }
  23957.     /**
  23958.      * Gets the public 'swag_customized_products_template_configuration.repository' shared service.
  23959.      *
  23960.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23961.      */
  23962.     protected function getSwagCustomizedProductsTemplateConfiguration_RepositoryService()
  23963.     {
  23964.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  23965.         if (isset($this->services['swag_customized_products_template_configuration.repository'])) {
  23966.             return $this->services['swag_customized_products_template_configuration.repository'];
  23967.         }
  23968.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  23969.         if (isset($this->services['swag_customized_products_template_configuration.repository'])) {
  23970.             return $this->services['swag_customized_products_template_configuration.repository'];
  23971.         }
  23972.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  23973.         if (isset($this->services['swag_customized_products_template_configuration.repository'])) {
  23974.             return $this->services['swag_customized_products_template_configuration.repository'];
  23975.         }
  23976.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23977.         if (isset($this->services['swag_customized_products_template_configuration.repository'])) {
  23978.             return $this->services['swag_customized_products_template_configuration.repository'];
  23979.         }
  23980.         return $this->services['swag_customized_products_template_configuration.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateConfiguration\\TemplateConfigurationDefinition'] ?? $this->getTemplateConfigurationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  23981.     }
  23982.     /**
  23983.      * Gets the public 'swag_customized_products_template_configuration_share.repository' shared service.
  23984.      *
  23985.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  23986.      */
  23987.     protected function getSwagCustomizedProductsTemplateConfigurationShare_RepositoryService()
  23988.     {
  23989.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  23990.         if (isset($this->services['swag_customized_products_template_configuration_share.repository'])) {
  23991.             return $this->services['swag_customized_products_template_configuration_share.repository'];
  23992.         }
  23993.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  23994.         if (isset($this->services['swag_customized_products_template_configuration_share.repository'])) {
  23995.             return $this->services['swag_customized_products_template_configuration_share.repository'];
  23996.         }
  23997.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  23998.         if (isset($this->services['swag_customized_products_template_configuration_share.repository'])) {
  23999.             return $this->services['swag_customized_products_template_configuration_share.repository'];
  24000.         }
  24001.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24002.         if (isset($this->services['swag_customized_products_template_configuration_share.repository'])) {
  24003.             return $this->services['swag_customized_products_template_configuration_share.repository'];
  24004.         }
  24005.         return $this->services['swag_customized_products_template_configuration_share.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateConfiguration\\Aggregate\\TemplateConfigurationShareDefinition'] ?? $this->getTemplateConfigurationShareDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  24006.     }
  24007.     /**
  24008.      * Gets the public 'swag_customized_products_template_exclusion.repository' shared service.
  24009.      *
  24010.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24011.      */
  24012.     protected function getSwagCustomizedProductsTemplateExclusion_RepositoryService()
  24013.     {
  24014.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  24015.         if (isset($this->services['swag_customized_products_template_exclusion.repository'])) {
  24016.             return $this->services['swag_customized_products_template_exclusion.repository'];
  24017.         }
  24018.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  24019.         if (isset($this->services['swag_customized_products_template_exclusion.repository'])) {
  24020.             return $this->services['swag_customized_products_template_exclusion.repository'];
  24021.         }
  24022.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  24023.         if (isset($this->services['swag_customized_products_template_exclusion.repository'])) {
  24024.             return $this->services['swag_customized_products_template_exclusion.repository'];
  24025.         }
  24026.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24027.         if (isset($this->services['swag_customized_products_template_exclusion.repository'])) {
  24028.             return $this->services['swag_customized_products_template_exclusion.repository'];
  24029.         }
  24030.         return $this->services['swag_customized_products_template_exclusion.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateExclusion\\TemplateExclusionDefinition'] ?? $this->getTemplateExclusionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  24031.     }
  24032.     /**
  24033.      * Gets the public 'swag_customized_products_template_exclusion_condition.repository' shared service.
  24034.      *
  24035.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24036.      */
  24037.     protected function getSwagCustomizedProductsTemplateExclusionCondition_RepositoryService()
  24038.     {
  24039.         return $this->services['swag_customized_products_template_exclusion_condition.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateExclusionCondition\\TemplateExclusionConditionDefinition'] ?? $this->getTemplateExclusionConditionDefinitionService()), ($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())));
  24040.     }
  24041.     /**
  24042.      * Gets the public 'swag_customized_products_template_exclusion_condition_values.repository' shared service.
  24043.      *
  24044.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24045.      */
  24046.     protected function getSwagCustomizedProductsTemplateExclusionConditionValues_RepositoryService()
  24047.     {
  24048.         return $this->services['swag_customized_products_template_exclusion_condition_values.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateExclusionConditionValues\\TemplateExclusionConditionValuesDefinition'] ?? $this->getTemplateExclusionConditionValuesDefinitionService()), ($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())));
  24049.     }
  24050.     /**
  24051.      * Gets the public 'swag_customized_products_template_exclusion_operator.repository' shared service.
  24052.      *
  24053.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24054.      */
  24055.     protected function getSwagCustomizedProductsTemplateExclusionOperator_RepositoryService()
  24056.     {
  24057.         return $this->services['swag_customized_products_template_exclusion_operator.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateExclusionOperator\\TemplateExclusionOperatorDefinition'] ?? $this->getTemplateExclusionOperatorDefinitionService()), ($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())));
  24058.     }
  24059.     /**
  24060.      * Gets the public 'swag_customized_products_template_exclusion_operator_translation.repository' shared service.
  24061.      *
  24062.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24063.      */
  24064.     protected function getSwagCustomizedProductsTemplateExclusionOperatorTranslation_RepositoryService()
  24065.     {
  24066.         return $this->services['swag_customized_products_template_exclusion_operator_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateExclusionOperatorTranslation\\TemplateExclusionOperatorTranslationDefinition'] ?? $this->getTemplateExclusionOperatorTranslationDefinitionService()), ($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())));
  24067.     }
  24068.     /**
  24069.      * Gets the public 'swag_customized_products_template_option.repository' shared service.
  24070.      *
  24071.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24072.      */
  24073.     protected function getSwagCustomizedProductsTemplateOption_RepositoryService()
  24074.     {
  24075.         return $this->services['swag_customized_products_template_option.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\TemplateOptionDefinition'] ?? $this->getTemplateOptionDefinitionService()), ($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())));
  24076.     }
  24077.     /**
  24078.      * Gets the public 'swag_customized_products_template_option_price.repository' shared service.
  24079.      *
  24080.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24081.      */
  24082.     protected function getSwagCustomizedProductsTemplateOptionPrice_RepositoryService()
  24083.     {
  24084.         return $this->services['swag_customized_products_template_option_price.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionPrice\\TemplateOptionPriceDefinition'] ?? $this->getTemplateOptionPriceDefinitionService()), ($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())));
  24085.     }
  24086.     /**
  24087.      * Gets the public 'swag_customized_products_template_option_translation.repository' shared service.
  24088.      *
  24089.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24090.      */
  24091.     protected function getSwagCustomizedProductsTemplateOptionTranslation_RepositoryService()
  24092.     {
  24093.         return $this->services['swag_customized_products_template_option_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionTranslation\\TemplateOptionTranslationDefinition'] ?? $this->getTemplateOptionTranslationDefinitionService()), ($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())));
  24094.     }
  24095.     /**
  24096.      * Gets the public 'swag_customized_products_template_option_value.repository' shared service.
  24097.      *
  24098.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24099.      */
  24100.     protected function getSwagCustomizedProductsTemplateOptionValue_RepositoryService()
  24101.     {
  24102.         return $this->services['swag_customized_products_template_option_value.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionValue\\TemplateOptionValueDefinition'] ?? $this->getTemplateOptionValueDefinitionService()), ($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())));
  24103.     }
  24104.     /**
  24105.      * Gets the public 'swag_customized_products_template_option_value_price.repository' shared service.
  24106.      *
  24107.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24108.      */
  24109.     protected function getSwagCustomizedProductsTemplateOptionValuePrice_RepositoryService()
  24110.     {
  24111.         return $this->services['swag_customized_products_template_option_value_price.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionValuePrice\\TemplateOptionValuePriceDefinition'] ?? $this->getTemplateOptionValuePriceDefinitionService()), ($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())));
  24112.     }
  24113.     /**
  24114.      * Gets the public 'swag_customized_products_template_option_value_translation.repository' shared service.
  24115.      *
  24116.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24117.      */
  24118.     protected function getSwagCustomizedProductsTemplateOptionValueTranslation_RepositoryService()
  24119.     {
  24120.         return $this->services['swag_customized_products_template_option_value_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOptionValueTranslation\\TemplateOptionValueTranslationDefinition'] ?? $this->getTemplateOptionValueTranslationDefinitionService()), ($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())));
  24121.     }
  24122.     /**
  24123.      * Gets the public 'swag_customized_products_template_translation.repository' shared service.
  24124.      *
  24125.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24126.      */
  24127.     protected function getSwagCustomizedProductsTemplateTranslation_RepositoryService()
  24128.     {
  24129.         return $this->services['swag_customized_products_template_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateTranslation\\TemplateTranslationDefinition'] ?? $this->getTemplateTranslationDefinitionService()), ($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())));
  24130.     }
  24131.     /**
  24132.      * Gets the public 'swag_extension_store.filesystem.private' shared service.
  24133.      *
  24134.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  24135.      */
  24136.     protected function getSwagExtensionStore_Filesystem_PrivateService()
  24137.     {
  24138.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  24139.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  24140.         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');
  24141.     }
  24142.     /**
  24143.      * Gets the public 'swag_extension_store.filesystem.public' shared service.
  24144.      *
  24145.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  24146.      */
  24147.     protected function getSwagExtensionStore_Filesystem_PublicService()
  24148.     {
  24149.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  24150.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  24151.         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');
  24152.     }
  24153.     /**
  24154.      * Gets the public 'swag_markets.filesystem.private' shared service.
  24155.      *
  24156.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  24157.      */
  24158.     protected function getSwagMarkets_Filesystem_PrivateService()
  24159.     {
  24160.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  24161.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  24162.         return $this->services['swag_markets.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/swag_markets');
  24163.     }
  24164.     /**
  24165.      * Gets the public 'swag_markets.filesystem.public' shared service.
  24166.      *
  24167.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  24168.      */
  24169.     protected function getSwagMarkets_Filesystem_PublicService()
  24170.     {
  24171.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  24172.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  24173.         return $this->services['swag_markets.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/swag_markets');
  24174.     }
  24175.     /**
  24176.      * Gets the public 'swag_migration_assistant.filesystem.private' shared service.
  24177.      *
  24178.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  24179.      */
  24180.     protected function getSwagMigrationAssistant_Filesystem_PrivateService()
  24181.     {
  24182.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  24183.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  24184.         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');
  24185.     }
  24186.     /**
  24187.      * Gets the public 'swag_migration_assistant.filesystem.public' shared service.
  24188.      *
  24189.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  24190.      */
  24191.     protected function getSwagMigrationAssistant_Filesystem_PublicService()
  24192.     {
  24193.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  24194.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  24195.         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');
  24196.     }
  24197.     /**
  24198.      * Gets the public 'swag_migration_connection.repository' shared service.
  24199.      *
  24200.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24201.      */
  24202.     protected function getSwagMigrationConnection_RepositoryService()
  24203.     {
  24204.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  24205.         if (isset($this->services['swag_migration_connection.repository'])) {
  24206.             return $this->services['swag_migration_connection.repository'];
  24207.         }
  24208.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  24209.         if (isset($this->services['swag_migration_connection.repository'])) {
  24210.             return $this->services['swag_migration_connection.repository'];
  24211.         }
  24212.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  24213.         if (isset($this->services['swag_migration_connection.repository'])) {
  24214.             return $this->services['swag_migration_connection.repository'];
  24215.         }
  24216.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24217.         if (isset($this->services['swag_migration_connection.repository'])) {
  24218.             return $this->services['swag_migration_connection.repository'];
  24219.         }
  24220.         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())));
  24221.     }
  24222.     /**
  24223.      * Gets the public 'swag_migration_data.repository' shared service.
  24224.      *
  24225.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24226.      */
  24227.     protected function getSwagMigrationData_RepositoryService()
  24228.     {
  24229.         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())));
  24230.     }
  24231.     /**
  24232.      * Gets the public 'swag_migration_general_setting.repository' shared service.
  24233.      *
  24234.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24235.      */
  24236.     protected function getSwagMigrationGeneralSetting_RepositoryService()
  24237.     {
  24238.         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())));
  24239.     }
  24240.     /**
  24241.      * Gets the public 'swag_migration_logging.repository' shared service.
  24242.      *
  24243.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24244.      */
  24245.     protected function getSwagMigrationLogging_RepositoryService()
  24246.     {
  24247.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  24248.         if (isset($this->services['swag_migration_logging.repository'])) {
  24249.             return $this->services['swag_migration_logging.repository'];
  24250.         }
  24251.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  24252.         if (isset($this->services['swag_migration_logging.repository'])) {
  24253.             return $this->services['swag_migration_logging.repository'];
  24254.         }
  24255.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  24256.         if (isset($this->services['swag_migration_logging.repository'])) {
  24257.             return $this->services['swag_migration_logging.repository'];
  24258.         }
  24259.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24260.         if (isset($this->services['swag_migration_logging.repository'])) {
  24261.             return $this->services['swag_migration_logging.repository'];
  24262.         }
  24263.         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())));
  24264.     }
  24265.     /**
  24266.      * Gets the public 'swag_migration_magento.filesystem.private' shared service.
  24267.      *
  24268.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  24269.      */
  24270.     protected function getSwagMigrationMagento_Filesystem_PrivateService()
  24271.     {
  24272.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  24273.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  24274.         return $this->services['swag_migration_magento.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/swag_migration_magento');
  24275.     }
  24276.     /**
  24277.      * Gets the public 'swag_migration_magento.filesystem.public' shared service.
  24278.      *
  24279.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  24280.      */
  24281.     protected function getSwagMigrationMagento_Filesystem_PublicService()
  24282.     {
  24283.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  24284.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  24285.         return $this->services['swag_migration_magento.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/swag_migration_magento');
  24286.     }
  24287.     /**
  24288.      * Gets the public 'swag_migration_mapping.repository' shared service.
  24289.      *
  24290.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24291.      */
  24292.     protected function getSwagMigrationMapping_RepositoryService()
  24293.     {
  24294.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  24295.         if (isset($this->services['swag_migration_mapping.repository'])) {
  24296.             return $this->services['swag_migration_mapping.repository'];
  24297.         }
  24298.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  24299.         if (isset($this->services['swag_migration_mapping.repository'])) {
  24300.             return $this->services['swag_migration_mapping.repository'];
  24301.         }
  24302.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  24303.         if (isset($this->services['swag_migration_mapping.repository'])) {
  24304.             return $this->services['swag_migration_mapping.repository'];
  24305.         }
  24306.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24307.         if (isset($this->services['swag_migration_mapping.repository'])) {
  24308.             return $this->services['swag_migration_mapping.repository'];
  24309.         }
  24310.         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())));
  24311.     }
  24312.     /**
  24313.      * Gets the public 'swag_migration_media_file.repository' shared service.
  24314.      *
  24315.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24316.      */
  24317.     protected function getSwagMigrationMediaFile_RepositoryService()
  24318.     {
  24319.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  24320.         if (isset($this->services['swag_migration_media_file.repository'])) {
  24321.             return $this->services['swag_migration_media_file.repository'];
  24322.         }
  24323.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  24324.         if (isset($this->services['swag_migration_media_file.repository'])) {
  24325.             return $this->services['swag_migration_media_file.repository'];
  24326.         }
  24327.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  24328.         if (isset($this->services['swag_migration_media_file.repository'])) {
  24329.             return $this->services['swag_migration_media_file.repository'];
  24330.         }
  24331.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24332.         if (isset($this->services['swag_migration_media_file.repository'])) {
  24333.             return $this->services['swag_migration_media_file.repository'];
  24334.         }
  24335.         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())));
  24336.     }
  24337.     /**
  24338.      * Gets the public 'swag_migration_run.repository' shared service.
  24339.      *
  24340.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24341.      */
  24342.     protected function getSwagMigrationRun_RepositoryService()
  24343.     {
  24344.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  24345.         if (isset($this->services['swag_migration_run.repository'])) {
  24346.             return $this->services['swag_migration_run.repository'];
  24347.         }
  24348.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  24349.         if (isset($this->services['swag_migration_run.repository'])) {
  24350.             return $this->services['swag_migration_run.repository'];
  24351.         }
  24352.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  24353.         if (isset($this->services['swag_migration_run.repository'])) {
  24354.             return $this->services['swag_migration_run.repository'];
  24355.         }
  24356.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24357.         if (isset($this->services['swag_migration_run.repository'])) {
  24358.             return $this->services['swag_migration_run.repository'];
  24359.         }
  24360.         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())));
  24361.     }
  24362.     /**
  24363.      * Gets the public 'swag_pay_pal.filesystem.private' shared service.
  24364.      *
  24365.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  24366.      */
  24367.     protected function getSwagPayPal_Filesystem_PrivateService()
  24368.     {
  24369.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  24370.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  24371.         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');
  24372.     }
  24373.     /**
  24374.      * Gets the public 'swag_pay_pal.filesystem.public' shared service.
  24375.      *
  24376.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  24377.      */
  24378.     protected function getSwagPayPal_Filesystem_PublicService()
  24379.     {
  24380.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  24381.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  24382.         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');
  24383.     }
  24384.     /**
  24385.      * Gets the public 'swag_paypal_pos_sales_channel.repository' shared service.
  24386.      *
  24387.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24388.      */
  24389.     protected function getSwagPaypalPosSalesChannel_RepositoryService()
  24390.     {
  24391.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  24392.         if (isset($this->services['swag_paypal_pos_sales_channel.repository'])) {
  24393.             return $this->services['swag_paypal_pos_sales_channel.repository'];
  24394.         }
  24395.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  24396.         if (isset($this->services['swag_paypal_pos_sales_channel.repository'])) {
  24397.             return $this->services['swag_paypal_pos_sales_channel.repository'];
  24398.         }
  24399.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  24400.         if (isset($this->services['swag_paypal_pos_sales_channel.repository'])) {
  24401.             return $this->services['swag_paypal_pos_sales_channel.repository'];
  24402.         }
  24403.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24404.         if (isset($this->services['swag_paypal_pos_sales_channel.repository'])) {
  24405.             return $this->services['swag_paypal_pos_sales_channel.repository'];
  24406.         }
  24407.         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())));
  24408.     }
  24409.     /**
  24410.      * Gets the public 'swag_paypal_pos_sales_channel_inventory.repository' shared service.
  24411.      *
  24412.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24413.      */
  24414.     protected function getSwagPaypalPosSalesChannelInventory_RepositoryService()
  24415.     {
  24416.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  24417.         if (isset($this->services['swag_paypal_pos_sales_channel_inventory.repository'])) {
  24418.             return $this->services['swag_paypal_pos_sales_channel_inventory.repository'];
  24419.         }
  24420.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  24421.         if (isset($this->services['swag_paypal_pos_sales_channel_inventory.repository'])) {
  24422.             return $this->services['swag_paypal_pos_sales_channel_inventory.repository'];
  24423.         }
  24424.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  24425.         if (isset($this->services['swag_paypal_pos_sales_channel_inventory.repository'])) {
  24426.             return $this->services['swag_paypal_pos_sales_channel_inventory.repository'];
  24427.         }
  24428.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24429.         if (isset($this->services['swag_paypal_pos_sales_channel_inventory.repository'])) {
  24430.             return $this->services['swag_paypal_pos_sales_channel_inventory.repository'];
  24431.         }
  24432.         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())));
  24433.     }
  24434.     /**
  24435.      * Gets the public 'swag_paypal_pos_sales_channel_media.repository' shared service.
  24436.      *
  24437.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24438.      */
  24439.     protected function getSwagPaypalPosSalesChannelMedia_RepositoryService()
  24440.     {
  24441.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  24442.         if (isset($this->services['swag_paypal_pos_sales_channel_media.repository'])) {
  24443.             return $this->services['swag_paypal_pos_sales_channel_media.repository'];
  24444.         }
  24445.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  24446.         if (isset($this->services['swag_paypal_pos_sales_channel_media.repository'])) {
  24447.             return $this->services['swag_paypal_pos_sales_channel_media.repository'];
  24448.         }
  24449.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  24450.         if (isset($this->services['swag_paypal_pos_sales_channel_media.repository'])) {
  24451.             return $this->services['swag_paypal_pos_sales_channel_media.repository'];
  24452.         }
  24453.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24454.         if (isset($this->services['swag_paypal_pos_sales_channel_media.repository'])) {
  24455.             return $this->services['swag_paypal_pos_sales_channel_media.repository'];
  24456.         }
  24457.         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())));
  24458.     }
  24459.     /**
  24460.      * Gets the public 'swag_paypal_pos_sales_channel_product.repository' shared service.
  24461.      *
  24462.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24463.      */
  24464.     protected function getSwagPaypalPosSalesChannelProduct_RepositoryService()
  24465.     {
  24466.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  24467.         if (isset($this->services['swag_paypal_pos_sales_channel_product.repository'])) {
  24468.             return $this->services['swag_paypal_pos_sales_channel_product.repository'];
  24469.         }
  24470.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  24471.         if (isset($this->services['swag_paypal_pos_sales_channel_product.repository'])) {
  24472.             return $this->services['swag_paypal_pos_sales_channel_product.repository'];
  24473.         }
  24474.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  24475.         if (isset($this->services['swag_paypal_pos_sales_channel_product.repository'])) {
  24476.             return $this->services['swag_paypal_pos_sales_channel_product.repository'];
  24477.         }
  24478.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24479.         if (isset($this->services['swag_paypal_pos_sales_channel_product.repository'])) {
  24480.             return $this->services['swag_paypal_pos_sales_channel_product.repository'];
  24481.         }
  24482.         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())));
  24483.     }
  24484.     /**
  24485.      * Gets the public 'swag_paypal_pos_sales_channel_run.repository' shared service.
  24486.      *
  24487.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24488.      */
  24489.     protected function getSwagPaypalPosSalesChannelRun_RepositoryService()
  24490.     {
  24491.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  24492.         if (isset($this->services['swag_paypal_pos_sales_channel_run.repository'])) {
  24493.             return $this->services['swag_paypal_pos_sales_channel_run.repository'];
  24494.         }
  24495.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  24496.         if (isset($this->services['swag_paypal_pos_sales_channel_run.repository'])) {
  24497.             return $this->services['swag_paypal_pos_sales_channel_run.repository'];
  24498.         }
  24499.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  24500.         if (isset($this->services['swag_paypal_pos_sales_channel_run.repository'])) {
  24501.             return $this->services['swag_paypal_pos_sales_channel_run.repository'];
  24502.         }
  24503.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24504.         if (isset($this->services['swag_paypal_pos_sales_channel_run.repository'])) {
  24505.             return $this->services['swag_paypal_pos_sales_channel_run.repository'];
  24506.         }
  24507.         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())));
  24508.     }
  24509.     /**
  24510.      * Gets the public 'swag_paypal_pos_sales_channel_run_log.repository' shared service.
  24511.      *
  24512.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24513.      */
  24514.     protected function getSwagPaypalPosSalesChannelRunLog_RepositoryService()
  24515.     {
  24516.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  24517.         if (isset($this->services['swag_paypal_pos_sales_channel_run_log.repository'])) {
  24518.             return $this->services['swag_paypal_pos_sales_channel_run_log.repository'];
  24519.         }
  24520.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  24521.         if (isset($this->services['swag_paypal_pos_sales_channel_run_log.repository'])) {
  24522.             return $this->services['swag_paypal_pos_sales_channel_run_log.repository'];
  24523.         }
  24524.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  24525.         if (isset($this->services['swag_paypal_pos_sales_channel_run_log.repository'])) {
  24526.             return $this->services['swag_paypal_pos_sales_channel_run_log.repository'];
  24527.         }
  24528.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24529.         if (isset($this->services['swag_paypal_pos_sales_channel_run_log.repository'])) {
  24530.             return $this->services['swag_paypal_pos_sales_channel_run_log.repository'];
  24531.         }
  24532.         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())));
  24533.     }
  24534.     /**
  24535.      * Gets the public 'system.filesystem.private' shared service.
  24536.      *
  24537.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  24538.      */
  24539.     protected function getSystem_Filesystem_PrivateService()
  24540.     {
  24541.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  24542.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  24543.         return $this->services['system.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/system');
  24544.     }
  24545.     /**
  24546.      * Gets the public 'system.filesystem.public' shared service.
  24547.      *
  24548.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  24549.      */
  24550.     protected function getSystem_Filesystem_PublicService()
  24551.     {
  24552.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  24553.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  24554.         return $this->services['system.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/system');
  24555.     }
  24556.     /**
  24557.      * Gets the public 'system_config.repository' shared service.
  24558.      *
  24559.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24560.      */
  24561.     protected function getSystemConfig_RepositoryService()
  24562.     {
  24563.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  24564.         if (isset($this->services['system_config.repository'])) {
  24565.             return $this->services['system_config.repository'];
  24566.         }
  24567.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  24568.         if (isset($this->services['system_config.repository'])) {
  24569.             return $this->services['system_config.repository'];
  24570.         }
  24571.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  24572.         if (isset($this->services['system_config.repository'])) {
  24573.             return $this->services['system_config.repository'];
  24574.         }
  24575.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24576.         if (isset($this->services['system_config.repository'])) {
  24577.             return $this->services['system_config.repository'];
  24578.         }
  24579.         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())));
  24580.     }
  24581.     /**
  24582.      * Gets the public 'tag.repository' shared service.
  24583.      *
  24584.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24585.      */
  24586.     protected function getTag_RepositoryService()
  24587.     {
  24588.         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->getTagDefinitionService()), ($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())));
  24589.     }
  24590.     /**
  24591.      * Gets the public 'tax.repository' shared service.
  24592.      *
  24593.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24594.      */
  24595.     protected function getTax_RepositoryService()
  24596.     {
  24597.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  24598.         if (isset($this->services['tax.repository'])) {
  24599.             return $this->services['tax.repository'];
  24600.         }
  24601.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  24602.         if (isset($this->services['tax.repository'])) {
  24603.             return $this->services['tax.repository'];
  24604.         }
  24605.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  24606.         if (isset($this->services['tax.repository'])) {
  24607.             return $this->services['tax.repository'];
  24608.         }
  24609.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24610.         if (isset($this->services['tax.repository'])) {
  24611.             return $this->services['tax.repository'];
  24612.         }
  24613.         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())));
  24614.     }
  24615.     /**
  24616.      * Gets the public 'tax_rule.repository' shared service.
  24617.      *
  24618.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24619.      */
  24620.     protected function getTaxRule_RepositoryService()
  24621.     {
  24622.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  24623.         if (isset($this->services['tax_rule.repository'])) {
  24624.             return $this->services['tax_rule.repository'];
  24625.         }
  24626.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  24627.         if (isset($this->services['tax_rule.repository'])) {
  24628.             return $this->services['tax_rule.repository'];
  24629.         }
  24630.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  24631.         if (isset($this->services['tax_rule.repository'])) {
  24632.             return $this->services['tax_rule.repository'];
  24633.         }
  24634.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24635.         if (isset($this->services['tax_rule.repository'])) {
  24636.             return $this->services['tax_rule.repository'];
  24637.         }
  24638.         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())));
  24639.     }
  24640.     /**
  24641.      * Gets the public 'tax_rule_type.repository' shared service.
  24642.      *
  24643.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24644.      */
  24645.     protected function getTaxRuleType_RepositoryService()
  24646.     {
  24647.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  24648.         if (isset($this->services['tax_rule_type.repository'])) {
  24649.             return $this->services['tax_rule_type.repository'];
  24650.         }
  24651.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  24652.         if (isset($this->services['tax_rule_type.repository'])) {
  24653.             return $this->services['tax_rule_type.repository'];
  24654.         }
  24655.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  24656.         if (isset($this->services['tax_rule_type.repository'])) {
  24657.             return $this->services['tax_rule_type.repository'];
  24658.         }
  24659.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24660.         if (isset($this->services['tax_rule_type.repository'])) {
  24661.             return $this->services['tax_rule_type.repository'];
  24662.         }
  24663.         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())));
  24664.     }
  24665.     /**
  24666.      * Gets the public 'tax_rule_type_translation.repository' shared service.
  24667.      *
  24668.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24669.      */
  24670.     protected function getTaxRuleTypeTranslation_RepositoryService()
  24671.     {
  24672.         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())));
  24673.     }
  24674.     /**
  24675.      * Gets the public 'theme.repository' shared service.
  24676.      *
  24677.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24678.      */
  24679.     protected function getTheme_RepositoryService()
  24680.     {
  24681.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  24682.         if (isset($this->services['theme.repository'])) {
  24683.             return $this->services['theme.repository'];
  24684.         }
  24685.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  24686.         if (isset($this->services['theme.repository'])) {
  24687.             return $this->services['theme.repository'];
  24688.         }
  24689.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  24690.         if (isset($this->services['theme.repository'])) {
  24691.             return $this->services['theme.repository'];
  24692.         }
  24693.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24694.         if (isset($this->services['theme.repository'])) {
  24695.             return $this->services['theme.repository'];
  24696.         }
  24697.         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())));
  24698.     }
  24699.     /**
  24700.      * Gets the public 'theme_child.repository' shared service.
  24701.      *
  24702.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24703.      */
  24704.     protected function getThemeChild_RepositoryService()
  24705.     {
  24706.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  24707.         if (isset($this->services['theme_child.repository'])) {
  24708.             return $this->services['theme_child.repository'];
  24709.         }
  24710.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  24711.         if (isset($this->services['theme_child.repository'])) {
  24712.             return $this->services['theme_child.repository'];
  24713.         }
  24714.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  24715.         if (isset($this->services['theme_child.repository'])) {
  24716.             return $this->services['theme_child.repository'];
  24717.         }
  24718.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24719.         if (isset($this->services['theme_child.repository'])) {
  24720.             return $this->services['theme_child.repository'];
  24721.         }
  24722.         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())));
  24723.     }
  24724.     /**
  24725.      * Gets the public 'theme_media.repository' shared service.
  24726.      *
  24727.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24728.      */
  24729.     protected function getThemeMedia_RepositoryService()
  24730.     {
  24731.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  24732.         if (isset($this->services['theme_media.repository'])) {
  24733.             return $this->services['theme_media.repository'];
  24734.         }
  24735.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  24736.         if (isset($this->services['theme_media.repository'])) {
  24737.             return $this->services['theme_media.repository'];
  24738.         }
  24739.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  24740.         if (isset($this->services['theme_media.repository'])) {
  24741.             return $this->services['theme_media.repository'];
  24742.         }
  24743.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24744.         if (isset($this->services['theme_media.repository'])) {
  24745.             return $this->services['theme_media.repository'];
  24746.         }
  24747.         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())));
  24748.     }
  24749.     /**
  24750.      * Gets the public 'theme_sales_channel.repository' shared service.
  24751.      *
  24752.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24753.      */
  24754.     protected function getThemeSalesChannel_RepositoryService()
  24755.     {
  24756.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  24757.         if (isset($this->services['theme_sales_channel.repository'])) {
  24758.             return $this->services['theme_sales_channel.repository'];
  24759.         }
  24760.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  24761.         if (isset($this->services['theme_sales_channel.repository'])) {
  24762.             return $this->services['theme_sales_channel.repository'];
  24763.         }
  24764.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  24765.         if (isset($this->services['theme_sales_channel.repository'])) {
  24766.             return $this->services['theme_sales_channel.repository'];
  24767.         }
  24768.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24769.         if (isset($this->services['theme_sales_channel.repository'])) {
  24770.             return $this->services['theme_sales_channel.repository'];
  24771.         }
  24772.         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())));
  24773.     }
  24774.     /**
  24775.      * Gets the public 'theme_translation.repository' shared service.
  24776.      *
  24777.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24778.      */
  24779.     protected function getThemeTranslation_RepositoryService()
  24780.     {
  24781.         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())));
  24782.     }
  24783.     /**
  24784.      * Gets the public 'tiny_config.repository' shared service.
  24785.      *
  24786.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24787.      */
  24788.     protected function getTinyConfig_RepositoryService()
  24789.     {
  24790.         return $this->services['tiny_config.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['She\\TinyMce\\Database\\TinyConfigDefinition'] ?? $this->getTinyConfigDefinitionService()), ($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())));
  24791.     }
  24792.     /**
  24793.      * Gets the public 'tiny_template.repository' shared service.
  24794.      *
  24795.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24796.      */
  24797.     protected function getTinyTemplate_RepositoryService()
  24798.     {
  24799.         return $this->services['tiny_template.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['She\\TinyMce\\Database\\TinyTemplateDefinition'] ?? $this->getTinyTemplateDefinitionService()), ($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())));
  24800.     }
  24801.     /**
  24802.      * Gets the public 'translator' shared service.
  24803.      *
  24804.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  24805.      */
  24806.     protected function getTranslatorService()
  24807.     {
  24808.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  24809.         if (isset($this->services['translator'])) {
  24810.             return $this->services['translator'];
  24811.         }
  24812.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator($a);
  24813.     }
  24814.     /**
  24815.      * Gets the public 'unit.repository' shared service.
  24816.      *
  24817.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24818.      */
  24819.     protected function getUnit_RepositoryService()
  24820.     {
  24821.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  24822.         if (isset($this->services['unit.repository'])) {
  24823.             return $this->services['unit.repository'];
  24824.         }
  24825.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  24826.         if (isset($this->services['unit.repository'])) {
  24827.             return $this->services['unit.repository'];
  24828.         }
  24829.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  24830.         if (isset($this->services['unit.repository'])) {
  24831.             return $this->services['unit.repository'];
  24832.         }
  24833.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24834.         if (isset($this->services['unit.repository'])) {
  24835.             return $this->services['unit.repository'];
  24836.         }
  24837.         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->getUnitDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  24838.     }
  24839.     /**
  24840.      * Gets the public 'unit_translation.repository' shared service.
  24841.      *
  24842.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24843.      */
  24844.     protected function getUnitTranslation_RepositoryService()
  24845.     {
  24846.         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->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())));
  24847.     }
  24848.     /**
  24849.      * Gets the public 'user.repository' shared service.
  24850.      *
  24851.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24852.      */
  24853.     protected function getUser_RepositoryService()
  24854.     {
  24855.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  24856.         if (isset($this->services['user.repository'])) {
  24857.             return $this->services['user.repository'];
  24858.         }
  24859.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  24860.         if (isset($this->services['user.repository'])) {
  24861.             return $this->services['user.repository'];
  24862.         }
  24863.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  24864.         if (isset($this->services['user.repository'])) {
  24865.             return $this->services['user.repository'];
  24866.         }
  24867.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24868.         if (isset($this->services['user.repository'])) {
  24869.             return $this->services['user.repository'];
  24870.         }
  24871.         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())));
  24872.     }
  24873.     /**
  24874.      * Gets the public 'user_access_key.repository' shared service.
  24875.      *
  24876.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24877.      */
  24878.     protected function getUserAccessKey_RepositoryService()
  24879.     {
  24880.         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())));
  24881.     }
  24882.     /**
  24883.      * Gets the public 'user_config.repository' shared service.
  24884.      *
  24885.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24886.      */
  24887.     protected function getUserConfig_RepositoryService()
  24888.     {
  24889.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  24890.         if (isset($this->services['user_config.repository'])) {
  24891.             return $this->services['user_config.repository'];
  24892.         }
  24893.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  24894.         if (isset($this->services['user_config.repository'])) {
  24895.             return $this->services['user_config.repository'];
  24896.         }
  24897.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  24898.         if (isset($this->services['user_config.repository'])) {
  24899.             return $this->services['user_config.repository'];
  24900.         }
  24901.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24902.         if (isset($this->services['user_config.repository'])) {
  24903.             return $this->services['user_config.repository'];
  24904.         }
  24905.         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())));
  24906.     }
  24907.     /**
  24908.      * Gets the public 'user_recovery.repository' shared service.
  24909.      *
  24910.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24911.      */
  24912.     protected function getUserRecovery_RepositoryService()
  24913.     {
  24914.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  24915.         if (isset($this->services['user_recovery.repository'])) {
  24916.             return $this->services['user_recovery.repository'];
  24917.         }
  24918.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  24919.         if (isset($this->services['user_recovery.repository'])) {
  24920.             return $this->services['user_recovery.repository'];
  24921.         }
  24922.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  24923.         if (isset($this->services['user_recovery.repository'])) {
  24924.             return $this->services['user_recovery.repository'];
  24925.         }
  24926.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24927.         if (isset($this->services['user_recovery.repository'])) {
  24928.             return $this->services['user_recovery.repository'];
  24929.         }
  24930.         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())));
  24931.     }
  24932.     /**
  24933.      * Gets the public 'var_dumper.cloner' shared service.
  24934.      *
  24935.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  24936.      */
  24937.     protected function getVarDumper_ClonerService()
  24938.     {
  24939.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  24940.         $instance->setMaxItems(2500);
  24941.         $instance->setMinDepth(1);
  24942.         $instance->setMaxString(-1);
  24943.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  24944.         return $instance;
  24945.     }
  24946.     /**
  24947.      * Gets the public 'version.repository' shared service.
  24948.      *
  24949.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24950.      */
  24951.     protected function getVersion_RepositoryService()
  24952.     {
  24953.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  24954.         if (isset($this->services['version.repository'])) {
  24955.             return $this->services['version.repository'];
  24956.         }
  24957.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  24958.         if (isset($this->services['version.repository'])) {
  24959.             return $this->services['version.repository'];
  24960.         }
  24961.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  24962.         if (isset($this->services['version.repository'])) {
  24963.             return $this->services['version.repository'];
  24964.         }
  24965.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24966.         if (isset($this->services['version.repository'])) {
  24967.             return $this->services['version.repository'];
  24968.         }
  24969.         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()), $a$b$c$d, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  24970.     }
  24971.     /**
  24972.      * Gets the public 'version_commit.repository' shared service.
  24973.      *
  24974.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24975.      */
  24976.     protected function getVersionCommit_RepositoryService()
  24977.     {
  24978.         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())));
  24979.     }
  24980.     /**
  24981.      * Gets the public 'version_commit_data.repository' shared service.
  24982.      *
  24983.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24984.      */
  24985.     protected function getVersionCommitData_RepositoryService()
  24986.     {
  24987.         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())));
  24988.     }
  24989.     /**
  24990.      * Gets the public 'wbm_data_layer_modules.repository' shared service.
  24991.      *
  24992.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  24993.      */
  24994.     protected function getWbmDataLayerModules_RepositoryService()
  24995.     {
  24996.         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())));
  24997.     }
  24998.     /**
  24999.      * Gets the public 'wbm_data_layer_properties.repository' shared service.
  25000.      *
  25001.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  25002.      */
  25003.     protected function getWbmDataLayerProperties_RepositoryService()
  25004.     {
  25005.         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())));
  25006.     }
  25007.     /**
  25008.      * Gets the public 'wbm_tag_manager_ecomm.filesystem.private' shared service.
  25009.      *
  25010.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  25011.      */
  25012.     protected function getWbmTagManagerEcomm_Filesystem_PrivateService()
  25013.     {
  25014.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  25015.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  25016.         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');
  25017.     }
  25018.     /**
  25019.      * Gets the public 'wbm_tag_manager_ecomm.filesystem.public' shared service.
  25020.      *
  25021.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  25022.      */
  25023.     protected function getWbmTagManagerEcomm_Filesystem_PublicService()
  25024.     {
  25025.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  25026.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  25027.         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');
  25028.     }
  25029.     /**
  25030.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  25031.      *
  25032.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  25033.      */
  25034.     protected function getWebProfiler_Controller_ExceptionPanelService()
  25035.     {
  25036.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  25037.         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()));
  25038.     }
  25039.     /**
  25040.      * Gets the public 'web_profiler.controller.profiler' shared service.
  25041.      *
  25042.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  25043.      */
  25044.     protected function getWebProfiler_Controller_ProfilerService()
  25045.     {
  25046.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  25047.         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));
  25048.     }
  25049.     /**
  25050.      * Gets the public 'web_profiler.controller.router' shared service.
  25051.      *
  25052.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  25053.      */
  25054.     protected function getWebProfiler_Controller_RouterService()
  25055.     {
  25056.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  25057.         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 () {
  25058.             return new \EmptyIterator();
  25059.         }, 0));
  25060.     }
  25061.     /**
  25062.      * Gets the public 'webhook.repository' shared service.
  25063.      *
  25064.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  25065.      */
  25066.     protected function getWebhook_RepositoryService()
  25067.     {
  25068.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  25069.         if (isset($this->services['webhook.repository'])) {
  25070.             return $this->services['webhook.repository'];
  25071.         }
  25072.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  25073.         if (isset($this->services['webhook.repository'])) {
  25074.             return $this->services['webhook.repository'];
  25075.         }
  25076.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  25077.         if (isset($this->services['webhook.repository'])) {
  25078.             return $this->services['webhook.repository'];
  25079.         }
  25080.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25081.         if (isset($this->services['webhook.repository'])) {
  25082.             return $this->services['webhook.repository'];
  25083.         }
  25084.         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())));
  25085.     }
  25086.     /**
  25087.      * Gets the public 'webhook_event_log.repository' shared service.
  25088.      *
  25089.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator
  25090.      */
  25091.     protected function getWebhookEventLog_RepositoryService()
  25092.     {
  25093.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  25094.         if (isset($this->services['webhook_event_log.repository'])) {
  25095.             return $this->services['webhook_event_log.repository'];
  25096.         }
  25097.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  25098.         if (isset($this->services['webhook_event_log.repository'])) {
  25099.             return $this->services['webhook_event_log.repository'];
  25100.         }
  25101.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  25102.         if (isset($this->services['webhook_event_log.repository'])) {
  25103.             return $this->services['webhook_event_log.repository'];
  25104.         }
  25105.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25106.         if (isset($this->services['webhook_event_log.repository'])) {
  25107.             return $this->services['webhook_event_log.repository'];
  25108.         }
  25109.         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())));
  25110.     }
  25111.     /**
  25112.      * Gets the public 'weedesign_images2_web_p.filesystem.private' shared service.
  25113.      *
  25114.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  25115.      */
  25116.     protected function getWeedesignImages2WebP_Filesystem_PrivateService()
  25117.     {
  25118.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  25119.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  25120.         return $this->services['weedesign_images2_web_p.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/weedesign_images2_web_p');
  25121.     }
  25122.     /**
  25123.      * Gets the public 'weedesign_images2_web_p.filesystem.public' shared service.
  25124.      *
  25125.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  25126.      */
  25127.     protected function getWeedesignImages2WebP_Filesystem_PublicService()
  25128.     {
  25129.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  25130.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  25131.         return $this->services['weedesign_images2_web_p.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/weedesign_images2_web_p');
  25132.     }
  25133.     /**
  25134.      * Gets the private '.Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelUpdateDomainCommand.lazy' shared service.
  25135.      *
  25136.      * @return \Symfony\Component\Console\Command\LazyCommand
  25137.      */
  25138.     protected function getSalesChannelUpdateDomainCommand_LazyService()
  25139.     {
  25140.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25141.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25142.         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 {
  25143.             return ($this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand'] ?? $this->getSalesChannelUpdateDomainCommandService());
  25144.         });
  25145.     }
  25146.     /**
  25147.      * Gets the private '.Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminIndexingCommand.lazy' shared service.
  25148.      *
  25149.      * @return \Symfony\Component\Console\Command\LazyCommand
  25150.      */
  25151.     protected function getElasticsearchAdminIndexingCommand_LazyService()
  25152.     {
  25153.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25154.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25155.         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 {
  25156.             return ($this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand'] ?? $this->getElasticsearchAdminIndexingCommandService());
  25157.         });
  25158.     }
  25159.     /**
  25160.      * Gets the private '.Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminResetCommand.lazy' shared service.
  25161.      *
  25162.      * @return \Symfony\Component\Console\Command\LazyCommand
  25163.      */
  25164.     protected function getElasticsearchAdminResetCommand_LazyService()
  25165.     {
  25166.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25167.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25168.         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 {
  25169.             return ($this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminResetCommand'] ?? $this->getElasticsearchAdminResetCommandService());
  25170.         });
  25171.     }
  25172.     /**
  25173.      * Gets the private '.Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminTestCommand.lazy' shared service.
  25174.      *
  25175.      * @return \Symfony\Component\Console\Command\LazyCommand
  25176.      */
  25177.     protected function getElasticsearchAdminTestCommand_LazyService()
  25178.     {
  25179.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25180.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25181.         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 {
  25182.             return ($this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminTestCommand'] ?? $this->getElasticsearchAdminTestCommandService());
  25183.         });
  25184.     }
  25185.     /**
  25186.      * Gets the private '.Swag\PayPal\Pos\Command\PosImageSyncCommand.lazy' shared service.
  25187.      *
  25188.      * @return \Symfony\Component\Console\Command\LazyCommand
  25189.      */
  25190.     protected function getPosImageSyncCommand_LazyService()
  25191.     {
  25192.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25193.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25194.         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 {
  25195.             return ($this->privates['Swag\\PayPal\\Pos\\Command\\PosImageSyncCommand'] ?? $this->getPosImageSyncCommandService());
  25196.         });
  25197.     }
  25198.     /**
  25199.      * Gets the private '.Swag\PayPal\Pos\Command\PosInventorySyncCommand.lazy' shared service.
  25200.      *
  25201.      * @return \Symfony\Component\Console\Command\LazyCommand
  25202.      */
  25203.     protected function getPosInventorySyncCommand_LazyService()
  25204.     {
  25205.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25206.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25207.         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 {
  25208.             return ($this->privates['Swag\\PayPal\\Pos\\Command\\PosInventorySyncCommand'] ?? $this->getPosInventorySyncCommandService());
  25209.         });
  25210.     }
  25211.     /**
  25212.      * Gets the private '.Swag\PayPal\Pos\Command\PosLogCleanupCommand.lazy' shared service.
  25213.      *
  25214.      * @return \Symfony\Component\Console\Command\LazyCommand
  25215.      */
  25216.     protected function getPosLogCleanupCommand_LazyService()
  25217.     {
  25218.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25219.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25220.         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 {
  25221.             return ($this->privates['Swag\\PayPal\\Pos\\Command\\PosLogCleanupCommand'] ?? $this->getPosLogCleanupCommandService());
  25222.         });
  25223.     }
  25224.     /**
  25225.      * Gets the private '.Swag\PayPal\Pos\Command\PosProductSyncCommand.lazy' shared service.
  25226.      *
  25227.      * @return \Symfony\Component\Console\Command\LazyCommand
  25228.      */
  25229.     protected function getPosProductSyncCommand_LazyService()
  25230.     {
  25231.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25232.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25233.         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 {
  25234.             return ($this->privates['Swag\\PayPal\\Pos\\Command\\PosProductSyncCommand'] ?? $this->getPosProductSyncCommandService());
  25235.         });
  25236.     }
  25237.     /**
  25238.      * Gets the private '.Swag\PayPal\Pos\Command\PosSyncCommand.lazy' shared service.
  25239.      *
  25240.      * @return \Symfony\Component\Console\Command\LazyCommand
  25241.      */
  25242.     protected function getPosSyncCommand_LazyService()
  25243.     {
  25244.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25245.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25246.         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 {
  25247.             return ($this->privates['Swag\\PayPal\\Pos\\Command\\PosSyncCommand'] ?? $this->getPosSyncCommandService());
  25248.         });
  25249.     }
  25250.     /**
  25251.      * Gets the private '.Swag\PayPal\Webhook\Command\CrawlWebhookEventNamesCommand.lazy' shared service.
  25252.      *
  25253.      * @return \Symfony\Component\Console\Command\LazyCommand
  25254.      */
  25255.     protected function getCrawlWebhookEventNamesCommand_LazyService()
  25256.     {
  25257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25258.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25259.         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 {
  25260.             return ($this->privates['Swag\\PayPal\\Webhook\\Command\\CrawlWebhookEventNamesCommand'] ?? $this->getCrawlWebhookEventNamesCommandService());
  25261.         });
  25262.     }
  25263.     /**
  25264.      * Gets the private '.Symfony\Component\Dotenv\Command\DotenvDumpCommand.lazy' shared service.
  25265.      *
  25266.      * @return \Symfony\Component\Console\Command\LazyCommand
  25267.      */
  25268.     protected function getDotenvDumpCommand_LazyService()
  25269.     {
  25270.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25271.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25272.         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 {
  25273.             return ($this->privates['Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand'] ?? $this->getDotenvDumpCommandService());
  25274.         });
  25275.     }
  25276.     /**
  25277.      * Gets the private '.cache.http.inner' shared service.
  25278.      *
  25279.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  25280.      */
  25281.     protected function get_Cache_Http_InnerService()
  25282.     {
  25283.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(172800);
  25284.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  25285.         return $this->privates['.cache.http.inner'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  25286.     }
  25287.     /**
  25288.      * Gets the private '.cache.object.inner' shared service.
  25289.      *
  25290.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  25291.      */
  25292.     protected function get_Cache_Object_InnerService()
  25293.     {
  25294.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(172800);
  25295.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  25296.         return $this->privates['.cache.object.inner'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  25297.     }
  25298.     /**
  25299.      * Gets the private '.console.command.about.lazy' shared service.
  25300.      *
  25301.      * @return \Symfony\Component\Console\Command\LazyCommand
  25302.      */
  25303.     protected function get_Console_Command_About_LazyService()
  25304.     {
  25305.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25306.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25307.         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 {
  25308.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  25309.         });
  25310.     }
  25311.     /**
  25312.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  25313.      *
  25314.      * @return \Symfony\Component\Console\Command\LazyCommand
  25315.      */
  25316.     protected function get_Console_Command_CacheClear_LazyService()
  25317.     {
  25318.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25319.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25320.         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 {
  25321.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  25322.         });
  25323.     }
  25324.     /**
  25325.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  25326.      *
  25327.      * @return \Symfony\Component\Console\Command\LazyCommand
  25328.      */
  25329.     protected function get_Console_Command_CachePoolClear_LazyService()
  25330.     {
  25331.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25332.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25333.         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 {
  25334.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  25335.         });
  25336.     }
  25337.     /**
  25338.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  25339.      *
  25340.      * @return \Symfony\Component\Console\Command\LazyCommand
  25341.      */
  25342.     protected function get_Console_Command_CachePoolDelete_LazyService()
  25343.     {
  25344.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25345.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25346.         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 {
  25347.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  25348.         });
  25349.     }
  25350.     /**
  25351.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  25352.      *
  25353.      * @return \Symfony\Component\Console\Command\LazyCommand
  25354.      */
  25355.     protected function get_Console_Command_CachePoolList_LazyService()
  25356.     {
  25357.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25358.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25359.         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 {
  25360.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  25361.         });
  25362.     }
  25363.     /**
  25364.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  25365.      *
  25366.      * @return \Symfony\Component\Console\Command\LazyCommand
  25367.      */
  25368.     protected function get_Console_Command_CachePoolPrune_LazyService()
  25369.     {
  25370.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25371.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25372.         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 {
  25373.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  25374.         });
  25375.     }
  25376.     /**
  25377.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  25378.      *
  25379.      * @return \Symfony\Component\Console\Command\LazyCommand
  25380.      */
  25381.     protected function get_Console_Command_CacheWarmup_LazyService()
  25382.     {
  25383.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25384.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25385.         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 {
  25386.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  25387.         });
  25388.     }
  25389.     /**
  25390.      * Gets the private '.console.command.config_debug.lazy' shared service.
  25391.      *
  25392.      * @return \Symfony\Component\Console\Command\LazyCommand
  25393.      */
  25394.     protected function get_Console_Command_ConfigDebug_LazyService()
  25395.     {
  25396.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25397.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25398.         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 {
  25399.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  25400.         });
  25401.     }
  25402.     /**
  25403.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  25404.      *
  25405.      * @return \Symfony\Component\Console\Command\LazyCommand
  25406.      */
  25407.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  25408.     {
  25409.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25410.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25411.         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 {
  25412.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  25413.         });
  25414.     }
  25415.     /**
  25416.      * Gets the private '.console.command.container_debug.lazy' shared service.
  25417.      *
  25418.      * @return \Symfony\Component\Console\Command\LazyCommand
  25419.      */
  25420.     protected function get_Console_Command_ContainerDebug_LazyService()
  25421.     {
  25422.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25423.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25424.         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 {
  25425.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  25426.         });
  25427.     }
  25428.     /**
  25429.      * Gets the private '.console.command.container_lint.lazy' shared service.
  25430.      *
  25431.      * @return \Symfony\Component\Console\Command\LazyCommand
  25432.      */
  25433.     protected function get_Console_Command_ContainerLint_LazyService()
  25434.     {
  25435.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25436.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25437.         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 {
  25438.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  25439.         });
  25440.     }
  25441.     /**
  25442.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  25443.      *
  25444.      * @return \Symfony\Component\Console\Command\LazyCommand
  25445.      */
  25446.     protected function get_Console_Command_DebugAutowiring_LazyService()
  25447.     {
  25448.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25449.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25450.         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 {
  25451.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  25452.         });
  25453.     }
  25454.     /**
  25455.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  25456.      *
  25457.      * @return \Symfony\Component\Console\Command\LazyCommand
  25458.      */
  25459.     protected function get_Console_Command_DotenvDebug_LazyService()
  25460.     {
  25461.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25462.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25463.         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 {
  25464.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  25465.         });
  25466.     }
  25467.     /**
  25468.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  25469.      *
  25470.      * @return \Symfony\Component\Console\Command\LazyCommand
  25471.      */
  25472.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  25473.     {
  25474.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25475.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25476.         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 {
  25477.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  25478.         });
  25479.     }
  25480.     /**
  25481.      * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  25482.      *
  25483.      * @return \Symfony\Component\Console\Command\LazyCommand
  25484.      */
  25485.     protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  25486.     {
  25487.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25488.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25489.         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 {
  25490.             return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  25491.         });
  25492.     }
  25493.     /**
  25494.      * Gets the private '.console.command.messenger_debug.lazy' shared service.
  25495.      *
  25496.      * @return \Symfony\Component\Console\Command\LazyCommand
  25497.      */
  25498.     protected function get_Console_Command_MessengerDebug_LazyService()
  25499.     {
  25500.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25501.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25502.         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 {
  25503.             return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  25504.         });
  25505.     }
  25506.     /**
  25507.      * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  25508.      *
  25509.      * @return \Symfony\Component\Console\Command\LazyCommand
  25510.      */
  25511.     protected function get_Console_Command_MessengerSetupTransports_LazyService()
  25512.     {
  25513.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25514.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25515.         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 {
  25516.             return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  25517.         });
  25518.     }
  25519.     /**
  25520.      * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  25521.      *
  25522.      * @return \Symfony\Component\Console\Command\LazyCommand
  25523.      */
  25524.     protected function get_Console_Command_MessengerStopWorkers_LazyService()
  25525.     {
  25526.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25527.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25528.         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 {
  25529.             return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  25530.         });
  25531.     }
  25532.     /**
  25533.      * Gets the private '.console.command.router_debug.lazy' shared service.
  25534.      *
  25535.      * @return \Symfony\Component\Console\Command\LazyCommand
  25536.      */
  25537.     protected function get_Console_Command_RouterDebug_LazyService()
  25538.     {
  25539.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25540.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25541.         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 {
  25542.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  25543.         });
  25544.     }
  25545.     /**
  25546.      * Gets the private '.console.command.router_match.lazy' shared service.
  25547.      *
  25548.      * @return \Symfony\Component\Console\Command\LazyCommand
  25549.      */
  25550.     protected function get_Console_Command_RouterMatch_LazyService()
  25551.     {
  25552.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25553.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25554.         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 {
  25555.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  25556.         });
  25557.     }
  25558.     /**
  25559.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  25560.      *
  25561.      * @return \Symfony\Component\Console\Command\LazyCommand
  25562.      */
  25563.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  25564.     {
  25565.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25566.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25567.         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 {
  25568.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  25569.         });
  25570.     }
  25571.     /**
  25572.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  25573.      *
  25574.      * @return \Symfony\Component\Console\Command\LazyCommand
  25575.      */
  25576.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  25577.     {
  25578.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25579.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25580.         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 {
  25581.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  25582.         });
  25583.     }
  25584.     /**
  25585.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  25586.      *
  25587.      * @return \Symfony\Component\Console\Command\LazyCommand
  25588.      */
  25589.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  25590.     {
  25591.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25592.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25593.         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 {
  25594.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  25595.         });
  25596.     }
  25597.     /**
  25598.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  25599.      *
  25600.      * @return \Symfony\Component\Console\Command\LazyCommand
  25601.      */
  25602.     protected function get_Console_Command_SecretsList_LazyService()
  25603.     {
  25604.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25605.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25606.         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 {
  25607.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  25608.         });
  25609.     }
  25610.     /**
  25611.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  25612.      *
  25613.      * @return \Symfony\Component\Console\Command\LazyCommand
  25614.      */
  25615.     protected function get_Console_Command_SecretsRemove_LazyService()
  25616.     {
  25617.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25618.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25619.         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 {
  25620.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  25621.         });
  25622.     }
  25623.     /**
  25624.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  25625.      *
  25626.      * @return \Symfony\Component\Console\Command\LazyCommand
  25627.      */
  25628.     protected function get_Console_Command_SecretsSet_LazyService()
  25629.     {
  25630.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25631.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25632.         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 {
  25633.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  25634.         });
  25635.     }
  25636.     /**
  25637.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  25638.      *
  25639.      * @return \Symfony\Component\Console\Command\LazyCommand
  25640.      */
  25641.     protected function get_Console_Command_TranslationDebug_LazyService()
  25642.     {
  25643.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25644.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25645.         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 {
  25646.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  25647.         });
  25648.     }
  25649.     /**
  25650.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  25651.      *
  25652.      * @return \Symfony\Component\Console\Command\LazyCommand
  25653.      */
  25654.     protected function get_Console_Command_TranslationExtract_LazyService()
  25655.     {
  25656.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25657.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25658.         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 {
  25659.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  25660.         });
  25661.     }
  25662.     /**
  25663.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  25664.      *
  25665.      * @return \Symfony\Component\Console\Command\LazyCommand
  25666.      */
  25667.     protected function get_Console_Command_TranslationPull_LazyService()
  25668.     {
  25669.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25670.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25671.         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 {
  25672.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  25673.         });
  25674.     }
  25675.     /**
  25676.      * Gets the private '.console.command.translation_push.lazy' shared service.
  25677.      *
  25678.      * @return \Symfony\Component\Console\Command\LazyCommand
  25679.      */
  25680.     protected function get_Console_Command_TranslationPush_LazyService()
  25681.     {
  25682.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25683.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25684.         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 {
  25685.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  25686.         });
  25687.     }
  25688.     /**
  25689.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  25690.      *
  25691.      * @return \Symfony\Component\Console\Command\LazyCommand
  25692.      */
  25693.     protected function get_Console_Command_ValidatorDebug_LazyService()
  25694.     {
  25695.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25696.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25697.         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 {
  25698.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  25699.         });
  25700.     }
  25701.     /**
  25702.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  25703.      *
  25704.      * @return \Symfony\Component\Console\Command\LazyCommand
  25705.      */
  25706.     protected function get_Console_Command_XliffLint_LazyService()
  25707.     {
  25708.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25709.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25710.         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 {
  25711.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  25712.         });
  25713.     }
  25714.     /**
  25715.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  25716.      *
  25717.      * @return \Symfony\Component\Console\Command\LazyCommand
  25718.      */
  25719.     protected function get_Console_Command_YamlLint_LazyService()
  25720.     {
  25721.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25722.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  25723.         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 {
  25724.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  25725.         });
  25726.     }
  25727.     /**
  25728.      * Gets the private '.errored..service_locator.0i9t3ml.Shopware\Core\Framework\Context' shared service.
  25729.      *
  25730.      * @return \Shopware\Core\Framework\Context
  25731.      */
  25732.     protected function getContextService()
  25733.     {
  25734.         $this->throw('Cannot autowire service ".service_locator.0i9t3ml": it references class "Shopware\\Core\\Framework\\Context" but no such service exists.');
  25735.     }
  25736.     /**
  25737.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  25738.      *
  25739.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  25740.      */
  25741.     protected function getLoaderInterfaceService()
  25742.     {
  25743.         $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".');
  25744.     }
  25745.     /**
  25746.      * Gets the private '.errored..service_locator.Q1m2WkM.Shopware\Core\Framework\Validation\DataBag\RequestDataBag' shared service.
  25747.      *
  25748.      * @return \Shopware\Core\Framework\Validation\DataBag\RequestDataBag
  25749.      */
  25750.     protected function getRequestDataBagService()
  25751.     {
  25752.         $this->throw('Cannot autowire service ".service_locator.Q1m2WkM": it references class "Shopware\\Core\\Framework\\Validation\\DataBag\\RequestDataBag" but no such service exists.');
  25753.     }
  25754.     /**
  25755.      * Gets the private '.messenger.handler_descriptor.0Tu9xxE' shared service.
  25756.      *
  25757.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  25758.      */
  25759.     protected function get_Messenger_HandlerDescriptor_0Tu9xxEService()
  25760.     {
  25761.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  25762.         return $this->privates['.messenger.handler_descriptor.0Tu9xxE'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'] ?? $this->getCancelTransactionsTaskHandlerService()), []);
  25763.     }
  25764.     /**
  25765.      * Gets the private '.messenger.handler_descriptor.2yo6BZJ' shared service.
  25766.      *
  25767.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  25768.      */
  25769.     protected function get_Messenger_HandlerDescriptor_2yo6BZJService()
  25770.     {
  25771.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  25772.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  25773.         if (isset($this->privates['.messenger.handler_descriptor.2yo6BZJ'])) {
  25774.             return $this->privates['.messenger.handler_descriptor.2yo6BZJ'];
  25775.         }
  25776.         return $this->privates['.messenger.handler_descriptor.2yo6BZJ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  25777.     }
  25778.     /**
  25779.      * Gets the private '.messenger.handler_descriptor.3.rzR14' shared service.
  25780.      *
  25781.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  25782.      */
  25783.     protected function get_Messenger_HandlerDescriptor_3_RzR14Service()
  25784.     {
  25785.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  25786.         return $this->privates['.messenger.handler_descriptor.3.rzR14'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandlerService()), []);
  25787.     }
  25788.     /**
  25789.      * Gets the private '.messenger.handler_descriptor.4htA3jl' shared service.
  25790.      *
  25791.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  25792.      */
  25793.     protected function get_Messenger_HandlerDescriptor_4htA3jlService()
  25794.     {
  25795.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  25796.         $a = ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'] ?? $this->getProductExportPartialGenerationHandlerService());
  25797.         if (isset($this->privates['.messenger.handler_descriptor.4htA3jl'])) {
  25798.             return $this->privates['.messenger.handler_descriptor.4htA3jl'];
  25799.         }
  25800.         return $this->privates['.messenger.handler_descriptor.4htA3jl'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  25801.     }
  25802.     /**
  25803.      * Gets the private '.messenger.handler_descriptor.6KXPS1P' shared service.
  25804.      *
  25805.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  25806.      */
  25807.     protected function get_Messenger_HandlerDescriptor_6KXPS1PService()
  25808.     {
  25809.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  25810.         $a = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductSingleSyncHandler'] ?? $this->getProductSingleSyncHandlerService());
  25811.         if (isset($this->privates['.messenger.handler_descriptor.6KXPS1P'])) {
  25812.             return $this->privates['.messenger.handler_descriptor.6KXPS1P'];
  25813.         }
  25814.         return $this->privates['.messenger.handler_descriptor.6KXPS1P'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  25815.     }
  25816.     /**
  25817.      * Gets the private '.messenger.handler_descriptor.6XWr01B' shared service.
  25818.      *
  25819.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  25820.      */
  25821.     protected function get_Messenger_HandlerDescriptor_6XWr01BService()
  25822.     {
  25823.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  25824.         return $this->privates['.messenger.handler_descriptor.6XWr01B'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\SleepTaskHandler'] ?? $this->getSleepTaskHandlerService()), []);
  25825.     }
  25826.     /**
  25827.      * Gets the private '.messenger.handler_descriptor.6a6vTR.' shared service.
  25828.      *
  25829.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  25830.      */
  25831.     protected function get_Messenger_HandlerDescriptor_6a6vTR_Service()
  25832.     {
  25833.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  25834.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] ?? $this->getGenerateThumbnailsHandlerService());
  25835.         if (isset($this->privates['.messenger.handler_descriptor.6a6vTR.'])) {
  25836.             return $this->privates['.messenger.handler_descriptor.6a6vTR.'];
  25837.         }
  25838.         return $this->privates['.messenger.handler_descriptor.6a6vTR.'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  25839.     }
  25840.     /**
  25841.      * Gets the private '.messenger.handler_descriptor.6kBcctU' shared service.
  25842.      *
  25843.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  25844.      */
  25845.     protected function get_Messenger_HandlerDescriptor_6kBcctUService()
  25846.     {
  25847.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  25848.         return $this->privates['.messenger.handler_descriptor.6kBcctU'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'] ?? $this->getNewsletterRecipientTaskHandlerService()), []);
  25849.     }
  25850.     /**
  25851.      * Gets the private '.messenger.handler_descriptor.6yw2O.t' shared service.
  25852.      *
  25853.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  25854.      */
  25855.     protected function get_Messenger_HandlerDescriptor_6yw2O_TService()
  25856.     {
  25857.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  25858.         $a = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'] ?? $this->getProductCleanupSyncHandlerService());
  25859.         if (isset($this->privates['.messenger.handler_descriptor.6yw2O.t'])) {
  25860.             return $this->privates['.messenger.handler_descriptor.6yw2O.t'];
  25861.         }
  25862.         return $this->privates['.messenger.handler_descriptor.6yw2O.t'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  25863.     }
  25864.     /**
  25865.      * Gets the private '.messenger.handler_descriptor.70X32gL' shared service.
  25866.      *
  25867.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  25868.      */
  25869.     protected function get_Messenger_HandlerDescriptor_70X32gLService()
  25870.     {
  25871.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  25872.         $a = ($this->privates['Swag\\CustomizedProducts\\Template\\ScheduledTask\\CleanVersionsTaskHandler'] ?? $this->getCleanVersionsTaskHandlerService());
  25873.         if (isset($this->privates['.messenger.handler_descriptor.70X32gL'])) {
  25874.             return $this->privates['.messenger.handler_descriptor.70X32gL'];
  25875.         }
  25876.         return $this->privates['.messenger.handler_descriptor.70X32gL'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  25877.     }
  25878.     /**
  25879.      * Gets the private '.messenger.handler_descriptor.88lOdtC' shared service.
  25880.      *
  25881.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  25882.      */
  25883.     protected function get_Messenger_HandlerDescriptor_88lOdtCService()
  25884.     {
  25885.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  25886.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] ?? $this->getGenerateThumbnailsHandlerService());
  25887.         if (isset($this->privates['.messenger.handler_descriptor.88lOdtC'])) {
  25888.             return $this->privates['.messenger.handler_descriptor.88lOdtC'];
  25889.         }
  25890.         return $this->privates['.messenger.handler_descriptor.88lOdtC'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  25891.     }
  25892.     /**
  25893.      * Gets the private '.messenger.handler_descriptor.9FtfQXI' shared service.
  25894.      *
  25895.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  25896.      */
  25897.     protected function get_Messenger_HandlerDescriptor_9FtfQXIService()
  25898.     {
  25899.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  25900.         return $this->privates['.messenger.handler_descriptor.9FtfQXI'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmerTaskHandler'] ?? $this->getCacheWarmerTaskHandlerService()), []);
  25901.     }
  25902.     /**
  25903.      * Gets the private '.messenger.handler_descriptor.9zA2HRZ' shared service.
  25904.      *
  25905.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  25906.      */
  25907.     protected function get_Messenger_HandlerDescriptor_9zA2HRZService()
  25908.     {
  25909.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  25910.         $a = ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService());
  25911.         if (isset($this->privates['.messenger.handler_descriptor.9zA2HRZ'])) {
  25912.             return $this->privates['.messenger.handler_descriptor.9zA2HRZ'];
  25913.         }
  25914.         return $this->privates['.messenger.handler_descriptor.9zA2HRZ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  25915.     }
  25916.     /**
  25917.      * Gets the private '.messenger.handler_descriptor.BzkW.st' shared service.
  25918.      *
  25919.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  25920.      */
  25921.     protected function get_Messenger_HandlerDescriptor_BzkW_StService()
  25922.     {
  25923.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  25924.         $a = ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'] ?? $this->getRequeueDeadMessagesHandlerService());
  25925.         if (isset($this->privates['.messenger.handler_descriptor.BzkW.st'])) {
  25926.             return $this->privates['.messenger.handler_descriptor.BzkW.st'];
  25927.         }
  25928.         return $this->privates['.messenger.handler_descriptor.BzkW.st'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  25929.     }
  25930.     /**
  25931.      * Gets the private '.messenger.handler_descriptor.D8Msq11' shared service.
  25932.      *
  25933.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  25934.      */
  25935.     protected function get_Messenger_HandlerDescriptor_D8Msq11Service()
  25936.     {
  25937.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  25938.         return $this->privates['.messenger.handler_descriptor.D8Msq11'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'] ?? $this->getCleanupCartTaskHandlerService()), []);
  25939.     }
  25940.     /**
  25941.      * Gets the private '.messenger.handler_descriptor.FImPDsK' shared service.
  25942.      *
  25943.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  25944.      */
  25945.     protected function get_Messenger_HandlerDescriptor_FImPDsKService()
  25946.     {
  25947.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  25948.         return $this->privates['.messenger.handler_descriptor.FImPDsK'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\InventoryUpdateHandler'] ?? $this->getInventoryUpdateHandlerService()), []);
  25949.     }
  25950.     /**
  25951.      * Gets the private '.messenger.handler_descriptor.I0UD7br' shared service.
  25952.      *
  25953.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  25954.      */
  25955.     protected function get_Messenger_HandlerDescriptor_I0UD7brService()
  25956.     {
  25957.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  25958.         $a = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\CloneVisibilityHandler'] ?? $this->getCloneVisibilityHandlerService());
  25959.         if (isset($this->privates['.messenger.handler_descriptor.I0UD7br'])) {
  25960.             return $this->privates['.messenger.handler_descriptor.I0UD7br'];
  25961.         }
  25962.         return $this->privates['.messenger.handler_descriptor.I0UD7br'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  25963.     }
  25964.     /**
  25965.      * Gets the private '.messenger.handler_descriptor.NsPWeMd' shared service.
  25966.      *
  25967.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  25968.      */
  25969.     protected function get_Messenger_HandlerDescriptor_NsPWeMdService()
  25970.     {
  25971.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  25972.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\CleanupMigrationHandler'] ?? $this->getCleanupMigrationHandlerService());
  25973.         if (isset($this->privates['.messenger.handler_descriptor.NsPWeMd'])) {
  25974.             return $this->privates['.messenger.handler_descriptor.NsPWeMd'];
  25975.         }
  25976.         return $this->privates['.messenger.handler_descriptor.NsPWeMd'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  25977.     }
  25978.     /**
  25979.      * Gets the private '.messenger.handler_descriptor.RWDR7vF' shared service.
  25980.      *
  25981.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  25982.      */
  25983.     protected function get_Messenger_HandlerDescriptor_RWDR7vFService()
  25984.     {
  25985.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  25986.         $a = ($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] ?? $this->getSitemapGenerateTaskHandlerService());
  25987.         if (isset($this->privates['.messenger.handler_descriptor.RWDR7vF'])) {
  25988.             return $this->privates['.messenger.handler_descriptor.RWDR7vF'];
  25989.         }
  25990.         return $this->privates['.messenger.handler_descriptor.RWDR7vF'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  25991.     }
  25992.     /**
  25993.      * Gets the private '.messenger.handler_descriptor.RaXVyBY' shared service.
  25994.      *
  25995.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  25996.      */
  25997.     protected function get_Messenger_HandlerDescriptor_RaXVyBYService()
  25998.     {
  25999.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  26000.         $a = ($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] ?? $this->getCreateAliasTaskHandlerService());
  26001.         if (isset($this->privates['.messenger.handler_descriptor.RaXVyBY'])) {
  26002.             return $this->privates['.messenger.handler_descriptor.RaXVyBY'];
  26003.         }
  26004.         return $this->privates['.messenger.handler_descriptor.RaXVyBY'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  26005.     }
  26006.     /**
  26007.      * Gets the private '.messenger.handler_descriptor.SARnH.K' shared service.
  26008.      *
  26009.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  26010.      */
  26011.     protected function get_Messenger_HandlerDescriptor_SARnH_KService()
  26012.     {
  26013.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  26014.         $a = ($this->privates['Acris\\ProductVideo\\ScheduledTask\\MetaDataTaskHandler'] ?? $this->getMetaDataTaskHandlerService());
  26015.         if (isset($this->privates['.messenger.handler_descriptor.SARnH.K'])) {
  26016.             return $this->privates['.messenger.handler_descriptor.SARnH.K'];
  26017.         }
  26018.         return $this->privates['.messenger.handler_descriptor.SARnH.K'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  26019.     }
  26020.     /**
  26021.      * Gets the private '.messenger.handler_descriptor.Sx4TzkJ' shared service.
  26022.      *
  26023.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  26024.      */
  26025.     protected function get_Messenger_HandlerDescriptor_Sx4TzkJService()
  26026.     {
  26027.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  26028.         $a = ($this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'] ?? $this->getImportExportHandlerService());
  26029.         if (isset($this->privates['.messenger.handler_descriptor.Sx4TzkJ'])) {
  26030.             return $this->privates['.messenger.handler_descriptor.Sx4TzkJ'];
  26031.         }
  26032.         return $this->privates['.messenger.handler_descriptor.Sx4TzkJ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  26033.     }
  26034.     /**
  26035.      * Gets the private '.messenger.handler_descriptor.TaMu3bd' shared service.
  26036.      *
  26037.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  26038.      */
  26039.     protected function get_Messenger_HandlerDescriptor_TaMu3bdService()
  26040.     {
  26041.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  26042.         return $this->privates['.messenger.handler_descriptor.TaMu3bd'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Media\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandler2Service()), []);
  26043.     }
  26044.     /**
  26045.      * Gets the private '.messenger.handler_descriptor.U_6ttgF' shared service.
  26046.      *
  26047.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  26048.      */
  26049.     protected function get_Messenger_HandlerDescriptor_U6ttgFService()
  26050.     {
  26051.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  26052.         return $this->privates['.messenger.handler_descriptor.U_6ttgF'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Cbax\\ModulAnalytics\\ScheduledTask\\AnalyticsHandler'] ?? $this->getAnalyticsHandlerService()), []);
  26053.     }
  26054.     /**
  26055.      * Gets the private '.messenger.handler_descriptor.W5d8anj' shared service.
  26056.      *
  26057.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  26058.      */
  26059.     protected function get_Messenger_HandlerDescriptor_W5d8anjService()
  26060.     {
  26061.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  26062.         $a = ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'] ?? $this->getEncryptedMessageHandlerService());
  26063.         if (isset($this->privates['.messenger.handler_descriptor.W5d8anj'])) {
  26064.             return $this->privates['.messenger.handler_descriptor.W5d8anj'];
  26065.         }
  26066.         return $this->privates['.messenger.handler_descriptor.W5d8anj'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  26067.     }
  26068.     /**
  26069.      * Gets the private '.messenger.handler_descriptor.Z5qzcmD' shared service.
  26070.      *
  26071.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  26072.      */
  26073.     protected function get_Messenger_HandlerDescriptor_Z5qzcmDService()
  26074.     {
  26075.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  26076.         $a = ($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'] ?? $this->getWebhookEventMessageHandlerService());
  26077.         if (isset($this->privates['.messenger.handler_descriptor.Z5qzcmD'])) {
  26078.             return $this->privates['.messenger.handler_descriptor.Z5qzcmD'];
  26079.         }
  26080.         return $this->privates['.messenger.handler_descriptor.Z5qzcmD'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  26081.     }
  26082.     /**
  26083.      * Gets the private '.messenger.handler_descriptor.ZFmY.qW' shared service.
  26084.      *
  26085.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  26086.      */
  26087.     protected function get_Messenger_HandlerDescriptor_ZFmY_QWService()
  26088.     {
  26089.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  26090.         $a = ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService());
  26091.         if (isset($this->privates['.messenger.handler_descriptor.ZFmY.qW'])) {
  26092.             return $this->privates['.messenger.handler_descriptor.ZFmY.qW'];
  26093.         }
  26094.         return $this->privates['.messenger.handler_descriptor.ZFmY.qW'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  26095.     }
  26096.     /**
  26097.      * Gets the private '.messenger.handler_descriptor.ZIjBpo6' shared service.
  26098.      *
  26099.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  26100.      */
  26101.     protected function get_Messenger_HandlerDescriptor_ZIjBpo6Service()
  26102.     {
  26103.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  26104.         return $this->privates['.messenger.handler_descriptor.ZIjBpo6'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Weedesign\\Images2WebP\\Service\\ScheduledTask\\GenerateMediaHandler'] ?? $this->getGenerateMediaHandlerService()), []);
  26105.     }
  26106.     /**
  26107.      * Gets the private '.messenger.handler_descriptor._mx1WXF' shared service.
  26108.      *
  26109.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  26110.      */
  26111.     protected function get_Messenger_HandlerDescriptor_Mx1WXFService()
  26112.     {
  26113.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  26114.         return $this->privates['.messenger.handler_descriptor._mx1WXF'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'] ?? $this->getCleanupSalesChannelContextTaskHandlerService()), []);
  26115.     }
  26116.     /**
  26117.      * Gets the private '.messenger.handler_descriptor.aM76mVQ' shared service.
  26118.      *
  26119.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  26120.      */
  26121.     protected function get_Messenger_HandlerDescriptor_AM76mVQService()
  26122.     {
  26123.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  26124.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'] ?? $this->getInvalidateCacheTaskHandlerService());
  26125.         if (isset($this->privates['.messenger.handler_descriptor.aM76mVQ'])) {
  26126.             return $this->privates['.messenger.handler_descriptor.aM76mVQ'];
  26127.         }
  26128.         return $this->privates['.messenger.handler_descriptor.aM76mVQ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  26129.     }
  26130.     /**
  26131.      * Gets the private '.messenger.handler_descriptor.bD1J5H6' shared service.
  26132.      *
  26133.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  26134.      */
  26135.     protected function get_Messenger_HandlerDescriptor_BD1J5H6Service()
  26136.     {
  26137.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  26138.         $a = ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'] ?? $this->getDeleteCascadeAppsHandlerService());
  26139.         if (isset($this->privates['.messenger.handler_descriptor.bD1J5H6'])) {
  26140.             return $this->privates['.messenger.handler_descriptor.bD1J5H6'];
  26141.         }
  26142.         return $this->privates['.messenger.handler_descriptor.bD1J5H6'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  26143.     }
  26144.     /**
  26145.      * Gets the private '.messenger.handler_descriptor.blq.UUc' shared service.
  26146.      *
  26147.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  26148.      */
  26149.     protected function get_Messenger_HandlerDescriptor_Blq_UUcService()
  26150.     {
  26151.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  26152.         $a = ($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'] ?? $this->getAdminSearchRegistryService());
  26153.         if (isset($this->privates['.messenger.handler_descriptor.blq.UUc'])) {
  26154.             return $this->privates['.messenger.handler_descriptor.blq.UUc'];
  26155.         }
  26156.         return $this->privates['.messenger.handler_descriptor.blq.UUc'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  26157.     }
  26158.     /**
  26159.      * Gets the private '.messenger.handler_descriptor.dVP21hY' shared service.
  26160.      *
  26161.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  26162.      */
  26163.     protected function get_Messenger_HandlerDescriptor_DVP21hYService()
  26164.     {
  26165.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  26166.         return $this->privates['.messenger.handler_descriptor.dVP21hY'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'] ?? $this->getRegisterScheduledTaskHandlerService()), []);
  26167.     }
  26168.     /**
  26169.      * Gets the private '.messenger.handler_descriptor.e5GSK65' shared service.
  26170.      *
  26171.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  26172.      */
  26173.     protected function get_Messenger_HandlerDescriptor_E5GSK65Service()
  26174.     {
  26175.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  26176.         $a = ($this->privates['Swag\\CustomizedProducts\\Template\\Message\\GenerateDecisionTreeHandler'] ?? $this->getGenerateDecisionTreeHandlerService());
  26177.         if (isset($this->privates['.messenger.handler_descriptor.e5GSK65'])) {
  26178.             return $this->privates['.messenger.handler_descriptor.e5GSK65'];
  26179.         }
  26180.         return $this->privates['.messenger.handler_descriptor.e5GSK65'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  26181.     }
  26182.     /**
  26183.      * Gets the private '.messenger.handler_descriptor.ex5cbt9' shared service.
  26184.      *
  26185.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  26186.      */
  26187.     protected function get_Messenger_HandlerDescriptor_Ex5cbt9Service()
  26188.     {
  26189.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  26190.         return $this->privates['.messenger.handler_descriptor.ex5cbt9'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ImageSyncHandler'] ?? $this->getImageSyncHandlerService()), []);
  26191.     }
  26192.     /**
  26193.      * Gets the private '.messenger.handler_descriptor.fTnptq7' shared service.
  26194.      *
  26195.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  26196.      */
  26197.     protected function get_Messenger_HandlerDescriptor_FTnptq7Service()
  26198.     {
  26199.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  26200.         return $this->privates['.messenger.handler_descriptor.fTnptq7'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductVariantSyncHandler'] ?? $this->getProductVariantSyncHandlerService()), []);
  26201.     }
  26202.     /**
  26203.      * Gets the private '.messenger.handler_descriptor.g5T3Vdz' shared service.
  26204.      *
  26205.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  26206.      */
  26207.     protected function get_Messenger_HandlerDescriptor_G5T3VdzService()
  26208.     {
  26209.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  26210.         $a = ($this->privates['mailer.messenger.message_handler'] ?? $this->getMailer_Messenger_MessageHandlerService());
  26211.         if (isset($this->privates['.messenger.handler_descriptor.g5T3Vdz'])) {
  26212.             return $this->privates['.messenger.handler_descriptor.g5T3Vdz'];
  26213.         }
  26214.         return $this->privates['.messenger.handler_descriptor.g5T3Vdz'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  26215.     }
  26216.     /**
  26217.      * Gets the private '.messenger.handler_descriptor.goUFZIo' shared service.
  26218.      *
  26219.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  26220.      */
  26221.     protected function get_Messenger_HandlerDescriptor_GoUFZIoService()
  26222.     {
  26223.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  26224.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'] ?? $this->getCleanupOldCacheFoldersHandlerService());
  26225.         if (isset($this->privates['.messenger.handler_descriptor.goUFZIo'])) {
  26226.             return $this->privates['.messenger.handler_descriptor.goUFZIo'];
  26227.         }
  26228.         return $this->privates['.messenger.handler_descriptor.goUFZIo'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  26229.     }
  26230.     /**
  26231.      * Gets the private '.messenger.handler_descriptor.h1gRAD1' shared service.
  26232.      *
  26233.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  26234.      */
  26235.     protected function get_Messenger_HandlerDescriptor_H1gRAD1Service()
  26236.     {
  26237.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  26238.         $a = ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'] ?? $this->getLogCleanupTaskHandlerService());
  26239.         if (isset($this->privates['.messenger.handler_descriptor.h1gRAD1'])) {
  26240.             return $this->privates['.messenger.handler_descriptor.h1gRAD1'];
  26241.         }
  26242.         return $this->privates['.messenger.handler_descriptor.h1gRAD1'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  26243.     }
  26244.     /**
  26245.      * Gets the private '.messenger.handler_descriptor.hq66vfV' shared service.
  26246.      *
  26247.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  26248.      */
  26249.     protected function get_Messenger_HandlerDescriptor_Hq66vfVService()
  26250.     {
  26251.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  26252.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  26253.         if (isset($this->privates['.messenger.handler_descriptor.hq66vfV'])) {
  26254.             return $this->privates['.messenger.handler_descriptor.hq66vfV'];
  26255.         }
  26256.         return $this->privates['.messenger.handler_descriptor.hq66vfV'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  26257.     }
  26258.     /**
  26259.      * Gets the private '.messenger.handler_descriptor.jTJEFNe' shared service.
  26260.      *
  26261.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  26262.      */
  26263.     protected function get_Messenger_HandlerDescriptor_JTJEFNeService()
  26264.     {
  26265.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  26266.         return $this->privates['.messenger.handler_descriptor.jTJEFNe'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTaskHandler'] ?? $this->getCleanUpLogTaskHandlerService()), []);
  26267.     }
  26268.     /**
  26269.      * Gets the private '.messenger.handler_descriptor.ka59xCt' shared service.
  26270.      *
  26271.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  26272.      */
  26273.     protected function get_Messenger_HandlerDescriptor_Ka59xCtService()
  26274.     {
  26275.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  26276.         $a = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'] ?? $this->getSyncManagerHandlerService());
  26277.         if (isset($this->privates['.messenger.handler_descriptor.ka59xCt'])) {
  26278.             return $this->privates['.messenger.handler_descriptor.ka59xCt'];
  26279.         }
  26280.         return $this->privates['.messenger.handler_descriptor.ka59xCt'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  26281.     }
  26282.     /**
  26283.      * Gets the private '.messenger.handler_descriptor.n5_pcyU' shared service.
  26284.      *
  26285.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  26286.      */
  26287.     protected function get_Messenger_HandlerDescriptor_N5PcyUService()
  26288.     {
  26289.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  26290.         $a = ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'] ?? $this->getCleanupVersionTaskHandlerService());
  26291.         if (isset($this->privates['.messenger.handler_descriptor.n5_pcyU'])) {
  26292.             return $this->privates['.messenger.handler_descriptor.n5_pcyU'];
  26293.         }
  26294.         return $this->privates['.messenger.handler_descriptor.n5_pcyU'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  26295.     }
  26296.     /**
  26297.      * Gets the private '.messenger.handler_descriptor.rvKU_JQ' shared service.
  26298.      *
  26299.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  26300.      */
  26301.     protected function get_Messenger_HandlerDescriptor_RvKUJQService()
  26302.     {
  26303.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  26304.         $a = ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'] ?? $this->getRetryMessageHandlerService());
  26305.         if (isset($this->privates['.messenger.handler_descriptor.rvKU_JQ'])) {
  26306.             return $this->privates['.messenger.handler_descriptor.rvKU_JQ'];
  26307.         }
  26308.         return $this->privates['.messenger.handler_descriptor.rvKU_JQ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  26309.     }
  26310.     /**
  26311.      * Gets the private '.messenger.handler_descriptor.u3lfLwH' shared service.
  26312.      *
  26313.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  26314.      */
  26315.     protected function get_Messenger_HandlerDescriptor_U3lfLwHService()
  26316.     {
  26317.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  26318.         return $this->privates['.messenger.handler_descriptor.u3lfLwH'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTaskHandler'] ?? $this->getCompleteSyncTaskHandlerService()), []);
  26319.     }
  26320.     /**
  26321.      * Gets the private '.messenger.handler_descriptor.uhLObtn' shared service.
  26322.      *
  26323.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  26324.      */
  26325.     protected function get_Messenger_HandlerDescriptor_UhLObtnService()
  26326.     {
  26327.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  26328.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\ProcessMediaHandler'] ?? $this->getProcessMediaHandlerService());
  26329.         if (isset($this->privates['.messenger.handler_descriptor.uhLObtn'])) {
  26330.             return $this->privates['.messenger.handler_descriptor.uhLObtn'];
  26331.         }
  26332.         return $this->privates['.messenger.handler_descriptor.uhLObtn'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  26333.     }
  26334.     /**
  26335.      * Gets the private '.messenger.handler_descriptor.vN2QjSm' shared service.
  26336.      *
  26337.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  26338.      */
  26339.     protected function get_Messenger_HandlerDescriptor_VN2QjSmService()
  26340.     {
  26341.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  26342.         $a = ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'] ?? $this->getUpdateAppsHandlerService());
  26343.         if (isset($this->privates['.messenger.handler_descriptor.vN2QjSm'])) {
  26344.             return $this->privates['.messenger.handler_descriptor.vN2QjSm'];
  26345.         }
  26346.         return $this->privates['.messenger.handler_descriptor.vN2QjSm'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  26347.     }
  26348.     /**
  26349.      * Gets the private '.messenger.handler_descriptor.vhvNn_P' shared service.
  26350.      *
  26351.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  26352.      */
  26353.     protected function get_Messenger_HandlerDescriptor_VhvNnPService()
  26354.     {
  26355.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  26356.         return $this->privates['.messenger.handler_descriptor.vhvNn_P'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'] ?? $this->getCleanupProductKeywordDictionaryTaskHandlerService()), []);
  26357.     }
  26358.     /**
  26359.      * Gets the private '.messenger.handler_descriptor.vohgW1I' shared service.
  26360.      *
  26361.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  26362.      */
  26363.     protected function get_Messenger_HandlerDescriptor_VohgW1IService()
  26364.     {
  26365.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  26366.         return $this->privates['.messenger.handler_descriptor.vohgW1I'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'] ?? $this->getInventorySyncHandlerService()), []);
  26367.     }
  26368.     /**
  26369.      * Gets the private '.messenger.handler_descriptor.wUKKx8c' shared service.
  26370.      *
  26371.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  26372.      */
  26373.     protected function get_Messenger_HandlerDescriptor_WUKKx8cService()
  26374.     {
  26375.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  26376.         $a = ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'] ?? $this->getCleanupUnusedDownloadMediaTaskHandlerService());
  26377.         if (isset($this->privates['.messenger.handler_descriptor.wUKKx8c'])) {
  26378.             return $this->privates['.messenger.handler_descriptor.wUKKx8c'];
  26379.         }
  26380.         return $this->privates['.messenger.handler_descriptor.wUKKx8c'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  26381.     }
  26382.     /**
  26383.      * Gets the private '.messenger.handler_descriptor.wYSIMNj' shared service.
  26384.      *
  26385.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  26386.      */
  26387.     protected function get_Messenger_HandlerDescriptor_WYSIMNjService()
  26388.     {
  26389.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  26390.         $a = ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'] ?? $this->getProductExportGenerateTaskHandlerService());
  26391.         if (isset($this->privates['.messenger.handler_descriptor.wYSIMNj'])) {
  26392.             return $this->privates['.messenger.handler_descriptor.wYSIMNj'];
  26393.         }
  26394.         return $this->privates['.messenger.handler_descriptor.wYSIMNj'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  26395.     }
  26396.     /**
  26397.      * Gets the private '.messenger.handler_descriptor.xfSTNS5' shared service.
  26398.      *
  26399.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  26400.      */
  26401.     protected function get_Messenger_HandlerDescriptor_XfSTNS5Service()
  26402.     {
  26403.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  26404.         return $this->privates['.messenger.handler_descriptor.xfSTNS5'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Swag\\PayPal\\Pos\\Schedule\\InventorySyncTaskHandler'] ?? $this->getInventorySyncTaskHandlerService()), []);
  26405.     }
  26406.     /**
  26407.      * Gets the private '.messenger.handler_descriptor.yKXilMm' shared service.
  26408.      *
  26409.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  26410.      */
  26411.     protected function get_Messenger_HandlerDescriptor_YKXilMmService()
  26412.     {
  26413.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  26414.         return $this->privates['.messenger.handler_descriptor.yKXilMm'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'] ?? $this->getCleanupImportExportFileTaskHandlerService()), []);
  26415.     }
  26416.     /**
  26417.      * Gets the private '.messenger.handler_descriptor.z290ooz' shared service.
  26418.      *
  26419.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  26420.      */
  26421.     protected function get_Messenger_HandlerDescriptor_Z290oozService()
  26422.     {
  26423.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  26424.         $a = ($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] ?? $this->getSitemapGenerateTaskHandlerService());
  26425.         if (isset($this->privates['.messenger.handler_descriptor.z290ooz'])) {
  26426.             return $this->privates['.messenger.handler_descriptor.z290ooz'];
  26427.         }
  26428.         return $this->privates['.messenger.handler_descriptor.z290ooz'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  26429.     }
  26430.     /**
  26431.      * Gets the private '.messenger.handler_descriptor.zfOhFjq' shared service.
  26432.      *
  26433.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  26434.      */
  26435.     protected function get_Messenger_HandlerDescriptor_ZfOhFjqService()
  26436.     {
  26437.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  26438.         return $this->privates['.messenger.handler_descriptor.zfOhFjq'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'] ?? $this->getUpdateProductStreamMappingTaskHandlerService()), []);
  26439.     }
  26440.     /**
  26441.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  26442.      *
  26443.      * @return \Symfony\Component\Console\Command\LazyCommand
  26444.      */
  26445.     protected function get_Monolog_Command_ServerLog_LazyService()
  26446.     {
  26447.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26448.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  26449.         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 {
  26450.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  26451.         });
  26452.     }
  26453.     /**
  26454.      * Gets the private '.service_locator.0i9t3ml' shared service.
  26455.      *
  26456.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  26457.      */
  26458.     protected function get_ServiceLocator_0i9t3mlService()
  26459.     {
  26460.         return $this->privates['.service_locator.0i9t3ml'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  26461.             'context' => ['privates''.errored..service_locator.0i9t3ml.Shopware\\Core\\Framework\\Context'NULL'Cannot autowire service ".service_locator.0i9t3ml": it references class "Shopware\\Core\\Framework\\Context" but no such service exists.'],
  26462.         ], [
  26463.             'context' => 'Shopware\\Core\\Framework\\Context',
  26464.         ]);
  26465.     }
  26466.     /**
  26467.      * Gets the private '.service_locator.GNc8e5B' shared service.
  26468.      *
  26469.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  26470.      */
  26471.     protected function get_ServiceLocator_GNc8e5BService()
  26472.     {
  26473.         return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  26474.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  26475.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  26476.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  26477.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  26478.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  26479.             'router' => ['services''router''getRouterService'false],
  26480.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  26481.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  26482.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  26483.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  26484.         ], [
  26485.             'http_kernel' => '?',
  26486.             'message_bus' => '?',
  26487.             'messenger.default_bus' => '?',
  26488.             'parameter_bag' => '?',
  26489.             'request_stack' => '?',
  26490.             'router' => '?',
  26491.             'security.csrf.token_manager' => '?',
  26492.             'serializer' => '?',
  26493.             'session' => '.session.deprecated',
  26494.             'twig' => '?',
  26495.         ]);
  26496.     }
  26497.     /**
  26498.      * Gets the private '.service_locator.KfbR3DY' shared service.
  26499.      *
  26500.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  26501.      */
  26502.     protected function get_ServiceLocator_KfbR3DYService()
  26503.     {
  26504.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  26505.             '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".'],
  26506.         ], [
  26507.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  26508.         ]);
  26509.     }
  26510.     /**
  26511.      * Gets the private '.service_locator.N1ijGuF' shared service.
  26512.      *
  26513.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  26514.      */
  26515.     protected function get_ServiceLocator_N1ijGuFService()
  26516.     {
  26517.         return $this->privates['.service_locator.N1ijGuF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  26518.             'pluginLoader' => ['services''Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader''getKernelPluginLoaderService'false],
  26519.         ], [
  26520.             'pluginLoader' => 'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader',
  26521.         ]);
  26522.     }
  26523.     /**
  26524.      * Gets the private '.service_locator.O7Avvig' shared service.
  26525.      *
  26526.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  26527.      */
  26528.     protected function get_ServiceLocator_O7AvvigService()
  26529.     {
  26530.         return $this->privates['.service_locator.O7Avvig'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  26531.             'validator' => ['services''.container.private.validator''get_Container_Private_ValidatorService'false],
  26532.         ], [
  26533.             'validator' => '?',
  26534.         ]);
  26535.     }
  26536.     /**
  26537.      * Gets the private '.service_locator.Q1m2WkM' shared service.
  26538.      *
  26539.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  26540.      */
  26541.     protected function get_ServiceLocator_Q1m2WkMService()
  26542.     {
  26543.         return $this->privates['.service_locator.Q1m2WkM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  26544.             '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.'],
  26545.         ], [
  26546.             'dataBag' => 'Shopware\\Core\\Framework\\Validation\\DataBag\\RequestDataBag',
  26547.         ]);
  26548.     }
  26549.     /**
  26550.      * Gets the private '.service_locator.VSsozr1' shared service.
  26551.      *
  26552.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  26553.      */
  26554.     protected function get_ServiceLocator_VSsozr1Service()
  26555.     {
  26556.         return $this->privates['.service_locator.VSsozr1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  26557.             'She\\TinyMce\\Controller\\ValidateApiKeyController::check' => ['privates''.service_locator.Q1m2WkM''get_ServiceLocator_Q1m2WkMService'false],
  26558.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController::index' => ['privates''.service_locator.Q1m2WkM''get_ServiceLocator_Q1m2WkMService'false],
  26559.             'Swag\\Markets\\Controller\\Api\\ConfigController::getSwUserInformation' => ['privates''.service_locator.0i9t3ml''get_ServiceLocator_0i9t3mlService'false],
  26560.             'Swag\\Markets\\Controller\\Api\\ConfigController::getSwUserTokenAndSecret' => ['privates''.service_locator.0i9t3ml''get_ServiceLocator_0i9t3mlService'false],
  26561.             'Swag\\Markets\\Controller\\Api\\ConfigController::repairBusinessPlatformIntegrationUser' => ['privates''.service_locator.0i9t3ml''get_ServiceLocator_0i9t3mlService'false],
  26562.             'Swag\\Markets\\Controller\\SalesChannelApiController::getSalesChannelById' => ['privates''.service_locator.0i9t3ml''get_ServiceLocator_0i9t3mlService'false],
  26563.             'Swag\\Markets\\Controller\\SalesChannelApiController::getSalesChannelTypeById' => ['privates''.service_locator.0i9t3ml''get_ServiceLocator_0i9t3mlService'false],
  26564.             'Swag\\Markets\\Controller\\SalesChannelApiController::saveSalesChannelCountry' => ['privates''.service_locator.0i9t3ml''get_ServiceLocator_0i9t3mlService'false],
  26565.             'Swag\\Markets\\Controller\\SalesChannelApiController::saveSalesChannelCurrency' => ['privates''.service_locator.0i9t3ml''get_ServiceLocator_0i9t3mlService'false],
  26566.             'Swag\\Markets\\Controller\\SalesChannelApiController::saveSalesChannelLanguage' => ['privates''.service_locator.0i9t3ml''get_ServiceLocator_0i9t3mlService'false],
  26567.             'Swag\\Markets\\Controller\\SupportRequestController::send' => ['privates''.service_locator.O7Avvig''get_ServiceLocator_O7AvvigService'false],
  26568.             'Swag\\Markets\\Controller\\SwagMarketsController::deleteToDeleteProducts' => ['privates''.service_locator.0i9t3ml''get_ServiceLocator_0i9t3mlService'false],
  26569.             'Swag\\Markets\\Controller\\SwagMarketsController::getToDeleteProducts' => ['privates''.service_locator.0i9t3ml''get_ServiceLocator_0i9t3mlService'false],
  26570.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  26571.             'kernel::reboot' => ['privates''.service_locator.N1ijGuF''get_ServiceLocator_N1ijGuFService'false],
  26572.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  26573.             'She\\TinyMce\\Controller\\ValidateApiKeyController:check' => ['privates''.service_locator.Q1m2WkM''get_ServiceLocator_Q1m2WkMService'false],
  26574.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController:index' => ['privates''.service_locator.Q1m2WkM''get_ServiceLocator_Q1m2WkMService'false],
  26575.             'Swag\\Markets\\Controller\\Api\\ConfigController:getSwUserInformation' => ['privates''.service_locator.0i9t3ml''get_ServiceLocator_0i9t3mlService'false],
  26576.             'Swag\\Markets\\Controller\\Api\\ConfigController:getSwUserTokenAndSecret' => ['privates''.service_locator.0i9t3ml''get_ServiceLocator_0i9t3mlService'false],
  26577.             'Swag\\Markets\\Controller\\Api\\ConfigController:repairBusinessPlatformIntegrationUser' => ['privates''.service_locator.0i9t3ml''get_ServiceLocator_0i9t3mlService'false],
  26578.             'Swag\\Markets\\Controller\\SalesChannelApiController:getSalesChannelById' => ['privates''.service_locator.0i9t3ml''get_ServiceLocator_0i9t3mlService'false],
  26579.             'Swag\\Markets\\Controller\\SalesChannelApiController:getSalesChannelTypeById' => ['privates''.service_locator.0i9t3ml''get_ServiceLocator_0i9t3mlService'false],
  26580.             'Swag\\Markets\\Controller\\SalesChannelApiController:saveSalesChannelCountry' => ['privates''.service_locator.0i9t3ml''get_ServiceLocator_0i9t3mlService'false],
  26581.             'Swag\\Markets\\Controller\\SalesChannelApiController:saveSalesChannelCurrency' => ['privates''.service_locator.0i9t3ml''get_ServiceLocator_0i9t3mlService'false],
  26582.             'Swag\\Markets\\Controller\\SalesChannelApiController:saveSalesChannelLanguage' => ['privates''.service_locator.0i9t3ml''get_ServiceLocator_0i9t3mlService'false],
  26583.             'Swag\\Markets\\Controller\\SupportRequestController:send' => ['privates''.service_locator.O7Avvig''get_ServiceLocator_O7AvvigService'false],
  26584.             'Swag\\Markets\\Controller\\SwagMarketsController:deleteToDeleteProducts' => ['privates''.service_locator.0i9t3ml''get_ServiceLocator_0i9t3mlService'false],
  26585.             'Swag\\Markets\\Controller\\SwagMarketsController:getToDeleteProducts' => ['privates''.service_locator.0i9t3ml''get_ServiceLocator_0i9t3mlService'false],
  26586.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  26587.             'kernel:reboot' => ['privates''.service_locator.N1ijGuF''get_ServiceLocator_N1ijGuFService'false],
  26588.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  26589.         ], [
  26590.             'She\\TinyMce\\Controller\\ValidateApiKeyController::check' => '?',
  26591.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController::index' => '?',
  26592.             'Swag\\Markets\\Controller\\Api\\ConfigController::getSwUserInformation' => '?',
  26593.             'Swag\\Markets\\Controller\\Api\\ConfigController::getSwUserTokenAndSecret' => '?',
  26594.             'Swag\\Markets\\Controller\\Api\\ConfigController::repairBusinessPlatformIntegrationUser' => '?',
  26595.             'Swag\\Markets\\Controller\\SalesChannelApiController::getSalesChannelById' => '?',
  26596.             'Swag\\Markets\\Controller\\SalesChannelApiController::getSalesChannelTypeById' => '?',
  26597.             'Swag\\Markets\\Controller\\SalesChannelApiController::saveSalesChannelCountry' => '?',
  26598.             'Swag\\Markets\\Controller\\SalesChannelApiController::saveSalesChannelCurrency' => '?',
  26599.             'Swag\\Markets\\Controller\\SalesChannelApiController::saveSalesChannelLanguage' => '?',
  26600.             'Swag\\Markets\\Controller\\SupportRequestController::send' => '?',
  26601.             'Swag\\Markets\\Controller\\SwagMarketsController::deleteToDeleteProducts' => '?',
  26602.             'Swag\\Markets\\Controller\\SwagMarketsController::getToDeleteProducts' => '?',
  26603.             'kernel::loadRoutes' => '?',
  26604.             'kernel::reboot' => '?',
  26605.             'kernel::registerContainerConfiguration' => '?',
  26606.             'She\\TinyMce\\Controller\\ValidateApiKeyController:check' => '?',
  26607.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController:index' => '?',
  26608.             'Swag\\Markets\\Controller\\Api\\ConfigController:getSwUserInformation' => '?',
  26609.             'Swag\\Markets\\Controller\\Api\\ConfigController:getSwUserTokenAndSecret' => '?',
  26610.             'Swag\\Markets\\Controller\\Api\\ConfigController:repairBusinessPlatformIntegrationUser' => '?',
  26611.             'Swag\\Markets\\Controller\\SalesChannelApiController:getSalesChannelById' => '?',
  26612.             'Swag\\Markets\\Controller\\SalesChannelApiController:getSalesChannelTypeById' => '?',
  26613.             'Swag\\Markets\\Controller\\SalesChannelApiController:saveSalesChannelCountry' => '?',
  26614.             'Swag\\Markets\\Controller\\SalesChannelApiController:saveSalesChannelCurrency' => '?',
  26615.             'Swag\\Markets\\Controller\\SalesChannelApiController:saveSalesChannelLanguage' => '?',
  26616.             'Swag\\Markets\\Controller\\SupportRequestController:send' => '?',
  26617.             'Swag\\Markets\\Controller\\SwagMarketsController:deleteToDeleteProducts' => '?',
  26618.             'Swag\\Markets\\Controller\\SwagMarketsController:getToDeleteProducts' => '?',
  26619.             'kernel:loadRoutes' => '?',
  26620.             'kernel:reboot' => '?',
  26621.             'kernel:registerContainerConfiguration' => '?',
  26622.         ]);
  26623.     }
  26624.     /**
  26625.      * Gets the private '.service_locator.ltYzMMM' shared service.
  26626.      *
  26627.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  26628.      */
  26629.     protected function get_ServiceLocator_LtYzMMMService()
  26630.     {
  26631.         return $this->privates['.service_locator.ltYzMMM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  26632.             'default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  26633.             'messenger.transport.default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  26634.         ], [
  26635.             'default' => '?',
  26636.             'messenger.transport.default' => '?',
  26637.         ]);
  26638.     }
  26639.     /**
  26640.      * Gets the private '.session.deprecated' shared service.
  26641.      *
  26642.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  26643.      */
  26644.     protected function get_Session_DeprecatedService()
  26645.     {
  26646.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  26647.         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();
  26648.     }
  26649.     /**
  26650.      * Gets the private '.twig.command.debug.lazy' shared service.
  26651.      *
  26652.      * @return \Symfony\Component\Console\Command\LazyCommand
  26653.      */
  26654.     protected function get_Twig_Command_Debug_LazyService()
  26655.     {
  26656.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26657.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  26658.         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 {
  26659.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  26660.         });
  26661.     }
  26662.     /**
  26663.      * Gets the private '.twig.command.lint.lazy' shared service.
  26664.      *
  26665.      * @return \Symfony\Component\Console\Command\LazyCommand
  26666.      */
  26667.     protected function get_Twig_Command_Lint_LazyService()
  26668.     {
  26669.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26670.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  26671.         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 {
  26672.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  26673.         });
  26674.     }
  26675.     /**
  26676.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  26677.      *
  26678.      * @return \Symfony\Component\Console\Command\LazyCommand
  26679.      */
  26680.     protected function get_VarDumper_Command_ServerDump_LazyService()
  26681.     {
  26682.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26683.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  26684.         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 {
  26685.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  26686.         });
  26687.     }
  26688.     /**
  26689.      * Gets the private 'Acris\ProductCustomerGroup\Components\BlockProductService' shared service.
  26690.      *
  26691.      * @return \Acris\ProductCustomerGroup\Components\BlockProductService
  26692.      */
  26693.     protected function getBlockProductServiceService()
  26694.     {
  26695.         $a = ($this->services['acris_product_customer_group.repository'] ?? $this->getAcrisProductCustomerGroup_RepositoryService());
  26696.         if (isset($this->privates['Acris\\ProductCustomerGroup\\Components\\BlockProductService'])) {
  26697.             return $this->privates['Acris\\ProductCustomerGroup\\Components\\BlockProductService'];
  26698.         }
  26699.         $b = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  26700.         if (isset($this->privates['Acris\\ProductCustomerGroup\\Components\\BlockProductService'])) {
  26701.             return $this->privates['Acris\\ProductCustomerGroup\\Components\\BlockProductService'];
  26702.         }
  26703.         return $this->privates['Acris\\ProductCustomerGroup\\Components\\BlockProductService'] = new \Acris\ProductCustomerGroup\Components\BlockProductService($a$b);
  26704.     }
  26705.     /**
  26706.      * Gets the private 'Acris\ProductCustomerGroup\Core\Content\Product\Cart\AcrisProductCustomerGroupCartProcessor' shared service.
  26707.      *
  26708.      * @return \Acris\ProductCustomerGroup\Core\Content\Product\Cart\AcrisProductCustomerGroupCartProcessor
  26709.      */
  26710.     protected function getAcrisProductCustomerGroupCartProcessorService()
  26711.     {
  26712.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  26713.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  26714.         include_once \dirname(__DIR__4).'/custom/plugins/AcrisProductCustomerGroupCS/src/Core/Content/Product/Cart/AcrisProductCustomerGroupCartProcessor.php';
  26715.         $a = ($this->privates['Acris\\ProductCustomerGroup\\Components\\BlockProductService'] ?? $this->getBlockProductServiceService());
  26716.         if (isset($this->privates['Acris\\ProductCustomerGroup\\Core\\Content\\Product\\Cart\\AcrisProductCustomerGroupCartProcessor'])) {
  26717.             return $this->privates['Acris\\ProductCustomerGroup\\Core\\Content\\Product\\Cart\\AcrisProductCustomerGroupCartProcessor'];
  26718.         }
  26719.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  26720.         if (isset($this->privates['Acris\\ProductCustomerGroup\\Core\\Content\\Product\\Cart\\AcrisProductCustomerGroupCartProcessor'])) {
  26721.             return $this->privates['Acris\\ProductCustomerGroup\\Core\\Content\\Product\\Cart\\AcrisProductCustomerGroupCartProcessor'];
  26722.         }
  26723.         return $this->privates['Acris\\ProductCustomerGroup\\Core\\Content\\Product\\Cart\\AcrisProductCustomerGroupCartProcessor'] = new \Acris\ProductCustomerGroup\Core\Content\Product\Cart\AcrisProductCustomerGroupCartProcessor($a$b);
  26724.     }
  26725.     /**
  26726.      * Gets the private 'Acris\ProductCustomerGroup\Core\Content\Sitemap\Provider\ProductUrlProvider' shared service.
  26727.      *
  26728.      * @return \Acris\ProductCustomerGroup\Core\Content\Sitemap\Provider\ProductUrlProvider
  26729.      */
  26730.     protected function getProductUrlProviderService()
  26731.     {
  26732.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/UrlProviderInterface.php';
  26733.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/AbstractUrlProvider.php';
  26734.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/ProductUrlProvider.php';
  26735.         include_once \dirname(__DIR__4).'/custom/plugins/AcrisProductCustomerGroupCS/src/Core/Content/Sitemap/Provider/ProductUrlProvider.php';
  26736.         $a = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  26737.         if (isset($this->privates['Acris\\ProductCustomerGroup\\Core\\Content\\Sitemap\\Provider\\ProductUrlProvider'])) {
  26738.             return $this->privates['Acris\\ProductCustomerGroup\\Core\\Content\\Sitemap\\Provider\\ProductUrlProvider'];
  26739.         }
  26740.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  26741.         if (isset($this->privates['Acris\\ProductCustomerGroup\\Core\\Content\\Sitemap\\Provider\\ProductUrlProvider'])) {
  26742.             return $this->privates['Acris\\ProductCustomerGroup\\Core\\Content\\Sitemap\\Provider\\ProductUrlProvider'];
  26743.         }
  26744.         return $this->privates['Acris\\ProductCustomerGroup\\Core\\Content\\Sitemap\\Provider\\ProductUrlProvider'] = new \Acris\ProductCustomerGroup\Core\Content\Sitemap\Provider\ProductUrlProvider($a, new \Shopware\Core\Content\Sitemap\Provider\ProductUrlProvider(($this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\ConfigHandler'] ?? $this->getConfigHandlerService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), ($this->services['router'] ?? $this->getRouterService()), $b));
  26745.     }
  26746.     /**
  26747.      * Gets the private 'Acris\ProductCustomerGroup\Core\Framework\DataAbstractionLayer\Write\WriteCommandExtractor' shared service.
  26748.      *
  26749.      * @return \Acris\ProductCustomerGroup\Core\Framework\DataAbstractionLayer\Write\WriteCommandExtractor
  26750.      */
  26751.     protected function getWriteCommandExtractorService()
  26752.     {
  26753.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'] ?? $this->getEntityWriteGatewayInterfaceService());
  26754.         if (isset($this->privates['Acris\\ProductCustomerGroup\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'])) {
  26755.             return $this->privates['Acris\\ProductCustomerGroup\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'];
  26756.         }
  26757.         return $this->privates['Acris\\ProductCustomerGroup\\Core\\Framework\\DataAbstractionLayer\\Write\\WriteCommandExtractor'] = new \Acris\ProductCustomerGroup\Core\Framework\DataAbstractionLayer\Write\WriteCommandExtractor(new \Shopware\Core\Framework\DataAbstractionLayer\Write\WriteCommandExtractor($a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService())), new \Acris\ProductCustomerGroup\Components\TruncateBlockedCustomerGroupService($this));
  26758.     }
  26759.     /**
  26760.      * Gets the private 'Acris\ProductCustomerGroup\Storefront\Subscriber\ProductSubscriber' shared service.
  26761.      *
  26762.      * @return \Acris\ProductCustomerGroup\Storefront\Subscriber\ProductSubscriber
  26763.      */
  26764.     protected function getProductSubscriberService()
  26765.     {
  26766.         include_once \dirname(__DIR__4).'/custom/plugins/AcrisProductCustomerGroupCS/src/Storefront/Subscriber/ProductSubscriber.php';
  26767.         $a = ($this->privates['Acris\\ProductCustomerGroup\\Components\\BlockProductService'] ?? $this->getBlockProductServiceService());
  26768.         if (isset($this->privates['Acris\\ProductCustomerGroup\\Storefront\\Subscriber\\ProductSubscriber'])) {
  26769.             return $this->privates['Acris\\ProductCustomerGroup\\Storefront\\Subscriber\\ProductSubscriber'];
  26770.         }
  26771.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  26772.         if (isset($this->privates['Acris\\ProductCustomerGroup\\Storefront\\Subscriber\\ProductSubscriber'])) {
  26773.             return $this->privates['Acris\\ProductCustomerGroup\\Storefront\\Subscriber\\ProductSubscriber'];
  26774.         }
  26775.         return $this->privates['Acris\\ProductCustomerGroup\\Storefront\\Subscriber\\ProductSubscriber'] = new \Acris\ProductCustomerGroup\Storefront\Subscriber\ProductSubscriber($a$b);
  26776.     }
  26777.     /**
  26778.      * Gets the private 'Acris\ProductVideo\Components\Service\ProductVideoService' shared service.
  26779.      *
  26780.      * @return \Acris\ProductVideo\Components\Service\ProductVideoService
  26781.      */
  26782.     protected function getProductVideoServiceService()
  26783.     {
  26784.         include_once \dirname(__DIR__4).'/custom/plugins/AcrisProductVideoCS/src/Components/Service/ProductVideoService.php';
  26785.         $a = ($this->services['acris_product_video.repository'] ?? $this->getAcrisProductVideo_RepositoryService());
  26786.         if (isset($this->privates['Acris\\ProductVideo\\Components\\Service\\ProductVideoService'])) {
  26787.             return $this->privates['Acris\\ProductVideo\\Components\\Service\\ProductVideoService'];
  26788.         }
  26789.         $b = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  26790.         if (isset($this->privates['Acris\\ProductVideo\\Components\\Service\\ProductVideoService'])) {
  26791.             return $this->privates['Acris\\ProductVideo\\Components\\Service\\ProductVideoService'];
  26792.         }
  26793.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  26794.         if (isset($this->privates['Acris\\ProductVideo\\Components\\Service\\ProductVideoService'])) {
  26795.             return $this->privates['Acris\\ProductVideo\\Components\\Service\\ProductVideoService'];
  26796.         }
  26797.         return $this->privates['Acris\\ProductVideo\\Components\\Service\\ProductVideoService'] = new \Acris\ProductVideo\Components\Service\ProductVideoService($a$b$c);
  26798.     }
  26799.     /**
  26800.      * Gets the private 'Acris\ProductVideo\Core\Content\Media\Cms\Type\ImageGalleryTypeDataResolver' shared service.
  26801.      *
  26802.      * @return \Acris\ProductVideo\Core\Content\Media\Cms\Type\ImageGalleryTypeDataResolver
  26803.      */
  26804.     protected function getImageGalleryTypeDataResolverService()
  26805.     {
  26806.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  26807.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  26808.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/Type/ImageSliderTypeDataResolver.php';
  26809.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/Type/ImageGalleryTypeDataResolver.php';
  26810.         include_once \dirname(__DIR__4).'/custom/plugins/AcrisProductVideoCS/src/Core/Content/Media/Cms/Type/ImageGalleryTypeDataResolver.php';
  26811.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  26812.         if (isset($this->privates['Acris\\ProductVideo\\Core\\Content\\Media\\Cms\\Type\\ImageGalleryTypeDataResolver'])) {
  26813.             return $this->privates['Acris\\ProductVideo\\Core\\Content\\Media\\Cms\\Type\\ImageGalleryTypeDataResolver'];
  26814.         }
  26815.         return $this->privates['Acris\\ProductVideo\\Core\\Content\\Media\\Cms\\Type\\ImageGalleryTypeDataResolver'] = new \Acris\ProductVideo\Core\Content\Media\Cms\Type\ImageGalleryTypeDataResolver(new \Shopware\Core\Content\Media\Cms\Type\ImageGalleryTypeDataResolver(($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'] ?? $this->getDefaultMediaResolverService())), $a);
  26816.     }
  26817.     /**
  26818.      * Gets the private 'Acris\ProductVideo\ScheduledTask\MetaDataTaskHandler' shared service.
  26819.      *
  26820.      * @return \Acris\ProductVideo\ScheduledTask\MetaDataTaskHandler
  26821.      */
  26822.     protected function getMetaDataTaskHandlerService()
  26823.     {
  26824.         include_once \dirname(__DIR__4).'/custom/plugins/AcrisProductVideoCS/src/ScheduledTask/MetaDataTaskHandler.php';
  26825.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  26826.         if (isset($this->privates['Acris\\ProductVideo\\ScheduledTask\\MetaDataTaskHandler'])) {
  26827.             return $this->privates['Acris\\ProductVideo\\ScheduledTask\\MetaDataTaskHandler'];
  26828.         }
  26829.         $b = ($this->privates['Acris\\ProductVideo\\Components\\Service\\ProductVideoService'] ?? $this->getProductVideoServiceService());
  26830.         if (isset($this->privates['Acris\\ProductVideo\\ScheduledTask\\MetaDataTaskHandler'])) {
  26831.             return $this->privates['Acris\\ProductVideo\\ScheduledTask\\MetaDataTaskHandler'];
  26832.         }
  26833.         return $this->privates['Acris\\ProductVideo\\ScheduledTask\\MetaDataTaskHandler'] = new \Acris\ProductVideo\ScheduledTask\MetaDataTaskHandler($a$b);
  26834.     }
  26835.     /**
  26836.      * Gets the private 'Acris\ProductVideo\Storefront\Subscriber\ProductPageSubscriber' shared service.
  26837.      *
  26838.      * @return \Acris\ProductVideo\Storefront\Subscriber\ProductPageSubscriber
  26839.      */
  26840.     protected function getProductPageSubscriberService()
  26841.     {
  26842.         include_once \dirname(__DIR__4).'/custom/plugins/AcrisProductVideoCS/src/Storefront/Subscriber/ProductPageSubscriber.php';
  26843.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  26844.         if (isset($this->privates['Acris\\ProductVideo\\Storefront\\Subscriber\\ProductPageSubscriber'])) {
  26845.             return $this->privates['Acris\\ProductVideo\\Storefront\\Subscriber\\ProductPageSubscriber'];
  26846.         }
  26847.         $b = ($this->privates['Acris\\ProductVideo\\Components\\Service\\ProductVideoService'] ?? $this->getProductVideoServiceService());
  26848.         if (isset($this->privates['Acris\\ProductVideo\\Storefront\\Subscriber\\ProductPageSubscriber'])) {
  26849.             return $this->privates['Acris\\ProductVideo\\Storefront\\Subscriber\\ProductPageSubscriber'];
  26850.         }
  26851.         return $this->privates['Acris\\ProductVideo\\Storefront\\Subscriber\\ProductPageSubscriber'] = new \Acris\ProductVideo\Storefront\Subscriber\ProductPageSubscriber($a$b);
  26852.     }
  26853.     /**
  26854.      * Gets the private 'Cbax\ModulAnalytics\ScheduledTask\AnalyticsHandler' shared service.
  26855.      *
  26856.      * @return \Cbax\ModulAnalytics\ScheduledTask\AnalyticsHandler
  26857.      */
  26858.     protected function getAnalyticsHandlerService()
  26859.     {
  26860.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/ScheduledTask/AnalyticsHandler.php';
  26861.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  26862.         if (isset($this->privates['Cbax\\ModulAnalytics\\ScheduledTask\\AnalyticsHandler'])) {
  26863.             return $this->privates['Cbax\\ModulAnalytics\\ScheduledTask\\AnalyticsHandler'];
  26864.         }
  26865.         $b = ($this->services['Cbax\\ModulAnalytics\\Components\\ConfigReaderHelper'] ?? $this->getConfigReaderHelperService());
  26866.         if (isset($this->privates['Cbax\\ModulAnalytics\\ScheduledTask\\AnalyticsHandler'])) {
  26867.             return $this->privates['Cbax\\ModulAnalytics\\ScheduledTask\\AnalyticsHandler'];
  26868.         }
  26869.         return $this->privates['Cbax\\ModulAnalytics\\ScheduledTask\\AnalyticsHandler'] = new \Cbax\ModulAnalytics\ScheduledTask\AnalyticsHandler($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $b);
  26870.     }
  26871.     /**
  26872.      * Gets the private 'Cbax\ModulAnalytics\Subscriber\BackendSubscriber' shared service.
  26873.      *
  26874.      * @return \Cbax\ModulAnalytics\Subscriber\BackendSubscriber
  26875.      */
  26876.     protected function getBackendSubscriberService()
  26877.     {
  26878.         include_once \dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Subscriber/BackendSubscriber.php';
  26879.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  26880.         if (isset($this->privates['Cbax\\ModulAnalytics\\Subscriber\\BackendSubscriber'])) {
  26881.             return $this->privates['Cbax\\ModulAnalytics\\Subscriber\\BackendSubscriber'];
  26882.         }
  26883.         $b = ($this->services['cbax_analytics_search.repository'] ?? $this->getCbaxAnalyticsSearch_RepositoryService());
  26884.         if (isset($this->privates['Cbax\\ModulAnalytics\\Subscriber\\BackendSubscriber'])) {
  26885.             return $this->privates['Cbax\\ModulAnalytics\\Subscriber\\BackendSubscriber'];
  26886.         }
  26887.         $c = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  26888.         if (isset($this->privates['Cbax\\ModulAnalytics\\Subscriber\\BackendSubscriber'])) {
  26889.             return $this->privates['Cbax\\ModulAnalytics\\Subscriber\\BackendSubscriber'];
  26890.         }
  26891.         return $this->privates['Cbax\\ModulAnalytics\\Subscriber\\BackendSubscriber'] = new \Cbax\ModulAnalytics\Subscriber\BackendSubscriber($a$b$c, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  26892.     }
  26893.     /**
  26894.      * Gets the private 'DecomTheme\Core\Content\Media\Cms\Type\ImageSliderTextTypeDataResolver' shared service.
  26895.      *
  26896.      * @return \DecomTheme\Core\Content\Media\Cms\Type\ImageSliderTextTypeDataResolver
  26897.      */
  26898.     protected function getImageSliderTextTypeDataResolverService()
  26899.     {
  26900.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  26901.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  26902.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/Type/ImageSliderTypeDataResolver.php';
  26903.         include_once \dirname(__DIR__4).'/custom/plugins/DecomTheme/src/Core/Content/Media/Cms/Type/ImageSliderTextTypeDataResolver.php';
  26904.         return $this->privates['DecomTheme\\Core\\Content\\Media\\Cms\\Type\\ImageSliderTextTypeDataResolver'] = new \DecomTheme\Core\Content\Media\Cms\Type\ImageSliderTextTypeDataResolver(($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'] ?? $this->getDefaultMediaResolverService()));
  26905.     }
  26906.     /**
  26907.      * Gets the private 'DecomTheme\DataResolver\FaqItemCmsElementResolver' shared service.
  26908.      *
  26909.      * @return \DecomTheme\DataResolver\FaqItemCmsElementResolver
  26910.      */
  26911.     protected function getFaqItemCmsElementResolverService()
  26912.     {
  26913.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  26914.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  26915.         include_once \dirname(__DIR__4).'/custom/plugins/DecomTheme/src/DataResolver/FaqItemCmsElementResolver.php';
  26916.         return $this->privates['DecomTheme\\DataResolver\\FaqItemCmsElementResolver'] = new \DecomTheme\DataResolver\FaqItemCmsElementResolver(($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'] ?? $this->getDefaultMediaResolverService()));
  26917.     }
  26918.     /**
  26919.      * Gets the private 'Huebert\AccessoriesDirectly\Subscriber\CrossSellingSubscriber' shared service.
  26920.      *
  26921.      * @return \Huebert\AccessoriesDirectly\Subscriber\CrossSellingSubscriber
  26922.      */
  26923.     protected function getCrossSellingSubscriberService()
  26924.     {
  26925.         include_once \dirname(__DIR__4).'/custom/plugins/HuebertAccessoriesDirectly/src/Subscriber/CrossSellingSubscriber.php';
  26926.         $a = ($this->services['property_group_option.repository'] ?? $this->getPropertyGroupOption_RepositoryService());
  26927.         if (isset($this->privates['Huebert\\AccessoriesDirectly\\Subscriber\\CrossSellingSubscriber'])) {
  26928.             return $this->privates['Huebert\\AccessoriesDirectly\\Subscriber\\CrossSellingSubscriber'];
  26929.         }
  26930.         return $this->privates['Huebert\\AccessoriesDirectly\\Subscriber\\CrossSellingSubscriber'] = new \Huebert\AccessoriesDirectly\Subscriber\CrossSellingSubscriber($a, ($this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'] ?? $this->getProductPageConfiguratorLoaderService()));
  26931.     }
  26932.     /**
  26933.      * Gets the private 'Huebert\AccessoriesDirectly\Subscriber\ProductDetailSubscriber' shared service.
  26934.      *
  26935.      * @return \Huebert\AccessoriesDirectly\Subscriber\ProductDetailSubscriber
  26936.      */
  26937.     protected function getProductDetailSubscriberService()
  26938.     {
  26939.         include_once \dirname(__DIR__4).'/custom/plugins/HuebertAccessoriesDirectly/src/Subscriber/ProductDetailSubscriber.php';
  26940.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  26941.         if (isset($this->privates['Huebert\\AccessoriesDirectly\\Subscriber\\ProductDetailSubscriber'])) {
  26942.             return $this->privates['Huebert\\AccessoriesDirectly\\Subscriber\\ProductDetailSubscriber'];
  26943.         }
  26944.         return $this->privates['Huebert\\AccessoriesDirectly\\Subscriber\\ProductDetailSubscriber'] = new \Huebert\AccessoriesDirectly\Subscriber\ProductDetailSubscriber($a);
  26945.     }
  26946.     /**
  26947.      * Gets the private 'IronHoliday\Holiday\HolidayDataService' shared service.
  26948.      *
  26949.      * @return \IronHoliday\Holiday\HolidayDataService
  26950.      */
  26951.     protected function getHolidayDataServiceService()
  26952.     {
  26953.         include_once \dirname(__DIR__4).'/custom/plugins/IronHoliday/src/Holiday/HolidayDataService.php';
  26954.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  26955.         if (isset($this->privates['IronHoliday\\Holiday\\HolidayDataService'])) {
  26956.             return $this->privates['IronHoliday\\Holiday\\HolidayDataService'];
  26957.         }
  26958.         return $this->privates['IronHoliday\\Holiday\\HolidayDataService'] = new \IronHoliday\Holiday\HolidayDataService($a);
  26959.     }
  26960.     /**
  26961.      * Gets the private 'IronHoliday\Subscriber\PluginSettingsSubscriber' shared service.
  26962.      *
  26963.      * @return \IronHoliday\Subscriber\PluginSettingsSubscriber
  26964.      */
  26965.     protected function getPluginSettingsSubscriberService()
  26966.     {
  26967.         include_once \dirname(__DIR__4).'/custom/plugins/IronHoliday/src/Subscriber/PluginSettingsSubscriber.php';
  26968.         $a = ($this->privates['IronHoliday\\Holiday\\HolidayDataService'] ?? $this->getHolidayDataServiceService());
  26969.         if (isset($this->privates['IronHoliday\\Subscriber\\PluginSettingsSubscriber'])) {
  26970.             return $this->privates['IronHoliday\\Subscriber\\PluginSettingsSubscriber'];
  26971.         }
  26972.         return $this->privates['IronHoliday\\Subscriber\\PluginSettingsSubscriber'] = new \IronHoliday\Subscriber\PluginSettingsSubscriber($a);
  26973.     }
  26974.     /**
  26975.      * Gets the private 'IronHoliday\Subscriber\ThemeVariablesSubscriber' shared service.
  26976.      *
  26977.      * @return \IronHoliday\Subscriber\ThemeVariablesSubscriber
  26978.      */
  26979.     protected function getThemeVariablesSubscriberService()
  26980.     {
  26981.         include_once \dirname(__DIR__4).'/custom/plugins/IronHoliday/src/Subscriber/ThemeVariablesSubscriber.php';
  26982.         return $this->privates['IronHoliday\\Subscriber\\ThemeVariablesSubscriber'] = new \IronHoliday\Subscriber\ThemeVariablesSubscriber(($this->privates['IronHoliday\\Holiday\\HolidayDataService'] ?? $this->getHolidayDataServiceService()));
  26983.     }
  26984.     /**
  26985.      * Gets the private 'KlarnaPayment\Command\ActivatePaymentMethods' shared service.
  26986.      *
  26987.      * @return \KlarnaPayment\Command\ActivatePaymentMethods
  26988.      */
  26989.     protected function getActivatePaymentMethodsService()
  26990.     {
  26991.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26992.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Command/ActivatePaymentMethods.php';
  26993.         $this->privates['KlarnaPayment\\Command\\ActivatePaymentMethods'] = $instance = new \KlarnaPayment\Command\ActivatePaymentMethods(($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()));
  26994.         $instance->setName('klarna:methods:activate');
  26995.         return $instance;
  26996.     }
  26997.     /**
  26998.      * Gets the private 'KlarnaPayment\Components\Client\Client' shared service.
  26999.      *
  27000.      * @return \KlarnaPayment\Components\Client\Client
  27001.      */
  27002.     protected function getClient2Service()
  27003.     {
  27004.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/ClientInterface.php';
  27005.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Client.php';
  27006.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Helper/EndpointHelper/EndpointHelperInterface.php';
  27007.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Helper/EndpointHelper/EndpointHelper.php';
  27008.         $a = ($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'] ?? $this->getPluginServiceService());
  27009.         if (isset($this->privates['KlarnaPayment\\Components\\Client\\Client'])) {
  27010.             return $this->privates['KlarnaPayment\\Components\\Client\\Client'];
  27011.         }
  27012.         $b = ($this->services['klarna_payment_request_log.repository'] ?? $this->getKlarnaPaymentRequestLog_RepositoryService());
  27013.         if (isset($this->privates['KlarnaPayment\\Components\\Client\\Client'])) {
  27014.             return $this->privates['KlarnaPayment\\Components\\Client\\Client'];
  27015.         }
  27016.         return $this->privates['KlarnaPayment\\Components\\Client\\Client'] = new \KlarnaPayment\Components\Client\Client(($this->privates['KlarnaPayment\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReaderService()), $a$b, ($this->privates['KlarnaPayment\\Components\\Logger'] ?? $this->getLoggerService()), '6.4.20.2', new \KlarnaPayment\Components\Helper\EndpointHelper\EndpointHelper(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService())));
  27017.     }
  27018.     /**
  27019.      * Gets the private 'KlarnaPayment\Components\Client\Hydrator\Request\UpdateOrder\UpdateOrderRequestHydrator' shared service.
  27020.      *
  27021.      * @return \KlarnaPayment\Components\Client\Hydrator\Request\UpdateOrder\UpdateOrderRequestHydrator
  27022.      */
  27023.     protected function getUpdateOrderRequestHydratorService()
  27024.     {
  27025.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/UpdateOrder/UpdateOrderRequestHydratorInterface.php';
  27026.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/UpdateOrder/UpdateOrderRequestHydrator.php';
  27027.         $a = ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Struct\\LineItem\\LineItemStructHydrator'] ?? $this->getLineItemStructHydratorService());
  27028.         if (isset($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Request\\UpdateOrder\\UpdateOrderRequestHydrator'])) {
  27029.             return $this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Request\\UpdateOrder\\UpdateOrderRequestHydrator'];
  27030.         }
  27031.         $b = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  27032.         if (isset($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Request\\UpdateOrder\\UpdateOrderRequestHydrator'])) {
  27033.             return $this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Request\\UpdateOrder\\UpdateOrderRequestHydrator'];
  27034.         }
  27035.         return $this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Request\\UpdateOrder\\UpdateOrderRequestHydrator'] = new \KlarnaPayment\Components\Client\Hydrator\Request\UpdateOrder\UpdateOrderRequestHydrator(($this->privates['KlarnaPayment\\Components\\Converter\\CustomOrderConverter'] ?? $this->getCustomOrderConverterService()), ($this->privates['KlarnaPayment\\Components\\Helper\\OrderFetcher'] ?? $this->getOrderFetcherService()), $a, ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Struct\\Delivery\\DeliveryStructHydrator'] ?? $this->getDeliveryStructHydratorService()), $b);
  27036.     }
  27037.     /**
  27038.      * Gets the private 'KlarnaPayment\Components\Client\Hydrator\Response\GetOrder\GetOrderResponseHydrator' shared service.
  27039.      *
  27040.      * @return \KlarnaPayment\Components\Client\Hydrator\Response\GetOrder\GetOrderResponseHydrator
  27041.      */
  27042.     protected function getGetOrderResponseHydratorService()
  27043.     {
  27044.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Response/GetOrder/GetOrderResponseHydratorInterface.php';
  27045.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Response/GetOrder/GetOrderResponseHydrator.php';
  27046.         $a = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  27047.         if (isset($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Response\\GetOrder\\GetOrderResponseHydrator'])) {
  27048.             return $this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Response\\GetOrder\\GetOrderResponseHydrator'];
  27049.         }
  27050.         return $this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Response\\GetOrder\\GetOrderResponseHydrator'] = new \KlarnaPayment\Components\Client\Hydrator\Response\GetOrder\GetOrderResponseHydrator($a);
  27051.     }
  27052.     /**
  27053.      * Gets the private 'KlarnaPayment\Components\Client\Hydrator\Struct\Address\AddressStructHydrator' shared service.
  27054.      *
  27055.      * @return \KlarnaPayment\Components\Client\Hydrator\Struct\Address\AddressStructHydrator
  27056.      */
  27057.     protected function getAddressStructHydratorService()
  27058.     {
  27059.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Struct/Address/AddressStructHydratorInterface.php';
  27060.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Struct/Address/AddressStructHydrator.php';
  27061.         $a = ($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService());
  27062.         if (isset($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Struct\\Address\\AddressStructHydrator'])) {
  27063.             return $this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Struct\\Address\\AddressStructHydrator'];
  27064.         }
  27065.         $b = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  27066.         if (isset($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Struct\\Address\\AddressStructHydrator'])) {
  27067.             return $this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Struct\\Address\\AddressStructHydrator'];
  27068.         }
  27069.         return $this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Struct\\Address\\AddressStructHydrator'] = new \KlarnaPayment\Components\Client\Hydrator\Struct\Address\AddressStructHydrator($a$b);
  27070.     }
  27071.     /**
  27072.      * Gets the private 'KlarnaPayment\Components\Client\Hydrator\Struct\Delivery\DeliveryStructHydrator' shared service.
  27073.      *
  27074.      * @return \KlarnaPayment\Components\Client\Hydrator\Struct\Delivery\DeliveryStructHydrator
  27075.      */
  27076.     protected function getDeliveryStructHydratorService()
  27077.     {
  27078.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Struct/Delivery/DeliveryStructHydratorInterface.php';
  27079.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Struct/Delivery/DeliveryStructHydrator.php';
  27080.         $a = ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService());
  27081.         if (isset($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Struct\\Delivery\\DeliveryStructHydrator'])) {
  27082.             return $this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Struct\\Delivery\\DeliveryStructHydrator'];
  27083.         }
  27084.         return $this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Struct\\Delivery\\DeliveryStructHydrator'] = new \KlarnaPayment\Components\Client\Hydrator\Struct\Delivery\DeliveryStructHydrator($a);
  27085.     }
  27086.     /**
  27087.      * Gets the private 'KlarnaPayment\Components\Client\Hydrator\Struct\LineItem\LineItemStructHydrator' shared service.
  27088.      *
  27089.      * @return \KlarnaPayment\Components\Client\Hydrator\Struct\LineItem\LineItemStructHydrator
  27090.      */
  27091.     protected function getLineItemStructHydratorService()
  27092.     {
  27093.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Struct/LineItem/LineItemStructHydratorInterface.php';
  27094.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Struct/LineItem/LineItemStructHydrator.php';
  27095.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Struct/ProductIdentifier/ProductIdentifierStructHydratorInterface.php';
  27096.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Struct/ProductIdentifier/ProductIdentifierStructHydrator.php';
  27097.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27098.         if (isset($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Struct\\LineItem\\LineItemStructHydrator'])) {
  27099.             return $this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Struct\\LineItem\\LineItemStructHydrator'];
  27100.         }
  27101.         $b = ($this->privates['KlarnaPayment\\Components\\Helper\\LineItemHelper\\LineItemStructHelper'] ?? $this->getLineItemStructHelperService());
  27102.         if (isset($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Struct\\LineItem\\LineItemStructHydrator'])) {
  27103.             return $this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Struct\\LineItem\\LineItemStructHydrator'];
  27104.         }
  27105.         return $this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Struct\\LineItem\\LineItemStructHydrator'] = new \KlarnaPayment\Components\Client\Hydrator\Struct\LineItem\LineItemStructHydrator(($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Struct\\ProductIdentifier\\ProductIdentifierStructHydrator'] ?? ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Struct\\ProductIdentifier\\ProductIdentifierStructHydrator'] = new \KlarnaPayment\Components\Client\Hydrator\Struct\ProductIdentifier\ProductIdentifierStructHydrator())), $a$b);
  27106.     }
  27107.     /**
  27108.      * Gets the private 'KlarnaPayment\Components\Client\Hydrator\Struct\SalesTaxLineItem\SalesTaxLineItemStructHydrator' shared service.
  27109.      *
  27110.      * @return \KlarnaPayment\Components\Client\Hydrator\Struct\SalesTaxLineItem\SalesTaxLineItemStructHydrator
  27111.      */
  27112.     protected function getSalesTaxLineItemStructHydratorService()
  27113.     {
  27114.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Struct/SalesTaxLineItem/SalesTaxLineItemStructHydratorInterface.php';
  27115.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Struct/SalesTaxLineItem/SalesTaxLineItemStructHydrator.php';
  27116.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Struct/ProductIdentifier/ProductIdentifierStructHydratorInterface.php';
  27117.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Struct/ProductIdentifier/ProductIdentifierStructHydrator.php';
  27118.         return $this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Struct\\SalesTaxLineItem\\SalesTaxLineItemStructHydrator'] = new \KlarnaPayment\Components\Client\Hydrator\Struct\SalesTaxLineItem\SalesTaxLineItemStructHydrator(($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Struct\\ProductIdentifier\\ProductIdentifierStructHydrator'] ?? ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Struct\\ProductIdentifier\\ProductIdentifierStructHydrator'] = new \KlarnaPayment\Components\Client\Hydrator\Struct\ProductIdentifier\ProductIdentifierStructHydrator())), ($this->privates['KlarnaPayment\\Components\\Helper\\LineItemHelper\\LineItemStructHelper'] ?? $this->getLineItemStructHelperService()));
  27119.     }
  27120.     /**
  27121.      * Gets the private 'KlarnaPayment\Components\ConfigReader\ConfigReader' shared service.
  27122.      *
  27123.      * @return \KlarnaPayment\Components\ConfigReader\ConfigReader
  27124.      */
  27125.     protected function getConfigReaderService()
  27126.     {
  27127.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/ConfigReader/ConfigReaderInterface.php';
  27128.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/ConfigReader/ConfigReader.php';
  27129.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  27130.         if (isset($this->privates['KlarnaPayment\\Components\\ConfigReader\\ConfigReader'])) {
  27131.             return $this->privates['KlarnaPayment\\Components\\ConfigReader\\ConfigReader'];
  27132.         }
  27133.         return $this->privates['KlarnaPayment\\Components\\ConfigReader\\ConfigReader'] = new \KlarnaPayment\Components\ConfigReader\ConfigReader($a);
  27134.     }
  27135.     /**
  27136.      * Gets the private 'KlarnaPayment\Components\Converter\CustomOrderConverter' shared service.
  27137.      *
  27138.      * @return \KlarnaPayment\Components\Converter\CustomOrderConverter
  27139.      */
  27140.     protected function getCustomOrderConverterService()
  27141.     {
  27142.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Converter/CustomOrderConverter.php';
  27143.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] ?? $this->getOrderConverterService());
  27144.         if (isset($this->privates['KlarnaPayment\\Components\\Converter\\CustomOrderConverter'])) {
  27145.             return $this->privates['KlarnaPayment\\Components\\Converter\\CustomOrderConverter'];
  27146.         }
  27147.         return $this->privates['KlarnaPayment\\Components\\Converter\\CustomOrderConverter'] = new \KlarnaPayment\Components\Converter\CustomOrderConverter($a);
  27148.     }
  27149.     /**
  27150.      * Gets the private 'KlarnaPayment\Components\EventListener\CheckoutEventListener' shared service.
  27151.      *
  27152.      * @return \KlarnaPayment\Components\EventListener\CheckoutEventListener
  27153.      */
  27154.     protected function getCheckoutEventListenerService()
  27155.     {
  27156.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/EventListener/CheckoutEventListener.php';
  27157.         return $this->privates['KlarnaPayment\\Components\\EventListener\\CheckoutEventListener'] = new \KlarnaPayment\Components\EventListener\CheckoutEventListener(($this->privates['KlarnaPayment\\Components\\Helper\\PaymentHelper\\PaymentHelper'] ?? $this->getPaymentHelperService()));
  27158.     }
  27159.     /**
  27160.      * Gets the private 'KlarnaPayment\Components\EventListener\ConfigWrittenSubscriber' shared service.
  27161.      *
  27162.      * @return \KlarnaPayment\Components\EventListener\ConfigWrittenSubscriber
  27163.      */
  27164.     protected function getConfigWrittenSubscriberService()
  27165.     {
  27166.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/EventListener/ConfigWrittenSubscriber.php';
  27167.         $a = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  27168.         if (isset($this->privates['KlarnaPayment\\Components\\EventListener\\ConfigWrittenSubscriber'])) {
  27169.             return $this->privates['KlarnaPayment\\Components\\EventListener\\ConfigWrittenSubscriber'];
  27170.         }
  27171.         $b = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  27172.         if (isset($this->privates['KlarnaPayment\\Components\\EventListener\\ConfigWrittenSubscriber'])) {
  27173.             return $this->privates['KlarnaPayment\\Components\\EventListener\\ConfigWrittenSubscriber'];
  27174.         }
  27175.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  27176.         if (isset($this->privates['KlarnaPayment\\Components\\EventListener\\ConfigWrittenSubscriber'])) {
  27177.             return $this->privates['KlarnaPayment\\Components\\EventListener\\ConfigWrittenSubscriber'];
  27178.         }
  27179.         return $this->privates['KlarnaPayment\\Components\\EventListener\\ConfigWrittenSubscriber'] = new \KlarnaPayment\Components\EventListener\ConfigWrittenSubscriber($a$b$c);
  27180.     }
  27181.     /**
  27182.      * Gets the private 'KlarnaPayment\Components\EventListener\ExpressButtonEventListener' shared service.
  27183.      *
  27184.      * @return \KlarnaPayment\Components\EventListener\ExpressButtonEventListener
  27185.      */
  27186.     protected function getExpressButtonEventListenerService()
  27187.     {
  27188.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/EventListener/ExpressButtonEventListener.php';
  27189.         $a = ($this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute'] ?? $this->getContextSwitchRouteService());
  27190.         if (isset($this->privates['KlarnaPayment\\Components\\EventListener\\ExpressButtonEventListener'])) {
  27191.             return $this->privates['KlarnaPayment\\Components\\EventListener\\ExpressButtonEventListener'];
  27192.         }
  27193.         $b = ($this->services['sales_channel.payment_method.repository'] ?? $this->getSalesChannel_PaymentMethod_RepositoryService());
  27194.         if (isset($this->privates['KlarnaPayment\\Components\\EventListener\\ExpressButtonEventListener'])) {
  27195.             return $this->privates['KlarnaPayment\\Components\\EventListener\\ExpressButtonEventListener'];
  27196.         }
  27197.         return $this->privates['KlarnaPayment\\Components\\EventListener\\ExpressButtonEventListener'] = new \KlarnaPayment\Components\EventListener\ExpressButtonEventListener(($this->privates['KlarnaPayment\\Components\\Helper\\PaymentHelper\\PaymentHelper'] ?? $this->getPaymentHelperService()), ($this->privates['KlarnaPayment\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReaderService()), $a$b);
  27198.     }
  27199.     /**
  27200.      * Gets the private 'KlarnaPayment\Components\EventListener\FooterBadgeEventListener' shared service.
  27201.      *
  27202.      * @return \KlarnaPayment\Components\EventListener\FooterBadgeEventListener
  27203.      */
  27204.     protected function getFooterBadgeEventListenerService()
  27205.     {
  27206.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/EventListener/FooterBadgeEventListener.php';
  27207.         return $this->privates['KlarnaPayment\\Components\\EventListener\\FooterBadgeEventListener'] = new \KlarnaPayment\Components\EventListener\FooterBadgeEventListener(($this->privates['KlarnaPayment\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReaderService()), ($this->privates['KlarnaPayment\\Components\\Helper\\PaymentHelper\\PaymentHelper'] ?? $this->getPaymentHelperService()));
  27208.     }
  27209.     /**
  27210.      * Gets the private 'KlarnaPayment\Components\EventListener\OrderChangeEventListener' shared service.
  27211.      *
  27212.      * @return \KlarnaPayment\Components\EventListener\OrderChangeEventListener
  27213.      */
  27214.     protected function getOrderChangeEventListenerService()
  27215.     {
  27216.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/EventListener/OrderChangeEventListener.php';
  27217.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/UpdateAddress/UpdateAddressRequestHydratorInterface.php';
  27218.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/UpdateAddress/UpdateAddressRequestHydrator.php';
  27219.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Helper/RequestHasherInterface.php';
  27220.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Helper/UpdateOrderRequestHasher.php';
  27221.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Helper/UpdateAddressRequestHasher.php';
  27222.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Helper/OrderValidator/OrderValidatorInterface.php';
  27223.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Helper/OrderValidator/OrderValidator.php';
  27224.         $a = ($this->privates['KlarnaPayment\\Components\\Client\\Client'] ?? $this->getClient2Service());
  27225.         if (isset($this->privates['KlarnaPayment\\Components\\EventListener\\OrderChangeEventListener'])) {
  27226.             return $this->privates['KlarnaPayment\\Components\\EventListener\\OrderChangeEventListener'];
  27227.         }
  27228.         $b = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  27229.         if (isset($this->privates['KlarnaPayment\\Components\\EventListener\\OrderChangeEventListener'])) {
  27230.             return $this->privates['KlarnaPayment\\Components\\EventListener\\OrderChangeEventListener'];
  27231.         }
  27232.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  27233.         if (isset($this->privates['KlarnaPayment\\Components\\EventListener\\OrderChangeEventListener'])) {
  27234.             return $this->privates['KlarnaPayment\\Components\\EventListener\\OrderChangeEventListener'];
  27235.         }
  27236.         return $this->privates['KlarnaPayment\\Components\\EventListener\\OrderChangeEventListener'] = new \KlarnaPayment\Components\EventListener\OrderChangeEventListener(($this->privates['KlarnaPayment\\Components\\Helper\\OrderFetcher'] ?? $this->getOrderFetcherService()), ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Request\\UpdateAddress\\UpdateAddressRequestHydrator'] ?? ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Request\\UpdateAddress\\UpdateAddressRequestHydrator'] = new \KlarnaPayment\Components\Client\Hydrator\Request\UpdateAddress\UpdateAddressRequestHydrator())), ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Request\\UpdateOrder\\UpdateOrderRequestHydrator'] ?? $this->getUpdateOrderRequestHydratorService()), $a$b$c, ($this->privates['KlarnaPayment\\Components\\Helper\\UpdateOrderRequestHasher'] ?? ($this->privates['KlarnaPayment\\Components\\Helper\\UpdateOrderRequestHasher'] = new \KlarnaPayment\Components\Helper\UpdateOrderRequestHasher($this->getEnv('APP_SECRET')))), ($this->privates['KlarnaPayment\\Components\\Helper\\UpdateAddressRequestHasher'] ?? ($this->privates['KlarnaPayment\\Components\\Helper\\UpdateAddressRequestHasher'] = new \KlarnaPayment\Components\Helper\UpdateAddressRequestHasher($this->getEnv('APP_SECRET')))), ($this->privates['KlarnaPayment\\Components\\Helper\\OrderValidator\\OrderValidator'] ?? ($this->privates['KlarnaPayment\\Components\\Helper\\OrderValidator\\OrderValidator'] = new \KlarnaPayment\Components\Helper\OrderValidator\OrderValidator())));
  27237.     }
  27238.     /**
  27239.      * Gets the private 'KlarnaPayment\Components\EventListener\OrderDeliveriesWrittenEventListener' shared service.
  27240.      *
  27241.      * @return \KlarnaPayment\Components\EventListener\OrderDeliveriesWrittenEventListener
  27242.      */
  27243.     protected function getOrderDeliveriesWrittenEventListenerService()
  27244.     {
  27245.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/EventListener/OrderDeliveriesWrittenEventListener.php';
  27246.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Helper/OrderDeliveryHelper/OrderDeliveryHelperInterface.php';
  27247.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Helper/OrderDeliveryHelper/OrderDeliveryHelper.php';
  27248.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/AddShippingInfo/AddShippingInfoRequestHydratorInterface.php';
  27249.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/AddShippingInfo/AddShippingInfoRequestHydrator.php';
  27250.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/GetOrder/GetOrderRequestHydratorInterface.php';
  27251.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/GetOrder/GetOrderRequestHydrator.php';
  27252.         $a = ($this->services['order_delivery.repository'] ?? $this->getOrderDelivery_RepositoryService());
  27253.         if (isset($this->privates['KlarnaPayment\\Components\\EventListener\\OrderDeliveriesWrittenEventListener'])) {
  27254.             return $this->privates['KlarnaPayment\\Components\\EventListener\\OrderDeliveriesWrittenEventListener'];
  27255.         }
  27256.         $b = ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Response\\GetOrder\\GetOrderResponseHydrator'] ?? $this->getGetOrderResponseHydratorService());
  27257.         if (isset($this->privates['KlarnaPayment\\Components\\EventListener\\OrderDeliveriesWrittenEventListener'])) {
  27258.             return $this->privates['KlarnaPayment\\Components\\EventListener\\OrderDeliveriesWrittenEventListener'];
  27259.         }
  27260.         $c = ($this->privates['KlarnaPayment\\Components\\Client\\Client'] ?? $this->getClient2Service());
  27261.         if (isset($this->privates['KlarnaPayment\\Components\\EventListener\\OrderDeliveriesWrittenEventListener'])) {
  27262.             return $this->privates['KlarnaPayment\\Components\\EventListener\\OrderDeliveriesWrittenEventListener'];
  27263.         }
  27264.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27265.         if (isset($this->privates['KlarnaPayment\\Components\\EventListener\\OrderDeliveriesWrittenEventListener'])) {
  27266.             return $this->privates['KlarnaPayment\\Components\\EventListener\\OrderDeliveriesWrittenEventListener'];
  27267.         }
  27268.         return $this->privates['KlarnaPayment\\Components\\EventListener\\OrderDeliveriesWrittenEventListener'] = new \KlarnaPayment\Components\EventListener\OrderDeliveriesWrittenEventListener(new \KlarnaPayment\Components\Helper\OrderDeliveryHelper\OrderDeliveryHelper($a), ($this->privates['KlarnaPayment\\Components\\Logger'] ?? $this->getLoggerService()), ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Request\\GetOrder\\GetOrderRequestHydrator'] ?? ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Request\\GetOrder\\GetOrderRequestHydrator'] = new \KlarnaPayment\Components\Client\Hydrator\Request\GetOrder\GetOrderRequestHydrator())), $b$c, new \KlarnaPayment\Components\Client\Hydrator\Request\AddShippingInfo\AddShippingInfoRequestHydrator($d));
  27269.     }
  27270.     /**
  27271.      * Gets the private 'KlarnaPayment\Components\EventListener\OrderStatusTransitionEventListener' shared service.
  27272.      *
  27273.      * @return \KlarnaPayment\Components\EventListener\OrderStatusTransitionEventListener
  27274.      */
  27275.     protected function getOrderStatusTransitionEventListenerService()
  27276.     {
  27277.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/EventListener/OrderStatusTransitionEventListener.php';
  27278.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Helper/StateHelper/Refund/RefundStateHelperInterface.php';
  27279.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Helper/StateHelper/Refund/RefundStateHelper.php';
  27280.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Helper/StateHelper/Cancel/CancelStateHelperInterface.php';
  27281.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Helper/StateHelper/Cancel/CancelStateHelper.php';
  27282.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/CreateRefund/CreateRefundRequestHydratorInterface.php';
  27283.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/CreateRefund/CreateRefundRequestHydrator.php';
  27284.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/CancelPayment/CancelPaymentRequestHydratorInterface.php';
  27285.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/CancelPayment/CancelPaymentRequestHydrator.php';
  27286.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  27287.         if (isset($this->privates['KlarnaPayment\\Components\\EventListener\\OrderStatusTransitionEventListener'])) {
  27288.             return $this->privates['KlarnaPayment\\Components\\EventListener\\OrderStatusTransitionEventListener'];
  27289.         }
  27290.         $b = ($this->privates['KlarnaPayment\\Components\\Client\\Client'] ?? $this->getClient2Service());
  27291.         if (isset($this->privates['KlarnaPayment\\Components\\EventListener\\OrderStatusTransitionEventListener'])) {
  27292.             return $this->privates['KlarnaPayment\\Components\\EventListener\\OrderStatusTransitionEventListener'];
  27293.         }
  27294.         $c = ($this->privates['KlarnaPayment\\Components\\Helper\\StateHelper\\StateData\\StateDataHelper'] ?? $this->getStateDataHelperService());
  27295.         $d = ($this->privates['KlarnaPayment\\Components\\Logger'] ?? $this->getLoggerService());
  27296.         return $this->privates['KlarnaPayment\\Components\\EventListener\\OrderStatusTransitionEventListener'] = new \KlarnaPayment\Components\EventListener\OrderStatusTransitionEventListener(($this->privates['KlarnaPayment\\Components\\Validator\\OrderTransitionChangeValidator'] ?? $this->getOrderTransitionChangeValidatorService()), ($this->privates['KlarnaPayment\\Components\\Helper\\StateHelper\\Capture\\CaptureStateHelper'] ?? $this->getCaptureStateHelperService()), new \KlarnaPayment\Components\Helper\StateHelper\Refund\RefundStateHelper(($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Request\\CreateRefund\\CreateRefundRequestHydrator'] ?? ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Request\\CreateRefund\\CreateRefundRequestHydrator'] = new \KlarnaPayment\Components\Client\Hydrator\Request\CreateRefund\CreateRefundRequestHydrator())), $a$c$d$b), new \KlarnaPayment\Components\Helper\StateHelper\Cancel\CancelStateHelper(($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Request\\CancelPayment\\CancelPaymentRequestHydrator'] ?? ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Request\\CancelPayment\\CancelPaymentRequestHydrator'] = new \KlarnaPayment\Components\Client\Hydrator\Request\CancelPayment\CancelPaymentRequestHydrator())), $a$c$d$b), ($this->privates['KlarnaPayment\\Components\\Helper\\OrderFetcher'] ?? $this->getOrderFetcherService()), $c);
  27297.     }
  27298.     /**
  27299.      * Gets the private 'KlarnaPayment\Components\EventListener\OrderValidationEventListener' shared service.
  27300.      *
  27301.      * @return \KlarnaPayment\Components\EventListener\OrderValidationEventListener
  27302.      */
  27303.     protected function getOrderValidationEventListenerService()
  27304.     {
  27305.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/EventListener/OrderValidationEventListener.php';
  27306.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/CartHasher/CartHasherInterface.php';
  27307.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/CartHasher/CartHasher.php';
  27308.         $a = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  27309.         if (isset($this->privates['KlarnaPayment\\Components\\EventListener\\OrderValidationEventListener'])) {
  27310.             return $this->privates['KlarnaPayment\\Components\\EventListener\\OrderValidationEventListener'];
  27311.         }
  27312.         return $this->privates['KlarnaPayment\\Components\\EventListener\\OrderValidationEventListener'] = new \KlarnaPayment\Components\EventListener\OrderValidationEventListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['KlarnaPayment\\Components\\Helper\\PaymentHelper\\PaymentHelper'] ?? $this->getPaymentHelperService()), $a, ($this->privates['KlarnaPayment\\Components\\CartHasher\\CartHasher'] ?? ($this->privates['KlarnaPayment\\Components\\CartHasher\\CartHasher'] = new \KlarnaPayment\Components\CartHasher\CartHasher($this->getEnv('APP_SECRET')))));
  27313.     }
  27314.     /**
  27315.      * Gets the private 'KlarnaPayment\Components\EventListener\PaymentMethodEventListener' shared service.
  27316.      *
  27317.      * @return \KlarnaPayment\Components\EventListener\PaymentMethodEventListener
  27318.      */
  27319.     protected function getPaymentMethodEventListenerService()
  27320.     {
  27321.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/EventListener/PaymentMethodEventListener.php';
  27322.         return $this->privates['KlarnaPayment\\Components\\EventListener\\PaymentMethodEventListener'] = new \KlarnaPayment\Components\EventListener\PaymentMethodEventListener(($this->privates['KlarnaPayment\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReaderService()));
  27323.     }
  27324.     /**
  27325.      * Gets the private 'KlarnaPayment\Components\EventListener\SessionEventListener' shared service.
  27326.      *
  27327.      * @return \KlarnaPayment\Components\EventListener\SessionEventListener
  27328.      */
  27329.     protected function getSessionEventListenerService()
  27330.     {
  27331.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/EventListener/SessionEventListener.php';
  27332.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/CreateSession/CreateSessionRequestHydratorInterface.php';
  27333.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/CreateSession/CreateSessionRequestHydrator.php';
  27334.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/UpdateSession/UpdateSessionRequestHydratorInterface.php';
  27335.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/UpdateSession/UpdateSessionRequestHydrator.php';
  27336.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Factory/MerchantDataFactoryInterface.php';
  27337.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Factory/MerchantDataFactory.php';
  27338.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Struct/Customer/CustomerStructHydratorInterface.php';
  27339.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Struct/Customer/CustomerStructHydrator.php';
  27340.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/CartHasher/CartHasherInterface.php';
  27341.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/CartHasher/CartHasher.php';
  27342.         $a = ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Struct\\LineItem\\LineItemStructHydrator'] ?? $this->getLineItemStructHydratorService());
  27343.         if (isset($this->privates['KlarnaPayment\\Components\\EventListener\\SessionEventListener'])) {
  27344.             return $this->privates['KlarnaPayment\\Components\\EventListener\\SessionEventListener'];
  27345.         }
  27346.         $b = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  27347.         if (isset($this->privates['KlarnaPayment\\Components\\EventListener\\SessionEventListener'])) {
  27348.             return $this->privates['KlarnaPayment\\Components\\EventListener\\SessionEventListener'];
  27349.         }
  27350.         $c = ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Struct\\Address\\AddressStructHydrator'] ?? $this->getAddressStructHydratorService());
  27351.         if (isset($this->privates['KlarnaPayment\\Components\\EventListener\\SessionEventListener'])) {
  27352.             return $this->privates['KlarnaPayment\\Components\\EventListener\\SessionEventListener'];
  27353.         }
  27354.         $d = ($this->privates['KlarnaPayment\\Components\\Client\\Client'] ?? $this->getClient2Service());
  27355.         if (isset($this->privates['KlarnaPayment\\Components\\EventListener\\SessionEventListener'])) {
  27356.             return $this->privates['KlarnaPayment\\Components\\EventListener\\SessionEventListener'];
  27357.         }
  27358.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27359.         if (isset($this->privates['KlarnaPayment\\Components\\EventListener\\SessionEventListener'])) {
  27360.             return $this->privates['KlarnaPayment\\Components\\EventListener\\SessionEventListener'];
  27361.         }
  27362.         $f = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  27363.         if (isset($this->privates['KlarnaPayment\\Components\\EventListener\\SessionEventListener'])) {
  27364.             return $this->privates['KlarnaPayment\\Components\\EventListener\\SessionEventListener'];
  27365.         }
  27366.         $g = ($this->privates['KlarnaPayment\\Components\\Helper\\PaymentHelper\\PaymentHelper'] ?? $this->getPaymentHelperService());
  27367.         $h = ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Struct\\Delivery\\DeliveryStructHydrator'] ?? $this->getDeliveryStructHydratorService());
  27368.         $i = ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Struct\\SalesTaxLineItem\\SalesTaxLineItemStructHydrator'] ?? $this->getSalesTaxLineItemStructHydratorService());
  27369.         $j = ($this->privates['KlarnaPayment\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReaderService());
  27370.         return $this->privates['KlarnaPayment\\Components\\EventListener\\SessionEventListener'] = new \KlarnaPayment\Components\EventListener\SessionEventListener($g, new \KlarnaPayment\Components\Client\Hydrator\Request\CreateSession\CreateSessionRequestHydrator($a$h$i$g$b), new \KlarnaPayment\Components\Client\Hydrator\Request\UpdateSession\UpdateSessionRequestHydrator($a$h$g$b$i), $c, ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Struct\\Customer\\CustomerStructHydrator'] ?? ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Struct\\Customer\\CustomerStructHydrator'] = new \KlarnaPayment\Components\Client\Hydrator\Struct\Customer\CustomerStructHydrator())), $d, ($this->privates['KlarnaPayment\\Components\\CartHasher\\CartHasher'] ?? ($this->privates['KlarnaPayment\\Components\\CartHasher\\CartHasher'] = new \KlarnaPayment\Components\CartHasher\CartHasher($this->getEnv('APP_SECRET')))), new \KlarnaPayment\Components\Factory\MerchantDataFactory($j$e), ($this->privates['KlarnaPayment\\Components\\Converter\\CustomOrderConverter'] ?? $this->getCustomOrderConverterService()), ($this->privates['KlarnaPayment\\Components\\Helper\\OrderFetcher'] ?? $this->getOrderFetcherService()), $f$j, ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  27371.     }
  27372.     /**
  27373.      * Gets the private 'KlarnaPayment\Components\EventListener\TemplateDataEventListener' shared service.
  27374.      *
  27375.      * @return \KlarnaPayment\Components\EventListener\TemplateDataEventListener
  27376.      */
  27377.     protected function getTemplateDataEventListenerService()
  27378.     {
  27379.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/EventListener/TemplateDataEventListener.php';
  27380.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/OnsiteMessagingReplacer/PlaceholderReplacerInterface.php';
  27381.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/OnsiteMessagingReplacer/ProductPriceReplacer.php';
  27382.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Validator/OnsiteMessagingValidator.php';
  27383.         return $this->privates['KlarnaPayment\\Components\\EventListener\\TemplateDataEventListener'] = new \KlarnaPayment\Components\EventListener\TemplateDataEventListener(($this->privates['KlarnaPayment\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReaderService()), new \KlarnaPayment\Components\OnsiteMessagingReplacer\ProductPriceReplacer(), new \KlarnaPayment\Components\Validator\OnsiteMessagingValidator());
  27384.     }
  27385.     /**
  27386.      * Gets the private 'KlarnaPayment\Components\Helper\LineItemHelper\LineItemStructHelper' shared service.
  27387.      *
  27388.      * @return \KlarnaPayment\Components\Helper\LineItemHelper\LineItemStructHelper
  27389.      */
  27390.     protected function getLineItemStructHelperService()
  27391.     {
  27392.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Helper/LineItemHelper/LineItemStructHelperInterface.php';
  27393.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Helper/LineItemHelper/LineItemStructHelper.php';
  27394.         $a = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  27395.         if (isset($this->privates['KlarnaPayment\\Components\\Helper\\LineItemHelper\\LineItemStructHelper'])) {
  27396.             return $this->privates['KlarnaPayment\\Components\\Helper\\LineItemHelper\\LineItemStructHelper'];
  27397.         }
  27398.         $b = ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService());
  27399.         if (isset($this->privates['KlarnaPayment\\Components\\Helper\\LineItemHelper\\LineItemStructHelper'])) {
  27400.             return $this->privates['KlarnaPayment\\Components\\Helper\\LineItemHelper\\LineItemStructHelper'];
  27401.         }
  27402.         return $this->privates['KlarnaPayment\\Components\\Helper\\LineItemHelper\\LineItemStructHelper'] = new \KlarnaPayment\Components\Helper\LineItemHelper\LineItemStructHelper($a, ($this->services['Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface'] ?? $this->getSeoUrlPlaceholderHandlerInterfaceService()), $b);
  27403.     }
  27404.     /**
  27405.      * Gets the private 'KlarnaPayment\Components\Helper\OrderFetcher' shared service.
  27406.      *
  27407.      * @return \KlarnaPayment\Components\Helper\OrderFetcher
  27408.      */
  27409.     protected function getOrderFetcherService()
  27410.     {
  27411.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Helper/OrderFetcherInterface.php';
  27412.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Helper/OrderFetcher.php';
  27413.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  27414.         if (isset($this->privates['KlarnaPayment\\Components\\Helper\\OrderFetcher'])) {
  27415.             return $this->privates['KlarnaPayment\\Components\\Helper\\OrderFetcher'];
  27416.         }
  27417.         $b = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  27418.         if (isset($this->privates['KlarnaPayment\\Components\\Helper\\OrderFetcher'])) {
  27419.             return $this->privates['KlarnaPayment\\Components\\Helper\\OrderFetcher'];
  27420.         }
  27421.         return $this->privates['KlarnaPayment\\Components\\Helper\\OrderFetcher'] = new \KlarnaPayment\Components\Helper\OrderFetcher($a$b);
  27422.     }
  27423.     /**
  27424.      * Gets the private 'KlarnaPayment\Components\Helper\PaymentHelper\PaymentHelper' shared service.
  27425.      *
  27426.      * @return \KlarnaPayment\Components\Helper\PaymentHelper\PaymentHelper
  27427.      */
  27428.     protected function getPaymentHelperService()
  27429.     {
  27430.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Helper/PaymentHelper/PaymentHelperInterface.php';
  27431.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Helper/PaymentHelper/PaymentHelper.php';
  27432.         $a = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  27433.         if (isset($this->privates['KlarnaPayment\\Components\\Helper\\PaymentHelper\\PaymentHelper'])) {
  27434.             return $this->privates['KlarnaPayment\\Components\\Helper\\PaymentHelper\\PaymentHelper'];
  27435.         }
  27436.         $b = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  27437.         if (isset($this->privates['KlarnaPayment\\Components\\Helper\\PaymentHelper\\PaymentHelper'])) {
  27438.             return $this->privates['KlarnaPayment\\Components\\Helper\\PaymentHelper\\PaymentHelper'];
  27439.         }
  27440.         return $this->privates['KlarnaPayment\\Components\\Helper\\PaymentHelper\\PaymentHelper'] = new \KlarnaPayment\Components\Helper\PaymentHelper\PaymentHelper($a$b);
  27441.     }
  27442.     /**
  27443.      * Gets the private 'KlarnaPayment\Components\Helper\StateHelper\Authorize\AuthorizeStateHelper' shared service.
  27444.      *
  27445.      * @return \KlarnaPayment\Components\Helper\StateHelper\Authorize\AuthorizeStateHelper
  27446.      */
  27447.     protected function getAuthorizeStateHelperService()
  27448.     {
  27449.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Helper/StateHelper/Authorize/AuthorizeStateHelperInterface.php';
  27450.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Helper/StateHelper/Authorize/AuthorizeStateHelper.php';
  27451.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  27452.         if (isset($this->privates['KlarnaPayment\\Components\\Helper\\StateHelper\\Authorize\\AuthorizeStateHelper'])) {
  27453.             return $this->privates['KlarnaPayment\\Components\\Helper\\StateHelper\\Authorize\\AuthorizeStateHelper'];
  27454.         }
  27455.         $b = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  27456.         if (isset($this->privates['KlarnaPayment\\Components\\Helper\\StateHelper\\Authorize\\AuthorizeStateHelper'])) {
  27457.             return $this->privates['KlarnaPayment\\Components\\Helper\\StateHelper\\Authorize\\AuthorizeStateHelper'];
  27458.         }
  27459.         return $this->privates['KlarnaPayment\\Components\\Helper\\StateHelper\\Authorize\\AuthorizeStateHelper'] = new \KlarnaPayment\Components\Helper\StateHelper\Authorize\AuthorizeStateHelper($a, ($this->privates['KlarnaPayment\\Components\\Helper\\StateHelper\\StateData\\StateDataHelper'] ?? $this->getStateDataHelperService()), $b, ($this->privates['KlarnaPayment\\Components\\Logger'] ?? $this->getLoggerService()));
  27460.     }
  27461.     /**
  27462.      * Gets the private 'KlarnaPayment\Components\Helper\StateHelper\Capture\CaptureStateHelper' shared service.
  27463.      *
  27464.      * @return \KlarnaPayment\Components\Helper\StateHelper\Capture\CaptureStateHelper
  27465.      */
  27466.     protected function getCaptureStateHelperService()
  27467.     {
  27468.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Helper/StateHelper/Capture/CaptureStateHelperInterface.php';
  27469.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Helper/StateHelper/Capture/CaptureStateHelper.php';
  27470.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/CreateCapture/CreateCaptureRequestHydratorInterface.php';
  27471.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/CreateCapture/CreateCaptureRequestHydrator.php';
  27472.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  27473.         if (isset($this->privates['KlarnaPayment\\Components\\Helper\\StateHelper\\Capture\\CaptureStateHelper'])) {
  27474.             return $this->privates['KlarnaPayment\\Components\\Helper\\StateHelper\\Capture\\CaptureStateHelper'];
  27475.         }
  27476.         $b = ($this->privates['KlarnaPayment\\Components\\Helper\\StateHelper\\StateData\\StateDataHelper'] ?? $this->getStateDataHelperService());
  27477.         if (isset($this->privates['KlarnaPayment\\Components\\Helper\\StateHelper\\Capture\\CaptureStateHelper'])) {
  27478.             return $this->privates['KlarnaPayment\\Components\\Helper\\StateHelper\\Capture\\CaptureStateHelper'];
  27479.         }
  27480.         $c = ($this->privates['KlarnaPayment\\Components\\Client\\Client'] ?? $this->getClient2Service());
  27481.         if (isset($this->privates['KlarnaPayment\\Components\\Helper\\StateHelper\\Capture\\CaptureStateHelper'])) {
  27482.             return $this->privates['KlarnaPayment\\Components\\Helper\\StateHelper\\Capture\\CaptureStateHelper'];
  27483.         }
  27484.         return $this->privates['KlarnaPayment\\Components\\Helper\\StateHelper\\Capture\\CaptureStateHelper'] = new \KlarnaPayment\Components\Helper\StateHelper\Capture\CaptureStateHelper(($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Request\\CreateCapture\\CreateCaptureRequestHydrator'] ?? ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Request\\CreateCapture\\CreateCaptureRequestHydrator'] = new \KlarnaPayment\Components\Client\Hydrator\Request\CreateCapture\CreateCaptureRequestHydrator())), $a$b, ($this->privates['KlarnaPayment\\Components\\Logger'] ?? $this->getLoggerService()), $c);
  27485.     }
  27486.     /**
  27487.      * Gets the private 'KlarnaPayment\Components\Helper\StateHelper\StateData\StateDataHelper' shared service.
  27488.      *
  27489.      * @return \KlarnaPayment\Components\Helper\StateHelper\StateData\StateDataHelper
  27490.      */
  27491.     protected function getStateDataHelperService()
  27492.     {
  27493.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Helper/StateHelper/StateData/StateDataHelperInterface.php';
  27494.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Helper/StateHelper/StateData/StateDataHelper.php';
  27495.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/GetOrder/GetOrderRequestHydratorInterface.php';
  27496.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/GetOrder/GetOrderRequestHydrator.php';
  27497.         $a = ($this->privates['KlarnaPayment\\Components\\Client\\Client'] ?? $this->getClient2Service());
  27498.         if (isset($this->privates['KlarnaPayment\\Components\\Helper\\StateHelper\\StateData\\StateDataHelper'])) {
  27499.             return $this->privates['KlarnaPayment\\Components\\Helper\\StateHelper\\StateData\\StateDataHelper'];
  27500.         }
  27501.         return $this->privates['KlarnaPayment\\Components\\Helper\\StateHelper\\StateData\\StateDataHelper'] = new \KlarnaPayment\Components\Helper\StateHelper\StateData\StateDataHelper(($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Request\\GetOrder\\GetOrderRequestHydrator'] ?? ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Request\\GetOrder\\GetOrderRequestHydrator'] = new \KlarnaPayment\Components\Client\Hydrator\Request\GetOrder\GetOrderRequestHydrator())), $a);
  27502.     }
  27503.     /**
  27504.      * Gets the private 'KlarnaPayment\Components\Logger' shared service.
  27505.      *
  27506.      * @return \Monolog\Logger
  27507.      */
  27508.     protected function getLoggerService()
  27509.     {
  27510.         return $this->privates['KlarnaPayment\\Components\\Logger'] = ($this->privates['Shopware\\Core\\Framework\\Log\\LoggerFactory'] ?? $this->getLoggerFactoryService())->createRotating('klarna_payment');
  27511.     }
  27512.     /**
  27513.      * Gets the private 'KlarnaPayment\Components\PaymentHandler\KlarnaPaymentsPaymentHandler' shared service.
  27514.      *
  27515.      * @return \KlarnaPayment\Components\PaymentHandler\KlarnaPaymentsPaymentHandler
  27516.      */
  27517.     protected function getKlarnaPaymentsPaymentHandlerService()
  27518.     {
  27519.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/PaymentHandler/AbstractKlarnaPaymentHandler.php';
  27520.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  27521.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  27522.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/PaymentHandler/KlarnaPaymentsPaymentHandler.php';
  27523.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/CreateOrder/CreateOrderRequestHydratorInterface.php';
  27524.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/CreateOrder/CreateOrderRequestHydrator.php';
  27525.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Struct/Customer/CustomerStructHydratorInterface.php';
  27526.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Struct/Customer/CustomerStructHydrator.php';
  27527.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Helper/RequestHasherInterface.php';
  27528.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Helper/UpdateOrderRequestHasher.php';
  27529.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Helper/UpdateAddressRequestHasher.php';
  27530.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/UpdateAddress/UpdateAddressRequestHydratorInterface.php';
  27531.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Client/Hydrator/Request/UpdateAddress/UpdateAddressRequestHydrator.php';
  27532.         $a = ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Struct\\LineItem\\LineItemStructHydrator'] ?? $this->getLineItemStructHydratorService());
  27533.         if (isset($this->privates['KlarnaPayment\\Components\\PaymentHandler\\KlarnaPaymentsPaymentHandler'])) {
  27534.             return $this->privates['KlarnaPayment\\Components\\PaymentHandler\\KlarnaPaymentsPaymentHandler'];
  27535.         }
  27536.         $b = ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Struct\\Delivery\\DeliveryStructHydrator'] ?? $this->getDeliveryStructHydratorService());
  27537.         if (isset($this->privates['KlarnaPayment\\Components\\PaymentHandler\\KlarnaPaymentsPaymentHandler'])) {
  27538.             return $this->privates['KlarnaPayment\\Components\\PaymentHandler\\KlarnaPaymentsPaymentHandler'];
  27539.         }
  27540.         $c = ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Struct\\Address\\AddressStructHydrator'] ?? $this->getAddressStructHydratorService());
  27541.         if (isset($this->privates['KlarnaPayment\\Components\\PaymentHandler\\KlarnaPaymentsPaymentHandler'])) {
  27542.             return $this->privates['KlarnaPayment\\Components\\PaymentHandler\\KlarnaPaymentsPaymentHandler'];
  27543.         }
  27544.         $d = ($this->privates['KlarnaPayment\\Components\\Helper\\PaymentHelper\\PaymentHelper'] ?? $this->getPaymentHelperService());
  27545.         if (isset($this->privates['KlarnaPayment\\Components\\PaymentHandler\\KlarnaPaymentsPaymentHandler'])) {
  27546.             return $this->privates['KlarnaPayment\\Components\\PaymentHandler\\KlarnaPaymentsPaymentHandler'];
  27547.         }
  27548.         $e = ($this->privates['KlarnaPayment\\Components\\Converter\\CustomOrderConverter'] ?? $this->getCustomOrderConverterService());
  27549.         if (isset($this->privates['KlarnaPayment\\Components\\PaymentHandler\\KlarnaPaymentsPaymentHandler'])) {
  27550.             return $this->privates['KlarnaPayment\\Components\\PaymentHandler\\KlarnaPaymentsPaymentHandler'];
  27551.         }
  27552.         $f = ($this->privates['KlarnaPayment\\Components\\Helper\\OrderFetcher'] ?? $this->getOrderFetcherService());
  27553.         if (isset($this->privates['KlarnaPayment\\Components\\PaymentHandler\\KlarnaPaymentsPaymentHandler'])) {
  27554.             return $this->privates['KlarnaPayment\\Components\\PaymentHandler\\KlarnaPaymentsPaymentHandler'];
  27555.         }
  27556.         $g = ($this->privates['KlarnaPayment\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReaderService());
  27557.         if (isset($this->privates['KlarnaPayment\\Components\\PaymentHandler\\KlarnaPaymentsPaymentHandler'])) {
  27558.             return $this->privates['KlarnaPayment\\Components\\PaymentHandler\\KlarnaPaymentsPaymentHandler'];
  27559.         }
  27560.         $h = ($this->privates['KlarnaPayment\\Components\\Client\\Client'] ?? $this->getClient2Service());
  27561.         if (isset($this->privates['KlarnaPayment\\Components\\PaymentHandler\\KlarnaPaymentsPaymentHandler'])) {
  27562.             return $this->privates['KlarnaPayment\\Components\\PaymentHandler\\KlarnaPaymentsPaymentHandler'];
  27563.         }
  27564.         $i = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  27565.         if (isset($this->privates['KlarnaPayment\\Components\\PaymentHandler\\KlarnaPaymentsPaymentHandler'])) {
  27566.             return $this->privates['KlarnaPayment\\Components\\PaymentHandler\\KlarnaPaymentsPaymentHandler'];
  27567.         }
  27568.         $j = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  27569.         if (isset($this->privates['KlarnaPayment\\Components\\PaymentHandler\\KlarnaPaymentsPaymentHandler'])) {
  27570.             return $this->privates['KlarnaPayment\\Components\\PaymentHandler\\KlarnaPaymentsPaymentHandler'];
  27571.         }
  27572.         $k = ($this->services['translator'] ?? $this->getTranslatorService());
  27573.         if (isset($this->privates['KlarnaPayment\\Components\\PaymentHandler\\KlarnaPaymentsPaymentHandler'])) {
  27574.             return $this->privates['KlarnaPayment\\Components\\PaymentHandler\\KlarnaPaymentsPaymentHandler'];
  27575.         }
  27576.         $l = ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Request\\UpdateOrder\\UpdateOrderRequestHydrator'] ?? $this->getUpdateOrderRequestHydratorService());
  27577.         if (isset($this->privates['KlarnaPayment\\Components\\PaymentHandler\\KlarnaPaymentsPaymentHandler'])) {
  27578.             return $this->privates['KlarnaPayment\\Components\\PaymentHandler\\KlarnaPaymentsPaymentHandler'];
  27579.         }
  27580.         $m = ($this->privates['KlarnaPayment\\Components\\Validator\\OrderTransitionChangeValidator'] ?? $this->getOrderTransitionChangeValidatorService());
  27581.         if (isset($this->privates['KlarnaPayment\\Components\\PaymentHandler\\KlarnaPaymentsPaymentHandler'])) {
  27582.             return $this->privates['KlarnaPayment\\Components\\PaymentHandler\\KlarnaPaymentsPaymentHandler'];
  27583.         }
  27584.         $n = ($this->privates['KlarnaPayment\\Components\\Helper\\StateHelper\\Capture\\CaptureStateHelper'] ?? $this->getCaptureStateHelperService());
  27585.         if (isset($this->privates['KlarnaPayment\\Components\\PaymentHandler\\KlarnaPaymentsPaymentHandler'])) {
  27586.             return $this->privates['KlarnaPayment\\Components\\PaymentHandler\\KlarnaPaymentsPaymentHandler'];
  27587.         }
  27588.         $o = ($this->privates['KlarnaPayment\\Components\\Helper\\StateHelper\\Authorize\\AuthorizeStateHelper'] ?? $this->getAuthorizeStateHelperService());
  27589.         if (isset($this->privates['KlarnaPayment\\Components\\PaymentHandler\\KlarnaPaymentsPaymentHandler'])) {
  27590.             return $this->privates['KlarnaPayment\\Components\\PaymentHandler\\KlarnaPaymentsPaymentHandler'];
  27591.         }
  27592.         return $this->privates['KlarnaPayment\\Components\\PaymentHandler\\KlarnaPaymentsPaymentHandler'] = new \KlarnaPayment\Components\PaymentHandler\KlarnaPaymentsPaymentHandler(new \KlarnaPayment\Components\Client\Hydrator\Request\CreateOrder\CreateOrderRequestHydrator($a$b, ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Struct\\SalesTaxLineItem\\SalesTaxLineItemStructHydrator'] ?? $this->getSalesTaxLineItemStructHydratorService()), $c, ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Struct\\Customer\\CustomerStructHydrator'] ?? ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Struct\\Customer\\CustomerStructHydrator'] = new \KlarnaPayment\Components\Client\Hydrator\Struct\Customer\CustomerStructHydrator())), $d$e$f, ($this->privates['router.default'] ?? $this->getRouter_DefaultService()), $g), $h$i$j$k, ($this->privates['KlarnaPayment\\Components\\Helper\\UpdateOrderRequestHasher'] ?? ($this->privates['KlarnaPayment\\Components\\Helper\\UpdateOrderRequestHasher'] = new \KlarnaPayment\Components\Helper\UpdateOrderRequestHasher($this->getEnv('APP_SECRET')))), ($this->privates['KlarnaPayment\\Components\\Helper\\UpdateAddressRequestHasher'] ?? ($this->privates['KlarnaPayment\\Components\\Helper\\UpdateAddressRequestHasher'] = new \KlarnaPayment\Components\Helper\UpdateAddressRequestHasher($this->getEnv('APP_SECRET')))), ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Request\\UpdateAddress\\UpdateAddressRequestHydrator'] ?? ($this->privates['KlarnaPayment\\Components\\Client\\Hydrator\\Request\\UpdateAddress\\UpdateAddressRequestHydrator'] = new \KlarnaPayment\Components\Client\Hydrator\Request\UpdateAddress\UpdateAddressRequestHydrator())), $l$f, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $m$n$o);
  27593.     }
  27594.     /**
  27595.      * Gets the private 'KlarnaPayment\Components\Validator\OrderTransitionChangeValidator' shared service.
  27596.      *
  27597.      * @return \KlarnaPayment\Components\Validator\OrderTransitionChangeValidator
  27598.      */
  27599.     protected function getOrderTransitionChangeValidatorService()
  27600.     {
  27601.         include_once \dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/Validator/OrderTransitionChangeValidator.php';
  27602.         $a = ($this->services['state_machine_state.repository'] ?? $this->getStateMachineState_RepositoryService());
  27603.         if (isset($this->privates['KlarnaPayment\\Components\\Validator\\OrderTransitionChangeValidator'])) {
  27604.             return $this->privates['KlarnaPayment\\Components\\Validator\\OrderTransitionChangeValidator'];
  27605.         }
  27606.         return $this->privates['KlarnaPayment\\Components\\Validator\\OrderTransitionChangeValidator'] = new \KlarnaPayment\Components\Validator\OrderTransitionChangeValidator(($this->privates['KlarnaPayment\\Components\\ConfigReader\\ConfigReader'] ?? $this->getConfigReaderService()), $a);
  27607.     }
  27608.     /**
  27609.      * Gets the private 'NetzpCalendar6\Components\CalendarElementResolver' shared service.
  27610.      *
  27611.      * @return \NetzpCalendar6\Components\CalendarElementResolver
  27612.      */
  27613.     protected function getCalendarElementResolverService()
  27614.     {
  27615.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  27616.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  27617.         include_once \dirname(__DIR__4).'/custom/plugins/NetzpCalendar6/src/Components/CalendarElementResolver.php';
  27618.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  27619.         if (isset($this->privates['NetzpCalendar6\\Components\\CalendarElementResolver'])) {
  27620.             return $this->privates['NetzpCalendar6\\Components\\CalendarElementResolver'];
  27621.         }
  27622.         return $this->privates['NetzpCalendar6\\Components\\CalendarElementResolver'] = new \NetzpCalendar6\Components\CalendarElementResolver($a);
  27623.     }
  27624.     /**
  27625.      * Gets the private 'NetzpEvents6\Components\EventsElementResolver' shared service.
  27626.      *
  27627.      * @return \NetzpEvents6\Components\EventsElementResolver
  27628.      */
  27629.     protected function getEventsElementResolverService()
  27630.     {
  27631.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  27632.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  27633.         include_once \dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Components/EventsElementResolver.php';
  27634.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  27635.         if (isset($this->privates['NetzpEvents6\\Components\\EventsElementResolver'])) {
  27636.             return $this->privates['NetzpEvents6\\Components\\EventsElementResolver'];
  27637.         }
  27638.         $b = ($this->services['NetzpEvents6\\Controller\\StoreApi\\EventListing\\CachedEventListingRoute'] ?? $this->getCachedEventListingRouteService());
  27639.         if (isset($this->privates['NetzpEvents6\\Components\\EventsElementResolver'])) {
  27640.             return $this->privates['NetzpEvents6\\Components\\EventsElementResolver'];
  27641.         }
  27642.         return $this->privates['NetzpEvents6\\Components\\EventsElementResolver'] = new \NetzpEvents6\Components\EventsElementResolver($a$b);
  27643.     }
  27644.     /**
  27645.      * Gets the private 'NetzpEvents6\Components\EventsHelper' shared service.
  27646.      *
  27647.      * @return \NetzpEvents6\Components\EventsHelper
  27648.      */
  27649.     protected function getEventsHelperService()
  27650.     {
  27651.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  27652.         if (isset($this->privates['NetzpEvents6\\Components\\EventsHelper'])) {
  27653.             return $this->privates['NetzpEvents6\\Components\\EventsHelper'];
  27654.         }
  27655.         $b = ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService());
  27656.         if (isset($this->privates['NetzpEvents6\\Components\\EventsHelper'])) {
  27657.             return $this->privates['NetzpEvents6\\Components\\EventsHelper'];
  27658.         }
  27659.         $c = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  27660.         if (isset($this->privates['NetzpEvents6\\Components\\EventsHelper'])) {
  27661.             return $this->privates['NetzpEvents6\\Components\\EventsHelper'];
  27662.         }
  27663.         $d = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  27664.         if (isset($this->privates['NetzpEvents6\\Components\\EventsHelper'])) {
  27665.             return $this->privates['NetzpEvents6\\Components\\EventsHelper'];
  27666.         }
  27667.         return $this->privates['NetzpEvents6\\Components\\EventsHelper'] = new \NetzpEvents6\Components\EventsHelper($this$a$b$c$d, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  27668.     }
  27669.     /**
  27670.      * Gets the private 'NetzpEvents6\Components\ParticipantsValidator' shared service.
  27671.      *
  27672.      * @return \NetzpEvents6\Components\ParticipantsValidator
  27673.      */
  27674.     protected function getParticipantsValidatorService()
  27675.     {
  27676.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartValidatorInterface.php';
  27677.         include_once \dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Components/ParticipantsValidator.php';
  27678.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  27679.         if (isset($this->privates['NetzpEvents6\\Components\\ParticipantsValidator'])) {
  27680.             return $this->privates['NetzpEvents6\\Components\\ParticipantsValidator'];
  27681.         }
  27682.         return $this->privates['NetzpEvents6\\Components\\ParticipantsValidator'] = new \NetzpEvents6\Components\ParticipantsValidator($this$a);
  27683.     }
  27684.     /**
  27685.      * Gets the private 'NetzpEvents6\Components\TicketDocumentGenerator' shared service.
  27686.      *
  27687.      * @return \NetzpEvents6\Components\TicketDocumentGenerator
  27688.      */
  27689.     protected function getTicketDocumentGeneratorService()
  27690.     {
  27691.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorInterface.php';
  27692.         include_once \dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Components/TicketDocumentGenerator.php';
  27693.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  27694.         if (isset($this->privates['NetzpEvents6\\Components\\TicketDocumentGenerator'])) {
  27695.             return $this->privates['NetzpEvents6\\Components\\TicketDocumentGenerator'];
  27696.         }
  27697.         return $this->privates['NetzpEvents6\\Components\\TicketDocumentGenerator'] = new \NetzpEvents6\Components\TicketDocumentGenerator($a, \dirname(__DIR__4), $this);
  27698.     }
  27699.     /**
  27700.      * Gets the private 'NetzpEvents6\Controller\StoreApi\CacheInvalidationSubscriber' shared service.
  27701.      *
  27702.      * @return \NetzpEvents6\Controller\StoreApi\CacheInvalidationSubscriber
  27703.      */
  27704.     protected function getCacheInvalidationSubscriberService()
  27705.     {
  27706.         include_once \dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Controller/StoreApi/CacheInvalidationSubscriber.php';
  27707.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  27708.         if (isset($this->privates['NetzpEvents6\\Controller\\StoreApi\\CacheInvalidationSubscriber'])) {
  27709.             return $this->privates['NetzpEvents6\\Controller\\StoreApi\\CacheInvalidationSubscriber'];
  27710.         }
  27711.         $b = ($this->services['s_plugin_netzp_events.repository'] ?? $this->getSPluginNetzpEvents_RepositoryService());
  27712.         if (isset($this->privates['NetzpEvents6\\Controller\\StoreApi\\CacheInvalidationSubscriber'])) {
  27713.             return $this->privates['NetzpEvents6\\Controller\\StoreApi\\CacheInvalidationSubscriber'];
  27714.         }
  27715.         $c = ($this->services['cms_slot.repository'] ?? $this->getCmsSlot_RepositoryService());
  27716.         if (isset($this->privates['NetzpEvents6\\Controller\\StoreApi\\CacheInvalidationSubscriber'])) {
  27717.             return $this->privates['NetzpEvents6\\Controller\\StoreApi\\CacheInvalidationSubscriber'];
  27718.         }
  27719.         return $this->privates['NetzpEvents6\\Controller\\StoreApi\\CacheInvalidationSubscriber'] = new \NetzpEvents6\Controller\StoreApi\CacheInvalidationSubscriber($a$b$c);
  27720.     }
  27721.     /**
  27722.      * Gets the private 'NetzpEvents6\Subscriber\FrontendSubscriber' shared service.
  27723.      *
  27724.      * @return \NetzpEvents6\Subscriber\FrontendSubscriber
  27725.      */
  27726.     protected function getFrontendSubscriberService()
  27727.     {
  27728.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  27729.         if (isset($this->privates['NetzpEvents6\\Subscriber\\FrontendSubscriber'])) {
  27730.             return $this->privates['NetzpEvents6\\Subscriber\\FrontendSubscriber'];
  27731.         }
  27732.         return $this->privates['NetzpEvents6\\Subscriber\\FrontendSubscriber'] = new \NetzpEvents6\Subscriber\FrontendSubscriber($this$a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['NetzpEvents6\\Components\\EventsHelper'] ?? $this->getEventsHelperService()));
  27733.     }
  27734.     /**
  27735.      * Gets the private 'Sas\BlogModule\Content\BlogCategory\BlogCategoryIndexer' shared service.
  27736.      *
  27737.      * @return \Sas\BlogModule\Content\BlogCategory\BlogCategoryIndexer
  27738.      */
  27739.     protected function getBlogCategoryIndexerService()
  27740.     {
  27741.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  27742.         include_once \dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Content/BlogCategory/BlogCategoryIndexer.php';
  27743.         $a = ($this->services['sas_blog_category.repository'] ?? $this->getSasBlogCategory_RepositoryService());
  27744.         if (isset($this->privates['Sas\\BlogModule\\Content\\BlogCategory\\BlogCategoryIndexer'])) {
  27745.             return $this->privates['Sas\\BlogModule\\Content\\BlogCategory\\BlogCategoryIndexer'];
  27746.         }
  27747.         return $this->privates['Sas\\BlogModule\\Content\\BlogCategory\\BlogCategoryIndexer'] = new \Sas\BlogModule\Content\BlogCategory\BlogCategoryIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $a, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ChildCountUpdater'] ?? $this->getChildCountUpdaterService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\TreeUpdater'] ?? $this->getTreeUpdaterService()));
  27748.     }
  27749.     /**
  27750.      * Gets the private 'Sas\BlogModule\Content\Blog\BlogEntitiesIndexer' shared service.
  27751.      *
  27752.      * @return \Sas\BlogModule\Content\Blog\BlogEntitiesIndexer
  27753.      */
  27754.     protected function getBlogEntitiesIndexerService()
  27755.     {
  27756.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  27757.         include_once \dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Content/Blog/BlogEntitiesIndexer.php';
  27758.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27759.         if (isset($this->privates['Sas\\BlogModule\\Content\\Blog\\BlogEntitiesIndexer'])) {
  27760.             return $this->privates['Sas\\BlogModule\\Content\\Blog\\BlogEntitiesIndexer'];
  27761.         }
  27762.         $b = ($this->services['sas_blog_entries.repository'] ?? $this->getSasBlogEntries_RepositoryService());
  27763.         if (isset($this->privates['Sas\\BlogModule\\Content\\Blog\\BlogEntitiesIndexer'])) {
  27764.             return $this->privates['Sas\\BlogModule\\Content\\Blog\\BlogEntitiesIndexer'];
  27765.         }
  27766.         return $this->privates['Sas\\BlogModule\\Content\\Blog\\BlogEntitiesIndexer'] = new \Sas\BlogModule\Content\Blog\BlogEntitiesIndexer($a, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $b);
  27767.     }
  27768.     /**
  27769.      * Gets the private 'Sas\BlogModule\Content\Blog\BlogSeoUrlListener' shared service.
  27770.      *
  27771.      * @return \Sas\BlogModule\Content\Blog\BlogSeoUrlListener
  27772.      */
  27773.     protected function getBlogSeoUrlListenerService()
  27774.     {
  27775.         include_once \dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Content/Blog/BlogSeoUrlListener.php';
  27776.         return $this->privates['Sas\\BlogModule\\Content\\Blog\\BlogSeoUrlListener'] = new \Sas\BlogModule\Content\Blog\BlogSeoUrlListener(($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlUpdater'] ?? $this->getSeoUrlUpdaterService()));
  27777.     }
  27778.     /**
  27779.      * Gets the private 'Sas\BlogModule\Content\Blog\BlogSeoUrlRoute' shared service.
  27780.      *
  27781.      * @return \Sas\BlogModule\Content\Blog\BlogSeoUrlRoute
  27782.      */
  27783.     protected function getBlogSeoUrlRouteService()
  27784.     {
  27785.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteInterface.php';
  27786.         include_once \dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Content/Blog/BlogSeoUrlRoute.php';
  27787.         return $this->privates['Sas\\BlogModule\\Content\\Blog\\BlogSeoUrlRoute'] = new \Sas\BlogModule\Content\Blog\BlogSeoUrlRoute(($this->services['Sas\\BlogModule\\Content\\Blog\\BlogEntriesDefinition'] ?? $this->getBlogEntriesDefinitionService()));
  27788.     }
  27789.     /**
  27790.      * Gets the private 'Sas\BlogModule\Content\Blog\DataResolver\BlogCmsElementResolver' shared service.
  27791.      *
  27792.      * @return \Sas\BlogModule\Content\Blog\DataResolver\BlogCmsElementResolver
  27793.      */
  27794.     protected function getBlogCmsElementResolverService()
  27795.     {
  27796.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  27797.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  27798.         include_once \dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Content/Blog/DataResolver/BlogCmsElementResolver.php';
  27799.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27800.         if (isset($this->privates['Sas\\BlogModule\\Content\\Blog\\DataResolver\\BlogCmsElementResolver'])) {
  27801.             return $this->privates['Sas\\BlogModule\\Content\\Blog\\DataResolver\\BlogCmsElementResolver'];
  27802.         }
  27803.         return $this->privates['Sas\\BlogModule\\Content\\Blog\\DataResolver\\BlogCmsElementResolver'] = new \Sas\BlogModule\Content\Blog\DataResolver\BlogCmsElementResolver($a);
  27804.     }
  27805.     /**
  27806.      * Gets the private 'Sas\BlogModule\Content\Blog\DataResolver\BlogNewestListingCmsElementResolver' shared service.
  27807.      *
  27808.      * @return \Sas\BlogModule\Content\Blog\DataResolver\BlogNewestListingCmsElementResolver
  27809.      */
  27810.     protected function getBlogNewestListingCmsElementResolverService()
  27811.     {
  27812.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  27813.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  27814.         include_once \dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Content/Blog/DataResolver/BlogNewestListingCmsElementResolver.php';
  27815.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27816.         if (isset($this->privates['Sas\\BlogModule\\Content\\Blog\\DataResolver\\BlogNewestListingCmsElementResolver'])) {
  27817.             return $this->privates['Sas\\BlogModule\\Content\\Blog\\DataResolver\\BlogNewestListingCmsElementResolver'];
  27818.         }
  27819.         return $this->privates['Sas\\BlogModule\\Content\\Blog\\DataResolver\\BlogNewestListingCmsElementResolver'] = new \Sas\BlogModule\Content\Blog\DataResolver\BlogNewestListingCmsElementResolver($a);
  27820.     }
  27821.     /**
  27822.      * Gets the private 'Sas\BlogModule\Core\Content\Sitemap\Provider\BlogUrlProvider' shared service.
  27823.      *
  27824.      * @return \Sas\BlogModule\Core\Content\Sitemap\Provider\BlogUrlProvider
  27825.      */
  27826.     protected function getBlogUrlProviderService()
  27827.     {
  27828.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/UrlProviderInterface.php';
  27829.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/AbstractUrlProvider.php';
  27830.         include_once \dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Core/Content/Sitemap/Provider/BlogUrlProvider.php';
  27831.         $a = ($this->services['sas_blog_entries.repository'] ?? $this->getSasBlogEntries_RepositoryService());
  27832.         if (isset($this->privates['Sas\\BlogModule\\Core\\Content\\Sitemap\\Provider\\BlogUrlProvider'])) {
  27833.             return $this->privates['Sas\\BlogModule\\Core\\Content\\Sitemap\\Provider\\BlogUrlProvider'];
  27834.         }
  27835.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27836.         if (isset($this->privates['Sas\\BlogModule\\Core\\Content\\Sitemap\\Provider\\BlogUrlProvider'])) {
  27837.             return $this->privates['Sas\\BlogModule\\Core\\Content\\Sitemap\\Provider\\BlogUrlProvider'];
  27838.         }
  27839.         return $this->privates['Sas\\BlogModule\\Core\\Content\\Sitemap\\Provider\\BlogUrlProvider'] = new \Sas\BlogModule\Core\Content\Sitemap\Provider\BlogUrlProvider($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $b);
  27840.     }
  27841.     /**
  27842.      * Gets the private 'Sas\BlogModule\Storefront\Framework\Seo\SeoUrlRoute\SeoUrlUpdateListener' shared service.
  27843.      *
  27844.      * @return \Sas\BlogModule\Storefront\Framework\Seo\SeoUrlRoute\SeoUrlUpdateListener
  27845.      */
  27846.     protected function getSeoUrlUpdateListenerService()
  27847.     {
  27848.         include_once \dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Storefront/Framework/Seo/SeoUrlRoute/SeoUrlUpdateListener.php';
  27849.         $a = ($this->services['sas_blog_entries.repository'] ?? $this->getSasBlogEntries_RepositoryService());
  27850.         if (isset($this->privates['Sas\\BlogModule\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'])) {
  27851.             return $this->privates['Sas\\BlogModule\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'];
  27852.         }
  27853.         return $this->privates['Sas\\BlogModule\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] = new \Sas\BlogModule\Storefront\Framework\Seo\SeoUrlRoute\SeoUrlUpdateListener(($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlUpdater'] ?? $this->getSeoUrlUpdaterService()), $a);
  27854.     }
  27855.     /**
  27856.      * Gets the private 'Sas\BlogModule\Subscriber\BlogCacheInvalidSubscriber' shared service.
  27857.      *
  27858.      * @return \Sas\BlogModule\Subscriber\BlogCacheInvalidSubscriber
  27859.      */
  27860.     protected function getBlogCacheInvalidSubscriberService()
  27861.     {
  27862.         include_once \dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Subscriber/BlogCacheInvalidSubscriber.php';
  27863.         $a = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  27864.         if (isset($this->privates['Sas\\BlogModule\\Subscriber\\BlogCacheInvalidSubscriber'])) {
  27865.             return $this->privates['Sas\\BlogModule\\Subscriber\\BlogCacheInvalidSubscriber'];
  27866.         }
  27867.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  27868.         if (isset($this->privates['Sas\\BlogModule\\Subscriber\\BlogCacheInvalidSubscriber'])) {
  27869.             return $this->privates['Sas\\BlogModule\\Subscriber\\BlogCacheInvalidSubscriber'];
  27870.         }
  27871.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  27872.         if (isset($this->privates['Sas\\BlogModule\\Subscriber\\BlogCacheInvalidSubscriber'])) {
  27873.             return $this->privates['Sas\\BlogModule\\Subscriber\\BlogCacheInvalidSubscriber'];
  27874.         }
  27875.         return $this->privates['Sas\\BlogModule\\Subscriber\\BlogCacheInvalidSubscriber'] = new \Sas\BlogModule\Subscriber\BlogCacheInvalidSubscriber(($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlUpdater'] ?? $this->getSeoUrlUpdaterService()), $a$b$c);
  27876.     }
  27877.     /**
  27878.      * Gets the private 'Sendcloud\Shipping\Entity\Config\SystemConfigurationRepository' shared service.
  27879.      *
  27880.      * @return \Sendcloud\Shipping\Entity\Config\SystemConfigurationRepository
  27881.      */
  27882.     protected function getSystemConfigurationRepositoryService()
  27883.     {
  27884.         $a = ($this->services['system_config.repository'] ?? $this->getSystemConfig_RepositoryService());
  27885.         if (isset($this->privates['Sendcloud\\Shipping\\Entity\\Config\\SystemConfigurationRepository'])) {
  27886.             return $this->privates['Sendcloud\\Shipping\\Entity\\Config\\SystemConfigurationRepository'];
  27887.         }
  27888.         return $this->privates['Sendcloud\\Shipping\\Entity\\Config\\SystemConfigurationRepository'] = new \Sendcloud\Shipping\Entity\Config\SystemConfigurationRepository($a);
  27889.     }
  27890.     /**
  27891.      * Gets the private 'Sendcloud\Shipping\Entity\Order\OrderDeliveryRepository' shared service.
  27892.      *
  27893.      * @return \Sendcloud\Shipping\Entity\Order\OrderDeliveryRepository
  27894.      */
  27895.     protected function getOrderDeliveryRepositoryService()
  27896.     {
  27897.         $a = ($this->services['order_delivery.repository'] ?? $this->getOrderDelivery_RepositoryService());
  27898.         if (isset($this->privates['Sendcloud\\Shipping\\Entity\\Order\\OrderDeliveryRepository'])) {
  27899.             return $this->privates['Sendcloud\\Shipping\\Entity\\Order\\OrderDeliveryRepository'];
  27900.         }
  27901.         return $this->privates['Sendcloud\\Shipping\\Entity\\Order\\OrderDeliveryRepository'] = new \Sendcloud\Shipping\Entity\Order\OrderDeliveryRepository($a);
  27902.     }
  27903.     /**
  27904.      * Gets the private 'Sendcloud\Shipping\Entity\Order\OrderRepository' shared service.
  27905.      *
  27906.      * @return \Sendcloud\Shipping\Entity\Order\OrderRepository
  27907.      */
  27908.     protected function getOrderRepositoryService()
  27909.     {
  27910.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  27911.         if (isset($this->privates['Sendcloud\\Shipping\\Entity\\Order\\OrderRepository'])) {
  27912.             return $this->privates['Sendcloud\\Shipping\\Entity\\Order\\OrderRepository'];
  27913.         }
  27914.         return $this->privates['Sendcloud\\Shipping\\Entity\\Order\\OrderRepository'] = new \Sendcloud\Shipping\Entity\Order\OrderRepository($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  27915.     }
  27916.     /**
  27917.      * Gets the private 'Sendcloud\Shipping\Entity\Process\ProcessEntityRepository' shared service.
  27918.      *
  27919.      * @return \Sendcloud\Shipping\Entity\Process\ProcessEntityRepository
  27920.      */
  27921.     protected function getProcessEntityRepositoryService()
  27922.     {
  27923.         $a = ($this->services['sendcloud_processes.repository'] ?? $this->getSendcloudProcesses_RepositoryService());
  27924.         if (isset($this->privates['Sendcloud\\Shipping\\Entity\\Process\\ProcessEntityRepository'])) {
  27925.             return $this->privates['Sendcloud\\Shipping\\Entity\\Process\\ProcessEntityRepository'];
  27926.         }
  27927.         return $this->privates['Sendcloud\\Shipping\\Entity\\Process\\ProcessEntityRepository'] = new \Sendcloud\Shipping\Entity\Process\ProcessEntityRepository($a);
  27928.     }
  27929.     /**
  27930.      * Gets the private 'Sendcloud\Shipping\Entity\ServicePoint\ServicePointEntityRepository' shared service.
  27931.      *
  27932.      * @return \Sendcloud\Shipping\Entity\ServicePoint\ServicePointEntityRepository
  27933.      */
  27934.     protected function getServicePointEntityRepositoryService()
  27935.     {
  27936.         $a = ($this->services['sendcloud_servicepoints.repository'] ?? $this->getSendcloudServicepoints_RepositoryService());
  27937.         if (isset($this->privates['Sendcloud\\Shipping\\Entity\\ServicePoint\\ServicePointEntityRepository'])) {
  27938.             return $this->privates['Sendcloud\\Shipping\\Entity\\ServicePoint\\ServicePointEntityRepository'];
  27939.         }
  27940.         return $this->privates['Sendcloud\\Shipping\\Entity\\ServicePoint\\ServicePointEntityRepository'] = new \Sendcloud\Shipping\Entity\ServicePoint\ServicePointEntityRepository($a);
  27941.     }
  27942.     /**
  27943.      * Gets the private 'Sendcloud\Shipping\Entity\Shipment\ShipmentEntityRepository' shared service.
  27944.      *
  27945.      * @return \Sendcloud\Shipping\Entity\Shipment\ShipmentEntityRepository
  27946.      */
  27947.     protected function getShipmentEntityRepositoryService()
  27948.     {
  27949.         $a = ($this->services['sendcloud_shipments.repository'] ?? $this->getSendcloudShipments_RepositoryService());
  27950.         if (isset($this->privates['Sendcloud\\Shipping\\Entity\\Shipment\\ShipmentEntityRepository'])) {
  27951.             return $this->privates['Sendcloud\\Shipping\\Entity\\Shipment\\ShipmentEntityRepository'];
  27952.         }
  27953.         return $this->privates['Sendcloud\\Shipping\\Entity\\Shipment\\ShipmentEntityRepository'] = new \Sendcloud\Shipping\Entity\Shipment\ShipmentEntityRepository($a);
  27954.     }
  27955.     /**
  27956.      * Gets the private 'Sendcloud\Shipping\Subscriber\CheckoutSubscriber' shared service.
  27957.      *
  27958.      * @return \Sendcloud\Shipping\Subscriber\CheckoutSubscriber
  27959.      */
  27960.     protected function getCheckoutSubscriberService()
  27961.     {
  27962.         $a = ($this->services['Sendcloud\\Shipping\\Service\\Utility\\Initializer'] ?? $this->getInitializerService());
  27963.         if (isset($this->privates['Sendcloud\\Shipping\\Subscriber\\CheckoutSubscriber'])) {
  27964.             return $this->privates['Sendcloud\\Shipping\\Subscriber\\CheckoutSubscriber'];
  27965.         }
  27966.         $b = ($this->privates['Sendcloud\\Shipping\\Entity\\Shipment\\ShipmentEntityRepository'] ?? $this->getShipmentEntityRepositoryService());
  27967.         if (isset($this->privates['Sendcloud\\Shipping\\Subscriber\\CheckoutSubscriber'])) {
  27968.             return $this->privates['Sendcloud\\Shipping\\Subscriber\\CheckoutSubscriber'];
  27969.         }
  27970.         $c = ($this->privates['Sendcloud\\Shipping\\Entity\\ServicePoint\\ServicePointEntityRepository'] ?? $this->getServicePointEntityRepositoryService());
  27971.         if (isset($this->privates['Sendcloud\\Shipping\\Subscriber\\CheckoutSubscriber'])) {
  27972.             return $this->privates['Sendcloud\\Shipping\\Subscriber\\CheckoutSubscriber'];
  27973.         }
  27974.         $d = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  27975.         if (isset($this->privates['Sendcloud\\Shipping\\Subscriber\\CheckoutSubscriber'])) {
  27976.             return $this->privates['Sendcloud\\Shipping\\Subscriber\\CheckoutSubscriber'];
  27977.         }
  27978.         $e = ($this->services['Sendcloud\\Shipping\\Core\\BusinessLogic\\Interfaces\\OrderService'] ?? $this->getOrderServiceService());
  27979.         if (isset($this->privates['Sendcloud\\Shipping\\Subscriber\\CheckoutSubscriber'])) {
  27980.             return $this->privates['Sendcloud\\Shipping\\Subscriber\\CheckoutSubscriber'];
  27981.         }
  27982.         return $this->privates['Sendcloud\\Shipping\\Subscriber\\CheckoutSubscriber'] = new \Sendcloud\Shipping\Subscriber\CheckoutSubscriber($a, ($this->services['Sendcloud\\Shipping\\Core\\Infrastructure\\Interfaces\\Required\\Configuration'] ?? $this->getConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), $b$c, new \Sendcloud\Shipping\Entity\Customer\CustomerRepository($d), $e, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  27983.     }
  27984.     /**
  27985.      * Gets the private 'Shopware\Administration\System\SalesChannel\Subscriber\SalesChannelUserConfigSubscriber' shared service.
  27986.      *
  27987.      * @return \Shopware\Administration\System\SalesChannel\Subscriber\SalesChannelUserConfigSubscriber
  27988.      */
  27989.     protected function getSalesChannelUserConfigSubscriberService()
  27990.     {
  27991.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/System/SalesChannel/Subscriber/SalesChannelUserConfigSubscriber.php';
  27992.         $a = ($this->services['user_config.repository'] ?? $this->getUserConfig_RepositoryService());
  27993.         if (isset($this->privates['Shopware\\Administration\\System\\SalesChannel\\Subscriber\\SalesChannelUserConfigSubscriber'])) {
  27994.             return $this->privates['Shopware\\Administration\\System\\SalesChannel\\Subscriber\\SalesChannelUserConfigSubscriber'];
  27995.         }
  27996.         return $this->privates['Shopware\\Administration\\System\\SalesChannel\\Subscriber\\SalesChannelUserConfigSubscriber'] = new \Shopware\Administration\System\SalesChannel\Subscriber\SalesChannelUserConfigSubscriber($a);
  27997.     }
  27998.     /**
  27999.      * Gets the private 'Shopware\Core\Checkout\Cart\Address\AddressValidator' shared service.
  28000.      *
  28001.      * @return \Shopware\Core\Checkout\Cart\Address\AddressValidator
  28002.      */
  28003.     protected function getAddressValidatorService()
  28004.     {
  28005.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartValidatorInterface.php';
  28006.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Address/AddressValidator.php';
  28007.         $a = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  28008.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'])) {
  28009.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'];
  28010.         }
  28011.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'] = new \Shopware\Core\Checkout\Cart\Address\AddressValidator($a);
  28012.     }
  28013.     /**
  28014.      * Gets the private 'Shopware\Core\Checkout\Cart\CachedRuleLoader' shared service.
  28015.      *
  28016.      * @return \Shopware\Core\Checkout\Cart\CachedRuleLoader
  28017.      */
  28018.     protected function getCachedRuleLoaderService()
  28019.     {
  28020.         $a = ($this->services['rule.repository'] ?? $this->getRule_RepositoryService());
  28021.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CachedRuleLoader'])) {
  28022.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CachedRuleLoader'];
  28023.         }
  28024.         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()));
  28025.     }
  28026.     /**
  28027.      * Gets the private 'Shopware\Core\Checkout\Cart\CartCalculator' shared service.
  28028.      *
  28029.      * @return \Shopware\Core\Checkout\Cart\CartCalculator
  28030.      */
  28031.     protected function getCartCalculatorService()
  28032.     {
  28033.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService());
  28034.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'])) {
  28035.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'];
  28036.         }
  28037.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] = new \Shopware\Core\Checkout\Cart\CartCalculator($a);
  28038.     }
  28039.     /**
  28040.      * Gets the private 'Shopware\Core\Checkout\Cart\CartPersister' shared service.
  28041.      *
  28042.      * @return \Shopware\Core\Checkout\Cart\CartPersister
  28043.      */
  28044.     protected function getCartPersisterService()
  28045.     {
  28046.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28047.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'])) {
  28048.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'];
  28049.         }
  28050.         $b = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  28051.         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);
  28052.     }
  28053.     /**
  28054.      * Gets the private 'Shopware\Core\Checkout\Cart\CartRuleLoader' shared service.
  28055.      *
  28056.      * @return \Shopware\Core\Checkout\Cart\CartRuleLoader
  28057.      */
  28058.     protected function getCartRuleLoaderService()
  28059.     {
  28060.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  28061.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  28062.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'];
  28063.         }
  28064.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'] ?? $this->getProcessorService());
  28065.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  28066.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'];
  28067.         }
  28068.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CachedRuleLoader'] ?? $this->getCachedRuleLoaderService());
  28069.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  28070.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'];
  28071.         }
  28072.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28073.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  28074.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'];
  28075.         }
  28076.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] = new \Shopware\Core\Checkout\Cart\CartRuleLoader($a$b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($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);
  28077.     }
  28078.     /**
  28079.      * Gets the private 'Shopware\Core\Checkout\Cart\Cleanup\CleanupCartTaskHandler' shared service.
  28080.      *
  28081.      * @return \Shopware\Core\Checkout\Cart\Cleanup\CleanupCartTaskHandler
  28082.      */
  28083.     protected function getCleanupCartTaskHandlerService()
  28084.     {
  28085.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Cleanup/CleanupCartTaskHandler.php';
  28086.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  28087.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'])) {
  28088.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'];
  28089.         }
  28090.         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);
  28091.     }
  28092.     /**
  28093.      * Gets the private 'Shopware\Core\Checkout\Cart\Command\CartMigrateCommand' shared service.
  28094.      *
  28095.      * @return \Shopware\Core\Checkout\Cart\Command\CartMigrateCommand
  28096.      */
  28097.     protected function getCartMigrateCommandService()
  28098.     {
  28099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28100.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  28101.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Command/CartMigrateCommand.php';
  28102.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/RedisConnectionFactory.php';
  28103.         $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')));
  28104.         $instance->setName('cart:migrate');
  28105.         return $instance;
  28106.     }
  28107.     /**
  28108.      * Gets the private 'Shopware\Core\Checkout\Cart\CreditCartProcessor' shared service.
  28109.      *
  28110.      * @return \Shopware\Core\Checkout\Cart\CreditCartProcessor
  28111.      */
  28112.     protected function getCreditCartProcessorService()
  28113.     {
  28114.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  28115.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CreditCartProcessor.php';
  28116.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CreditCartProcessor'] = new \Shopware\Core\Checkout\Cart\CreditCartProcessor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\AbsolutePriceCalculator'] ?? $this->getAbsolutePriceCalculatorService()));
  28117.     }
  28118.     /**
  28119.      * Gets the private 'Shopware\Core\Checkout\Cart\CustomCartProcessor' shared service.
  28120.      *
  28121.      * @return \Shopware\Core\Checkout\Cart\CustomCartProcessor
  28122.      */
  28123.     protected function getCustomCartProcessorService()
  28124.     {
  28125.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  28126.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  28127.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CustomCartProcessor.php';
  28128.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] = new \Shopware\Core\Checkout\Cart\CustomCartProcessor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()));
  28129.     }
  28130.     /**
  28131.      * Gets the private 'Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor' shared service.
  28132.      *
  28133.      * @return \Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor
  28134.      */
  28135.     protected function getDeliveryProcessorService()
  28136.     {
  28137.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  28138.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  28139.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryProcessor.php';
  28140.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryCalculator.php';
  28141.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryBuilder.php';
  28142.         $a = ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService());
  28143.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'])) {
  28144.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'];
  28145.         }
  28146.         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);
  28147.     }
  28148.     /**
  28149.      * Gets the private 'Shopware\Core\Checkout\Cart\Facade\CartFacadeHelper' shared service.
  28150.      *
  28151.      * @return \Shopware\Core\Checkout\Cart\Facade\CartFacadeHelper
  28152.      */
  28153.     protected function getCartFacadeHelperService()
  28154.     {
  28155.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Facade/CartFacadeHelper.php';
  28156.         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()));
  28157.     }
  28158.     /**
  28159.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CreditLineItemFactory' shared service.
  28160.      *
  28161.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CreditLineItemFactory
  28162.      */
  28163.     protected function getCreditLineItemFactoryService()
  28164.     {
  28165.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/LineItemFactoryInterface.php';
  28166.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/CreditLineItemFactory.php';
  28167.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/PriceDefinitionFactory.php';
  28168.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  28169.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CreditLineItemFactory'])) {
  28170.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CreditLineItemFactory'];
  28171.         }
  28172.         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);
  28173.     }
  28174.     /**
  28175.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CustomLineItemFactory' shared service.
  28176.      *
  28177.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CustomLineItemFactory
  28178.      */
  28179.     protected function getCustomLineItemFactoryService()
  28180.     {
  28181.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/LineItemFactoryInterface.php';
  28182.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/CustomLineItemFactory.php';
  28183.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/PriceDefinitionFactory.php';
  28184.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  28185.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CustomLineItemFactory'])) {
  28186.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CustomLineItemFactory'];
  28187.         }
  28188.         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);
  28189.     }
  28190.     /**
  28191.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryHandler\ProductLineItemFactory' shared service.
  28192.      *
  28193.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\ProductLineItemFactory
  28194.      */
  28195.     protected function getProductLineItemFactoryService()
  28196.     {
  28197.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/LineItemFactoryInterface.php';
  28198.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/ProductLineItemFactory.php';
  28199.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/PriceDefinitionFactory.php';
  28200.         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())));
  28201.     }
  28202.     /**
  28203.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryRegistry' shared service.
  28204.      *
  28205.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryRegistry
  28206.      */
  28207.     protected function getLineItemFactoryRegistryService()
  28208.     {
  28209.         $a = ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService());
  28210.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'])) {
  28211.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'];
  28212.         }
  28213.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28214.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'])) {
  28215.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'];
  28216.         }
  28217.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'] = new \Shopware\Core\Checkout\Cart\LineItemFactoryRegistry(new RewindableGenerator(function () {
  28218.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\ProductLineItemFactory'] ?? $this->getProductLineItemFactoryService());
  28219.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\PromotionLineItemFactory'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\PromotionLineItemFactory'] = new \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\PromotionLineItemFactory()));
  28220.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CreditLineItemFactory'] ?? $this->getCreditLineItemFactoryService());
  28221.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CustomLineItemFactory'] ?? $this->getCustomLineItemFactoryService());
  28222.         }, 4), $a$b);
  28223.     }
  28224.     /**
  28225.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupBuilder' shared service.
  28226.      *
  28227.      * @return \Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupBuilder
  28228.      */
  28229.     protected function getLineItemGroupBuilderService()
  28230.     {
  28231.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/LineItemGroupBuilder.php';
  28232.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/LineItemGroupRuleMatcherInterface.php';
  28233.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/RulesMatcher/AnyRuleMatcher.php';
  28234.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/RulesMatcher/AbstractAnyRuleLineItemMatcher.php';
  28235.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Core/Checkout/Cart/LineItem/Group/RulesMatcher/AnyRuleLineItemMatcherDecorator.php';
  28236.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/RulesMatcher/AnyRuleLineItemMatcher.php';
  28237.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/AbstractProductLineItemProvider.php';
  28238.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Core/Checkout/Cart/LineItem/Group/ProductLineItemProviderDecorator.php';
  28239.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/ProductLineItemProvider.php';
  28240.         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 \Swag\CustomizedProducts\Core\Checkout\Cart\LineItem\Group\RulesMatcher\AnyRuleLineItemMatcherDecorator(new \Shopware\Core\Checkout\Cart\LineItem\Group\RulesMatcher\AnyRuleLineItemMatcher())), ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemQuantitySplitter'] ?? $this->getLineItemQuantitySplitterService()), new \Swag\CustomizedProducts\Core\Checkout\Cart\LineItem\Group\ProductLineItemProviderDecorator(new \Shopware\Core\Checkout\Cart\LineItem\Group\ProductLineItemProvider()));
  28241.     }
  28242.     /**
  28243.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupServiceRegistry' shared service.
  28244.      *
  28245.      * @return \Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupServiceRegistry
  28246.      */
  28247.     protected function getLineItemGroupServiceRegistryService()
  28248.     {
  28249.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/LineItemGroupServiceRegistry.php';
  28250.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\LineItemGroupServiceRegistry'] = new \Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupServiceRegistry(new RewindableGenerator(function () {
  28251.             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()));
  28252.             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()));
  28253.             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()));
  28254.         }, 3), new RewindableGenerator(function () {
  28255.             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()));
  28256.             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()));
  28257.         }, 2));
  28258.     }
  28259.     /**
  28260.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItem\LineItemQuantitySplitter' shared service.
  28261.      *
  28262.      * @return \Shopware\Core\Checkout\Cart\LineItem\LineItemQuantitySplitter
  28263.      */
  28264.     protected function getLineItemQuantitySplitterService()
  28265.     {
  28266.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/LineItemQuantitySplitter.php';
  28267.         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()));
  28268.     }
  28269.     /**
  28270.      * Gets the private 'Shopware\Core\Checkout\Cart\Order\OrderConverter' shared service.
  28271.      *
  28272.      * @return \Shopware\Core\Checkout\Cart\Order\OrderConverter
  28273.      */
  28274.     protected function getOrderConverterService()
  28275.     {
  28276.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  28277.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  28278.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  28279.         }
  28280.         $b = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  28281.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  28282.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  28283.         }
  28284.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28285.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  28286.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  28287.         }
  28288.         $d = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  28289.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  28290.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  28291.         }
  28292.         $e = ($this->services['order_address.repository'] ?? $this->getOrderAddress_RepositoryService());
  28293.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  28294.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  28295.         }
  28296.         $f = ($this->services['product_download.repository'] ?? $this->getProductDownload_RepositoryService());
  28297.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'])) {
  28298.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'];
  28299.         }
  28300.         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));
  28301.     }
  28302.     /**
  28303.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\AbsolutePriceCalculator' shared service.
  28304.      *
  28305.      * @return \Shopware\Core\Checkout\Cart\Price\AbsolutePriceCalculator
  28306.      */
  28307.     protected function getAbsolutePriceCalculatorService()
  28308.     {
  28309.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/AbsolutePriceCalculator.php';
  28310.         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())));
  28311.     }
  28312.     /**
  28313.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\AmountCalculator' shared service.
  28314.      *
  28315.      * @return \Shopware\Core\Checkout\Cart\Price\AmountCalculator
  28316.      */
  28317.     protected function getAmountCalculatorService()
  28318.     {
  28319.         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())));
  28320.     }
  28321.     /**
  28322.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\CurrencyPriceCalculator' shared service.
  28323.      *
  28324.      * @return \Shopware\Core\Checkout\Cart\Price\CurrencyPriceCalculator
  28325.      */
  28326.     protected function getCurrencyPriceCalculatorService()
  28327.     {
  28328.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/CurrencyPriceCalculator.php';
  28329.         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())));
  28330.     }
  28331.     /**
  28332.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\GrossPriceCalculator' shared service.
  28333.      *
  28334.      * @return \Shopware\Core\Checkout\Cart\Price\GrossPriceCalculator
  28335.      */
  28336.     protected function getGrossPriceCalculatorService()
  28337.     {
  28338.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/GrossPriceCalculator.php';
  28339.         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())));
  28340.     }
  28341.     /**
  28342.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\NetPriceCalculator' shared service.
  28343.      *
  28344.      * @return \Shopware\Core\Checkout\Cart\Price\NetPriceCalculator
  28345.      */
  28346.     protected function getNetPriceCalculatorService()
  28347.     {
  28348.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/NetPriceCalculator.php';
  28349.         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())));
  28350.     }
  28351.     /**
  28352.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\PercentagePriceCalculator' shared service.
  28353.      *
  28354.      * @return \Shopware\Core\Checkout\Cart\Price\PercentagePriceCalculator
  28355.      */
  28356.     protected function getPercentagePriceCalculatorService()
  28357.     {
  28358.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/PercentagePriceCalculator.php';
  28359.         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())));
  28360.     }
  28361.     /**
  28362.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\QuantityPriceCalculator' shared service.
  28363.      *
  28364.      * @return \Shopware\Core\Checkout\Cart\Price\QuantityPriceCalculator
  28365.      */
  28366.     protected function getQuantityPriceCalculatorService()
  28367.     {
  28368.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/QuantityPriceCalculator.php';
  28369.         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()));
  28370.     }
  28371.     /**
  28372.      * Gets the private 'Shopware\Core\Checkout\Cart\Processor' shared service.
  28373.      *
  28374.      * @return \Shopware\Core\Checkout\Cart\Processor
  28375.      */
  28376.     protected function getProcessorService()
  28377.     {
  28378.         $a = ($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] ?? $this->getScriptExecutorService());
  28379.         if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'])) {
  28380.             return $this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'];
  28381.         }
  28382.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'] = new \Shopware\Core\Checkout\Cart\Processor(new \Shopware\Core\Checkout\Cart\Validator(new RewindableGenerator(function () {
  28383.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryValidator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryValidator'] = new \Shopware\Core\Checkout\Cart\Delivery\DeliveryValidator()));
  28384.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemValidator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemValidator'] = new \Shopware\Core\Checkout\Cart\LineItem\LineItemValidator()));
  28385.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'] ?? $this->getAddressValidatorService());
  28386.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemValidator'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemValidator'] = new \Shopware\Core\Content\Product\Cart\ProductLineItemValidator()));
  28387.             yield => ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentMethodValidator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentMethodValidator'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentMethodValidator()));
  28388.             yield => ($this->privates['NetzpEvents6\\Components\\ParticipantsValidator'] ?? $this->getParticipantsValidatorService());
  28389.             yield => ($this->privates['Swag\\PayPal\\Checkout\\Cart\\Validation\\CartValidator'] ?? $this->getCartValidatorService());
  28390.         }, 7)), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\AmountCalculator'] ?? $this->getAmountCalculatorService()), new \Shopware\Core\Checkout\Cart\Transaction\TransactionProcessor(), new RewindableGenerator(function () {
  28391.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'] ?? $this->getProductCartProcessorService());
  28392.             yield => ($this->privates['Swag\\CustomizedProducts\\Core\\Checkout\\CustomizedProductsCartProcessor'] ?? $this->getCustomizedProductsCartProcessorService());
  28393.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionProcessor'] ?? $this->getPromotionProcessorService());
  28394.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] ?? $this->getCustomCartProcessorService());
  28395.             yield => ($this->privates['Acris\\ProductCustomerGroup\\Core\\Content\\Product\\Cart\\AcrisProductCustomerGroupCartProcessor'] ?? $this->getAcrisProductCustomerGroupCartProcessorService());
  28396.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor\\ContainerCartProcessor'] ?? $this->getContainerCartProcessorService());
  28397.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor\\DiscountCartProcessor'] ?? $this->getDiscountCartProcessorService());
  28398.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CreditCartProcessor'] ?? $this->getCreditCartProcessorService());
  28399.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'] ?? $this->getDeliveryProcessorService());
  28400.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionDeliveryProcessor'] ?? $this->getPromotionDeliveryProcessorService());
  28401.         }, 10), new RewindableGenerator(function () {
  28402.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'] ?? $this->getProductCartProcessorService());
  28403.             yield => ($this->privates['Swag\\CustomizedProducts\\Core\\Checkout\\CustomizedProductsCartDataCollector'] ?? $this->getCustomizedProductsCartDataCollectorService());
  28404.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionCollector'] ?? $this->getPromotionCollectorService());
  28405.             yield => ($this->privates['Acris\\ProductCustomerGroup\\Core\\Content\\Product\\Cart\\AcrisProductCustomerGroupCartProcessor'] ?? $this->getAcrisProductCustomerGroupCartProcessorService());
  28406.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] ?? $this->getCustomCartProcessorService());
  28407.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'] ?? $this->getDeliveryProcessorService());
  28408.         }, 6), $a);
  28409.     }
  28410.     /**
  28411.      * Gets the private 'Shopware\Core\Checkout\Cart\Processor\ContainerCartProcessor' shared service.
  28412.      *
  28413.      * @return \Shopware\Core\Checkout\Cart\Processor\ContainerCartProcessor
  28414.      */
  28415.     protected function getContainerCartProcessorService()
  28416.     {
  28417.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  28418.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Processor/ContainerCartProcessor.php';
  28419.         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()));
  28420.     }
  28421.     /**
  28422.      * Gets the private 'Shopware\Core\Checkout\Cart\Processor\DiscountCartProcessor' shared service.
  28423.      *
  28424.      * @return \Shopware\Core\Checkout\Cart\Processor\DiscountCartProcessor
  28425.      */
  28426.     protected function getDiscountCartProcessorService()
  28427.     {
  28428.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  28429.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Processor/DiscountCartProcessor.php';
  28430.         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()));
  28431.     }
  28432.     /**
  28433.      * Gets the private 'Shopware\Core\Checkout\Customer\Command\DeleteUnusedGuestCustomersCommand' shared service.
  28434.      *
  28435.      * @return \Shopware\Core\Checkout\Customer\Command\DeleteUnusedGuestCustomersCommand
  28436.      */
  28437.     protected function getDeleteUnusedGuestCustomersCommandService()
  28438.     {
  28439.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28440.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Command/DeleteUnusedGuestCustomersCommand.php';
  28441.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/DeleteUnusedGuestCustomerService.php';
  28442.         $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())));
  28443.         $instance->setName('customer:delete-unused-guests');
  28444.         return $instance;
  28445.     }
  28446.     /**
  28447.      * Gets the private 'Shopware\Core\Checkout\Customer\Password\LegacyPasswordVerifier' shared service.
  28448.      *
  28449.      * @return \Shopware\Core\Checkout\Customer\Password\LegacyPasswordVerifier
  28450.      */
  28451.     protected function getLegacyPasswordVerifierService()
  28452.     {
  28453.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Password/LegacyPasswordVerifier.php';
  28454.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Password\\LegacyPasswordVerifier'] = new \Shopware\Core\Checkout\Customer\Password\LegacyPasswordVerifier(new RewindableGenerator(function () {
  28455.             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()));
  28456.             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()));
  28457.             yield => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento2\\PasswordEncoder\\Magento2Md5Encoder'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento2\\PasswordEncoder\\Magento2Md5Encoder'] = new \Swag\MigrationMagento\Profile\Magento2\PasswordEncoder\Magento2Md5Encoder()));
  28458.             yield => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento2\\PasswordEncoder\\Magento2Sha256Encoder'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento2\\PasswordEncoder\\Magento2Sha256Encoder'] = new \Swag\MigrationMagento\Profile\Magento2\PasswordEncoder\Magento2Sha256Encoder()));
  28459.             yield => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento2\\PasswordEncoder\\Magento2Argon2Id13Encoder'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento2\\PasswordEncoder\\Magento2Argon2Id13Encoder'] = new \Swag\MigrationMagento\Profile\Magento2\PasswordEncoder\Magento2Argon2Id13Encoder()));
  28460.             yield => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\PasswordEncoder\\MagentoEncoder'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\PasswordEncoder\\MagentoEncoder'] = new \Swag\MigrationMagento\Profile\Magento19\PasswordEncoder\MagentoEncoder()));
  28461.         }, 6));
  28462.     }
  28463.     /**
  28464.      * Gets the private 'Shopware\Core\Checkout\Customer\SalesChannel\AccountService' shared service.
  28465.      *
  28466.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\AccountService
  28467.      */
  28468.     protected function getAccountServiceService()
  28469.     {
  28470.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AccountService.php';
  28471.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  28472.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'])) {
  28473.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'];
  28474.         }
  28475.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28476.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'])) {
  28477.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'];
  28478.         }
  28479.         $c = ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute'] ?? $this->getSwitchDefaultAddressRouteService());
  28480.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'])) {
  28481.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'];
  28482.         }
  28483.         $d = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'] ?? $this->getCartRestorerService());
  28484.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'])) {
  28485.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'];
  28486.         }
  28487.         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);
  28488.     }
  28489.     /**
  28490.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerBeforeDeleteSubscriber' shared service.
  28491.      *
  28492.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerBeforeDeleteSubscriber
  28493.      */
  28494.     protected function getCustomerBeforeDeleteSubscriberService()
  28495.     {
  28496.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerBeforeDeleteSubscriber.php';
  28497.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  28498.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'])) {
  28499.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'];
  28500.         }
  28501.         $b = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  28502.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'])) {
  28503.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'];
  28504.         }
  28505.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28506.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'])) {
  28507.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'];
  28508.         }
  28509.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerBeforeDeleteSubscriber($a$b$c);
  28510.     }
  28511.     /**
  28512.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerChangePasswordSubscriber' shared service.
  28513.      *
  28514.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerChangePasswordSubscriber
  28515.      */
  28516.     protected function getCustomerChangePasswordSubscriberService()
  28517.     {
  28518.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerChangePasswordSubscriber.php';
  28519.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerChangePasswordSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerChangePasswordSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  28520.     }
  28521.     /**
  28522.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerDefaultSalutationSubscriber' shared service.
  28523.      *
  28524.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerDefaultSalutationSubscriber
  28525.      */
  28526.     protected function getCustomerDefaultSalutationSubscriberService()
  28527.     {
  28528.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerDefaultSalutationSubscriber.php';
  28529.         $a = ($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService());
  28530.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'])) {
  28531.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'];
  28532.         }
  28533.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerDefaultSalutationSubscriber($a);
  28534.     }
  28535.     /**
  28536.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerFlowEventsSubscriber' shared service.
  28537.      *
  28538.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerFlowEventsSubscriber
  28539.      */
  28540.     protected function getCustomerFlowEventsSubscriberService()
  28541.     {
  28542.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerFlowEventsSubscriber.php';
  28543.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28544.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'])) {
  28545.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'];
  28546.         }
  28547.         $b = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'] ?? $this->getSalesChannelContextRestorerService());
  28548.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'])) {
  28549.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'];
  28550.         }
  28551.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerFlowEventsSubscriber($a$b);
  28552.     }
  28553.     /**
  28554.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerGroupSubscriber' shared service.
  28555.      *
  28556.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerGroupSubscriber
  28557.      */
  28558.     protected function getCustomerGroupSubscriberService()
  28559.     {
  28560.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerGroupSubscriber.php';
  28561.         $a = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  28562.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'])) {
  28563.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'];
  28564.         }
  28565.         $b = ($this->services['seo_url.repository'] ?? $this->getSeoUrl_RepositoryService());
  28566.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'])) {
  28567.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'];
  28568.         }
  28569.         $c = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  28570.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'])) {
  28571.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'];
  28572.         }
  28573.         $d = ($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'] ?? $this->getSeoUrlPersisterService());
  28574.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'])) {
  28575.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'];
  28576.         }
  28577.         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()));
  28578.     }
  28579.     /**
  28580.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerMetaFieldSubscriber' shared service.
  28581.      *
  28582.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerMetaFieldSubscriber
  28583.      */
  28584.     protected function getCustomerMetaFieldSubscriberService()
  28585.     {
  28586.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerMetaFieldSubscriber.php';
  28587.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerMetaFieldSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerMetaFieldSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  28588.     }
  28589.     /**
  28590.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerRemoteAddressSubscriber' shared service.
  28591.      *
  28592.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerRemoteAddressSubscriber
  28593.      */
  28594.     protected function getCustomerRemoteAddressSubscriberService()
  28595.     {
  28596.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerRemoteAddressSubscriber.php';
  28597.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  28598.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerRemoteAddressSubscriber'])) {
  28599.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerRemoteAddressSubscriber'];
  28600.         }
  28601.         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())));
  28602.     }
  28603.     /**
  28604.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerTokenSubscriber' shared service.
  28605.      *
  28606.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerTokenSubscriber
  28607.      */
  28608.     protected function getCustomerTokenSubscriberService()
  28609.     {
  28610.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerTokenSubscriber.php';
  28611.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  28612.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerTokenSubscriber'])) {
  28613.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerTokenSubscriber'];
  28614.         }
  28615.         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())));
  28616.     }
  28617.     /**
  28618.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\AddressValidationFactory' shared service.
  28619.      *
  28620.      * @return \Shopware\Core\Checkout\Customer\Validation\AddressValidationFactory
  28621.      */
  28622.     protected function getAddressValidationFactoryService()
  28623.     {
  28624.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  28625.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/AddressValidationFactory.php';
  28626.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\AddressValidationFactory'] = new \Shopware\Core\Checkout\Customer\Validation\AddressValidationFactory(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  28627.     }
  28628.     /**
  28629.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerEmailUniqueValidator' shared service.
  28630.      *
  28631.      * @return \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerEmailUniqueValidator
  28632.      */
  28633.     protected function getCustomerEmailUniqueValidatorService()
  28634.     {
  28635.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  28636.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  28637.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/Constraint/CustomerEmailUniqueValidator.php';
  28638.         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()));
  28639.     }
  28640.     /**
  28641.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerPasswordMatchesValidator' shared service.
  28642.      *
  28643.      * @return \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerPasswordMatchesValidator
  28644.      */
  28645.     protected function getCustomerPasswordMatchesValidatorService()
  28646.     {
  28647.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  28648.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  28649.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/Constraint/CustomerPasswordMatchesValidator.php';
  28650.         $a = ($this->privates['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountService'] ?? $this->getAccountServiceService());
  28651.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator'])) {
  28652.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator'];
  28653.         }
  28654.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator'] = new \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerPasswordMatchesValidator($a);
  28655.     }
  28656.     /**
  28657.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerVatIdentificationValidator' shared service.
  28658.      *
  28659.      * @return \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerVatIdentificationValidator
  28660.      */
  28661.     protected function getCustomerVatIdentificationValidatorService()
  28662.     {
  28663.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  28664.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  28665.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/Constraint/CustomerVatIdentificationValidator.php';
  28666.         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()));
  28667.     }
  28668.     /**
  28669.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerZipCodeValidator' shared service.
  28670.      *
  28671.      * @return \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerZipCodeValidator
  28672.      */
  28673.     protected function getCustomerZipCodeValidatorService()
  28674.     {
  28675.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  28676.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  28677.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/Constraint/CustomerZipCodeValidator.php';
  28678.         $a = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  28679.         if (isset($this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator'])) {
  28680.             return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator'];
  28681.         }
  28682.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator'] = new \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerZipCodeValidator($a);
  28683.     }
  28684.     /**
  28685.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\CustomerProfileValidationFactory' shared service.
  28686.      *
  28687.      * @return \Shopware\Core\Checkout\Customer\Validation\CustomerProfileValidationFactory
  28688.      */
  28689.     protected function getCustomerProfileValidationFactoryService()
  28690.     {
  28691.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  28692.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/CustomerProfileValidationFactory.php';
  28693.         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()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  28694.     }
  28695.     /**
  28696.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\CreditNoteGenerator' shared service.
  28697.      *
  28698.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\CreditNoteGenerator
  28699.      */
  28700.     protected function getCreditNoteGeneratorService()
  28701.     {
  28702.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorInterface.php';
  28703.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/CreditNoteGenerator.php';
  28704.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  28705.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\CreditNoteGenerator'])) {
  28706.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\CreditNoteGenerator'];
  28707.         }
  28708.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\CreditNoteGenerator'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\CreditNoteGenerator($a, \dirname(__DIR__4));
  28709.     }
  28710.     /**
  28711.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\DeliveryNoteGenerator' shared service.
  28712.      *
  28713.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\DeliveryNoteGenerator
  28714.      */
  28715.     protected function getDeliveryNoteGeneratorService()
  28716.     {
  28717.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorInterface.php';
  28718.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DeliveryNoteGenerator.php';
  28719.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  28720.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DeliveryNoteGenerator'])) {
  28721.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DeliveryNoteGenerator'];
  28722.         }
  28723.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DeliveryNoteGenerator'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\DeliveryNoteGenerator($a, \dirname(__DIR__4));
  28724.     }
  28725.     /**
  28726.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\DocumentGeneratorRegistry' shared service.
  28727.      *
  28728.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\DocumentGeneratorRegistry
  28729.      */
  28730.     protected function getDocumentGeneratorRegistryService()
  28731.     {
  28732.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DocumentGeneratorRegistry'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\DocumentGeneratorRegistry(new RewindableGenerator(function () {
  28733.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\InvoiceGenerator'] ?? $this->getInvoiceGeneratorService());
  28734.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DeliveryNoteGenerator'] ?? $this->getDeliveryNoteGeneratorService());
  28735.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\StornoGenerator'] ?? $this->getStornoGeneratorService());
  28736.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\CreditNoteGenerator'] ?? $this->getCreditNoteGeneratorService());
  28737.             yield => ($this->privates['NetzpEvents6\\Components\\TicketDocumentGenerator'] ?? $this->getTicketDocumentGeneratorService());
  28738.         }, 5));
  28739.     }
  28740.     /**
  28741.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\InvoiceGenerator' shared service.
  28742.      *
  28743.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\InvoiceGenerator
  28744.      */
  28745.     protected function getInvoiceGeneratorService()
  28746.     {
  28747.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorInterface.php';
  28748.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/InvoiceGenerator.php';
  28749.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  28750.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\InvoiceGenerator'])) {
  28751.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\InvoiceGenerator'];
  28752.         }
  28753.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\InvoiceGenerator'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\InvoiceGenerator($a, \dirname(__DIR__4));
  28754.     }
  28755.     /**
  28756.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\StornoGenerator' shared service.
  28757.      *
  28758.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\StornoGenerator
  28759.      */
  28760.     protected function getStornoGeneratorService()
  28761.     {
  28762.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorInterface.php';
  28763.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/StornoGenerator.php';
  28764.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  28765.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\StornoGenerator'])) {
  28766.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\StornoGenerator'];
  28767.         }
  28768.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\StornoGenerator'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\StornoGenerator($a, \dirname(__DIR__4));
  28769.     }
  28770.     /**
  28771.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentService' shared service.
  28772.      *
  28773.      * @return \Shopware\Core\Checkout\Document\DocumentService
  28774.      */
  28775.     protected function getDocumentServiceService()
  28776.     {
  28777.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DocumentGeneratorRegistry'] ?? $this->getDocumentGeneratorRegistryService());
  28778.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  28779.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  28780.         }
  28781.         $b = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  28782.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  28783.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  28784.         }
  28785.         $c = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  28786.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  28787.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  28788.         }
  28789.         $d = ($this->services['document_type.repository'] ?? $this->getDocumentType_RepositoryService());
  28790.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  28791.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  28792.         }
  28793.         $e = ($this->services['document_base_config.repository'] ?? $this->getDocumentBaseConfig_RepositoryService());
  28794.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  28795.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  28796.         }
  28797.         $f = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  28798.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  28799.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  28800.         }
  28801.         $g = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28802.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'])) {
  28803.             return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'];
  28804.         }
  28805.         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);
  28806.     }
  28807.     /**
  28808.      * Gets the private 'Shopware\Core\Checkout\Document\FileGenerator\FileGeneratorRegistry' shared service.
  28809.      *
  28810.      * @return \Shopware\Core\Checkout\Document\FileGenerator\FileGeneratorRegistry
  28811.      */
  28812.     protected function getFileGeneratorRegistryService()
  28813.     {
  28814.         return $this->privates['Shopware\\Core\\Checkout\\Document\\FileGenerator\\FileGeneratorRegistry'] = new \Shopware\Core\Checkout\Document\FileGenerator\FileGeneratorRegistry(new RewindableGenerator(function () {
  28815.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\FileGenerator\\PdfGenerator'] ?? $this->getPdfGeneratorService());
  28816.         }, 1));
  28817.     }
  28818.     /**
  28819.      * Gets the private 'Shopware\Core\Checkout\Document\FileGenerator\PdfGenerator' shared service.
  28820.      *
  28821.      * @return \Shopware\Core\Checkout\Document\FileGenerator\PdfGenerator
  28822.      */
  28823.     protected function getPdfGeneratorService()
  28824.     {
  28825.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/FileGenerator/FileGeneratorInterface.php';
  28826.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/FileGenerator/PdfGenerator.php';
  28827.         return $this->privates['Shopware\\Core\\Checkout\\Document\\FileGenerator\\PdfGenerator'] = new \Shopware\Core\Checkout\Document\FileGenerator\PdfGenerator($this->parameters['shopware.dompdf.options']);
  28828.     }
  28829.     /**
  28830.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\CreditNoteRenderer' shared service.
  28831.      *
  28832.      * @return \Shopware\Core\Checkout\Document\Renderer\CreditNoteRenderer
  28833.      */
  28834.     protected function getCreditNoteRendererService()
  28835.     {
  28836.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/AbstractDocumentRenderer.php';
  28837.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/CreditNoteRenderer.php';
  28838.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  28839.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'])) {
  28840.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'];
  28841.         }
  28842.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28843.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'])) {
  28844.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'];
  28845.         }
  28846.         $c = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  28847.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'])) {
  28848.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'];
  28849.         }
  28850.         $d = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  28851.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'])) {
  28852.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'];
  28853.         }
  28854.         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()));
  28855.     }
  28856.     /**
  28857.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\DeliveryNoteRenderer' shared service.
  28858.      *
  28859.      * @return \Shopware\Core\Checkout\Document\Renderer\DeliveryNoteRenderer
  28860.      */
  28861.     protected function getDeliveryNoteRendererService()
  28862.     {
  28863.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/AbstractDocumentRenderer.php';
  28864.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/DeliveryNoteRenderer.php';
  28865.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  28866.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'])) {
  28867.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'];
  28868.         }
  28869.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28870.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'])) {
  28871.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'];
  28872.         }
  28873.         $c = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  28874.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'])) {
  28875.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'];
  28876.         }
  28877.         $d = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  28878.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'])) {
  28879.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'];
  28880.         }
  28881.         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()));
  28882.     }
  28883.     /**
  28884.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\InvoiceRenderer' shared service.
  28885.      *
  28886.      * @return \Shopware\Core\Checkout\Document\Renderer\InvoiceRenderer
  28887.      */
  28888.     protected function getInvoiceRendererService()
  28889.     {
  28890.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/AbstractDocumentRenderer.php';
  28891.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/InvoiceRenderer.php';
  28892.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  28893.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'])) {
  28894.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'];
  28895.         }
  28896.         $b = ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] ?? $this->getDocumentConfigLoaderService());
  28897.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'])) {
  28898.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'];
  28899.         }
  28900.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28901.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'])) {
  28902.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'];
  28903.         }
  28904.         $d = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  28905.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'])) {
  28906.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'];
  28907.         }
  28908.         $e = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  28909.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'])) {
  28910.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'];
  28911.         }
  28912.         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()));
  28913.     }
  28914.     /**
  28915.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\StornoRenderer' shared service.
  28916.      *
  28917.      * @return \Shopware\Core\Checkout\Document\Renderer\StornoRenderer
  28918.      */
  28919.     protected function getStornoRendererService()
  28920.     {
  28921.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/AbstractDocumentRenderer.php';
  28922.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/StornoRenderer.php';
  28923.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  28924.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'])) {
  28925.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'];
  28926.         }
  28927.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28928.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'])) {
  28929.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'];
  28930.         }
  28931.         $c = ($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'] ?? $this->getDocumentTemplateRendererService());
  28932.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'])) {
  28933.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'];
  28934.         }
  28935.         $d = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  28936.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'])) {
  28937.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'];
  28938.         }
  28939.         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()));
  28940.     }
  28941.     /**
  28942.      * Gets the private 'Shopware\Core\Checkout\Document\Service\DocumentConfigLoader' shared service.
  28943.      *
  28944.      * @return \Shopware\Core\Checkout\Document\Service\DocumentConfigLoader
  28945.      */
  28946.     protected function getDocumentConfigLoaderService()
  28947.     {
  28948.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/DocumentConfigLoader.php';
  28949.         $a = ($this->services['document_base_config.repository'] ?? $this->getDocumentBaseConfig_RepositoryService());
  28950.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'])) {
  28951.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'];
  28952.         }
  28953.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] = new \Shopware\Core\Checkout\Document\Service\DocumentConfigLoader($a);
  28954.     }
  28955.     /**
  28956.      * Gets the private 'Shopware\Core\Checkout\Document\Service\DocumentGenerator' shared service.
  28957.      *
  28958.      * @return \Shopware\Core\Checkout\Document\Service\DocumentGenerator
  28959.      */
  28960.     protected function getDocumentGeneratorService()
  28961.     {
  28962.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/DocumentGenerator.php';
  28963.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/DocumentRendererRegistry.php';
  28964.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/PdfRenderer.php';
  28965.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  28966.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'])) {
  28967.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'];
  28968.         }
  28969.         $b = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  28970.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'])) {
  28971.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'];
  28972.         }
  28973.         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 () {
  28974.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'] ?? $this->getInvoiceRendererService());
  28975.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'] ?? $this->getDeliveryNoteRendererService());
  28976.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'] ?? $this->getStornoRendererService());
  28977.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'] ?? $this->getCreditNoteRendererService());
  28978.         }, 4)), new \Shopware\Core\Checkout\Document\Service\PdfRenderer($this->parameters['shopware.dompdf.options']), $a$b, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  28979.     }
  28980.     /**
  28981.      * Gets the private 'Shopware\Core\Checkout\Document\Service\ReferenceInvoiceLoader' shared service.
  28982.      *
  28983.      * @return \Shopware\Core\Checkout\Document\Service\ReferenceInvoiceLoader
  28984.      */
  28985.     protected function getReferenceInvoiceLoaderService()
  28986.     {
  28987.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/ReferenceInvoiceLoader.php';
  28988.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\ReferenceInvoiceLoader'] = new \Shopware\Core\Checkout\Document\Service\ReferenceInvoiceLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  28989.     }
  28990.     /**
  28991.      * Gets the private 'Shopware\Core\Checkout\Document\Twig\DocumentTemplateRenderer' shared service.
  28992.      *
  28993.      * @return \Shopware\Core\Checkout\Document\Twig\DocumentTemplateRenderer
  28994.      */
  28995.     protected function getDocumentTemplateRendererService()
  28996.     {
  28997.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Twig/DocumentTemplateRenderer.php';
  28998.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  28999.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'])) {
  29000.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'];
  29001.         }
  29002.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  29003.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'])) {
  29004.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'];
  29005.         }
  29006.         $c = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  29007.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'])) {
  29008.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'];
  29009.         }
  29010.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  29011.         if (isset($this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'])) {
  29012.             return $this->privates['Shopware\\Core\\Checkout\\Document\\Twig\\DocumentTemplateRenderer'];
  29013.         }
  29014.         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);
  29015.     }
  29016.     /**
  29017.      * Gets the private 'Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionStateHandler' shared service.
  29018.      *
  29019.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionStateHandler
  29020.      */
  29021.     protected function getOrderTransactionStateHandlerService()
  29022.     {
  29023.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransaction/OrderTransactionStateHandler.php';
  29024.         $a = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  29025.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'])) {
  29026.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'];
  29027.         }
  29028.         return $this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionStateHandler($a);
  29029.     }
  29030.     /**
  29031.      * Gets the private 'Shopware\Core\Checkout\Order\Listener\OrderStateChangeEventListener' shared service.
  29032.      *
  29033.      * @return \Shopware\Core\Checkout\Order\Listener\OrderStateChangeEventListener
  29034.      */
  29035.     protected function getOrderStateChangeEventListenerService()
  29036.     {
  29037.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Listener/OrderStateChangeEventListener.php';
  29038.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  29039.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  29040.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  29041.         }
  29042.         $b = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  29043.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  29044.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  29045.         }
  29046.         $c = ($this->services['order_delivery.repository'] ?? $this->getOrderDelivery_RepositoryService());
  29047.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  29048.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  29049.         }
  29050.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  29051.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  29052.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  29053.         }
  29054.         $e = ($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'] ?? $this->getBusinessEventCollectorService());
  29055.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  29056.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  29057.         }
  29058.         $f = ($this->services['state_machine_state.repository'] ?? $this->getStateMachineState_RepositoryService());
  29059.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'])) {
  29060.             return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'];
  29061.         }
  29062.         return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] = new \Shopware\Core\Checkout\Order\Listener\OrderStateChangeEventListener($a$b$c$d$e$f);
  29063.     }
  29064.     /**
  29065.      * Gets the private 'Shopware\Core\Checkout\Order\SalesChannel\OrderService' shared service.
  29066.      *
  29067.      * @return \Shopware\Core\Checkout\Order\SalesChannel\OrderService
  29068.      */
  29069.     protected function getOrderService2Service()
  29070.     {
  29071.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/OrderService.php';
  29072.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  29073.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Validation/OrderValidationFactory.php';
  29074.         $a = ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService());
  29075.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  29076.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  29077.         }
  29078.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  29079.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  29080.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  29081.         }
  29082.         $c = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  29083.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  29084.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  29085.         }
  29086.         $d = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  29087.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  29088.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  29089.         }
  29090.         $e = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  29091.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  29092.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  29093.         }
  29094.         $f = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  29095.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  29096.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  29097.         }
  29098.         $g = ($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService());
  29099.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  29100.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  29101.         }
  29102.         $h = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  29103.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  29104.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  29105.         }
  29106.         $i = ($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] ?? $this->getMailServiceService());
  29107.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  29108.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  29109.         }
  29110.         $j = ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService());
  29111.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  29112.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  29113.         }
  29114.         $k = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  29115.         if (isset($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'])) {
  29116.             return $this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'];
  29117.         }
  29118.         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);
  29119.     }
  29120.     /**
  29121.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\CashPayment' shared service.
  29122.      *
  29123.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\CashPayment
  29124.      */
  29125.     protected function getCashPaymentService()
  29126.     {
  29127.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  29128.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  29129.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  29130.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/CashPayment.php';
  29131.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  29132.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment'])) {
  29133.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment'];
  29134.         }
  29135.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\CashPayment($a);
  29136.     }
  29137.     /**
  29138.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DebitPayment' shared service.
  29139.      *
  29140.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DebitPayment
  29141.      */
  29142.     protected function getDebitPaymentService()
  29143.     {
  29144.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  29145.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  29146.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  29147.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DebitPayment.php';
  29148.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  29149.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment'])) {
  29150.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment'];
  29151.         }
  29152.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DebitPayment($a);
  29153.     }
  29154.     /**
  29155.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DefaultPayment' shared service.
  29156.      *
  29157.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DefaultPayment
  29158.      */
  29159.     protected function getDefaultPaymentService()
  29160.     {
  29161.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  29162.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  29163.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  29164.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  29165.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment'])) {
  29166.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment'];
  29167.         }
  29168.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DefaultPayment($a);
  29169.     }
  29170.     /**
  29171.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\InvoicePayment' shared service.
  29172.      *
  29173.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\InvoicePayment
  29174.      */
  29175.     protected function getInvoicePaymentService()
  29176.     {
  29177.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  29178.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  29179.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  29180.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/InvoicePayment.php';
  29181.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  29182.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment'])) {
  29183.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment'];
  29184.         }
  29185.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\InvoicePayment($a);
  29186.     }
  29187.     /**
  29188.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry' shared service.
  29189.      *
  29190.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry
  29191.      */
  29192.     protected function getPaymentHandlerRegistryService()
  29193.     {
  29194.         $a = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  29195.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates''Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler''getAppPaymentHandlerService'false],
  29196.         ], [
  29197.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler',
  29198.         ]);
  29199.         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, [
  29200.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment''getCashPaymentService'false],
  29201.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment''getDebitPaymentService'false],
  29202.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment''getDefaultPaymentService'false],
  29203.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment''getInvoicePaymentService'false],
  29204.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment''getPrePaymentService'false],
  29205.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler' => ['privates''Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler''getAppSyncPaymentHandlerService'false],
  29206.             'Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler''getACDCHandlerService'false],
  29207.             'Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler''getPUIHandlerService'false],
  29208.             'Swag\\PayPal\\Checkout\\Payment\\Method\\PayLaterHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\PayLaterHandler''getPayLaterHandlerService'false],
  29209.             'Swag\\PayPal\\Checkout\\Payment\\Method\\SEPAHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\SEPAHandler''getSEPAHandlerService'false],
  29210.             'Swag\\PayPal\\Checkout\\Payment\\Method\\VenmoHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\VenmoHandler''getVenmoHandlerService'false],
  29211.         ], [
  29212.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment',
  29213.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment',
  29214.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment',
  29215.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment',
  29216.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment',
  29217.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler' => 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler',
  29218.             'Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler',
  29219.             'Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler',
  29220.             'Swag\\PayPal\\Checkout\\Payment\\Method\\PayLaterHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\PayLaterHandler',
  29221.             'Swag\\PayPal\\Checkout\\Payment\\Method\\SEPAHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\SEPAHandler',
  29222.             'Swag\\PayPal\\Checkout\\Payment\\Method\\VenmoHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\VenmoHandler',
  29223.         ]), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  29224.             'KlarnaPayment\\Components\\PaymentHandler\\KlarnaPaymentsPaymentHandler' => ['privates''KlarnaPayment\\Components\\PaymentHandler\\KlarnaPaymentsPaymentHandler''getKlarnaPaymentsPaymentHandlerService'false],
  29225.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler' => ['privates''Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler''getAppAsyncPaymentHandlerService'false],
  29226.             'Swag\\PayPal\\Checkout\\Payment\\Method\\BancontactAPMHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\BancontactAPMHandler''getBancontactAPMHandlerService'false],
  29227.             'Swag\\PayPal\\Checkout\\Payment\\Method\\BlikAPMHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\BlikAPMHandler''getBlikAPMHandlerService'false],
  29228.             'Swag\\PayPal\\Checkout\\Payment\\Method\\EpsAPMHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\EpsAPMHandler''getEpsAPMHandlerService'false],
  29229.             'Swag\\PayPal\\Checkout\\Payment\\Method\\GiropayAPMHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\GiropayAPMHandler''getGiropayAPMHandlerService'false],
  29230.             'Swag\\PayPal\\Checkout\\Payment\\Method\\IdealAPMHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\IdealAPMHandler''getIdealAPMHandlerService'false],
  29231.             'Swag\\PayPal\\Checkout\\Payment\\Method\\MultibancoAPMHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\MultibancoAPMHandler''getMultibancoAPMHandlerService'false],
  29232.             'Swag\\PayPal\\Checkout\\Payment\\Method\\MyBankAPMHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\MyBankAPMHandler''getMyBankAPMHandlerService'false],
  29233.             'Swag\\PayPal\\Checkout\\Payment\\Method\\OxxoAPMHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\OxxoAPMHandler''getOxxoAPMHandlerService'false],
  29234.             'Swag\\PayPal\\Checkout\\Payment\\Method\\P24APMHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\P24APMHandler''getP24APMHandlerService'false],
  29235.             'Swag\\PayPal\\Checkout\\Payment\\Method\\SofortAPMHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\SofortAPMHandler''getSofortAPMHandlerService'false],
  29236.             'Swag\\PayPal\\Checkout\\Payment\\Method\\TrustlyAPMHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\Method\\TrustlyAPMHandler''getTrustlyAPMHandlerService'false],
  29237.             'Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler' => ['privates''Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler''getPayPalPaymentHandlerService'false],
  29238.         ], [
  29239.             'KlarnaPayment\\Components\\PaymentHandler\\KlarnaPaymentsPaymentHandler' => 'KlarnaPayment\\Components\\PaymentHandler\\KlarnaPaymentsPaymentHandler',
  29240.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler' => 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler',
  29241.             'Swag\\PayPal\\Checkout\\Payment\\Method\\BancontactAPMHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\APMHandler',
  29242.             'Swag\\PayPal\\Checkout\\Payment\\Method\\BlikAPMHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\APMHandler',
  29243.             'Swag\\PayPal\\Checkout\\Payment\\Method\\EpsAPMHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\APMHandler',
  29244.             'Swag\\PayPal\\Checkout\\Payment\\Method\\GiropayAPMHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\APMHandler',
  29245.             'Swag\\PayPal\\Checkout\\Payment\\Method\\IdealAPMHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\APMHandler',
  29246.             'Swag\\PayPal\\Checkout\\Payment\\Method\\MultibancoAPMHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\APMHandler',
  29247.             'Swag\\PayPal\\Checkout\\Payment\\Method\\MyBankAPMHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\APMHandler',
  29248.             'Swag\\PayPal\\Checkout\\Payment\\Method\\OxxoAPMHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\APMHandler',
  29249.             'Swag\\PayPal\\Checkout\\Payment\\Method\\P24APMHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\APMHandler',
  29250.             'Swag\\PayPal\\Checkout\\Payment\\Method\\SofortAPMHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\APMHandler',
  29251.             'Swag\\PayPal\\Checkout\\Payment\\Method\\TrustlyAPMHandler' => 'Swag\\PayPal\\Checkout\\Payment\\Method\\APMHandler',
  29252.             'Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler' => 'Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler',
  29253.         ]), $a$a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  29254.     }
  29255.     /**
  29256.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PrePayment' shared service.
  29257.      *
  29258.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PrePayment
  29259.      */
  29260.     protected function getPrePaymentService()
  29261.     {
  29262.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  29263.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  29264.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  29265.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PrePayment.php';
  29266.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  29267.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment'])) {
  29268.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment'];
  29269.         }
  29270.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PrePayment($a);
  29271.     }
  29272.     /**
  29273.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\Token\JWTFactoryV2' shared service.
  29274.      *
  29275.      * @return \Shopware\Core\Checkout\Payment\Cart\Token\JWTFactoryV2
  29276.      */
  29277.     protected function getJWTFactoryV2Service()
  29278.     {
  29279.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/Token/TokenFactoryInterfaceV2.php';
  29280.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/Token/JWTFactoryV2.php';
  29281.         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()));
  29282.     }
  29283.     /**
  29284.      * Gets the private 'Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodIndexer' shared service.
  29285.      *
  29286.      * @return \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodIndexer
  29287.      */
  29288.     protected function getPaymentMethodIndexerService()
  29289.     {
  29290.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  29291.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentMethodIndexer.php';
  29292.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentDistinguishableNameGenerator.php';
  29293.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  29294.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'])) {
  29295.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'];
  29296.         }
  29297.         $b = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  29298.         if (isset($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'])) {
  29299.             return $this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'];
  29300.         }
  29301.         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->getIteratorFactoryService()), $a$b, new \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentDistinguishableNameGenerator($b));
  29302.     }
  29303.     /**
  29304.      * Gets the private 'Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodValidator' shared service.
  29305.      *
  29306.      * @return \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodValidator
  29307.      */
  29308.     protected function getPaymentMethodValidator2Service()
  29309.     {
  29310.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentMethodValidator.php';
  29311.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodValidator'] = new \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  29312.     }
  29313.     /**
  29314.      * Gets the private 'Shopware\Core\Checkout\Payment\PaymentService' shared service.
  29315.      *
  29316.      * @return \Shopware\Core\Checkout\Payment\PaymentService
  29317.      */
  29318.     protected function getPaymentServiceService()
  29319.     {
  29320.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/PaymentService.php';
  29321.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentTransactionChainProcessor.php';
  29322.         $a = ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\Token\\JWTFactoryV2'] ?? $this->getJWTFactoryV2Service());
  29323.         $b = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  29324.         $c = ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? $this->getPaymentHandlerRegistryService());
  29325.         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->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b, ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService()));
  29326.     }
  29327.     /**
  29328.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\FilterServiceRegistry' shared service.
  29329.      *
  29330.      * @return \Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\FilterServiceRegistry
  29331.      */
  29332.     protected function getFilterServiceRegistryService()
  29333.     {
  29334.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/FilterServiceRegistry.php';
  29335.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\Discount\\Filter\\FilterServiceRegistry'] = new \Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\FilterServiceRegistry(new RewindableGenerator(function () {
  29336.             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()));
  29337.             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()));
  29338.         }, 2), new RewindableGenerator(function () {
  29339.             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()));
  29340.             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()));
  29341.         }, 2));
  29342.     }
  29343.     /**
  29344.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\PromotionCollector' shared service.
  29345.      *
  29346.      * @return \Shopware\Core\Checkout\Promotion\Cart\PromotionCollector
  29347.      */
  29348.     protected function getPromotionCollectorService()
  29349.     {
  29350.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  29351.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCartInformationTrait.php';
  29352.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCollector.php';
  29353.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Gateway/PromotionGatewayInterface.php';
  29354.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Gateway/PromotionGateway.php';
  29355.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Service/PromotionDateTimeServiceInterface.php';
  29356.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Service/PromotionDateTimeService.php';
  29357.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionItemBuilder.php';
  29358.         $a = ($this->services['promotion.repository'] ?? $this->getPromotion_RepositoryService());
  29359.         if (isset($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionCollector'])) {
  29360.             return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionCollector'];
  29361.         }
  29362.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionCollector'] = new \Shopware\Core\Checkout\Promotion\Cart\PromotionCollector(new \Shopware\Core\Checkout\Promotion\Gateway\PromotionGateway($a, new \Shopware\Core\Checkout\Promotion\Service\PromotionDateTimeService()), ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionItemBuilder'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionItemBuilder'] = new \Shopware\Core\Checkout\Promotion\Cart\PromotionItemBuilder())), ($this->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] ?? $this->getHtmlSanitizerService()));
  29363.     }
  29364.     /**
  29365.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\PromotionDeliveryProcessor' shared service.
  29366.      *
  29367.      * @return \Shopware\Core\Checkout\Promotion\Cart\PromotionDeliveryProcessor
  29368.      */
  29369.     protected function getPromotionDeliveryProcessorService()
  29370.     {
  29371.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  29372.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionDeliveryProcessor.php';
  29373.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCartInformationTrait.php';
  29374.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionDeliveryCalculator.php';
  29375.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionItemBuilder.php';
  29376.         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['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionItemBuilder'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionItemBuilder'] = new \Shopware\Core\Checkout\Promotion\Cart\PromotionItemBuilder()))), ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\LineItemGroupBuilder'] ?? $this->getLineItemGroupBuilderService()));
  29377.     }
  29378.     /**
  29379.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\PromotionProcessor' shared service.
  29380.      *
  29381.      * @return \Shopware\Core\Checkout\Promotion\Cart\PromotionProcessor
  29382.      */
  29383.     protected function getPromotionProcessorService()
  29384.     {
  29385.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  29386.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionProcessor.php';
  29387.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCartInformationTrait.php';
  29388.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCalculator.php';
  29389.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Composition/DiscountCompositionBuilder.php';
  29390.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/PackageFilter.php';
  29391.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/AdvancedPackageFilter.php';
  29392.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/AdvancedPackagePicker.php';
  29393.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/SetGroupScopeFilter.php';
  29394.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Core/Checkout/Promotion/Cart/Discount/Filter/AdvancedPackageRulesDecorator.php';
  29395.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/AdvancedPackageRules.php';
  29396.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/DiscountPackager.php';
  29397.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Core/Checkout/Promotion/Cart/Discount/ScopePackager/CartScopeDiscountPackagerDecorator.php';
  29398.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/ScopePackager/CartScopeDiscountPackager.php';
  29399.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/ScopePackager/SetGroupScopeDiscountPackager.php';
  29400.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/ScopePackager/SetScopeDiscountPackager.php';
  29401.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\LineItemGroupBuilder'] ?? $this->getLineItemGroupBuilderService());
  29402.         $b = ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\Discount\\Filter\\FilterServiceRegistry'] ?? $this->getFilterServiceRegistryService());
  29403.         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 \Swag\CustomizedProducts\Core\Checkout\Promotion\Cart\Discount\Filter\AdvancedPackageRulesDecorator(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 \Swag\CustomizedProducts\Core\Checkout\Promotion\Cart\Discount\ScopePackager\CartScopeDiscountPackagerDecorator(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);
  29404.     }
  29405.     /**
  29406.      * Gets the private 'Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionIndexer' shared service.
  29407.      *
  29408.      * @return \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionIndexer
  29409.      */
  29410.     protected function getPromotionIndexerService()
  29411.     {
  29412.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  29413.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/DataAbstractionLayer/PromotionIndexer.php';
  29414.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/DataAbstractionLayer/PromotionExclusionUpdater.php';
  29415.         $a = ($this->services['promotion.repository'] ?? $this->getPromotion_RepositoryService());
  29416.         if (isset($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'])) {
  29417.             return $this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'];
  29418.         }
  29419.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  29420.         if (isset($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'])) {
  29421.             return $this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'];
  29422.         }
  29423.         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->getIteratorFactoryService()), $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);
  29424.     }
  29425.     /**
  29426.      * Gets the private 'Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionRedemptionUpdater' shared service.
  29427.      *
  29428.      * @return \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionRedemptionUpdater
  29429.      */
  29430.     protected function getPromotionRedemptionUpdaterService()
  29431.     {
  29432.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/DataAbstractionLayer/PromotionRedemptionUpdater.php';
  29433.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionRedemptionUpdater'] = new \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionRedemptionUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  29434.     }
  29435.     /**
  29436.      * Gets the private 'Shopware\Core\Checkout\Promotion\Subscriber\PromotionIndividualCodeRedeemer' shared service.
  29437.      *
  29438.      * @return \Shopware\Core\Checkout\Promotion\Subscriber\PromotionIndividualCodeRedeemer
  29439.      */
  29440.     protected function getPromotionIndividualCodeRedeemerService()
  29441.     {
  29442.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Subscriber/PromotionIndividualCodeRedeemer.php';
  29443.         $a = ($this->services['promotion_individual_code.repository'] ?? $this->getPromotionIndividualCode_RepositoryService());
  29444.         if (isset($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\PromotionIndividualCodeRedeemer'])) {
  29445.             return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\PromotionIndividualCodeRedeemer'];
  29446.         }
  29447.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\PromotionIndividualCodeRedeemer'] = new \Shopware\Core\Checkout\Promotion\Subscriber\PromotionIndividualCodeRedeemer($a);
  29448.     }
  29449.     /**
  29450.      * Gets the private 'Shopware\Core\Checkout\Promotion\Subscriber\Storefront\StorefrontCartSubscriber' shared service.
  29451.      *
  29452.      * @return \Shopware\Core\Checkout\Promotion\Subscriber\Storefront\StorefrontCartSubscriber
  29453.      */
  29454.     protected function getStorefrontCartSubscriberService()
  29455.     {
  29456.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Subscriber/Storefront/StorefrontCartSubscriber.php';
  29457.         $a = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  29458.         if (isset($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'])) {
  29459.             return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'];
  29460.         }
  29461.         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())));
  29462.     }
  29463.     /**
  29464.      * Gets the private 'Shopware\Core\Checkout\Promotion\Validator\PromotionValidator' shared service.
  29465.      *
  29466.      * @return \Shopware\Core\Checkout\Promotion\Validator\PromotionValidator
  29467.      */
  29468.     protected function getPromotionValidatorService()
  29469.     {
  29470.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Validator/PromotionValidator.php';
  29471.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Validator\\PromotionValidator'] = new \Shopware\Core\Checkout\Promotion\Validator\PromotionValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  29472.     }
  29473.     /**
  29474.      * Gets the private 'Shopware\Core\Checkout\Shipping\Validator\ShippingMethodValidator' shared service.
  29475.      *
  29476.      * @return \Shopware\Core\Checkout\Shipping\Validator\ShippingMethodValidator
  29477.      */
  29478.     protected function getShippingMethodValidatorService()
  29479.     {
  29480.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Validator/ShippingMethodValidator.php';
  29481.         return $this->privates['Shopware\\Core\\Checkout\\Shipping\\Validator\\ShippingMethodValidator'] = new \Shopware\Core\Checkout\Shipping\Validator\ShippingMethodValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  29482.     }
  29483.     /**
  29484.      * Gets the private 'Shopware\Core\Content\Category\DataAbstractionLayer\CategoryIndexer' shared service.
  29485.      *
  29486.      * @return \Shopware\Core\Content\Category\DataAbstractionLayer\CategoryIndexer
  29487.      */
  29488.     protected function getCategoryIndexerService()
  29489.     {
  29490.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  29491.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/DataAbstractionLayer/CategoryIndexer.php';
  29492.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/DataAbstractionLayer/CategoryBreadcrumbUpdater.php';
  29493.         $a = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  29494.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'])) {
  29495.             return $this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'];
  29496.         }
  29497.         $b = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  29498.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'])) {
  29499.             return $this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'];
  29500.         }
  29501.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  29502.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'])) {
  29503.             return $this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'];
  29504.         }
  29505.         $d = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  29506.         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->getIteratorFactoryService()), $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);
  29507.     }
  29508.     /**
  29509.      * Gets the private 'Shopware\Core\Content\Category\Service\CategoryBreadcrumbBuilder' shared service.
  29510.      *
  29511.      * @return \Shopware\Core\Content\Category\Service\CategoryBreadcrumbBuilder
  29512.      */
  29513.     protected function getCategoryBreadcrumbBuilderService()
  29514.     {
  29515.         $a = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  29516.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'])) {
  29517.             return $this->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'];
  29518.         }
  29519.         return $this->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'] = new \Shopware\Core\Content\Category\Service\CategoryBreadcrumbBuilder($a);
  29520.     }
  29521.     /**
  29522.      * Gets the private 'Shopware\Core\Content\Category\Service\NavigationLoader' shared service.
  29523.      *
  29524.      * @return \Shopware\Core\Content\Category\Service\NavigationLoader
  29525.      */
  29526.     protected function getNavigationLoaderService()
  29527.     {
  29528.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  29529.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'])) {
  29530.             return $this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'];
  29531.         }
  29532.         $b = ($this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute'] ?? $this->getTreeBuildingNavigationRouteService());
  29533.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'])) {
  29534.             return $this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'];
  29535.         }
  29536.         return $this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] = new \Shopware\Core\Content\Category\Service\NavigationLoader($a$b);
  29537.     }
  29538.     /**
  29539.      * Gets the private 'Shopware\Core\Content\Category\Subscriber\CategorySubscriber' shared service.
  29540.      *
  29541.      * @return \Shopware\Core\Content\Category\Subscriber\CategorySubscriber
  29542.      */
  29543.     protected function getCategorySubscriberService()
  29544.     {
  29545.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Subscriber/CategorySubscriber.php';
  29546.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  29547.         if (isset($this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'])) {
  29548.             return $this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'];
  29549.         }
  29550.         return $this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'] = new \Shopware\Core\Content\Category\Subscriber\CategorySubscriber($a);
  29551.     }
  29552.     /**
  29553.      * Gets the private 'Shopware\Core\Content\Category\Validation\EntryPointValidator' shared service.
  29554.      *
  29555.      * @return \Shopware\Core\Content\Category\Validation\EntryPointValidator
  29556.      */
  29557.     protected function getEntryPointValidatorService()
  29558.     {
  29559.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Validation/EntryPointValidator.php';
  29560.         return $this->privates['Shopware\\Core\\Content\\Category\\Validation\\EntryPointValidator'] = new \Shopware\Core\Content\Category\Validation\EntryPointValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  29561.     }
  29562.     /**
  29563.      * Gets the private 'Shopware\Core\Content\Cms\DataResolver\Element\FormCmsElementResolver' shared service.
  29564.      *
  29565.      * @return \Shopware\Core\Content\Cms\DataResolver\Element\FormCmsElementResolver
  29566.      */
  29567.     protected function getFormCmsElementResolverService()
  29568.     {
  29569.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  29570.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  29571.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/FormCmsElementResolver.php';
  29572.         $a = ($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'] ?? $this->getCachedSalutationRouteService());
  29573.         if (isset($this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\FormCmsElementResolver'])) {
  29574.             return $this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\FormCmsElementResolver'];
  29575.         }
  29576.         return $this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\FormCmsElementResolver'] = new \Shopware\Core\Content\Cms\DataResolver\Element\FormCmsElementResolver($a);
  29577.     }
  29578.     /**
  29579.      * Gets the private 'Shopware\Core\Content\Cms\DataResolver\Element\TextCmsElementResolver' shared service.
  29580.      *
  29581.      * @return \Shopware\Core\Content\Cms\DataResolver\Element\TextCmsElementResolver
  29582.      */
  29583.     protected function getTextCmsElementResolverService()
  29584.     {
  29585.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  29586.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  29587.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/TextCmsElementResolver.php';
  29588.         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()));
  29589.     }
  29590.     /**
  29591.      * Gets the private 'Shopware\Core\Content\Cms\Subscriber\CmsPageDefaultChangeSubscriber' shared service.
  29592.      *
  29593.      * @return \Shopware\Core\Content\Cms\Subscriber\CmsPageDefaultChangeSubscriber
  29594.      */
  29595.     protected function getCmsPageDefaultChangeSubscriberService()
  29596.     {
  29597.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Subscriber/CmsPageDefaultChangeSubscriber.php';
  29598.         return $this->privates['Shopware\\Core\\Content\\Cms\\Subscriber\\CmsPageDefaultChangeSubscriber'] = new \Shopware\Core\Content\Cms\Subscriber\CmsPageDefaultChangeSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  29599.     }
  29600.     /**
  29601.      * Gets the private 'Shopware\Core\Content\Flow\Api\FlowActionCollector' shared service.
  29602.      *
  29603.      * @return \Shopware\Core\Content\Flow\Api\FlowActionCollector
  29604.      */
  29605.     protected function getFlowActionCollectorService()
  29606.     {
  29607.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Api/FlowActionCollector.php';
  29608.         return $this->privates['Shopware\\Core\\Content\\Flow\\Api\\FlowActionCollector'] = new \Shopware\Core\Content\Flow\Api\FlowActionCollector(new RewindableGenerator(function () {
  29609.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'] ?? $this->getAddOrderTagActionService());
  29610.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'] ?? $this->getAddCustomerTagActionService());
  29611.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'] ?? $this->getRemoveOrderTagActionService());
  29612.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'] ?? $this->getRemoveCustomerTagActionService());
  29613.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'] ?? $this->getChangeCustomerGroupActionService());
  29614.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'] ?? $this->getChangeCustomerStatusActionService());
  29615.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'] ?? $this->getGenerateDocumentActionService());
  29616.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GrantDownloadAccessAction'] ?? $this->getGrantDownloadAccessActionService());
  29617.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'] ?? $this->getSendMailActionService());
  29618.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'] ?? $this->getSetOrderStateActionService());
  29619.             yield 10 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'] ?? $this->getSetCustomerCustomFieldActionService());
  29620.             yield 11 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'] ?? $this->getSetCustomerGroupCustomFieldActionService());
  29621.             yield 12 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'] ?? $this->getAddCustomerAffiliateAndCampaignCodeActionService());
  29622.             yield 13 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'] ?? $this->getAddOrderAffiliateAndCampaignCodeActionService());
  29623.             yield 14 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'] ?? $this->getSetOrderCustomFieldActionService());
  29624.             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()));
  29625.         }, 16), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['app_flow_action.repository'] ?? $this->getAppFlowAction_RepositoryService()));
  29626.     }
  29627.     /**
  29628.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerAffiliateAndCampaignCodeAction' shared service.
  29629.      *
  29630.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerAffiliateAndCampaignCodeAction
  29631.      */
  29632.     protected function getAddCustomerAffiliateAndCampaignCodeActionService()
  29633.     {
  29634.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  29635.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  29636.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/AddCustomerAffiliateAndCampaignCodeAction.php';
  29637.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  29638.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'])) {
  29639.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'];
  29640.         }
  29641.         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);
  29642.     }
  29643.     /**
  29644.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerTagAction' shared service.
  29645.      *
  29646.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerTagAction
  29647.      */
  29648.     protected function getAddCustomerTagActionService()
  29649.     {
  29650.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  29651.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  29652.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/AddCustomerTagAction.php';
  29653.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  29654.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'])) {
  29655.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'];
  29656.         }
  29657.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerTagAction($a);
  29658.     }
  29659.     /**
  29660.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddOrderAffiliateAndCampaignCodeAction' shared service.
  29661.      *
  29662.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddOrderAffiliateAndCampaignCodeAction
  29663.      */
  29664.     protected function getAddOrderAffiliateAndCampaignCodeActionService()
  29665.     {
  29666.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  29667.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  29668.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/AddOrderAffiliateAndCampaignCodeAction.php';
  29669.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  29670.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'])) {
  29671.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'];
  29672.         }
  29673.         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);
  29674.     }
  29675.     /**
  29676.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddOrderTagAction' shared service.
  29677.      *
  29678.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddOrderTagAction
  29679.      */
  29680.     protected function getAddOrderTagActionService()
  29681.     {
  29682.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  29683.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  29684.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/AddOrderTagAction.php';
  29685.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  29686.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'])) {
  29687.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'];
  29688.         }
  29689.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\AddOrderTagAction($a);
  29690.     }
  29691.     /**
  29692.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerGroupAction' shared service.
  29693.      *
  29694.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerGroupAction
  29695.      */
  29696.     protected function getChangeCustomerGroupActionService()
  29697.     {
  29698.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  29699.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  29700.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/ChangeCustomerGroupAction.php';
  29701.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  29702.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'])) {
  29703.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'];
  29704.         }
  29705.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerGroupAction($a);
  29706.     }
  29707.     /**
  29708.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerStatusAction' shared service.
  29709.      *
  29710.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerStatusAction
  29711.      */
  29712.     protected function getChangeCustomerStatusActionService()
  29713.     {
  29714.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  29715.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  29716.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/ChangeCustomerStatusAction.php';
  29717.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  29718.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'])) {
  29719.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'];
  29720.         }
  29721.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerStatusAction($a);
  29722.     }
  29723.     /**
  29724.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\GenerateDocumentAction' shared service.
  29725.      *
  29726.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\GenerateDocumentAction
  29727.      */
  29728.     protected function getGenerateDocumentActionService()
  29729.     {
  29730.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  29731.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  29732.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/GenerateDocumentAction.php';
  29733.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService());
  29734.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'])) {
  29735.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'];
  29736.         }
  29737.         $b = ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'] ?? $this->getDocumentGeneratorService());
  29738.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'])) {
  29739.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'];
  29740.         }
  29741.         $c = ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService());
  29742.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'])) {
  29743.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'];
  29744.         }
  29745.         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->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  29746.     }
  29747.     /**
  29748.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\GrantDownloadAccessAction' shared service.
  29749.      *
  29750.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\GrantDownloadAccessAction
  29751.      */
  29752.     protected function getGrantDownloadAccessActionService()
  29753.     {
  29754.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  29755.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/GrantDownloadAccessAction.php';
  29756.         $a = ($this->services['order_line_item_download.repository'] ?? $this->getOrderLineItemDownload_RepositoryService());
  29757.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GrantDownloadAccessAction'])) {
  29758.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GrantDownloadAccessAction'];
  29759.         }
  29760.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GrantDownloadAccessAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\GrantDownloadAccessAction($a);
  29761.     }
  29762.     /**
  29763.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\RemoveCustomerTagAction' shared service.
  29764.      *
  29765.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\RemoveCustomerTagAction
  29766.      */
  29767.     protected function getRemoveCustomerTagActionService()
  29768.     {
  29769.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  29770.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  29771.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/RemoveCustomerTagAction.php';
  29772.         $a = ($this->services['customer_tag.repository'] ?? $this->getCustomerTag_RepositoryService());
  29773.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'])) {
  29774.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'];
  29775.         }
  29776.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\RemoveCustomerTagAction($a);
  29777.     }
  29778.     /**
  29779.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\RemoveOrderTagAction' shared service.
  29780.      *
  29781.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\RemoveOrderTagAction
  29782.      */
  29783.     protected function getRemoveOrderTagActionService()
  29784.     {
  29785.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  29786.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  29787.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/RemoveOrderTagAction.php';
  29788.         $a = ($this->services['order_tag.repository'] ?? $this->getOrderTag_RepositoryService());
  29789.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'])) {
  29790.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'];
  29791.         }
  29792.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\RemoveOrderTagAction($a);
  29793.     }
  29794.     /**
  29795.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SendMailAction' shared service.
  29796.      *
  29797.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SendMailAction
  29798.      */
  29799.     protected function getSendMailActionService()
  29800.     {
  29801.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  29802.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  29803.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SendMailAction.php';
  29804.         $a = ($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] ?? $this->getMailServiceService());
  29805.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'])) {
  29806.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'];
  29807.         }
  29808.         $b = ($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService());
  29809.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'])) {
  29810.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'];
  29811.         }
  29812.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  29813.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'])) {
  29814.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'];
  29815.         }
  29816.         $d = ($this->services['mail_template_type.repository'] ?? $this->getMailTemplateType_RepositoryService());
  29817.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'])) {
  29818.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'];
  29819.         }
  29820.         $e = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  29821.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'])) {
  29822.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'];
  29823.         }
  29824.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\SendMailAction($a$b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $c$d$e, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()), true);
  29825.     }
  29826.     /**
  29827.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerCustomFieldAction' shared service.
  29828.      *
  29829.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerCustomFieldAction
  29830.      */
  29831.     protected function getSetCustomerCustomFieldActionService()
  29832.     {
  29833.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  29834.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  29835.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/CustomFieldActionTrait.php';
  29836.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SetCustomerCustomFieldAction.php';
  29837.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  29838.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'])) {
  29839.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'];
  29840.         }
  29841.         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);
  29842.     }
  29843.     /**
  29844.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerGroupCustomFieldAction' shared service.
  29845.      *
  29846.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerGroupCustomFieldAction
  29847.      */
  29848.     protected function getSetCustomerGroupCustomFieldActionService()
  29849.     {
  29850.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  29851.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  29852.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/CustomFieldActionTrait.php';
  29853.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SetCustomerGroupCustomFieldAction.php';
  29854.         $a = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  29855.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'])) {
  29856.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'];
  29857.         }
  29858.         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);
  29859.     }
  29860.     /**
  29861.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetOrderCustomFieldAction' shared service.
  29862.      *
  29863.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetOrderCustomFieldAction
  29864.      */
  29865.     protected function getSetOrderCustomFieldActionService()
  29866.     {
  29867.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  29868.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  29869.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/CustomFieldActionTrait.php';
  29870.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SetOrderCustomFieldAction.php';
  29871.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  29872.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'])) {
  29873.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'];
  29874.         }
  29875.         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);
  29876.     }
  29877.     /**
  29878.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetOrderStateAction' shared service.
  29879.      *
  29880.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetOrderStateAction
  29881.      */
  29882.     protected function getSetOrderStateActionService()
  29883.     {
  29884.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  29885.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  29886.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SetOrderStateAction.php';
  29887.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] ?? $this->getOrderService2Service());
  29888.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'])) {
  29889.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'];
  29890.         }
  29891.         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->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a);
  29892.     }
  29893.     /**
  29894.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\CustomerGroupStorer' shared service.
  29895.      *
  29896.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerGroupStorer
  29897.      */
  29898.     protected function getCustomerGroupStorerService()
  29899.     {
  29900.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  29901.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/CustomerGroupStorer.php';
  29902.         $a = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  29903.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerGroupStorer'])) {
  29904.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerGroupStorer'];
  29905.         }
  29906.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerGroupStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerGroupStorer($a);
  29907.     }
  29908.     /**
  29909.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\CustomerRecoveryStorer' shared service.
  29910.      *
  29911.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerRecoveryStorer
  29912.      */
  29913.     protected function getCustomerRecoveryStorerService()
  29914.     {
  29915.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  29916.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/CustomerRecoveryStorer.php';
  29917.         $a = ($this->services['customer_recovery.repository'] ?? $this->getCustomerRecovery_RepositoryService());
  29918.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerRecoveryStorer'])) {
  29919.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerRecoveryStorer'];
  29920.         }
  29921.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerRecoveryStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerRecoveryStorer($a);
  29922.     }
  29923.     /**
  29924.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\CustomerStorer' shared service.
  29925.      *
  29926.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerStorer
  29927.      */
  29928.     protected function getCustomerStorerService()
  29929.     {
  29930.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  29931.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/CustomerStorer.php';
  29932.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  29933.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerStorer'])) {
  29934.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerStorer'];
  29935.         }
  29936.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerStorer($a);
  29937.     }
  29938.     /**
  29939.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\NewsletterRecipientStorer' shared service.
  29940.      *
  29941.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\NewsletterRecipientStorer
  29942.      */
  29943.     protected function getNewsletterRecipientStorerService()
  29944.     {
  29945.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  29946.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/NewsletterRecipientStorer.php';
  29947.         $a = ($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService());
  29948.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\NewsletterRecipientStorer'])) {
  29949.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\NewsletterRecipientStorer'];
  29950.         }
  29951.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\NewsletterRecipientStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\NewsletterRecipientStorer($a);
  29952.     }
  29953.     /**
  29954.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\OrderStorer' shared service.
  29955.      *
  29956.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\OrderStorer
  29957.      */
  29958.     protected function getOrderStorerService()
  29959.     {
  29960.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  29961.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/OrderStorer.php';
  29962.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  29963.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderStorer'])) {
  29964.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderStorer'];
  29965.         }
  29966.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\OrderStorer($a);
  29967.     }
  29968.     /**
  29969.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\OrderTransactionStorer' shared service.
  29970.      *
  29971.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\OrderTransactionStorer
  29972.      */
  29973.     protected function getOrderTransactionStorerService()
  29974.     {
  29975.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  29976.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/OrderTransactionStorer.php';
  29977.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  29978.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderTransactionStorer'])) {
  29979.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderTransactionStorer'];
  29980.         }
  29981.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderTransactionStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\OrderTransactionStorer($a);
  29982.     }
  29983.     /**
  29984.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\UserStorer' shared service.
  29985.      *
  29986.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\UserStorer
  29987.      */
  29988.     protected function getUserStorerService()
  29989.     {
  29990.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  29991.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/UserStorer.php';
  29992.         $a = ($this->services['user_recovery.repository'] ?? $this->getUserRecovery_RepositoryService());
  29993.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\UserStorer'])) {
  29994.             return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\UserStorer'];
  29995.         }
  29996.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\UserStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\UserStorer($a);
  29997.     }
  29998.     /**
  29999.      * Gets the private 'Shopware\Core\Content\Flow\Indexing\FlowIndexer' shared service.
  30000.      *
  30001.      * @return \Shopware\Core\Content\Flow\Indexing\FlowIndexer
  30002.      */
  30003.     protected function getFlowIndexerService()
  30004.     {
  30005.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  30006.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Indexing/FlowIndexer.php';
  30007.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Indexing/FlowPayloadUpdater.php';
  30008.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowBuilder.php';
  30009.         $a = ($this->services['flow.repository'] ?? $this->getFlow_RepositoryService());
  30010.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'])) {
  30011.             return $this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'];
  30012.         }
  30013.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  30014.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'])) {
  30015.             return $this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'];
  30016.         }
  30017.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  30018.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'])) {
  30019.             return $this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'];
  30020.         }
  30021.         $d = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  30022.         if (isset($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'])) {
  30023.             return $this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'];
  30024.         }
  30025.         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->getIteratorFactoryService()), $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);
  30026.     }
  30027.     /**
  30028.      * Gets the private 'Shopware\Core\Content\ImportExport\Command\DeleteExpiredFilesCommand' shared service.
  30029.      *
  30030.      * @return \Shopware\Core\Content\ImportExport\Command\DeleteExpiredFilesCommand
  30031.      */
  30032.     protected function getDeleteExpiredFilesCommandService()
  30033.     {
  30034.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30035.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Command/DeleteExpiredFilesCommand.php';
  30036.         $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()));
  30037.         $instance->setName('import-export:delete-expired');
  30038.         return $instance;
  30039.     }
  30040.     /**
  30041.      * Gets the private 'Shopware\Core\Content\ImportExport\Command\ImportEntityCommand' shared service.
  30042.      *
  30043.      * @return \Shopware\Core\Content\ImportExport\Command\ImportEntityCommand
  30044.      */
  30045.     protected function getImportEntityCommandService()
  30046.     {
  30047.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30048.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Command/ImportEntityCommand.php';
  30049.         $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()));
  30050.         $instance->setName('import:entity');
  30051.         return $instance;
  30052.     }
  30053.     /**
  30054.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CountrySerializer' shared service.
  30055.      *
  30056.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CountrySerializer
  30057.      */
  30058.     protected function getCountrySerializerService()
  30059.     {
  30060.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  30061.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  30062.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/CountrySerializer.php';
  30063.         $a = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  30064.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'])) {
  30065.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'];
  30066.         }
  30067.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CountrySerializer($a);
  30068.     }
  30069.     /**
  30070.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CustomerSerializer' shared service.
  30071.      *
  30072.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CustomerSerializer
  30073.      */
  30074.     protected function getCustomerSerializerService()
  30075.     {
  30076.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  30077.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  30078.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/CustomerSerializer.php';
  30079.         $a = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  30080.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'])) {
  30081.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'];
  30082.         }
  30083.         $b = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  30084.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'])) {
  30085.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'];
  30086.         }
  30087.         $c = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  30088.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'])) {
  30089.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'];
  30090.         }
  30091.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CustomerSerializer($a$b$c);
  30092.     }
  30093.     /**
  30094.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\LanguageSerializer' shared service.
  30095.      *
  30096.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\LanguageSerializer
  30097.      */
  30098.     protected function getLanguageSerializerService()
  30099.     {
  30100.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  30101.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  30102.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/LanguageSerializer.php';
  30103.         $a = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  30104.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'])) {
  30105.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'];
  30106.         }
  30107.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\LanguageSerializer($a);
  30108.     }
  30109.     /**
  30110.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\MediaSerializer' shared service.
  30111.      *
  30112.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\MediaSerializer
  30113.      */
  30114.     protected function getMediaSerializerService()
  30115.     {
  30116.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  30117.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  30118.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/MediaSerializer.php';
  30119.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  30120.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) {
  30121.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'];
  30122.         }
  30123.         $b = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  30124.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) {
  30125.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'];
  30126.         }
  30127.         $c = ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService());
  30128.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) {
  30129.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'];
  30130.         }
  30131.         $d = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  30132.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) {
  30133.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'];
  30134.         }
  30135.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\MediaSerializer($a$b$c$d);
  30136.     }
  30137.     /**
  30138.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductCrossSellingSerializer' shared service.
  30139.      *
  30140.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductCrossSellingSerializer
  30141.      */
  30142.     protected function getProductCrossSellingSerializerService()
  30143.     {
  30144.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  30145.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  30146.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/ProductCrossSellingSerializer.php';
  30147.         $a = ($this->services['product_cross_selling_assigned_products.repository'] ?? $this->getProductCrossSellingAssignedProducts_RepositoryService());
  30148.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductCrossSellingSerializer'])) {
  30149.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductCrossSellingSerializer'];
  30150.         }
  30151.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductCrossSellingSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductCrossSellingSerializer($a);
  30152.     }
  30153.     /**
  30154.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductSerializer' shared service.
  30155.      *
  30156.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductSerializer
  30157.      */
  30158.     protected function getProductSerializerService()
  30159.     {
  30160.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  30161.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  30162.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/ProductSerializer.php';
  30163.         $a = ($this->services['product_visibility.repository'] ?? $this->getProductVisibility_RepositoryService());
  30164.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'])) {
  30165.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'];
  30166.         }
  30167.         $b = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  30168.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'])) {
  30169.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'];
  30170.         }
  30171.         $c = ($this->services['product_media.repository'] ?? $this->getProductMedia_RepositoryService());
  30172.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'])) {
  30173.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'];
  30174.         }
  30175.         $d = ($this->services['product_configurator_setting.repository'] ?? $this->getProductConfiguratorSetting_RepositoryService());
  30176.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'])) {
  30177.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'];
  30178.         }
  30179.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductSerializer($a$b$c$d);
  30180.     }
  30181.     /**
  30182.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\PromotionIndividualCodeSerializer' shared service.
  30183.      *
  30184.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\PromotionIndividualCodeSerializer
  30185.      */
  30186.     protected function getPromotionIndividualCodeSerializerService()
  30187.     {
  30188.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  30189.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  30190.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/PromotionIndividualCodeSerializer.php';
  30191.         $a = ($this->services['promotion_individual_code.repository'] ?? $this->getPromotionIndividualCode_RepositoryService());
  30192.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'])) {
  30193.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'];
  30194.         }
  30195.         $b = ($this->services['promotion.repository'] ?? $this->getPromotion_RepositoryService());
  30196.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'])) {
  30197.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'];
  30198.         }
  30199.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\PromotionIndividualCodeSerializer($a$b);
  30200.     }
  30201.     /**
  30202.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\SalutationSerializer' shared service.
  30203.      *
  30204.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\SalutationSerializer
  30205.      */
  30206.     protected function getSalutationSerializerService()
  30207.     {
  30208.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  30209.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  30210.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/SalutationSerializer.php';
  30211.         $a = ($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService());
  30212.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'])) {
  30213.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'];
  30214.         }
  30215.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\SalutationSerializer($a);
  30216.     }
  30217.     /**
  30218.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\CustomFieldsSerializer' shared service.
  30219.      *
  30220.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\CustomFieldsSerializer
  30221.      */
  30222.     protected function getCustomFieldsSerializer2Service()
  30223.     {
  30224.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  30225.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  30226.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/CustomFieldsSerializer.php';
  30227.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer'] ?? $this->getCustomFieldsSerializerService());
  30228.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\CustomFieldsSerializer'])) {
  30229.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\CustomFieldsSerializer'];
  30230.         }
  30231.         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()));
  30232.     }
  30233.     /**
  30234.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\PriceSerializer' shared service.
  30235.      *
  30236.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\PriceSerializer
  30237.      */
  30238.     protected function getPriceSerializerService()
  30239.     {
  30240.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  30241.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  30242.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/PriceSerializer.php';
  30243.         $a = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  30244.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\PriceSerializer'])) {
  30245.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\PriceSerializer'];
  30246.         }
  30247.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\PriceSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\PriceSerializer($a);
  30248.     }
  30249.     /**
  30250.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\ToOneSerializer' shared service.
  30251.      *
  30252.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\ToOneSerializer
  30253.      */
  30254.     protected function getToOneSerializerService()
  30255.     {
  30256.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  30257.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  30258.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/ToOneSerializer.php';
  30259.         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()));
  30260.     }
  30261.     /**
  30262.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\TranslationsSerializer' shared service.
  30263.      *
  30264.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\TranslationsSerializer
  30265.      */
  30266.     protected function getTranslationsSerializerService()
  30267.     {
  30268.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  30269.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  30270.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/TranslationsSerializer.php';
  30271.         $a = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  30272.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\TranslationsSerializer'])) {
  30273.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\TranslationsSerializer'];
  30274.         }
  30275.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\TranslationsSerializer'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\TranslationsSerializer($a);
  30276.     }
  30277.     /**
  30278.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\PrimaryKeyResolver' shared service.
  30279.      *
  30280.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\PrimaryKeyResolver
  30281.      */
  30282.     protected function getPrimaryKeyResolverService()
  30283.     {
  30284.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/PrimaryKeyResolver.php';
  30285.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  30286.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  30287.         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())));
  30288.     }
  30289.     /**
  30290.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\SystemDefaultValidator' shared service.
  30291.      *
  30292.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\SystemDefaultValidator
  30293.      */
  30294.     protected function getSystemDefaultValidatorService()
  30295.     {
  30296.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/SystemDefaultValidator.php';
  30297.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\SystemDefaultValidator'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\SystemDefaultValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  30298.     }
  30299.     /**
  30300.      * Gets the private 'Shopware\Core\Content\ImportExport\Event\Subscriber\FileDeletedSubscriber' shared service.
  30301.      *
  30302.      * @return \Shopware\Core\Content\ImportExport\Event\Subscriber\FileDeletedSubscriber
  30303.      */
  30304.     protected function getFileDeletedSubscriberService()
  30305.     {
  30306.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Event/Subscriber/FileDeletedSubscriber.php';
  30307.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  30308.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\FileDeletedSubscriber'])) {
  30309.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\FileDeletedSubscriber'];
  30310.         }
  30311.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\FileDeletedSubscriber'] = new \Shopware\Core\Content\ImportExport\Event\Subscriber\FileDeletedSubscriber($a);
  30312.     }
  30313.     /**
  30314.      * Gets the private 'Shopware\Core\Content\ImportExport\Event\Subscriber\ProductCategoryPathsSubscriber' shared service.
  30315.      *
  30316.      * @return \Shopware\Core\Content\ImportExport\Event\Subscriber\ProductCategoryPathsSubscriber
  30317.      */
  30318.     protected function getProductCategoryPathsSubscriberService()
  30319.     {
  30320.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Event/Subscriber/ProductCategoryPathsSubscriber.php';
  30321.         $a = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  30322.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'])) {
  30323.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'];
  30324.         }
  30325.         $b = ($this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'] ?? $this->getSyncServiceService());
  30326.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'])) {
  30327.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'];
  30328.         }
  30329.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'] = new \Shopware\Core\Content\ImportExport\Event\Subscriber\ProductCategoryPathsSubscriber($a$b);
  30330.     }
  30331.     /**
  30332.      * Gets the private 'Shopware\Core\Content\ImportExport\Event\Subscriber\ProductVariantsSubscriber' shared service.
  30333.      *
  30334.      * @return \Shopware\Core\Content\ImportExport\Event\Subscriber\ProductVariantsSubscriber
  30335.      */
  30336.     protected function getProductVariantsSubscriberService()
  30337.     {
  30338.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Event/Subscriber/ProductVariantsSubscriber.php';
  30339.         $a = ($this->services['Shopware\\Core\\Framework\\Api\\Sync\\SyncService'] ?? $this->getSyncServiceService());
  30340.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'])) {
  30341.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'];
  30342.         }
  30343.         $b = ($this->services['property_group.repository'] ?? $this->getPropertyGroup_RepositoryService());
  30344.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'])) {
  30345.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'];
  30346.         }
  30347.         $c = ($this->services['property_group_option.repository'] ?? $this->getPropertyGroupOption_RepositoryService());
  30348.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'])) {
  30349.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'];
  30350.         }
  30351.         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);
  30352.     }
  30353.     /**
  30354.      * Gets the private 'Shopware\Core\Content\ImportExport\Message\DeleteFileHandler' shared service.
  30355.      *
  30356.      * @return \Shopware\Core\Content\ImportExport\Message\DeleteFileHandler
  30357.      */
  30358.     protected function getDeleteFileHandlerService()
  30359.     {
  30360.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Message/DeleteFileHandler.php';
  30361.         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()));
  30362.     }
  30363.     /**
  30364.      * Gets the private 'Shopware\Core\Content\ImportExport\Processing\Pipe\PipeFactory' shared service.
  30365.      *
  30366.      * @return \Shopware\Core\Content\ImportExport\Processing\Pipe\PipeFactory
  30367.      */
  30368.     protected function getPipeFactoryService()
  30369.     {
  30370.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Processing/Pipe/AbstractPipeFactory.php';
  30371.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Processing/Pipe/PipeFactory.php';
  30372.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/SerializerRegistry.php';
  30373.         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 () {
  30374.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'] ?? $this->getMediaSerializerService());
  30375.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'] ?? $this->getSalutationSerializerService());
  30376.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'] ?? $this->getCountrySerializerService());
  30377.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'] ?? $this->getLanguageSerializerService());
  30378.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'] ?? $this->getCustomerSerializerService());
  30379.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'] ?? $this->getPromotionIndividualCodeSerializerService());
  30380.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'] ?? $this->getProductSerializerService());
  30381.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductCrossSellingSerializer'] ?? $this->getProductCrossSellingSerializerService());
  30382.             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()));
  30383.             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()));
  30384.         }, 10), new RewindableGenerator(function () {
  30385.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\ToOneSerializer'] ?? $this->getToOneSerializerService());
  30386.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\TranslationsSerializer'] ?? $this->getTranslationsSerializerService());
  30387.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\PriceSerializer'] ?? $this->getPriceSerializerService());
  30388.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\CustomFieldsSerializer'] ?? $this->getCustomFieldsSerializer2Service());
  30389.             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()));
  30390.         }, 5)), ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\PrimaryKeyResolver'] ?? $this->getPrimaryKeyResolverService()));
  30391.     }
  30392.     /**
  30393.      * Gets the private 'Shopware\Core\Content\ImportExport\Processing\Writer\CsvFileWriterFactory' shared service.
  30394.      *
  30395.      * @return \Shopware\Core\Content\ImportExport\Processing\Writer\CsvFileWriterFactory
  30396.      */
  30397.     protected function getCsvFileWriterFactoryService()
  30398.     {
  30399.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Processing/Writer/AbstractWriterFactory.php';
  30400.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Processing/Writer/CsvFileWriterFactory.php';
  30401.         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()));
  30402.     }
  30403.     /**
  30404.      * Gets the private 'Shopware\Core\Content\ImportExport\ScheduledTask\CleanupImportExportFileTaskHandler' shared service.
  30405.      *
  30406.      * @return \Shopware\Core\Content\ImportExport\ScheduledTask\CleanupImportExportFileTaskHandler
  30407.      */
  30408.     protected function getCleanupImportExportFileTaskHandlerService()
  30409.     {
  30410.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ScheduledTask/CleanupImportExportFileTaskHandler.php';
  30411.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  30412.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'])) {
  30413.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'];
  30414.         }
  30415.         $b = ($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\DeleteExpiredFilesService'] ?? $this->getDeleteExpiredFilesServiceService());
  30416.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'])) {
  30417.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'];
  30418.         }
  30419.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'] = new \Shopware\Core\Content\ImportExport\ScheduledTask\CleanupImportExportFileTaskHandler($a$b);
  30420.     }
  30421.     /**
  30422.      * Gets the private 'Shopware\Core\Content\ImportExport\Service\DeleteExpiredFilesService' shared service.
  30423.      *
  30424.      * @return \Shopware\Core\Content\ImportExport\Service\DeleteExpiredFilesService
  30425.      */
  30426.     protected function getDeleteExpiredFilesServiceService()
  30427.     {
  30428.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/DeleteExpiredFilesService.php';
  30429.         $a = ($this->services['import_export_file.repository'] ?? $this->getImportExportFile_RepositoryService());
  30430.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\DeleteExpiredFilesService'])) {
  30431.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\DeleteExpiredFilesService'];
  30432.         }
  30433.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\DeleteExpiredFilesService'] = new \Shopware\Core\Content\ImportExport\Service\DeleteExpiredFilesService($a);
  30434.     }
  30435.     /**
  30436.      * Gets the private 'Shopware\Core\Content\ImportExport\Service\FileService' shared service.
  30437.      *
  30438.      * @return \Shopware\Core\Content\ImportExport\Service\FileService
  30439.      */
  30440.     protected function getFileServiceService()
  30441.     {
  30442.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/AbstractFileService.php';
  30443.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/FileService.php';
  30444.         $a = ($this->services['import_export_file.repository'] ?? $this->getImportExportFile_RepositoryService());
  30445.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\FileService'])) {
  30446.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\FileService'];
  30447.         }
  30448.         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);
  30449.     }
  30450.     /**
  30451.      * Gets the private 'Shopware\Core\Content\ImportExport\Service\ImportExportService' shared service.
  30452.      *
  30453.      * @return \Shopware\Core\Content\ImportExport\Service\ImportExportService
  30454.      */
  30455.     protected function getImportExportServiceService()
  30456.     {
  30457.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/ImportExportService.php';
  30458.         $a = ($this->services['import_export_log.repository'] ?? $this->getImportExportLog_RepositoryService());
  30459.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'])) {
  30460.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'];
  30461.         }
  30462.         $b = ($this->services['user.repository'] ?? $this->getUser_RepositoryService());
  30463.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'])) {
  30464.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'];
  30465.         }
  30466.         $c = ($this->services['import_export_profile.repository'] ?? $this->getImportExportProfile_RepositoryService());
  30467.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'])) {
  30468.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'];
  30469.         }
  30470.         $d = ($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\FileService'] ?? $this->getFileServiceService());
  30471.         if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'])) {
  30472.             return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'];
  30473.         }
  30474.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\Service\\ImportExportService'] = new \Shopware\Core\Content\ImportExport\Service\ImportExportService($a$b$c$d);
  30475.     }
  30476.     /**
  30477.      * Gets the private 'Shopware\Core\Content\LandingPage\DataAbstractionLayer\LandingPageIndexer' shared service.
  30478.      *
  30479.      * @return \Shopware\Core\Content\LandingPage\DataAbstractionLayer\LandingPageIndexer
  30480.      */
  30481.     protected function getLandingPageIndexerService()
  30482.     {
  30483.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  30484.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/DataAbstractionLayer/LandingPageIndexer.php';
  30485.         $a = ($this->services['landing_page.repository'] ?? $this->getLandingPage_RepositoryService());
  30486.         if (isset($this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'])) {
  30487.             return $this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'];
  30488.         }
  30489.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  30490.         if (isset($this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'])) {
  30491.             return $this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'];
  30492.         }
  30493.         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->getIteratorFactoryService()), $a, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ManyToManyIdFieldUpdater'] ?? $this->getManyToManyIdFieldUpdaterService()), $b);
  30494.     }
  30495.     /**
  30496.      * Gets the private 'Shopware\Core\Content\LandingPage\LandingPageValidator' shared service.
  30497.      *
  30498.      * @return \Shopware\Core\Content\LandingPage\LandingPageValidator
  30499.      */
  30500.     protected function getLandingPageValidatorService()
  30501.     {
  30502.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/LandingPageValidator.php';
  30503.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  30504.         if (isset($this->privates['Shopware\\Core\\Content\\LandingPage\\LandingPageValidator'])) {
  30505.             return $this->privates['Shopware\\Core\\Content\\LandingPage\\LandingPageValidator'];
  30506.         }
  30507.         return $this->privates['Shopware\\Core\\Content\\LandingPage\\LandingPageValidator'] = new \Shopware\Core\Content\LandingPage\LandingPageValidator($a);
  30508.     }
  30509.     /**
  30510.      * Gets the private 'Shopware\Core\Content\MailTemplate\Subscriber\MailSendSubscriber' shared service.
  30511.      *
  30512.      * @return \Shopware\Core\Content\MailTemplate\Subscriber\MailSendSubscriber
  30513.      */
  30514.     protected function getMailSendSubscriberService()
  30515.     {
  30516.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Subscriber/MailSendSubscriber.php';
  30517.         $a = ($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] ?? $this->getMailServiceService());
  30518.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  30519.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  30520.         }
  30521.         $b = ($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService());
  30522.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  30523.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  30524.         }
  30525.         $c = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  30526.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  30527.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  30528.         }
  30529.         $d = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  30530.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  30531.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  30532.         }
  30533.         $e = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  30534.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  30535.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  30536.         }
  30537.         $f = ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService());
  30538.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  30539.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  30540.         }
  30541.         $g = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  30542.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  30543.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  30544.         }
  30545.         $h = ($this->services['mail_template_type.repository'] ?? $this->getMailTemplateType_RepositoryService());
  30546.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  30547.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  30548.         }
  30549.         $i = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  30550.         if (isset($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'])) {
  30551.             return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'];
  30552.         }
  30553.         return $this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'] = new \Shopware\Core\Content\MailTemplate\Subscriber\MailSendSubscriber($a$b$c$d$e$f, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $g$h$i, ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  30554.     }
  30555.     /**
  30556.      * Gets the private 'Shopware\Core\Content\Mail\Service\MailService' shared service.
  30557.      *
  30558.      * @return \Shopware\Core\Content\Mail\Service\MailService
  30559.      */
  30560.     protected function getMailServiceService()
  30561.     {
  30562.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/AbstractMailService.php';
  30563.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailService.php';
  30564.         $a = ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService());
  30565.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  30566.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  30567.         }
  30568.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'] ?? $this->getStringTemplateRendererService());
  30569.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  30570.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  30571.         }
  30572.         $c = ($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailFactory'] ?? $this->getMailFactoryService());
  30573.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  30574.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  30575.         }
  30576.         $d = ($this->services['Shopware\\Core\\Content\\Mail\\Service\\MailSender'] ?? $this->getMailSenderService());
  30577.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  30578.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  30579.         }
  30580.         $e = ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'] ?? $this->getMediaRepositoryDecoratorService());
  30581.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  30582.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  30583.         }
  30584.         $f = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  30585.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  30586.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  30587.         }
  30588.         $g = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  30589.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  30590.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  30591.         }
  30592.         $h = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  30593.         if (isset($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'])) {
  30594.             return $this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'];
  30595.         }
  30596.         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->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  30597.     }
  30598.     /**
  30599.      * Gets the private 'Shopware\Core\Content\Media\Cms\ImageCmsElementResolver' shared service.
  30600.      *
  30601.      * @return \Shopware\Core\Content\Media\Cms\ImageCmsElementResolver
  30602.      */
  30603.     protected function getImageCmsElementResolverService()
  30604.     {
  30605.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  30606.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  30607.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/ImageCmsElementResolver.php';
  30608.         $a = ($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'] ?? $this->getDefaultMediaResolverService());
  30609.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'])) {
  30610.             return $this->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'];
  30611.         }
  30612.         return $this->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'] = new \Shopware\Core\Content\Media\Cms\ImageCmsElementResolver($a);
  30613.     }
  30614.     /**
  30615.      * Gets the private 'Shopware\Core\Content\Media\Cms\Type\ImageSliderTypeDataResolver' shared service.
  30616.      *
  30617.      * @return \Shopware\Core\Content\Media\Cms\Type\ImageSliderTypeDataResolver
  30618.      */
  30619.     protected function getImageSliderTypeDataResolverService()
  30620.     {
  30621.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  30622.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  30623.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/Type/ImageSliderTypeDataResolver.php';
  30624.         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()));
  30625.     }
  30626.     /**
  30627.      * Gets the private 'Shopware\Core\Content\Media\Commands\DeleteNotUsedMediaCommand' shared service.
  30628.      *
  30629.      * @return \Shopware\Core\Content\Media\Commands\DeleteNotUsedMediaCommand
  30630.      */
  30631.     protected function getDeleteNotUsedMediaCommandService()
  30632.     {
  30633.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30634.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Commands/DeleteNotUsedMediaCommand.php';
  30635.         $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()));
  30636.         $instance->setName('media:delete-unused');
  30637.         return $instance;
  30638.     }
  30639.     /**
  30640.      * Gets the private 'Shopware\Core\Content\Media\Commands\GenerateMediaTypesCommand' shared service.
  30641.      *
  30642.      * @return \Shopware\Core\Content\Media\Commands\GenerateMediaTypesCommand
  30643.      */
  30644.     protected function getGenerateMediaTypesCommandService()
  30645.     {
  30646.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30647.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Commands/GenerateMediaTypesCommand.php';
  30648.         $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()));
  30649.         $instance->setName('media:generate-media-types');
  30650.         return $instance;
  30651.     }
  30652.     /**
  30653.      * Gets the private 'Shopware\Core\Content\Media\Commands\GenerateThumbnailsCommand' shared service.
  30654.      *
  30655.      * @return \Shopware\Core\Content\Media\Commands\GenerateThumbnailsCommand
  30656.      */
  30657.     protected function getGenerateThumbnailsCommandService()
  30658.     {
  30659.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30660.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Commands/GenerateThumbnailsCommand.php';
  30661.         $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()));
  30662.         $instance->setName('media:generate-thumbnails');
  30663.         return $instance;
  30664.     }
  30665.     /**
  30666.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderConfigurationIndexer' shared service.
  30667.      *
  30668.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderConfigurationIndexer
  30669.      */
  30670.     protected function getMediaFolderConfigurationIndexerService()
  30671.     {
  30672.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  30673.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaFolderConfigurationIndexer.php';
  30674.         $a = ($this->services['media_folder_configuration.repository'] ?? $this->getMediaFolderConfiguration_RepositoryService());
  30675.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'])) {
  30676.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'];
  30677.         }
  30678.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  30679.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'])) {
  30680.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'];
  30681.         }
  30682.         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->getIteratorFactoryService()), $a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $b);
  30683.     }
  30684.     /**
  30685.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderIndexer' shared service.
  30686.      *
  30687.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderIndexer
  30688.      */
  30689.     protected function getMediaFolderIndexerService()
  30690.     {
  30691.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  30692.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaFolderIndexer.php';
  30693.         $a = ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService());
  30694.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'])) {
  30695.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'];
  30696.         }
  30697.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  30698.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'])) {
  30699.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'];
  30700.         }
  30701.         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->getIteratorFactoryService()), $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()));
  30702.     }
  30703.     /**
  30704.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaIndexer' shared service.
  30705.      *
  30706.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaIndexer
  30707.      */
  30708.     protected function getMediaIndexerService()
  30709.     {
  30710.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  30711.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaIndexer.php';
  30712.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  30713.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'])) {
  30714.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'];
  30715.         }
  30716.         $b = ($this->services['media_thumbnail.repository'] ?? $this->getMediaThumbnail_RepositoryService());
  30717.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'])) {
  30718.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'];
  30719.         }
  30720.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  30721.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'])) {
  30722.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'];
  30723.         }
  30724.         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->getIteratorFactoryService()), $a$b, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $c);
  30725.     }
  30726.     /**
  30727.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator' shared service.
  30728.      *
  30729.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator
  30730.      */
  30731.     protected function getMediaRepositoryDecoratorService()
  30732.     {
  30733.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  30734.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'])) {
  30735.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'];
  30736.         }
  30737.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  30738.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'])) {
  30739.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'];
  30740.         }
  30741.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  30742.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'])) {
  30743.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'];
  30744.         }
  30745.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  30746.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'])) {
  30747.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaRepositoryDecorator'];
  30748.         }
  30749.         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())));
  30750.     }
  30751.     /**
  30752.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaThumbnailRepositoryDecorator' shared service.
  30753.      *
  30754.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaThumbnailRepositoryDecorator
  30755.      */
  30756.     protected function getMediaThumbnailRepositoryDecoratorService()
  30757.     {
  30758.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService());
  30759.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'])) {
  30760.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'];
  30761.         }
  30762.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  30763.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'])) {
  30764.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'];
  30765.         }
  30766.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService());
  30767.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'])) {
  30768.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'];
  30769.         }
  30770.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  30771.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'])) {
  30772.             return $this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaThumbnailRepositoryDecorator'];
  30773.         }
  30774.         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())));
  30775.     }
  30776.     /**
  30777.      * Gets the private 'Shopware\Core\Content\Media\DeleteNotUsedMediaService' shared service.
  30778.      *
  30779.      * @return \Shopware\Core\Content\Media\DeleteNotUsedMediaService
  30780.      */
  30781.     protected function getDeleteNotUsedMediaServiceService()
  30782.     {
  30783.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DeleteNotUsedMediaService.php';
  30784.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  30785.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DeleteNotUsedMediaService'])) {
  30786.             return $this->privates['Shopware\\Core\\Content\\Media\\DeleteNotUsedMediaService'];
  30787.         }
  30788.         $b = ($this->services['media_default_folder.repository'] ?? $this->getMediaDefaultFolder_RepositoryService());
  30789.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\DeleteNotUsedMediaService'])) {
  30790.             return $this->privates['Shopware\\Core\\Content\\Media\\DeleteNotUsedMediaService'];
  30791.         }
  30792.         return $this->privates['Shopware\\Core\\Content\\Media\\DeleteNotUsedMediaService'] = new \Shopware\Core\Content\Media\DeleteNotUsedMediaService($a$b);
  30793.     }
  30794.     /**
  30795.      * Gets the private 'Shopware\Core\Content\Media\File\FileNameProvider' shared service.
  30796.      *
  30797.      * @return \Shopware\Core\Content\Media\File\WindowsStyleFileNameProvider
  30798.      */
  30799.     protected function getFileNameProviderService()
  30800.     {
  30801.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileNameProvider.php';
  30802.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/WindowsStyleFileNameProvider.php';
  30803.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  30804.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\File\\FileNameProvider'])) {
  30805.             return $this->privates['Shopware\\Core\\Content\\Media\\File\\FileNameProvider'];
  30806.         }
  30807.         return $this->privates['Shopware\\Core\\Content\\Media\\File\\FileNameProvider'] = new \Shopware\Core\Content\Media\File\WindowsStyleFileNameProvider($a);
  30808.     }
  30809.     /**
  30810.      * Gets the private 'Shopware\Core\Content\Media\MediaService' shared service.
  30811.      *
  30812.      * @return \Shopware\Core\Content\Media\MediaService
  30813.      */
  30814.     protected function getMediaServiceService()
  30815.     {
  30816.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  30817.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\MediaService'])) {
  30818.             return $this->privates['Shopware\\Core\\Content\\Media\\MediaService'];
  30819.         }
  30820.         $b = ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService());
  30821.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\MediaService'])) {
  30822.             return $this->privates['Shopware\\Core\\Content\\Media\\MediaService'];
  30823.         }
  30824.         $c = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  30825.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\MediaService'])) {
  30826.             return $this->privates['Shopware\\Core\\Content\\Media\\MediaService'];
  30827.         }
  30828.         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));
  30829.     }
  30830.     /**
  30831.      * Gets the private 'Shopware\Core\Content\Media\Message\DeleteFileHandler' shared service.
  30832.      *
  30833.      * @return \Shopware\Core\Content\Media\Message\DeleteFileHandler
  30834.      */
  30835.     protected function getDeleteFileHandler2Service()
  30836.     {
  30837.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Message/DeleteFileHandler.php';
  30838.         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()));
  30839.     }
  30840.     /**
  30841.      * Gets the private 'Shopware\Core\Content\Media\Message\GenerateThumbnailsHandler' shared service.
  30842.      *
  30843.      * @return \Shopware\Core\Content\Media\Message\GenerateThumbnailsHandler
  30844.      */
  30845.     protected function getGenerateThumbnailsHandlerService()
  30846.     {
  30847.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Message/GenerateThumbnailsHandler.php';
  30848.         $a = ($this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'] ?? $this->getThumbnailServiceService());
  30849.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'])) {
  30850.             return $this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'];
  30851.         }
  30852.         $b = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  30853.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'])) {
  30854.             return $this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'];
  30855.         }
  30856.         return $this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] = new \Shopware\Core\Content\Media\Message\GenerateThumbnailsHandler($a$b);
  30857.     }
  30858.     /**
  30859.      * Gets the private 'Shopware\Core\Content\Media\Pathname\PathnameStrategy\FilenamePathnameStrategy' shared service.
  30860.      *
  30861.      * @return \Shopware\Core\Content\Media\Pathname\PathnameStrategy\FilenamePathnameStrategy
  30862.      */
  30863.     protected function getFilenamePathnameStrategyService()
  30864.     {
  30865.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/AbstractPathNameStrategy.php';
  30866.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/FilenamePathnameStrategy.php';
  30867.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PlainPathnameStrategy.php';
  30868.         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())));
  30869.     }
  30870.     /**
  30871.      * Gets the private 'Shopware\Core\Content\Media\Pathname\PathnameStrategy\IdPathnameStrategy' shared service.
  30872.      *
  30873.      * @return \Shopware\Core\Content\Media\Pathname\PathnameStrategy\IdPathnameStrategy
  30874.      */
  30875.     protected function getIdPathnameStrategyService()
  30876.     {
  30877.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/AbstractPathNameStrategy.php';
  30878.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/IdPathnameStrategy.php';
  30879.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PlainPathnameStrategy.php';
  30880.         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())));
  30881.     }
  30882.     /**
  30883.      * Gets the private 'Shopware\Core\Content\Media\Pathname\PathnameStrategy\PhysicalFilenamePathnameStrategy' shared service.
  30884.      *
  30885.      * @return \Shopware\Core\Content\Media\Pathname\PathnameStrategy\PhysicalFilenamePathnameStrategy
  30886.      */
  30887.     protected function getPhysicalFilenamePathnameStrategyService()
  30888.     {
  30889.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/AbstractPathNameStrategy.php';
  30890.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PhysicalFilenamePathnameStrategy.php';
  30891.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PlainPathnameStrategy.php';
  30892.         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())));
  30893.     }
  30894.     /**
  30895.      * Gets the private 'Shopware\Core\Content\Media\Pathname\UrlGeneratorInterface' shared service.
  30896.      *
  30897.      * @return \Shopware\Core\Content\Media\Pathname\UrlGenerator
  30898.      */
  30899.     protected function getUrlGeneratorInterfaceService()
  30900.     {
  30901.         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 () {
  30902.             yield => $this->getFilenamePathnameStrategyService();
  30903.             yield => $this->getPhysicalFilenamePathnameStrategyService();
  30904.             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()));
  30905.             yield => $this->getIdPathnameStrategyService();
  30906.         }, 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())), '');
  30907.     }
  30908.     /**
  30909.      * Gets the private 'Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber' shared service.
  30910.      *
  30911.      * @return \Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber
  30912.      */
  30913.     protected function getMediaDeletionSubscriberService()
  30914.     {
  30915.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Subscriber/MediaDeletionSubscriber.php';
  30916.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  30917.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'])) {
  30918.             return $this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'];
  30919.         }
  30920.         $b = ($this->services['media_thumbnail.repository'] ?? $this->getMediaThumbnail_RepositoryService());
  30921.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'])) {
  30922.             return $this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'];
  30923.         }
  30924.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  30925.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'])) {
  30926.             return $this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'];
  30927.         }
  30928.         $d = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  30929.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'])) {
  30930.             return $this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'];
  30931.         }
  30932.         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);
  30933.     }
  30934.     /**
  30935.      * Gets the private 'Shopware\Core\Content\Media\Subscriber\MediaLoadedSubscriber' shared service.
  30936.      *
  30937.      * @return \Shopware\Core\Content\Media\Subscriber\MediaLoadedSubscriber
  30938.      */
  30939.     protected function getMediaLoadedSubscriberService()
  30940.     {
  30941.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Subscriber/MediaLoadedSubscriber.php';
  30942.         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()));
  30943.     }
  30944.     /**
  30945.      * Gets the private 'Shopware\Core\Content\Media\Thumbnail\ThumbnailService' shared service.
  30946.      *
  30947.      * @return \Shopware\Core\Content\Media\Thumbnail\ThumbnailService
  30948.      */
  30949.     protected function getThumbnailServiceService()
  30950.     {
  30951.         $a = ($this->services['media_thumbnail.repository'] ?? $this->getMediaThumbnail_RepositoryService());
  30952.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'])) {
  30953.             return $this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'];
  30954.         }
  30955.         $b = ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService());
  30956.         if (isset($this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'])) {
  30957.             return $this->privates['Shopware\\Core\\Content\\Media\\Thumbnail\\ThumbnailService'];
  30958.         }
  30959.         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);
  30960.     }
  30961.     /**
  30962.      * Gets the private 'Shopware\Core\Content\Media\TypeDetector\TypeDetector' shared service.
  30963.      *
  30964.      * @return \Shopware\Core\Content\Media\TypeDetector\TypeDetector
  30965.      */
  30966.     protected function getTypeDetectorService()
  30967.     {
  30968.         return $this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\TypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\TypeDetector(new RewindableGenerator(function () {
  30969.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\AudioTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\AudioTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\AudioTypeDetector()));
  30970.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DocumentTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DocumentTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\DocumentTypeDetector()));
  30971.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\ImageTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\ImageTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\ImageTypeDetector()));
  30972.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\VideoTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\VideoTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\VideoTypeDetector()));
  30973.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DefaultTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DefaultTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\DefaultTypeDetector()));
  30974.         }, 5));
  30975.     }
  30976.     /**
  30977.      * Gets the private 'Shopware\Core\Content\Newsletter\DataAbstractionLayer\Indexing\CustomerNewsletterSalesChannelsUpdater' shared service.
  30978.      *
  30979.      * @return \Shopware\Core\Content\Newsletter\DataAbstractionLayer\Indexing\CustomerNewsletterSalesChannelsUpdater
  30980.      */
  30981.     protected function getCustomerNewsletterSalesChannelsUpdaterService()
  30982.     {
  30983.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/DataAbstractionLayer/Indexing/CustomerNewsletterSalesChannelsUpdater.php';
  30984.         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()));
  30985.     }
  30986.     /**
  30987.      * Gets the private 'Shopware\Core\Content\Newsletter\DataAbstractionLayer\NewsletterRecipientIndexer' shared service.
  30988.      *
  30989.      * @return \Shopware\Core\Content\Newsletter\DataAbstractionLayer\NewsletterRecipientIndexer
  30990.      */
  30991.     protected function getNewsletterRecipientIndexerService()
  30992.     {
  30993.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  30994.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/DataAbstractionLayer/NewsletterRecipientIndexer.php';
  30995.         $a = ($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService());
  30996.         if (isset($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'])) {
  30997.             return $this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'];
  30998.         }
  30999.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  31000.         if (isset($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'])) {
  31001.             return $this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'];
  31002.         }
  31003.         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->getIteratorFactoryService()), $a, ($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\Indexing\\CustomerNewsletterSalesChannelsUpdater'] ?? $this->getCustomerNewsletterSalesChannelsUpdaterService()), $b);
  31004.     }
  31005.     /**
  31006.      * Gets the private 'Shopware\Core\Content\Newsletter\Event\Subscriber\NewsletterRecipientDeletedSubscriber' shared service.
  31007.      *
  31008.      * @return \Shopware\Core\Content\Newsletter\Event\Subscriber\NewsletterRecipientDeletedSubscriber
  31009.      */
  31010.     protected function getNewsletterRecipientDeletedSubscriberService()
  31011.     {
  31012.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Event/Subscriber/NewsletterRecipientDeletedSubscriber.php';
  31013.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  31014.         if (isset($this->privates['Shopware\\Core\\Content\\Newsletter\\Event\\Subscriber\\NewsletterRecipientDeletedSubscriber'])) {
  31015.             return $this->privates['Shopware\\Core\\Content\\Newsletter\\Event\\Subscriber\\NewsletterRecipientDeletedSubscriber'];
  31016.         }
  31017.         return $this->privates['Shopware\\Core\\Content\\Newsletter\\Event\\Subscriber\\NewsletterRecipientDeletedSubscriber'] = new \Shopware\Core\Content\Newsletter\Event\Subscriber\NewsletterRecipientDeletedSubscriber($a);
  31018.     }
  31019.     /**
  31020.      * Gets the private 'Shopware\Core\Content\Newsletter\ScheduledTask\NewsletterRecipientTaskHandler' shared service.
  31021.      *
  31022.      * @return \Shopware\Core\Content\Newsletter\ScheduledTask\NewsletterRecipientTaskHandler
  31023.      */
  31024.     protected function getNewsletterRecipientTaskHandlerService()
  31025.     {
  31026.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/ScheduledTask/NewsletterRecipientTaskHandler.php';
  31027.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  31028.         if (isset($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'])) {
  31029.             return $this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'];
  31030.         }
  31031.         $b = ($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService());
  31032.         if (isset($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'])) {
  31033.             return $this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'];
  31034.         }
  31035.         return $this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'] = new \Shopware\Core\Content\Newsletter\ScheduledTask\NewsletterRecipientTaskHandler($a$b);
  31036.     }
  31037.     /**
  31038.      * Gets the private 'Shopware\Core\Content\ProductExport\Command\ProductExportGenerateCommand' shared service.
  31039.      *
  31040.      * @return \Shopware\Core\Content\ProductExport\Command\ProductExportGenerateCommand
  31041.      */
  31042.     protected function getProductExportGenerateCommandService()
  31043.     {
  31044.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31045.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Command/ProductExportGenerateCommand.php';
  31046.         $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()));
  31047.         $instance->setName('product-export:generate');
  31048.         return $instance;
  31049.     }
  31050.     /**
  31051.      * Gets the private 'Shopware\Core\Content\ProductExport\EventListener\ProductExportEventListener' shared service.
  31052.      *
  31053.      * @return \Shopware\Core\Content\ProductExport\EventListener\ProductExportEventListener
  31054.      */
  31055.     protected function getProductExportEventListenerService()
  31056.     {
  31057.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/EventListener/ProductExportEventListener.php';
  31058.         $a = ($this->services['product_export.repository'] ?? $this->getProductExport_RepositoryService());
  31059.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\EventListener\\ProductExportEventListener'])) {
  31060.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\EventListener\\ProductExportEventListener'];
  31061.         }
  31062.         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()));
  31063.     }
  31064.     /**
  31065.      * Gets the private 'Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTaskHandler' shared service.
  31066.      *
  31067.      * @return \Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTaskHandler
  31068.      */
  31069.     protected function getProductExportGenerateTaskHandlerService()
  31070.     {
  31071.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ScheduledTask/ProductExportGenerateTaskHandler.php';
  31072.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  31073.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'])) {
  31074.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'];
  31075.         }
  31076.         $b = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  31077.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'])) {
  31078.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'];
  31079.         }
  31080.         $c = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  31081.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'])) {
  31082.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'];
  31083.         }
  31084.         $d = ($this->services['product_export.repository'] ?? $this->getProductExport_RepositoryService());
  31085.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'])) {
  31086.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'];
  31087.         }
  31088.         $e = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  31089.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'])) {
  31090.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'];
  31091.         }
  31092.         return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'] = new \Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTaskHandler($a$b$c$d$e);
  31093.     }
  31094.     /**
  31095.      * Gets the private 'Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportPartialGenerationHandler' shared service.
  31096.      *
  31097.      * @return \Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportPartialGenerationHandler
  31098.      */
  31099.     protected function getProductExportPartialGenerationHandlerService()
  31100.     {
  31101.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ScheduledTask/ProductExportPartialGenerationHandler.php';
  31102.         $a = ($this->services['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator'] ?? $this->getProductExportGeneratorService());
  31103.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  31104.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  31105.         }
  31106.         $b = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  31107.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  31108.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  31109.         }
  31110.         $c = ($this->services['product_export.repository'] ?? $this->getProductExport_RepositoryService());
  31111.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  31112.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  31113.         }
  31114.         $d = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  31115.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  31116.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  31117.         }
  31118.         $e = ($this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'] ?? $this->getProductExportRendererService());
  31119.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  31120.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  31121.         }
  31122.         $f = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  31123.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  31124.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  31125.         }
  31126.         $g = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  31127.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  31128.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  31129.         }
  31130.         $h = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  31131.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'])) {
  31132.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'];
  31133.         }
  31134.         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()));
  31135.     }
  31136.     /**
  31137.      * Gets the private 'Shopware\Core\Content\ProductExport\Service\ProductExportFileHandler' shared service.
  31138.      *
  31139.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExportFileHandler
  31140.      */
  31141.     protected function getProductExportFileHandlerService()
  31142.     {
  31143.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportFileHandlerInterface.php';
  31144.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportFileHandler.php';
  31145.         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');
  31146.     }
  31147.     /**
  31148.      * Gets the private 'Shopware\Core\Content\ProductExport\Service\ProductExportRenderer' shared service.
  31149.      *
  31150.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExportRenderer
  31151.      */
  31152.     protected function getProductExportRendererService()
  31153.     {
  31154.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportRendererInterface.php';
  31155.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportRenderer.php';
  31156.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'] ?? $this->getStringTemplateRendererService());
  31157.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'])) {
  31158.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'];
  31159.         }
  31160.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  31161.         if (isset($this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'])) {
  31162.             return $this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'];
  31163.         }
  31164.         return $this->privates['Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportRenderer'] = new \Shopware\Core\Content\ProductExport\Service\ProductExportRenderer($a$b, ($this->services['Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface'] ?? $this->getSeoUrlPlaceholderHandlerInterfaceService()));
  31165.     }
  31166.     /**
  31167.      * Gets the private 'Shopware\Core\Content\ProductStream\DataAbstractionLayer\ProductStreamIndexer' shared service.
  31168.      *
  31169.      * @return \Shopware\Core\Content\ProductStream\DataAbstractionLayer\ProductStreamIndexer
  31170.      */
  31171.     protected function getProductStreamIndexerService()
  31172.     {
  31173.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  31174.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/DataAbstractionLayer/ProductStreamIndexer.php';
  31175.         $a = ($this->services['product_stream.repository'] ?? $this->getProductStream_RepositoryService());
  31176.         if (isset($this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'])) {
  31177.             return $this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'];
  31178.         }
  31179.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  31180.         if (isset($this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'])) {
  31181.             return $this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'];
  31182.         }
  31183.         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->getIteratorFactoryService()), $a, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()), $b);
  31184.     }
  31185.     /**
  31186.      * Gets the private 'Shopware\Core\Content\ProductStream\ScheduledTask\UpdateProductStreamMappingTaskHandler' shared service.
  31187.      *
  31188.      * @return \Shopware\Core\Content\ProductStream\ScheduledTask\UpdateProductStreamMappingTaskHandler
  31189.      */
  31190.     protected function getUpdateProductStreamMappingTaskHandlerService()
  31191.     {
  31192.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/ScheduledTask/UpdateProductStreamMappingTaskHandler.php';
  31193.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  31194.         if (isset($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'])) {
  31195.             return $this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'];
  31196.         }
  31197.         $b = ($this->services['product_stream.repository'] ?? $this->getProductStream_RepositoryService());
  31198.         if (isset($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'])) {
  31199.             return $this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'];
  31200.         }
  31201.         return $this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'] = new \Shopware\Core\Content\ProductStream\ScheduledTask\UpdateProductStreamMappingTaskHandler($a$b);
  31202.     }
  31203.     /**
  31204.      * Gets the private 'Shopware\Core\Content\Product\Cart\ProductCartProcessor' shared service.
  31205.      *
  31206.      * @return \Shopware\Core\Content\Product\Cart\ProductCartProcessor
  31207.      */
  31208.     protected function getProductCartProcessorService()
  31209.     {
  31210.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  31211.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  31212.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductCartProcessor.php';
  31213.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductGatewayInterface.php';
  31214.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductGateway.php';
  31215.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductFeatureBuilder.php';
  31216.         $a = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  31217.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'])) {
  31218.             return $this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'];
  31219.         }
  31220.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  31221.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'])) {
  31222.             return $this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'];
  31223.         }
  31224.         $c = ($this->services['custom_field.repository'] ?? $this->getCustomField_RepositoryService());
  31225.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'])) {
  31226.             return $this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'];
  31227.         }
  31228.         $d = ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'] ?? $this->getProductPriceCalculatorService());
  31229.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'])) {
  31230.             return $this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'];
  31231.         }
  31232.         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()));
  31233.     }
  31234.     /**
  31235.      * Gets the private 'Shopware\Core\Content\Product\Cart\ProductLineItemCommandValidator' shared service.
  31236.      *
  31237.      * @return \Shopware\Core\Content\Product\Cart\ProductLineItemCommandValidator
  31238.      */
  31239.     protected function getProductLineItemCommandValidatorService()
  31240.     {
  31241.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductLineItemCommandValidator.php';
  31242.         return $this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemCommandValidator'] = new \Shopware\Core\Content\Product\Cart\ProductLineItemCommandValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  31243.     }
  31244.     /**
  31245.      * Gets the private 'Shopware\Core\Content\Product\Cleanup\CleanupProductKeywordDictionaryTaskHandler' shared service.
  31246.      *
  31247.      * @return \Shopware\Core\Content\Product\Cleanup\CleanupProductKeywordDictionaryTaskHandler
  31248.      */
  31249.     protected function getCleanupProductKeywordDictionaryTaskHandlerService()
  31250.     {
  31251.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cleanup/CleanupProductKeywordDictionaryTaskHandler.php';
  31252.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  31253.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'])) {
  31254.             return $this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'];
  31255.         }
  31256.         return $this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'] = new \Shopware\Core\Content\Product\Cleanup\CleanupProductKeywordDictionaryTaskHandler($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  31257.     }
  31258.     /**
  31259.      * Gets the private 'Shopware\Core\Content\Product\Cleanup\CleanupUnusedDownloadMediaTaskHandler' shared service.
  31260.      *
  31261.      * @return \Shopware\Core\Content\Product\Cleanup\CleanupUnusedDownloadMediaTaskHandler
  31262.      */
  31263.     protected function getCleanupUnusedDownloadMediaTaskHandlerService()
  31264.     {
  31265.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cleanup/CleanupUnusedDownloadMediaTaskHandler.php';
  31266.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  31267.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'])) {
  31268.             return $this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'];
  31269.         }
  31270.         $b = ($this->privates['Shopware\\Core\\Content\\Media\\DeleteNotUsedMediaService'] ?? $this->getDeleteNotUsedMediaServiceService());
  31271.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'])) {
  31272.             return $this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'];
  31273.         }
  31274.         return $this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'] = new \Shopware\Core\Content\Product\Cleanup\CleanupUnusedDownloadMediaTaskHandler($a$b);
  31275.     }
  31276.     /**
  31277.      * Gets the private 'Shopware\Core\Content\Product\Cms\BuyBoxCmsElementResolver' shared service.
  31278.      *
  31279.      * @return \Shopware\Core\Content\Product\Cms\BuyBoxCmsElementResolver
  31280.      */
  31281.     protected function getBuyBoxCmsElementResolverService()
  31282.     {
  31283.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  31284.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  31285.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/AbstractProductDetailCmsElementResolver.php';
  31286.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/BuyBoxCmsElementResolver.php';
  31287.         $a = ($this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'] ?? $this->getProductPageConfiguratorLoaderService());
  31288.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'])) {
  31289.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'];
  31290.         }
  31291.         $b = ($this->services['product_review.repository'] ?? $this->getProductReview_RepositoryService());
  31292.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'])) {
  31293.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'];
  31294.         }
  31295.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\BuyBoxCmsElementResolver($a$b);
  31296.     }
  31297.     /**
  31298.      * Gets the private 'Shopware\Core\Content\Product\Cms\CrossSellingCmsElementResolver' shared service.
  31299.      *
  31300.      * @return \Shopware\Core\Content\Product\Cms\CrossSellingCmsElementResolver
  31301.      */
  31302.     protected function getCrossSellingCmsElementResolverService()
  31303.     {
  31304.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  31305.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  31306.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/AbstractProductDetailCmsElementResolver.php';
  31307.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/CrossSellingCmsElementResolver.php';
  31308.         $a = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'] ?? $this->getCachedProductCrossSellingRouteService());
  31309.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\CrossSellingCmsElementResolver'])) {
  31310.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\CrossSellingCmsElementResolver'];
  31311.         }
  31312.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\CrossSellingCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\CrossSellingCmsElementResolver($a);
  31313.     }
  31314.     /**
  31315.      * Gets the private 'Shopware\Core\Content\Product\Cms\ProductDescriptionReviewsCmsElementResolver' shared service.
  31316.      *
  31317.      * @return \Shopware\Core\Content\Product\Cms\ProductDescriptionReviewsCmsElementResolver
  31318.      */
  31319.     protected function getProductDescriptionReviewsCmsElementResolverService()
  31320.     {
  31321.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  31322.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  31323.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/AbstractProductDetailCmsElementResolver.php';
  31324.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/ProductDescriptionReviewsCmsElementResolver.php';
  31325.         $a = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute'] ?? $this->getCachedProductReviewRouteService());
  31326.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductDescriptionReviewsCmsElementResolver'])) {
  31327.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductDescriptionReviewsCmsElementResolver'];
  31328.         }
  31329.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductDescriptionReviewsCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ProductDescriptionReviewsCmsElementResolver($a);
  31330.     }
  31331.     /**
  31332.      * Gets the private 'Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver' shared service.
  31333.      *
  31334.      * @return \Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver
  31335.      */
  31336.     protected function getProductListingCmsElementResolverService()
  31337.     {
  31338.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  31339.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  31340.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/ProductListingCmsElementResolver.php';
  31341.         $a = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute'] ?? $this->getResolveCriteriaProductListingRouteService());
  31342.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductListingCmsElementResolver'])) {
  31343.             return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductListingCmsElementResolver'];
  31344.         }
  31345.         return $this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductListingCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver($a);
  31346.     }
  31347.     /**
  31348.      * Gets the private 'Shopware\Core\Content\Product\DataAbstractionLayer\ProductIndexer' shared service.
  31349.      *
  31350.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\ProductIndexer
  31351.      */
  31352.     protected function getProductIndexerService()
  31353.     {
  31354.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  31355.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/ProductIndexer.php';
  31356.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/VariantListingUpdater.php';
  31357.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/ProductCategoryDenormalizer.php';
  31358.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/RatingAverageUpdater.php';
  31359.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/CheapestPriceUpdater.php';
  31360.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/AbstractCheapestPriceQuantitySelector.php';
  31361.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/CheapestPriceQuantitySelector.php';
  31362.         $a = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  31363.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  31364.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  31365.         }
  31366.         $b = ($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'] ?? $this->getSearchKeywordReplacementService());
  31367.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  31368.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  31369.         }
  31370.         $c = ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  31371.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  31372.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  31373.         }
  31374.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  31375.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  31376.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  31377.         }
  31378.         $e = ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'] ?? $this->getProductStreamUpdaterService());
  31379.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  31380.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  31381.         }
  31382.         $f = ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StatesUpdater'] ?? $this->getStatesUpdaterService());
  31383.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  31384.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  31385.         }
  31386.         $g = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  31387.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'])) {
  31388.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'];
  31389.         }
  31390.         $h = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  31391.         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->getIteratorFactoryService()), $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);
  31392.     }
  31393.     /**
  31394.      * Gets the private 'Shopware\Core\Content\Product\DataAbstractionLayer\ProductStreamUpdater' shared service.
  31395.      *
  31396.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\ProductStreamUpdater
  31397.      */
  31398.     protected function getProductStreamUpdaterService()
  31399.     {
  31400.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  31401.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/ProductStreamUpdater.php';
  31402.         $a = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  31403.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'])) {
  31404.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'];
  31405.         }
  31406.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  31407.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'])) {
  31408.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'];
  31409.         }
  31410.         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()));
  31411.     }
  31412.     /**
  31413.      * Gets the private 'Shopware\Core\Content\Product\DataAbstractionLayer\StatesUpdater' shared service.
  31414.      *
  31415.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\StatesUpdater
  31416.      */
  31417.     protected function getStatesUpdaterService()
  31418.     {
  31419.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/StatesUpdater.php';
  31420.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  31421.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StatesUpdater'])) {
  31422.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StatesUpdater'];
  31423.         }
  31424.         return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StatesUpdater'] = new \Shopware\Core\Content\Product\DataAbstractionLayer\StatesUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  31425.     }
  31426.     /**
  31427.      * Gets the private 'Shopware\Core\Content\Product\DataAbstractionLayer\StockUpdater' shared service.
  31428.      *
  31429.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\StockUpdater
  31430.      */
  31431.     protected function getStockUpdaterService()
  31432.     {
  31433.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/StockUpdater.php';
  31434.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/StockUpdate/StockUpdateFilterProvider.php';
  31435.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  31436.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'])) {
  31437.             return $this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'];
  31438.         }
  31439.         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 () {
  31440.             return new \EmptyIterator();
  31441.         }, 0)));
  31442.     }
  31443.     /**
  31444.      * Gets the private 'Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber' shared service.
  31445.      *
  31446.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber
  31447.      */
  31448.     protected function getProductListingFeaturesSubscriberService()
  31449.     {
  31450.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/ProductListingFeaturesSubscriber.php';
  31451.         $a = ($this->services['property_group_option.repository'] ?? $this->getPropertyGroupOption_RepositoryService());
  31452.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'])) {
  31453.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'];
  31454.         }
  31455.         $b = ($this->services['product_sorting.repository'] ?? $this->getProductSorting_RepositoryService());
  31456.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'])) {
  31457.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'];
  31458.         }
  31459.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  31460.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'])) {
  31461.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'];
  31462.         }
  31463.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  31464.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'])) {
  31465.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'];
  31466.         }
  31467.         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);
  31468.     }
  31469.     /**
  31470.      * Gets the private 'Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader' shared service.
  31471.      *
  31472.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader
  31473.      */
  31474.     protected function getProductListingLoaderService()
  31475.     {
  31476.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/ProductListingLoader.php';
  31477.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductCloseoutFilterFactory.php';
  31478.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductCloseoutFilterFactory.php';
  31479.         $a = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  31480.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'])) {
  31481.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'];
  31482.         }
  31483.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  31484.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'])) {
  31485.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'];
  31486.         }
  31487.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  31488.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'])) {
  31489.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'];
  31490.         }
  31491.         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())));
  31492.     }
  31493.     /**
  31494.      * Gets the private 'Shopware\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator' shared service.
  31495.      *
  31496.      * @return \Shopware\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator
  31497.      */
  31498.     protected function getProductPriceCalculatorService()
  31499.     {
  31500.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Price/AbstractProductPriceCalculator.php';
  31501.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Price/ProductPriceCalculator.php';
  31502.         $a = ($this->services['unit.repository'] ?? $this->getUnit_RepositoryService());
  31503.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'])) {
  31504.             return $this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'];
  31505.         }
  31506.         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()));
  31507.     }
  31508.     /**
  31509.      * Gets the private 'Shopware\Core\Content\Product\Subscriber\ProductSubscriber' shared service.
  31510.      *
  31511.      * @return \Shopware\Core\Content\Product\Subscriber\ProductSubscriber
  31512.      */
  31513.     protected function getProductSubscriber2Service()
  31514.     {
  31515.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Subscriber/ProductSubscriber.php';
  31516.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractSalesChannelProductBuilder.php';
  31517.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannelProductBuilder.php';
  31518.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractPropertyGroupSorter.php';
  31519.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/PropertyGroupSorter.php';
  31520.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractProductMaxPurchaseCalculator.php';
  31521.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/ProductMaxPurchaseCalculator.php';
  31522.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractIsNewDetector.php';
  31523.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/IsNewDetector.php';
  31524.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractProductVariationBuilder.php';
  31525.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/ProductVariationBuilder.php';
  31526.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  31527.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'])) {
  31528.             return $this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'];
  31529.         }
  31530.         $b = ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'] ?? $this->getProductPriceCalculatorService());
  31531.         if (isset($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'])) {
  31532.             return $this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'];
  31533.         }
  31534.         $c = new \Shopware\Core\Content\Product\PropertyGroupSorter();
  31535.         $d = new \Shopware\Core\Content\Product\ProductMaxPurchaseCalculator($a);
  31536.         $e = new \Shopware\Core\Content\Product\IsNewDetector($a);
  31537.         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);
  31538.     }
  31539.     /**
  31540.      * Gets the private 'Shopware\Core\Content\Rule\DataAbstractionLayer\RuleAreaUpdater' shared service.
  31541.      *
  31542.      * @return \Shopware\Core\Content\Rule\DataAbstractionLayer\RuleAreaUpdater
  31543.      */
  31544.     protected function getRuleAreaUpdaterService()
  31545.     {
  31546.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/DataAbstractionLayer/RuleAreaUpdater.php';
  31547.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  31548.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'])) {
  31549.             return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'];
  31550.         }
  31551.         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);
  31552.     }
  31553.     /**
  31554.      * Gets the private 'Shopware\Core\Content\Rule\DataAbstractionLayer\RuleIndexer' shared service.
  31555.      *
  31556.      * @return \Shopware\Core\Content\Rule\DataAbstractionLayer\RuleIndexer
  31557.      */
  31558.     protected function getRuleIndexerService()
  31559.     {
  31560.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  31561.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/DataAbstractionLayer/RuleIndexer.php';
  31562.         $a = ($this->services['rule.repository'] ?? $this->getRule_RepositoryService());
  31563.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'])) {
  31564.             return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'];
  31565.         }
  31566.         $b = ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'] ?? $this->getRuleAreaUpdaterService());
  31567.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'])) {
  31568.             return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'];
  31569.         }
  31570.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService());
  31571.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'])) {
  31572.             return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'];
  31573.         }
  31574.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  31575.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'])) {
  31576.             return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'];
  31577.         }
  31578.         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->getIteratorFactoryService()), $a, ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RulePayloadUpdater'] ?? $this->getRulePayloadUpdaterService()), $b$c$d);
  31579.     }
  31580.     /**
  31581.      * Gets the private 'Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadSubscriber' shared service.
  31582.      *
  31583.      * @return \Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadSubscriber
  31584.      */
  31585.     protected function getRulePayloadSubscriberService()
  31586.     {
  31587.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/DataAbstractionLayer/RulePayloadSubscriber.php';
  31588.         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);
  31589.     }
  31590.     /**
  31591.      * Gets the private 'Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadUpdater' shared service.
  31592.      *
  31593.      * @return \Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadUpdater
  31594.      */
  31595.     protected function getRulePayloadUpdaterService()
  31596.     {
  31597.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/DataAbstractionLayer/RulePayloadUpdater.php';
  31598.         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()));
  31599.     }
  31600.     /**
  31601.      * Gets the private 'Shopware\Core\Content\Rule\RuleValidator' shared service.
  31602.      *
  31603.      * @return \Shopware\Core\Content\Rule\RuleValidator
  31604.      */
  31605.     protected function getRuleValidatorService()
  31606.     {
  31607.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/RuleValidator.php';
  31608.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  31609.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'])) {
  31610.             return $this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'];
  31611.         }
  31612.         $b = ($this->services['rule_condition.repository'] ?? $this->getRuleCondition_RepositoryService());
  31613.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'])) {
  31614.             return $this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'];
  31615.         }
  31616.         $c = ($this->services['app_script_condition.repository'] ?? $this->getAppScriptCondition_RepositoryService());
  31617.         if (isset($this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'])) {
  31618.             return $this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'];
  31619.         }
  31620.         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);
  31621.     }
  31622.     /**
  31623.      * Gets the private 'Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver' shared service.
  31624.      *
  31625.      * @return \Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver
  31626.      */
  31627.     protected function getStoreApiSeoResolverService()
  31628.     {
  31629.         $a = ($this->services['sales_channel.seo_url.repository'] ?? $this->getSalesChannel_SeoUrl_RepositoryService());
  31630.         if (isset($this->privates['Shopware\\Core\\Content\\Seo\\SalesChannel\\StoreApiSeoResolver'])) {
  31631.             return $this->privates['Shopware\\Core\\Content\\Seo\\SalesChannel\\StoreApiSeoResolver'];
  31632.         }
  31633.         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()), ($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlRoute\\SeoUrlRouteRegistry'] ?? $this->getSeoUrlRouteRegistryService()));
  31634.     }
  31635.     /**
  31636.      * Gets the private 'Shopware\Core\Content\Seo\SeoUrlGenerator' shared service.
  31637.      *
  31638.      * @return \Shopware\Core\Content\Seo\SeoUrlGenerator
  31639.      */
  31640.     protected function getSeoUrlGeneratorService()
  31641.     {
  31642.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlGenerator.php';
  31643.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlTwigFactory.php';
  31644.         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 () {
  31645.             return new \EmptyIterator();
  31646.         }, 0)), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\TwigVariableParser'] ?? $this->getTwigVariableParserService()));
  31647.     }
  31648.     /**
  31649.      * Gets the private 'Shopware\Core\Content\Seo\SeoUrlPersister' shared service.
  31650.      *
  31651.      * @return \Shopware\Core\Content\Seo\SeoUrlPersister
  31652.      */
  31653.     protected function getSeoUrlPersisterService()
  31654.     {
  31655.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlPersister.php';
  31656.         $a = ($this->services['seo_url.repository'] ?? $this->getSeoUrl_RepositoryService());
  31657.         if (isset($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'])) {
  31658.             return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'];
  31659.         }
  31660.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  31661.         if (isset($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'])) {
  31662.             return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'];
  31663.         }
  31664.         return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'] = new \Shopware\Core\Content\Seo\SeoUrlPersister(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a$b);
  31665.     }
  31666.     /**
  31667.      * Gets the private 'Shopware\Core\Content\Seo\SeoUrlRoute\SeoUrlRouteRegistry' shared service.
  31668.      *
  31669.      * @return \Shopware\Core\Content\Seo\SeoUrlRoute\SeoUrlRouteRegistry
  31670.      */
  31671.     protected function getSeoUrlRouteRegistryService()
  31672.     {
  31673.         return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlRoute\\SeoUrlRouteRegistry'] = new \Shopware\Core\Content\Seo\SeoUrlRoute\SeoUrlRouteRegistry(new RewindableGenerator(function () {
  31674.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\ProductPageSeoUrlRoute'] ?? $this->getProductPageSeoUrlRouteService());
  31675.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\NavigationPageSeoUrlRoute'] ?? $this->getNavigationPageSeoUrlRouteService());
  31676.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\LandingPageSeoUrlRoute'] ?? $this->getLandingPageSeoUrlRouteService());
  31677.             yield => ($this->privates['Sas\\BlogModule\\Content\\Blog\\BlogSeoUrlRoute'] ?? $this->getBlogSeoUrlRouteService());
  31678.         }, 4));
  31679.     }
  31680.     /**
  31681.      * Gets the private 'Shopware\Core\Content\Seo\SeoUrlUpdater' shared service.
  31682.      *
  31683.      * @return \Shopware\Core\Content\Seo\SeoUrlUpdater
  31684.      */
  31685.     protected function getSeoUrlUpdaterService()
  31686.     {
  31687.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlUpdater.php';
  31688.         $a = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  31689.         if (isset($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlUpdater'])) {
  31690.             return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlUpdater'];
  31691.         }
  31692.         $b = ($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'] ?? $this->getSeoUrlPersisterService());
  31693.         if (isset($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlUpdater'])) {
  31694.             return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlUpdater'];
  31695.         }
  31696.         $c = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  31697.         if (isset($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlUpdater'])) {
  31698.             return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlUpdater'];
  31699.         }
  31700.         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);
  31701.     }
  31702.     /**
  31703.      * Gets the private 'Shopware\Core\Content\Sitemap\Commands\SitemapGenerateCommand' shared service.
  31704.      *
  31705.      * @return \Shopware\Core\Content\Sitemap\Commands\SitemapGenerateCommand
  31706.      */
  31707.     protected function getSitemapGenerateCommandService()
  31708.     {
  31709.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31710.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Commands/SitemapGenerateCommand.php';
  31711.         $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()));
  31712.         $instance->setName('sitemap:generate');
  31713.         return $instance;
  31714.     }
  31715.     /**
  31716.      * Gets the private 'Shopware\Core\Content\Sitemap\ConfigHandler\File' shared service.
  31717.      *
  31718.      * @return \Shopware\Core\Content\Sitemap\ConfigHandler\File
  31719.      */
  31720.     protected function getFileService()
  31721.     {
  31722.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/ConfigHandler/ConfigHandlerInterface.php';
  31723.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/ConfigHandler/File.php';
  31724.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\ConfigHandler\\File'] = new \Shopware\Core\Content\Sitemap\ConfigHandler\File($this->parameters['shopware.sitemap']);
  31725.     }
  31726.     /**
  31727.      * Gets the private 'Shopware\Core\Content\Sitemap\Provider\CategoryUrlProvider' shared service.
  31728.      *
  31729.      * @return \Shopware\Core\Content\Sitemap\Provider\CategoryUrlProvider
  31730.      */
  31731.     protected function getCategoryUrlProviderService()
  31732.     {
  31733.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/UrlProviderInterface.php';
  31734.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/AbstractUrlProvider.php';
  31735.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/CategoryUrlProvider.php';
  31736.         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->getIteratorFactoryService()), ($this->services['router'] ?? $this->getRouterService()));
  31737.     }
  31738.     /**
  31739.      * Gets the private 'Shopware\Core\Content\Sitemap\Provider\CustomUrlProvider' shared service.
  31740.      *
  31741.      * @return \Shopware\Core\Content\Sitemap\Provider\CustomUrlProvider
  31742.      */
  31743.     protected function getCustomUrlProviderService()
  31744.     {
  31745.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/UrlProviderInterface.php';
  31746.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/AbstractUrlProvider.php';
  31747.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/CustomUrlProvider.php';
  31748.         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()));
  31749.     }
  31750.     /**
  31751.      * Gets the private 'Shopware\Core\Content\Sitemap\ScheduledTask\SitemapGenerateTaskHandler' shared service.
  31752.      *
  31753.      * @return \Shopware\Core\Content\Sitemap\ScheduledTask\SitemapGenerateTaskHandler
  31754.      */
  31755.     protected function getSitemapGenerateTaskHandlerService()
  31756.     {
  31757.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/ScheduledTask/SitemapGenerateTaskHandler.php';
  31758.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  31759.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  31760.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  31761.         }
  31762.         $b = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  31763.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  31764.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  31765.         }
  31766.         $c = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  31767.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  31768.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  31769.         }
  31770.         $d = ($this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\SitemapExporter'] ?? $this->getSitemapExporterService());
  31771.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  31772.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  31773.         }
  31774.         $e = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  31775.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  31776.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  31777.         }
  31778.         $f = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  31779.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  31780.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  31781.         }
  31782.         $g = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  31783.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'])) {
  31784.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'];
  31785.         }
  31786.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] = new \Shopware\Core\Content\Sitemap\ScheduledTask\SitemapGenerateTaskHandler($a$b$c$d, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $e$f$g);
  31787.     }
  31788.     /**
  31789.      * Gets the private 'Shopware\Core\Content\Sitemap\Service\ConfigHandler' shared service.
  31790.      *
  31791.      * @return \Shopware\Core\Content\Sitemap\Service\ConfigHandler
  31792.      */
  31793.     protected function getConfigHandlerService()
  31794.     {
  31795.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/ConfigHandler.php';
  31796.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\ConfigHandler'] = new \Shopware\Core\Content\Sitemap\Service\ConfigHandler(new RewindableGenerator(function () {
  31797.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\ConfigHandler\\File'] ?? $this->getFileService());
  31798.         }, 1));
  31799.     }
  31800.     /**
  31801.      * Gets the private 'Shopware\Core\Content\Sitemap\Service\SitemapExporter' shared service.
  31802.      *
  31803.      * @return \Shopware\Core\Content\Sitemap\Service\SitemapExporter
  31804.      */
  31805.     protected function getSitemapExporterService()
  31806.     {
  31807.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapExporterInterface.php';
  31808.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapExporter.php';
  31809.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapHandleFactoryInterface.php';
  31810.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapHandleFactory.php';
  31811.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  31812.         if (isset($this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\SitemapExporter'])) {
  31813.             return $this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\SitemapExporter'];
  31814.         }
  31815.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\SitemapExporter'] = new \Shopware\Core\Content\Sitemap\Service\SitemapExporter(new RewindableGenerator(function () {
  31816.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\HomeUrlProvider'] ?? ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\HomeUrlProvider'] = new \Shopware\Core\Content\Sitemap\Provider\HomeUrlProvider()));
  31817.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\CategoryUrlProvider'] ?? $this->getCategoryUrlProviderService());
  31818.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\CustomUrlProvider'] ?? $this->getCustomUrlProviderService());
  31819.             yield => ($this->privates['Sas\\BlogModule\\Core\\Content\\Sitemap\\Provider\\BlogUrlProvider'] ?? $this->getBlogUrlProviderService());
  31820.             yield => ($this->privates['Acris\\ProductCustomerGroup\\Core\\Content\\Sitemap\\Provider\\ProductUrlProvider'] ?? $this->getProductUrlProviderService());
  31821.         }, 5), ($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);
  31822.     }
  31823.     /**
  31824.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheClearer' shared service.
  31825.      *
  31826.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheClearer
  31827.      */
  31828.     protected function getCacheClearer2Service()
  31829.     {
  31830.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheClearer.php';
  31831.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  31832.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  31833.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'])) {
  31834.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'];
  31835.         }
  31836.         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);
  31837.     }
  31838.     /**
  31839.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheDecorator' shared service.
  31840.      *
  31841.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheDecorator
  31842.      */
  31843.     protected function getCacheDecoratorService()
  31844.     {
  31845.         $a = new \Symfony\Component\Cache\Adapter\TagAwareAdapter(($this->privates['.cache.object.inner'] ?? $this->get_Cache_Object_InnerService()), ($this->privates['cache.tags'] ?? $this->getCache_TagsService()));
  31846.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  31847.         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())));
  31848.     }
  31849.     /**
  31850.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber' shared service.
  31851.      *
  31852.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber
  31853.      */
  31854.     protected function getCacheInvalidationSubscriber2Service()
  31855.     {
  31856.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheInvalidationSubscriber.php';
  31857.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  31858.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'])) {
  31859.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'];
  31860.         }
  31861.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] = new \Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  31862.     }
  31863.     /**
  31864.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheInvalidator' shared service.
  31865.      *
  31866.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheInvalidator
  31867.      */
  31868.     protected function getCacheInvalidatorService()
  31869.     {
  31870.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  31871.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'])) {
  31872.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'];
  31873.         }
  31874.         $b = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  31875.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'])) {
  31876.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'];
  31877.         }
  31878.         $c = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService());
  31879.         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);
  31880.     }
  31881.     /**
  31882.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber' shared service.
  31883.      *
  31884.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber
  31885.      */
  31886.     protected function getCacheStateSubscriberService()
  31887.     {
  31888.         $a = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  31889.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'])) {
  31890.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'];
  31891.         }
  31892.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'] = new \Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber($a);
  31893.     }
  31894.     /**
  31895.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\InvalidateCacheTaskHandler' shared service.
  31896.      *
  31897.      * @return \Shopware\Core\Framework\Adapter\Cache\InvalidateCacheTaskHandler
  31898.      */
  31899.     protected function getInvalidateCacheTaskHandlerService()
  31900.     {
  31901.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/InvalidateCacheTaskHandler.php';
  31902.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  31903.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'])) {
  31904.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'];
  31905.         }
  31906.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  31907.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'])) {
  31908.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'];
  31909.         }
  31910.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'] = new \Shopware\Core\Framework\Adapter\Cache\InvalidateCacheTaskHandler($a$b0);
  31911.     }
  31912.     /**
  31913.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\Message\CleanupOldCacheFoldersHandler' shared service.
  31914.      *
  31915.      * @return \Shopware\Core\Framework\Adapter\Cache\Message\CleanupOldCacheFoldersHandler
  31916.      */
  31917.     protected function getCleanupOldCacheFoldersHandlerService()
  31918.     {
  31919.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/Message/CleanupOldCacheFoldersHandler.php';
  31920.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service());
  31921.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'])) {
  31922.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'];
  31923.         }
  31924.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'] = new \Shopware\Core\Framework\Adapter\Cache\Message\CleanupOldCacheFoldersHandler($a);
  31925.     }
  31926.     /**
  31927.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\Script\ScriptCacheInvalidationSubscriber' shared service.
  31928.      *
  31929.      * @return \Shopware\Core\Framework\Adapter\Cache\Script\ScriptCacheInvalidationSubscriber
  31930.      */
  31931.     protected function getScriptCacheInvalidationSubscriberService()
  31932.     {
  31933.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/Script/ScriptCacheInvalidationSubscriber.php';
  31934.         $a = ($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] ?? $this->getScriptExecutorService());
  31935.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\ScriptCacheInvalidationSubscriber'])) {
  31936.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\ScriptCacheInvalidationSubscriber'];
  31937.         }
  31938.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\ScriptCacheInvalidationSubscriber'] = new \Shopware\Core\Framework\Adapter\Cache\Script\ScriptCacheInvalidationSubscriber($a);
  31939.     }
  31940.     /**
  31941.      * Gets the private 'Shopware\Core\Framework\Adapter\Command\S3FilesystemVisibilityCommand' shared service.
  31942.      *
  31943.      * @return \Shopware\Core\Framework\Adapter\Command\S3FilesystemVisibilityCommand
  31944.      */
  31945.     protected function getS3FilesystemVisibilityCommandService()
  31946.     {
  31947.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31948.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Command/S3FilesystemVisibilityCommand.php';
  31949.         $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()));
  31950.         $instance->setName('s3:set-visibility');
  31951.         return $instance;
  31952.     }
  31953.     /**
  31954.      * Gets the private 'Shopware\Core\Framework\Adapter\Filesystem\FilesystemFactory' shared service.
  31955.      *
  31956.      * @return \Shopware\Core\Framework\Adapter\Filesystem\FilesystemFactory
  31957.      */
  31958.     protected function getFilesystemFactoryService()
  31959.     {
  31960.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] = new \Shopware\Core\Framework\Adapter\Filesystem\FilesystemFactory(new RewindableGenerator(function () {
  31961.             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()));
  31962.             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()));
  31963.             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()));
  31964.         }, 3), new RewindableGenerator(function () {
  31965.             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()));
  31966.         }, 1));
  31967.     }
  31968.     /**
  31969.      * Gets the private 'Shopware\Core\Framework\Adapter\Translation\Translator' shared service.
  31970.      *
  31971.      * @return \Shopware\Core\Framework\Adapter\Translation\Translator
  31972.      */
  31973.     protected function getTranslator2Service()
  31974.     {
  31975.         $a = ($this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'] ?? $this->getSnippetServiceService());
  31976.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'])) {
  31977.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'];
  31978.         }
  31979.         $b = ($this->services['snippet_set.repository'] ?? $this->getSnippetSet_RepositoryService());
  31980.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'])) {
  31981.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'];
  31982.         }
  31983.         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()));
  31984.     }
  31985.     /**
  31986.      * Gets the private 'Shopware\Core\Framework\Adapter\Translation\TranslatorCacheInvalidate' shared service.
  31987.      *
  31988.      * @return \Shopware\Core\Framework\Adapter\Translation\TranslatorCacheInvalidate
  31989.      */
  31990.     protected function getTranslatorCacheInvalidateService()
  31991.     {
  31992.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Translation/TranslatorCacheInvalidate.php';
  31993.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  31994.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'])) {
  31995.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'];
  31996.         }
  31997.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] = new \Shopware\Core\Framework\Adapter\Translation\TranslatorCacheInvalidate($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  31998.     }
  31999.     /**
  32000.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\EntityTemplateLoader' shared service.
  32001.      *
  32002.      * @return \Shopware\Core\Framework\Adapter\Twig\EntityTemplateLoader
  32003.      */
  32004.     protected function getEntityTemplateLoaderService()
  32005.     {
  32006.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] = new \Shopware\Core\Framework\Adapter\Twig\EntityTemplateLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), 'dev');
  32007.     }
  32008.     /**
  32009.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\BundleHierarchyBuilder' shared service.
  32010.      *
  32011.      * @return \Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\BundleHierarchyBuilder
  32012.      */
  32013.     protected function getBundleHierarchyBuilderService()
  32014.     {
  32015.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/NamespaceHierarchy/BundleHierarchyBuilder.php';
  32016.         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()));
  32017.     }
  32018.     /**
  32019.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\StringTemplateRenderer' shared service.
  32020.      *
  32021.      * @return \Shopware\Core\Framework\Adapter\Twig\StringTemplateRenderer
  32022.      */
  32023.     protected function getStringTemplateRendererService()
  32024.     {
  32025.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/StringTemplateRenderer.php';
  32026.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  32027.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'])) {
  32028.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'];
  32029.         }
  32030.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\StringTemplateRenderer'] = new \Shopware\Core\Framework\Adapter\Twig\StringTemplateRenderer($a$this->targetDir.'');
  32031.     }
  32032.     /**
  32033.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\TwigVariableParser' shared service.
  32034.      *
  32035.      * @return \Shopware\Core\Framework\Adapter\Twig\TwigVariableParser
  32036.      */
  32037.     protected function getTwigVariableParserService()
  32038.     {
  32039.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TwigVariableParser.php';
  32040.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  32041.         if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\TwigVariableParser'])) {
  32042.             return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\TwigVariableParser'];
  32043.         }
  32044.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\TwigVariableParser'] = new \Shopware\Core\Framework\Adapter\Twig\TwigVariableParser($a);
  32045.     }
  32046.     /**
  32047.      * Gets the private 'Shopware\Core\Framework\Api\Acl\AclAnnotationValidator' shared service.
  32048.      *
  32049.      * @return \Shopware\Core\Framework\Api\Acl\AclAnnotationValidator
  32050.      */
  32051.     protected function getAclAnnotationValidatorService()
  32052.     {
  32053.         return $this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclAnnotationValidator'] = new \Shopware\Core\Framework\Api\Acl\AclAnnotationValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  32054.     }
  32055.     /**
  32056.      * Gets the private 'Shopware\Core\Framework\Api\Acl\AclWriteValidator' shared service.
  32057.      *
  32058.      * @return \Shopware\Core\Framework\Api\Acl\AclWriteValidator
  32059.      */
  32060.     protected function getAclWriteValidatorService()
  32061.     {
  32062.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/AclWriteValidator.php';
  32063.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  32064.         if (isset($this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclWriteValidator'])) {
  32065.             return $this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclWriteValidator'];
  32066.         }
  32067.         return $this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclWriteValidator'] = new \Shopware\Core\Framework\Api\Acl\AclWriteValidator($a);
  32068.     }
  32069.     /**
  32070.      * Gets the private 'Shopware\Core\Framework\Api\ApiDefinition\DefinitionService' shared service.
  32071.      *
  32072.      * @return \Shopware\Core\Framework\Api\ApiDefinition\DefinitionService
  32073.      */
  32074.     protected function getDefinitionServiceService()
  32075.     {
  32076.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/DefinitionService.php';
  32077.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/ApiDefinitionGeneratorInterface.php';
  32078.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/StoreApiGenerator.php';
  32079.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi/OpenApiSchemaBuilder.php';
  32080.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi/OpenApiDefinitionSchemaBuilder.php';
  32081.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi/OpenApiLoader.php';
  32082.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/BundleSchemaPathCollection.php';
  32083.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi3Generator.php';
  32084.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi/OpenApiPathBuilder.php';
  32085.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/EntitySchemaGenerator.php';
  32086.         $a = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiSchemaBuilder('6.4.20.2');
  32087.         $b = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiDefinitionSchemaBuilder();
  32088.         $c = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiLoader(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  32089.         $d = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\BundleSchemaPathCollection(($this->privates['kernel.bundles'] ?? $this->getKernel_BundlesService()));
  32090.         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());
  32091.     }
  32092.     /**
  32093.      * Gets the private 'Shopware\Core\Framework\Api\Command\DumpClassSchemaCommand' shared service.
  32094.      *
  32095.      * @return \Shopware\Core\Framework\Api\Command\DumpClassSchemaCommand
  32096.      */
  32097.     protected function getDumpClassSchemaCommandService()
  32098.     {
  32099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32100.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Command/DumpClassSchemaCommand.php';
  32101.         $this->privates['Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand'] = $instance = new \Shopware\Core\Framework\Api\Command\DumpClassSchemaCommand($this->parameters['kernel.bundles_metadata']);
  32102.         $instance->setName('framework:dump:class:schema');
  32103.         return $instance;
  32104.     }
  32105.     /**
  32106.      * Gets the private 'Shopware\Core\Framework\Api\Command\DumpSchemaCommand' shared service.
  32107.      *
  32108.      * @return \Shopware\Core\Framework\Api\Command\DumpSchemaCommand
  32109.      */
  32110.     protected function getDumpSchemaCommandService()
  32111.     {
  32112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32113.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Command/DumpSchemaCommand.php';
  32114.         $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()));
  32115.         $instance->setName('framework:schema');
  32116.         return $instance;
  32117.     }
  32118.     /**
  32119.      * Gets the private 'Shopware\Core\Framework\Api\Converter\ApiVersionConverter' shared service.
  32120.      *
  32121.      * @return \Shopware\Core\Framework\Api\Converter\ApiVersionConverter
  32122.      */
  32123.     protected function getApiVersionConverterService()
  32124.     {
  32125.         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 () {
  32126.             return new \EmptyIterator();
  32127.         }, 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())))));
  32128.     }
  32129.     /**
  32130.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener' shared service.
  32131.      *
  32132.      * @return \Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener
  32133.      */
  32134.     protected function getApiAuthenticationListenerService()
  32135.     {
  32136.         $a = ($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\AccessTokenRepository'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\AccessTokenRepository'] = new \Shopware\Core\Framework\Api\OAuth\AccessTokenRepository()));
  32137.         $b = ($this->privates['shopware.public_key'] ?? ($this->privates['shopware.public_key'] = new \League\OAuth2\Server\CryptKey((\dirname(__DIR__4).'/config/jwt/public.pem'))));
  32138.         $c = new \League\OAuth2\Server\AuthorizationValidators\BearerTokenValidator($a);
  32139.         $c->setPublicKey($b);
  32140.         $d = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  32141.         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()));
  32142.     }
  32143.     /**
  32144.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener' shared service.
  32145.      *
  32146.      * @return \Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener
  32147.      */
  32148.     protected function getSalesChannelAuthenticationListenerService()
  32149.     {
  32150.         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()));
  32151.     }
  32152.     /**
  32153.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\Authentication\UserCredentialsChangedSubscriber' shared service.
  32154.      *
  32155.      * @return \Shopware\Core\Framework\Api\EventListener\Authentication\UserCredentialsChangedSubscriber
  32156.      */
  32157.     protected function getUserCredentialsChangedSubscriberService()
  32158.     {
  32159.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/Authentication/UserCredentialsChangedSubscriber.php';
  32160.         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()));
  32161.     }
  32162.     /**
  32163.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber' shared service.
  32164.      *
  32165.      * @return \Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber
  32166.      */
  32167.     protected function getExpectationSubscriberService()
  32168.     {
  32169.         return $this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ExpectationSubscriber'] = new \Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber('6.4.20.2'$this->parameters['kernel.plugin_infos']);
  32170.     }
  32171.     /**
  32172.      * Gets the private 'Shopware\Core\Framework\Api\OAuth\RefreshTokenRepository' shared service.
  32173.      *
  32174.      * @return \Shopware\Core\Framework\Api\OAuth\RefreshTokenRepository
  32175.      */
  32176.     protected function getRefreshTokenRepositoryService()
  32177.     {
  32178.         return $this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\RefreshTokenRepository'] = new \Shopware\Core\Framework\Api\OAuth\RefreshTokenRepository(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  32179.     }
  32180.     /**
  32181.      * Gets the private 'Shopware\Core\Framework\Api\Serializer\JsonEntityEncoder' shared service.
  32182.      *
  32183.      * @return \Shopware\Core\Framework\Api\Serializer\JsonEntityEncoder
  32184.      */
  32185.     protected function getJsonEntityEncoderService()
  32186.     {
  32187.         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()));
  32188.     }
  32189.     /**
  32190.      * Gets the private 'Shopware\Core\Framework\App\ActionButton\Executor' shared service.
  32191.      *
  32192.      * @return \Shopware\Core\Framework\App\ActionButton\Executor
  32193.      */
  32194.     protected function getExecutorService()
  32195.     {
  32196.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Executor.php';
  32197.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/ActionButtonResponseFactory.php';
  32198.         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->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), new \Shopware\Core\Framework\App\ActionButton\Response\ActionButtonResponseFactory(new RewindableGenerator(function () {
  32199.             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()));
  32200.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ActionButton\\Response\\OpenModalResponseFactory'] ?? $this->getOpenModalResponseFactoryService());
  32201.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ActionButton\\Response\\OpenNewTabResponseFactory'] ?? $this->getOpenNewTabResponseFactoryService());
  32202.             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()));
  32203.         }, 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)));
  32204.     }
  32205.     /**
  32206.      * Gets the private 'Shopware\Core\Framework\App\ActionButton\Response\OpenModalResponseFactory' shared service.
  32207.      *
  32208.      * @return \Shopware\Core\Framework\App\ActionButton\Response\OpenModalResponseFactory
  32209.      */
  32210.     protected function getOpenModalResponseFactoryService()
  32211.     {
  32212.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/ActionButtonResponseFactoryInterface.php';
  32213.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/OpenModalResponseFactory.php';
  32214.         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()));
  32215.     }
  32216.     /**
  32217.      * Gets the private 'Shopware\Core\Framework\App\ActionButton\Response\OpenNewTabResponseFactory' shared service.
  32218.      *
  32219.      * @return \Shopware\Core\Framework\App\ActionButton\Response\OpenNewTabResponseFactory
  32220.      */
  32221.     protected function getOpenNewTabResponseFactoryService()
  32222.     {
  32223.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/ActionButtonResponseFactoryInterface.php';
  32224.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/OpenNewTabResponseFactory.php';
  32225.         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()));
  32226.     }
  32227.     /**
  32228.      * Gets the private 'Shopware\Core\Framework\App\ActiveAppsLoader' shared service.
  32229.      *
  32230.      * @return \Shopware\Core\Framework\App\ActiveAppsLoader
  32231.      */
  32232.     protected function getActiveAppsLoaderService()
  32233.     {
  32234.         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()));
  32235.     }
  32236.     /**
  32237.      * Gets the private 'Shopware\Core\Framework\App\AppStateService' shared service.
  32238.      *
  32239.      * @return \Shopware\Core\Framework\App\AppStateService
  32240.      */
  32241.     protected function getAppStateServiceService()
  32242.     {
  32243.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppStateService.php';
  32244.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/PaymentMethodStateService.php';
  32245.         $a = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  32246.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  32247.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  32248.         }
  32249.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  32250.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  32251.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  32252.         }
  32253.         $c = ($this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateStateService'] ?? $this->getTemplateStateServiceService());
  32254.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  32255.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  32256.         }
  32257.         $d = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'] ?? $this->getScriptPersisterService());
  32258.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  32259.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  32260.         }
  32261.         $e = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  32262.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  32263.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  32264.         }
  32265.         $f = ($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] ?? $this->getScriptExecutorService());
  32266.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  32267.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  32268.         }
  32269.         $g = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'] ?? $this->getRuleConditionPersisterService());
  32270.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'])) {
  32271.             return $this->privates['Shopware\\Core\\Framework\\App\\AppStateService'];
  32272.         }
  32273.         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);
  32274.     }
  32275.     /**
  32276.      * Gets the private 'Shopware\Core\Framework\App\AppUrlChangeResolver\MoveShopPermanentlyStrategy' shared service.
  32277.      *
  32278.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\MoveShopPermanentlyStrategy
  32279.      */
  32280.     protected function getMoveShopPermanentlyStrategyService()
  32281.     {
  32282.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/AbstractAppUrlChangeStrategy.php';
  32283.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/MoveShopPermanentlyStrategy.php';
  32284.         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()));
  32285.     }
  32286.     /**
  32287.      * Gets the private 'Shopware\Core\Framework\App\AppUrlChangeResolver\ReinstallAppsStrategy' shared service.
  32288.      *
  32289.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\ReinstallAppsStrategy
  32290.      */
  32291.     protected function getReinstallAppsStrategyService()
  32292.     {
  32293.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/AbstractAppUrlChangeStrategy.php';
  32294.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/ReinstallAppsStrategy.php';
  32295.         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()));
  32296.     }
  32297.     /**
  32298.      * Gets the private 'Shopware\Core\Framework\App\AppUrlChangeResolver\UninstallAppsStrategy' shared service.
  32299.      *
  32300.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\UninstallAppsStrategy
  32301.      */
  32302.     protected function getUninstallAppsStrategyService()
  32303.     {
  32304.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/AbstractAppUrlChangeStrategy.php';
  32305.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/UninstallAppsStrategy.php';
  32306.         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()));
  32307.     }
  32308.     /**
  32309.      * Gets the private 'Shopware\Core\Framework\App\Command\ActivateAppCommand' shared service.
  32310.      *
  32311.      * @return \Shopware\Core\Framework\App\Command\ActivateAppCommand
  32312.      */
  32313.     protected function getActivateAppCommandService()
  32314.     {
  32315.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32316.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/AbstractAppActivationCommand.php';
  32317.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/ActivateAppCommand.php';
  32318.         $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()));
  32319.         $instance->setName('app:activate');
  32320.         return $instance;
  32321.     }
  32322.     /**
  32323.      * Gets the private 'Shopware\Core\Framework\App\Command\AppPrinter' shared service.
  32324.      *
  32325.      * @return \Shopware\Core\Framework\App\Command\AppPrinter
  32326.      */
  32327.     protected function getAppPrinterService()
  32328.     {
  32329.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/AppPrinter.php';
  32330.         return $this->privates['Shopware\\Core\\Framework\\App\\Command\\AppPrinter'] = new \Shopware\Core\Framework\App\Command\AppPrinter(($this->services['app.repository'] ?? $this->getApp_RepositoryService()));
  32331.     }
  32332.     /**
  32333.      * Gets the private 'Shopware\Core\Framework\App\Command\DeactivateAppCommand' shared service.
  32334.      *
  32335.      * @return \Shopware\Core\Framework\App\Command\DeactivateAppCommand
  32336.      */
  32337.     protected function getDeactivateAppCommandService()
  32338.     {
  32339.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32340.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/AbstractAppActivationCommand.php';
  32341.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/DeactivateAppCommand.php';
  32342.         $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()));
  32343.         $instance->setName('app:deactivate');
  32344.         return $instance;
  32345.     }
  32346.     /**
  32347.      * Gets the private 'Shopware\Core\Framework\App\Command\InstallAppCommand' shared service.
  32348.      *
  32349.      * @return \Shopware\Core\Framework\App\Command\InstallAppCommand
  32350.      */
  32351.     protected function getInstallAppCommandService()
  32352.     {
  32353.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32354.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/InstallAppCommand.php';
  32355.         $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()));
  32356.         $instance->setName('app:install');
  32357.         return $instance;
  32358.     }
  32359.     /**
  32360.      * Gets the private 'Shopware\Core\Framework\App\Command\RefreshAppCommand' shared service.
  32361.      *
  32362.      * @return \Shopware\Core\Framework\App\Command\RefreshAppCommand
  32363.      */
  32364.     protected function getRefreshAppCommandService()
  32365.     {
  32366.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32367.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/RefreshAppCommand.php';
  32368.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppService.php';
  32369.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AppLifecycleIterator.php';
  32370.         $a = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  32371.         $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);
  32372.         $instance->setName('app:refresh');
  32373.         return $instance;
  32374.     }
  32375.     /**
  32376.      * Gets the private 'Shopware\Core\Framework\App\Command\ResolveAppUrlChangeCommand' shared service.
  32377.      *
  32378.      * @return \Shopware\Core\Framework\App\Command\ResolveAppUrlChangeCommand
  32379.      */
  32380.     protected function getResolveAppUrlChangeCommandService()
  32381.     {
  32382.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32383.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/ResolveAppUrlChangeCommand.php';
  32384.         $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()));
  32385.         $instance->setName('app:url-change:resolve');
  32386.         return $instance;
  32387.     }
  32388.     /**
  32389.      * Gets the private 'Shopware\Core\Framework\App\Command\UninstallAppCommand' shared service.
  32390.      *
  32391.      * @return \Shopware\Core\Framework\App\Command\UninstallAppCommand
  32392.      */
  32393.     protected function getUninstallAppCommandService()
  32394.     {
  32395.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32396.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/UninstallAppCommand.php';
  32397.         $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()));
  32398.         $instance->setName('app:uninstall');
  32399.         return $instance;
  32400.     }
  32401.     /**
  32402.      * Gets the private 'Shopware\Core\Framework\App\Command\ValidateAppCommand' shared service.
  32403.      *
  32404.      * @return \Shopware\Core\Framework\App\Command\ValidateAppCommand
  32405.      */
  32406.     protected function getValidateAppCommandService()
  32407.     {
  32408.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32409.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/ValidateAppCommand.php';
  32410.         $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()));
  32411.         $instance->setName('app:validate');
  32412.         return $instance;
  32413.     }
  32414.     /**
  32415.      * Gets the private 'Shopware\Core\Framework\App\Delta\AppConfirmationDeltaProvider' shared service.
  32416.      *
  32417.      * @return \Shopware\Core\Framework\App\Delta\AppConfirmationDeltaProvider
  32418.      */
  32419.     protected function getAppConfirmationDeltaProviderService()
  32420.     {
  32421.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Delta/AppConfirmationDeltaProvider.php';
  32422.         return $this->privates['Shopware\\Core\\Framework\\App\\Delta\\AppConfirmationDeltaProvider'] = new \Shopware\Core\Framework\App\Delta\AppConfirmationDeltaProvider(new RewindableGenerator(function () {
  32423.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\PermissionsDeltaProvider'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\PermissionsDeltaProvider'] = new \Shopware\Core\Framework\App\Delta\PermissionsDeltaProvider()));
  32424.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\DomainsDeltaProvider'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\DomainsDeltaProvider'] = new \Shopware\Core\Framework\App\Delta\DomainsDeltaProvider()));
  32425.         }, 2));
  32426.     }
  32427.     /**
  32428.      * Gets the private 'Shopware\Core\Framework\App\Hmac\QuerySigner' shared service.
  32429.      *
  32430.      * @return \Shopware\Core\Framework\App\Hmac\QuerySigner
  32431.      */
  32432.     protected function getQuerySignerService()
  32433.     {
  32434.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Hmac/QuerySigner.php';
  32435.         return $this->privates['Shopware\\Core\\Framework\\App\\Hmac\\QuerySigner'] = new \Shopware\Core\Framework\App\Hmac\QuerySigner($this->getEnv('APP_URL'), '6.4.20.2', ($this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'] ?? $this->getLocaleProviderService()), ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService()));
  32436.     }
  32437.     /**
  32438.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\AppLifecycle' shared service.
  32439.      *
  32440.      * @return \Shopware\Core\Framework\App\Lifecycle\AppLifecycle
  32441.      */
  32442.     protected function getAppLifecycleService()
  32443.     {
  32444.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AbstractAppLifecycle.php';
  32445.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AppLifecycle.php';
  32446.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/PermissionPersister.php';
  32447.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/CustomFieldPersister.php';
  32448.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/ActionButtonPersister.php';
  32449.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/TemplatePersister.php';
  32450.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/AbstractTemplateLoader.php';
  32451.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/App/Template/IconTemplateLoader.php';
  32452.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/TemplateLoader.php';
  32453.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/WebhookPersister.php';
  32454.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/PaymentMethodPersister.php';
  32455.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/CmsBlockPersister.php';
  32456.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Cms/AbstractBlockTemplateLoader.php';
  32457.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Cms/BlockTemplateLoader.php';
  32458.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Schema/CustomEntityPersister.php';
  32459.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/FlowActionPersister.php';
  32460.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/AppAdministrationSnippetPersister.php';
  32461.         $a = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  32462.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  32463.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  32464.         }
  32465.         $b = ($this->services['custom_field_set.repository'] ?? $this->getCustomFieldSet_RepositoryService());
  32466.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  32467.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  32468.         }
  32469.         $c = ($this->services['app_action_button.repository'] ?? $this->getAppActionButton_RepositoryService());
  32470.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  32471.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  32472.         }
  32473.         $d = ($this->services['app_template.repository'] ?? $this->getAppTemplate_RepositoryService());
  32474.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  32475.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  32476.         }
  32477.         $e = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'] ?? $this->getScriptPersisterService());
  32478.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  32479.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  32480.         }
  32481.         $f = ($this->services['webhook.repository'] ?? $this->getWebhook_RepositoryService());
  32482.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  32483.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  32484.         }
  32485.         $g = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  32486.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  32487.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  32488.         }
  32489.         $h = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  32490.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  32491.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  32492.         }
  32493.         $i = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'] ?? $this->getRuleConditionPersisterService());
  32494.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  32495.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  32496.         }
  32497.         $j = ($this->services['app_cms_block.repository'] ?? $this->getAppCmsBlock_RepositoryService());
  32498.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  32499.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  32500.         }
  32501.         $k = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  32502.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  32503.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  32504.         }
  32505.         $l = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'] ?? $this->getAppRegistrationServiceService());
  32506.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  32507.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  32508.         }
  32509.         $m = ($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'] ?? $this->getAppStateServiceService());
  32510.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  32511.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  32512.         }
  32513.         $n = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  32514.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  32515.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  32516.         }
  32517.         $o = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  32518.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  32519.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  32520.         }
  32521.         $p = ($this->services['integration.repository'] ?? $this->getIntegration_RepositoryService());
  32522.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  32523.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  32524.         }
  32525.         $q = ($this->services['acl_role.repository'] ?? $this->getAclRole_RepositoryService());
  32526.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  32527.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  32528.         }
  32529.         $r = ($this->privates['Shopware\\Core\\Framework\\Plugin\\Util\\AssetService'] ?? $this->getAssetServiceService());
  32530.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  32531.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  32532.         }
  32533.         $s = ($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] ?? $this->getScriptExecutorService());
  32534.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  32535.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  32536.         }
  32537.         $t = ($this->services['app_flow_action.repository'] ?? $this->getAppFlowAction_RepositoryService());
  32538.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  32539.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  32540.         }
  32541.         $u = ($this->services['app_administration_snippet.repository'] ?? $this->getAppAdministrationSnippet_RepositoryService());
  32542.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  32543.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  32544.         }
  32545.         $v = ($this->services['locale.repository'] ?? $this->getLocale_RepositoryService());
  32546.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'])) {
  32547.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'];
  32548.         }
  32549.         $w = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  32550.         $x = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLoader'] ?? $this->getAppLoaderService());
  32551.         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));
  32552.     }
  32553.     /**
  32554.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\AppLoader' shared service.
  32555.      *
  32556.      * @return \Shopware\Core\Framework\App\Lifecycle\AppLoader
  32557.      */
  32558.     protected function getAppLoaderService()
  32559.     {
  32560.         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());
  32561.     }
  32562.     /**
  32563.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\Persister\RuleConditionPersister' shared service.
  32564.      *
  32565.      * @return \Shopware\Core\Framework\App\Lifecycle\Persister\RuleConditionPersister
  32566.      */
  32567.     protected function getRuleConditionPersisterService()
  32568.     {
  32569.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/RuleConditionPersister.php';
  32570.         $a = ($this->services['app_script_condition.repository'] ?? $this->getAppScriptCondition_RepositoryService());
  32571.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'])) {
  32572.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'];
  32573.         }
  32574.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  32575.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'])) {
  32576.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\RuleConditionPersister'];
  32577.         }
  32578.         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);
  32579.     }
  32580.     /**
  32581.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\Persister\ScriptPersister' shared service.
  32582.      *
  32583.      * @return \Shopware\Core\Framework\App\Lifecycle\Persister\ScriptPersister
  32584.      */
  32585.     protected function getScriptPersisterService()
  32586.     {
  32587.         $a = ($this->services['script.repository'] ?? $this->getScript_RepositoryService());
  32588.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'])) {
  32589.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'];
  32590.         }
  32591.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  32592.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'])) {
  32593.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'];
  32594.         }
  32595.         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);
  32596.     }
  32597.     /**
  32598.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\Registration\AppRegistrationService' shared service.
  32599.      *
  32600.      * @return \Shopware\Core\Framework\App\Lifecycle\Registration\AppRegistrationService
  32601.      */
  32602.     protected function getAppRegistrationServiceService()
  32603.     {
  32604.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Registration/AppRegistrationService.php';
  32605.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Registration/HandshakeFactory.php';
  32606.         $a = ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService());
  32607.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'])) {
  32608.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'];
  32609.         }
  32610.         $b = ($this->privates['shopware.app_system.guzzle'] ?? $this->getShopware_AppSystem_GuzzleService());
  32611.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'])) {
  32612.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'];
  32613.         }
  32614.         $c = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  32615.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'])) {
  32616.             return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'];
  32617.         }
  32618.         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.2'), $b$c$this->getEnv('APP_URL'), $a'6.4.20.2');
  32619.     }
  32620.     /**
  32621.      * Gets the private 'Shopware\Core\Framework\App\Payment\Handler\AppAsyncPaymentHandler' shared service.
  32622.      *
  32623.      * @return \Shopware\Core\Framework\App\Payment\Handler\AppAsyncPaymentHandler
  32624.      */
  32625.     protected function getAppAsyncPaymentHandlerService()
  32626.     {
  32627.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  32628.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/RefundPaymentHandlerInterface.php';
  32629.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PreparedPaymentHandlerInterface.php';
  32630.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppPaymentHandler.php';
  32631.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  32632.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppAsyncPaymentHandler.php';
  32633.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  32634.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'])) {
  32635.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'];
  32636.         }
  32637.         $b = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  32638.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'])) {
  32639.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'];
  32640.         }
  32641.         $c = ($this->services['order_transaction_capture_refund.repository'] ?? $this->getOrderTransactionCaptureRefund_RepositoryService());
  32642.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'])) {
  32643.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler'];
  32644.         }
  32645.         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);
  32646.     }
  32647.     /**
  32648.      * Gets the private 'Shopware\Core\Framework\App\Payment\Handler\AppPaymentHandler' shared service.
  32649.      *
  32650.      * @return \Shopware\Core\Framework\App\Payment\Handler\AppPaymentHandler
  32651.      */
  32652.     protected function getAppPaymentHandlerService()
  32653.     {
  32654.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  32655.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/RefundPaymentHandlerInterface.php';
  32656.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PreparedPaymentHandlerInterface.php';
  32657.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppPaymentHandler.php';
  32658.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  32659.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'])) {
  32660.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'];
  32661.         }
  32662.         $b = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  32663.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'])) {
  32664.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'];
  32665.         }
  32666.         $c = ($this->services['order_transaction_capture_refund.repository'] ?? $this->getOrderTransactionCaptureRefund_RepositoryService());
  32667.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'])) {
  32668.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler'];
  32669.         }
  32670.         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);
  32671.     }
  32672.     /**
  32673.      * Gets the private 'Shopware\Core\Framework\App\Payment\Handler\AppSyncPaymentHandler' shared service.
  32674.      *
  32675.      * @return \Shopware\Core\Framework\App\Payment\Handler\AppSyncPaymentHandler
  32676.      */
  32677.     protected function getAppSyncPaymentHandlerService()
  32678.     {
  32679.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  32680.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/RefundPaymentHandlerInterface.php';
  32681.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PreparedPaymentHandlerInterface.php';
  32682.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppPaymentHandler.php';
  32683.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  32684.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppSyncPaymentHandler.php';
  32685.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  32686.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'])) {
  32687.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'];
  32688.         }
  32689.         $b = ($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService());
  32690.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'])) {
  32691.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'];
  32692.         }
  32693.         $c = ($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Payload\\PayloadService'] ?? $this->getPayloadServiceService());
  32694.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'])) {
  32695.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'];
  32696.         }
  32697.         $d = ($this->services['order_transaction_capture_refund.repository'] ?? $this->getOrderTransactionCaptureRefund_RepositoryService());
  32698.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'])) {
  32699.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'];
  32700.         }
  32701.         return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler'] = new \Shopware\Core\Framework\App\Payment\Handler\AppSyncPaymentHandler($a$b$c$d);
  32702.     }
  32703.     /**
  32704.      * Gets the private 'Shopware\Core\Framework\App\Payment\Payload\PayloadService' shared service.
  32705.      *
  32706.      * @return \Shopware\Core\Framework\App\Payment\Payload\PayloadService
  32707.      */
  32708.     protected function getPayloadServiceService()
  32709.     {
  32710.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Payload/PayloadService.php';
  32711.         $a = ($this->privates['shopware.app_system.guzzle'] ?? $this->getShopware_AppSystem_GuzzleService());
  32712.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\Payment\\Payload\\PayloadService'])) {
  32713.             return $this->privates['Shopware\\Core\\Framework\\App\\Payment\\Payload\\PayloadService'];
  32714.         }
  32715.         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'));
  32716.     }
  32717.     /**
  32718.      * Gets the private 'Shopware\Core\Framework\App\ScheduledTask\DeleteCascadeAppsHandler' shared service.
  32719.      *
  32720.      * @return \Shopware\Core\Framework\App\ScheduledTask\DeleteCascadeAppsHandler
  32721.      */
  32722.     protected function getDeleteCascadeAppsHandlerService()
  32723.     {
  32724.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ScheduledTask/DeleteCascadeAppsHandler.php';
  32725.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  32726.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'])) {
  32727.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'];
  32728.         }
  32729.         $b = ($this->services['acl_role.repository'] ?? $this->getAclRole_RepositoryService());
  32730.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'])) {
  32731.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'];
  32732.         }
  32733.         $c = ($this->services['integration.repository'] ?? $this->getIntegration_RepositoryService());
  32734.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'])) {
  32735.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'];
  32736.         }
  32737.         return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'] = new \Shopware\Core\Framework\App\ScheduledTask\DeleteCascadeAppsHandler($a$b$c);
  32738.     }
  32739.     /**
  32740.      * Gets the private 'Shopware\Core\Framework\App\ScheduledTask\UpdateAppsHandler' shared service.
  32741.      *
  32742.      * @return \Shopware\Core\Framework\App\ScheduledTask\UpdateAppsHandler
  32743.      */
  32744.     protected function getUpdateAppsHandlerService()
  32745.     {
  32746.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ScheduledTask/UpdateAppsHandler.php';
  32747.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Update/AbstractAppUpdater.php';
  32748.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Update/AppUpdater.php';
  32749.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  32750.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'])) {
  32751.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'];
  32752.         }
  32753.         $b = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'] ?? $this->getAbstractExtensionDataProviderService());
  32754.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'])) {
  32755.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'];
  32756.         }
  32757.         $c = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  32758.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'])) {
  32759.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'];
  32760.         }
  32761.         $d = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'] ?? $this->getExtensionDownloaderService());
  32762.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'])) {
  32763.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'];
  32764.         }
  32765.         $e = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'] ?? $this->getAbstractStoreAppLifecycleServiceService());
  32766.         if (isset($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'])) {
  32767.             return $this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'];
  32768.         }
  32769.         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));
  32770.     }
  32771.     /**
  32772.      * Gets the private 'Shopware\Core\Framework\App\Subscriber\CustomFieldProtectionSubscriber' shared service.
  32773.      *
  32774.      * @return \Shopware\Core\Framework\App\Subscriber\CustomFieldProtectionSubscriber
  32775.      */
  32776.     protected function getCustomFieldProtectionSubscriberService()
  32777.     {
  32778.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Subscriber/CustomFieldProtectionSubscriber.php';
  32779.         return $this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\CustomFieldProtectionSubscriber'] = new \Shopware\Core\Framework\App\Subscriber\CustomFieldProtectionSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  32780.     }
  32781.     /**
  32782.      * Gets the private 'Shopware\Core\Framework\App\Validation\ConfigValidator' shared service.
  32783.      *
  32784.      * @return \Shopware\Core\Framework\App\Validation\ConfigValidator
  32785.      */
  32786.     protected function getConfigValidatorService()
  32787.     {
  32788.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/AbstractManifestValidator.php';
  32789.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/ConfigValidator.php';
  32790.         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())));
  32791.     }
  32792.     /**
  32793.      * Gets the private 'Shopware\Core\Framework\App\Validation\HookableValidator' shared service.
  32794.      *
  32795.      * @return \Shopware\Core\Framework\App\Validation\HookableValidator
  32796.      */
  32797.     protected function getHookableValidatorService()
  32798.     {
  32799.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/AbstractManifestValidator.php';
  32800.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/HookableValidator.php';
  32801.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/Hookable/HookableEventCollector.php';
  32802.         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())));
  32803.     }
  32804.     /**
  32805.      * Gets the private 'Shopware\Core\Framework\App\Validation\ManifestValidator' shared service.
  32806.      *
  32807.      * @return \Shopware\Core\Framework\App\Validation\ManifestValidator
  32808.      */
  32809.     protected function getManifestValidatorService()
  32810.     {
  32811.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/ManifestValidator.php';
  32812.         return $this->privates['Shopware\\Core\\Framework\\App\\Validation\\ManifestValidator'] = new \Shopware\Core\Framework\App\Validation\ManifestValidator(new RewindableGenerator(function () {
  32813.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\TranslationValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\TranslationValidator'] = new \Shopware\Core\Framework\App\Validation\TranslationValidator()));
  32814.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\AppNameValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\AppNameValidator'] = new \Shopware\Core\Framework\App\Validation\AppNameValidator()));
  32815.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\ConfigValidator'] ?? $this->getConfigValidatorService());
  32816.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\HookableValidator'] ?? $this->getHookableValidatorService());
  32817.         }, 4));
  32818.     }
  32819.     /**
  32820.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogChangeCommand' shared service.
  32821.      *
  32822.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogChangeCommand
  32823.      */
  32824.     protected function getChangelogChangeCommandService()
  32825.     {
  32826.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32827.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Command/ChangelogChangeCommand.php';
  32828.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogProcessor.php';
  32829.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogReleaseExporter.php';
  32830.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/ChangelogParser.php';
  32831.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  32832.         $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']));
  32833.         $instance->setName('changelog:change');
  32834.         return $instance;
  32835.     }
  32836.     /**
  32837.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogCheckCommand' shared service.
  32838.      *
  32839.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogCheckCommand
  32840.      */
  32841.     protected function getChangelogCheckCommandService()
  32842.     {
  32843.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32844.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Command/ChangelogCheckCommand.php';
  32845.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogProcessor.php';
  32846.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogValidator.php';
  32847.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/ChangelogParser.php';
  32848.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  32849.         $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']));
  32850.         $instance->setName('changelog:check');
  32851.         return $instance;
  32852.     }
  32853.     /**
  32854.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogCreateCommand' shared service.
  32855.      *
  32856.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogCreateCommand
  32857.      */
  32858.     protected function getChangelogCreateCommandService()
  32859.     {
  32860.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32861.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Command/ChangelogCreateCommand.php';
  32862.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogProcessor.php';
  32863.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogGenerator.php';
  32864.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/ChangelogParser.php';
  32865.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  32866.         $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']));
  32867.         $instance->setName('changelog:create');
  32868.         return $instance;
  32869.     }
  32870.     /**
  32871.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogReleaseCommand' shared service.
  32872.      *
  32873.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogReleaseCommand
  32874.      */
  32875.     protected function getChangelogReleaseCommandService()
  32876.     {
  32877.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32878.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Command/ChangelogReleaseCommand.php';
  32879.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogProcessor.php';
  32880.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogReleaseCreator.php';
  32881.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/ChangelogParser.php';
  32882.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  32883.         $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']));
  32884.         $instance->setName('changelog:release');
  32885.         return $instance;
  32886.     }
  32887.     /**
  32888.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\CreateEntitiesCommand' shared service.
  32889.      *
  32890.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\CreateEntitiesCommand
  32891.      */
  32892.     protected function getCreateEntitiesCommandService()
  32893.     {
  32894.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32895.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/CreateEntitiesCommand.php';
  32896.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityGenerator.php';
  32897.         $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));
  32898.         $instance->setName('dal:create:entities');
  32899.         return $instance;
  32900.     }
  32901.     /**
  32902.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\CreateHydratorCommand' shared service.
  32903.      *
  32904.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\CreateHydratorCommand
  32905.      */
  32906.     protected function getCreateHydratorCommandService()
  32907.     {
  32908.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32909.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/CreateHydratorCommand.php';
  32910.         $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));
  32911.         $instance->setName('dal:create:hydrators');
  32912.         return $instance;
  32913.     }
  32914.     /**
  32915.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\CreateSchemaCommand' shared service.
  32916.      *
  32917.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\CreateSchemaCommand
  32918.      */
  32919.     protected function getCreateSchemaCommandService()
  32920.     {
  32921.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32922.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/CreateSchemaCommand.php';
  32923.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/SchemaGenerator.php';
  32924.         $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));
  32925.         $instance->setName('dal:create:schema');
  32926.         return $instance;
  32927.     }
  32928.     /**
  32929.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\DataAbstractionLayerValidateCommand' shared service.
  32930.      *
  32931.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\DataAbstractionLayerValidateCommand
  32932.      */
  32933.     protected function getDataAbstractionLayerValidateCommandService()
  32934.     {
  32935.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32936.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/DataAbstractionLayerValidateCommand.php';
  32937.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/DefinitionValidator.php';
  32938.         $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())));
  32939.         $instance->setName('dal:validate');
  32940.         return $instance;
  32941.     }
  32942.     /**
  32943.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\RefreshIndexCommand' shared service.
  32944.      *
  32945.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\RefreshIndexCommand
  32946.      */
  32947.     protected function getRefreshIndexCommandService()
  32948.     {
  32949.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32950.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  32951.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/RefreshIndexCommand.php';
  32952.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  32953.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'])) {
  32954.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'];
  32955.         }
  32956.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  32957.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'])) {
  32958.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'];
  32959.         }
  32960.         $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Command\RefreshIndexCommand($a$b);
  32961.         $instance->setName('dal:refresh:index');
  32962.         return $instance;
  32963.     }
  32964.     /**
  32965.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\IteratorFactory' shared service.
  32966.      *
  32967.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\IteratorFactory
  32968.      */
  32969.     protected function getIteratorFactoryService()
  32970.     {
  32971.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/Common/IteratorFactory.php';
  32972.         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()));
  32973.     }
  32974.     /**
  32975.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\CriteriaQueryBuilder' shared service.
  32976.      *
  32977.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\CriteriaQueryBuilder
  32978.      */
  32979.     protected function getCriteriaQueryBuilderService()
  32980.     {
  32981.         $a = ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\SqlQueryParser'] ?? $this->getSqlQueryParserService());
  32982.         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));
  32983.     }
  32984.     /**
  32985.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Facade\AppContextCreator' shared service.
  32986.      *
  32987.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\AppContextCreator
  32988.      */
  32989.     protected function getAppContextCreatorService()
  32990.     {
  32991.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Facade/AppContextCreator.php';
  32992.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\AppContextCreator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Facade\AppContextCreator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  32993.     }
  32994.     /**
  32995.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\ChildCountUpdater' shared service.
  32996.      *
  32997.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\ChildCountUpdater
  32998.      */
  32999.     protected function getChildCountUpdaterService()
  33000.     {
  33001.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/ChildCountUpdater.php';
  33002.         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()));
  33003.     }
  33004.     /**
  33005.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\InheritanceUpdater' shared service.
  33006.      *
  33007.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\InheritanceUpdater
  33008.      */
  33009.     protected function getInheritanceUpdaterService()
  33010.     {
  33011.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/InheritanceUpdater.php';
  33012.         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()));
  33013.     }
  33014.     /**
  33015.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\ManyToManyIdFieldUpdater' shared service.
  33016.      *
  33017.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\ManyToManyIdFieldUpdater
  33018.      */
  33019.     protected function getManyToManyIdFieldUpdaterService()
  33020.     {
  33021.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/ManyToManyIdFieldUpdater.php';
  33022.         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()));
  33023.     }
  33024.     /**
  33025.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\EntityIndexingSubscriber' shared service.
  33026.      *
  33027.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\EntityIndexingSubscriber
  33028.      */
  33029.     protected function getEntityIndexingSubscriberService()
  33030.     {
  33031.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/Subscriber/EntityIndexingSubscriber.php';
  33032.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  33033.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\EntityIndexingSubscriber'])) {
  33034.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\EntityIndexingSubscriber'];
  33035.         }
  33036.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\EntityIndexingSubscriber'] = new \Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\EntityIndexingSubscriber($a);
  33037.     }
  33038.     /**
  33039.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\RegisteredIndexerSubscriber' shared service.
  33040.      *
  33041.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\RegisteredIndexerSubscriber
  33042.      */
  33043.     protected function getRegisteredIndexerSubscriberService()
  33044.     {
  33045.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/Subscriber/RegisteredIndexerSubscriber.php';
  33046.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  33047.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\RegisteredIndexerSubscriber'])) {
  33048.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\RegisteredIndexerSubscriber'];
  33049.         }
  33050.         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);
  33051.     }
  33052.     /**
  33053.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\TreeUpdater' shared service.
  33054.      *
  33055.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\TreeUpdater
  33056.      */
  33057.     protected function getTreeUpdaterService()
  33058.     {
  33059.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/TreeUpdater.php';
  33060.         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()));
  33061.     }
  33062.     /**
  33063.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\ApiCriteriaValidator' shared service.
  33064.      *
  33065.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\ApiCriteriaValidator
  33066.      */
  33067.     protected function getApiCriteriaValidatorService()
  33068.     {
  33069.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/ApiCriteriaValidator.php';
  33070.         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()));
  33071.     }
  33072.     /**
  33073.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\CompositeEntitySearcher' shared service.
  33074.      *
  33075.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\CompositeEntitySearcher
  33076.      */
  33077.     protected function getCompositeEntitySearcherService()
  33078.     {
  33079.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/CompositeEntitySearcher.php';
  33080.         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 () {
  33081.             yield => ($this->services['Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition'] ?? $this->getLandingPageDefinitionService());
  33082.             yield => ($this->services['Shopware\\Core\\Checkout\\Order\\OrderDefinition'] ?? $this->getOrderDefinitionService());
  33083.             yield => ($this->services['Shopware\\Core\\Checkout\\Customer\\CustomerDefinition'] ?? $this->getCustomerDefinitionService());
  33084.             yield => ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService());
  33085.             yield => ($this->services['Shopware\\Core\\Content\\Category\\CategoryDefinition'] ?? $this->getCategoryDefinition2Service());
  33086.             yield => ($this->services['Shopware\\Core\\Content\\Media\\MediaDefinition'] ?? $this->getMediaDefinitionService());
  33087.             yield => ($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] ?? $this->getProductManufacturerDefinitionService());
  33088.             yield => ($this->services['Shopware\\Core\\System\\Tag\\TagDefinition'] ?? $this->getTagDefinitionService());
  33089.             yield => ($this->services['Shopware\\Core\\Content\\Cms\\CmsPageDefinition'] ?? $this->getCmsPageDefinitionService());
  33090.         }, 9));
  33091.     }
  33092.     /**
  33093.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\CriteriaArrayConverter' shared service.
  33094.      *
  33095.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\CriteriaArrayConverter
  33096.      */
  33097.     protected function getCriteriaArrayConverterService()
  33098.     {
  33099.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/CriteriaArrayConverter.php';
  33100.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/AggregationParser.php';
  33101.         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())));
  33102.     }
  33103.     /**
  33104.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser' shared service.
  33105.      *
  33106.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser
  33107.      */
  33108.     protected function getSqlQueryParserService()
  33109.     {
  33110.         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()));
  33111.     }
  33112.     /**
  33113.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\RequestCriteriaBuilder' shared service.
  33114.      *
  33115.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\RequestCriteriaBuilder
  33116.      */
  33117.     protected function getRequestCriteriaBuilderService()
  33118.     {
  33119.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/RequestCriteriaBuilder.php';
  33120.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/AggregationParser.php';
  33121.         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);
  33122.     }
  33123.     /**
  33124.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\Term\Filter\TokenFilter' shared service.
  33125.      *
  33126.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\Filter\TokenFilter
  33127.      */
  33128.     protected function getTokenFilterService()
  33129.     {
  33130.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/Filter/AbstractTokenFilter.php';
  33131.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/Filter/TokenFilter.php';
  33132.         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()));
  33133.     }
  33134.     /**
  33135.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\Term\SearchTermInterpreter' shared service.
  33136.      *
  33137.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\SearchTermInterpreter
  33138.      */
  33139.     protected function getSearchTermInterpreterService()
  33140.     {
  33141.         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')))));
  33142.     }
  33143.     /**
  33144.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityExistsValidator' shared service.
  33145.      *
  33146.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityExistsValidator
  33147.      */
  33148.     protected function getEntityExistsValidatorService()
  33149.     {
  33150.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  33151.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  33152.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Validation/EntityExistsValidator.php';
  33153.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  33154.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator'])) {
  33155.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator'];
  33156.         }
  33157.         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);
  33158.     }
  33159.     /**
  33160.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityNotExistsValidator' shared service.
  33161.      *
  33162.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityNotExistsValidator
  33163.      */
  33164.     protected function getEntityNotExistsValidatorService()
  33165.     {
  33166.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  33167.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  33168.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Validation/EntityNotExistsValidator.php';
  33169.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  33170.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator'])) {
  33171.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator'];
  33172.         }
  33173.         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);
  33174.     }
  33175.     /**
  33176.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Version\Cleanup\CleanupVersionTaskHandler' shared service.
  33177.      *
  33178.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Cleanup\CleanupVersionTaskHandler
  33179.      */
  33180.     protected function getCleanupVersionTaskHandlerService()
  33181.     {
  33182.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Version/Cleanup/CleanupVersionTaskHandler.php';
  33183.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  33184.         if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'])) {
  33185.             return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'];
  33186.         }
  33187.         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);
  33188.     }
  33189.     /**
  33190.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\LockValidator' shared service.
  33191.      *
  33192.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\LockValidator
  33193.      */
  33194.     protected function getLockValidatorService()
  33195.     {
  33196.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/Validation/LockValidator.php';
  33197.         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()));
  33198.     }
  33199.     /**
  33200.      * Gets the private 'Shopware\Core\Framework\Demodata\Command\DemodataCommand' shared service.
  33201.      *
  33202.      * @return \Shopware\Core\Framework\Demodata\Command\DemodataCommand
  33203.      */
  33204.     protected function getDemodataCommandService()
  33205.     {
  33206.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33207.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Command/DemodataCommand.php';
  33208.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataService.php';
  33209.         $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 () {
  33210.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\RuleGenerator'] ?? $this->getRuleGeneratorService());
  33211.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\CustomerGenerator'] ?? $this->getCustomerGeneratorService());
  33212.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\PropertyGroupGenerator'] ?? $this->getPropertyGroupGeneratorService());
  33213.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\CategoryGenerator'] ?? $this->getCategoryGeneratorService());
  33214.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductManufacturerGenerator'] ?? $this->getProductManufacturerGeneratorService());
  33215.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\TagGenerator'] ?? $this->getTagGeneratorService());
  33216.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductReviewGenerator'] ?? $this->getProductReviewGeneratorService());
  33217.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductGenerator'] ?? $this->getProductGeneratorService());
  33218.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\PromotionGenerator'] ?? $this->getPromotionGeneratorService());
  33219.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\FlowGenerator'] ?? $this->getFlowGeneratorService());
  33220.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\MediaGenerator'] ?? $this->getMediaGeneratorService());
  33221.             yield 11 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductStreamGenerator'] ?? $this->getProductStreamGeneratorService());
  33222.             yield 12 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\OrderGenerator'] ?? $this->getOrderGeneratorService());
  33223.             yield 13 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\CustomFieldGenerator'] ?? $this->getCustomFieldGeneratorService());
  33224.             yield 14 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\MailTemplateGenerator'] ?? $this->getMailTemplateGeneratorService());
  33225.             yield 15 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\MailHeaderFooterGenerator'] ?? $this->getMailHeaderFooterGeneratorService());
  33226.             yield 16 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\UserGenerator'] ?? $this->getUserGeneratorService());
  33227.         }, 17), \dirname(__DIR__4), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'dev');
  33228.         $instance->addDefault('rules'25);
  33229.         $instance->addOption('rules'NULL4'Rules count');
  33230.         $instance->addDefault('customers'60);
  33231.         $instance->addOption('customers'NULL4'Customers count');
  33232.         $instance->addDefault('properties'10);
  33233.         $instance->addOption('properties'NULL4'Property group count (option count rand(30-300))');
  33234.         $instance->addDefault('categories'10);
  33235.         $instance->addOption('categories'NULL4'Categories count');
  33236.         $instance->addDefault('manufacturers'60);
  33237.         $instance->addOption('manufacturers'NULL4'Manufacturers count');
  33238.         $instance->addDefault('tags'50);
  33239.         $instance->addOption('tags'NULL4'Tags count');
  33240.         $instance->addDefault('reviews'20);
  33241.         $instance->addOption('reviews'NULL4'Reviews count');
  33242.         $instance->addDefault('products'1000);
  33243.         $instance->addOption('products'NULL4'Products count');
  33244.         $instance->addDefault('promotions'50);
  33245.         $instance->addOption('promotions'NULL4'Promotions count');
  33246.         $instance->addDefault('flows'0);
  33247.         $instance->addOption('flows'NULL4'Flows count');
  33248.         $instance->addDefault('media'300);
  33249.         $instance->addOption('media'NULL4'Media count');
  33250.         $instance->addDefault('product-streams'10);
  33251.         $instance->addOption('product-streams'NULL4'Product-streams count');
  33252.         $instance->addDefault('orders'60);
  33253.         $instance->addOption('orders'NULL4'Orders count');
  33254.         $instance->addDefault('attribute-sets'4);
  33255.         $instance->addOption('attribute-sets'NULL4'CustomField set count');
  33256.         $instance->addDefault('mail-template'10);
  33257.         $instance->addOption('mail-template'NULL4'Mail-template count');
  33258.         $instance->addDefault('mail-header-footer'3);
  33259.         $instance->addOption('mail-header-footer'NULL4'Mail header/footer count');
  33260.         $instance->addDefault('users'0);
  33261.         $instance->addOption('users'NULL4'Users count');
  33262.         $instance->setName('framework:demodata');
  33263.         return $instance;
  33264.     }
  33265.     /**
  33266.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\CategoryGenerator' shared service.
  33267.      *
  33268.      * @return \Shopware\Core\Framework\Demodata\Generator\CategoryGenerator
  33269.      */
  33270.     protected function getCategoryGeneratorService()
  33271.     {
  33272.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  33273.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/CategoryGenerator.php';
  33274.         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()));
  33275.     }
  33276.     /**
  33277.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\CustomFieldGenerator' shared service.
  33278.      *
  33279.      * @return \Shopware\Core\Framework\Demodata\Generator\CustomFieldGenerator
  33280.      */
  33281.     protected function getCustomFieldGeneratorService()
  33282.     {
  33283.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  33284.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/CustomFieldGenerator.php';
  33285.         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()));
  33286.     }
  33287.     /**
  33288.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\CustomerGenerator' shared service.
  33289.      *
  33290.      * @return \Shopware\Core\Framework\Demodata\Generator\CustomerGenerator
  33291.      */
  33292.     protected function getCustomerGeneratorService()
  33293.     {
  33294.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  33295.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/CustomerGenerator.php';
  33296.         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()));
  33297.     }
  33298.     /**
  33299.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\FlowGenerator' shared service.
  33300.      *
  33301.      * @return \Shopware\Core\Framework\Demodata\Generator\FlowGenerator
  33302.      */
  33303.     protected function getFlowGeneratorService()
  33304.     {
  33305.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  33306.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/FlowGenerator.php';
  33307.         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()));
  33308.     }
  33309.     /**
  33310.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\MailHeaderFooterGenerator' shared service.
  33311.      *
  33312.      * @return \Shopware\Core\Framework\Demodata\Generator\MailHeaderFooterGenerator
  33313.      */
  33314.     protected function getMailHeaderFooterGeneratorService()
  33315.     {
  33316.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  33317.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/MailHeaderFooterGenerator.php';
  33318.         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()));
  33319.     }
  33320.     /**
  33321.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\MailTemplateGenerator' shared service.
  33322.      *
  33323.      * @return \Shopware\Core\Framework\Demodata\Generator\MailTemplateGenerator
  33324.      */
  33325.     protected function getMailTemplateGeneratorService()
  33326.     {
  33327.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  33328.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/MailTemplateGenerator.php';
  33329.         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()));
  33330.     }
  33331.     /**
  33332.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\MediaGenerator' shared service.
  33333.      *
  33334.      * @return \Shopware\Core\Framework\Demodata\Generator\MediaGenerator
  33335.      */
  33336.     protected function getMediaGeneratorService()
  33337.     {
  33338.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  33339.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/MediaGenerator.php';
  33340.         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()));
  33341.     }
  33342.     /**
  33343.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\OrderGenerator' shared service.
  33344.      *
  33345.      * @return \Shopware\Core\Framework\Demodata\Generator\OrderGenerator
  33346.      */
  33347.     protected function getOrderGeneratorService()
  33348.     {
  33349.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  33350.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/OrderGenerator.php';
  33351.         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()));
  33352.     }
  33353.     /**
  33354.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductGenerator' shared service.
  33355.      *
  33356.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductGenerator
  33357.      */
  33358.     protected function getProductGeneratorService()
  33359.     {
  33360.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  33361.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/ProductGenerator.php';
  33362.         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()));
  33363.     }
  33364.     /**
  33365.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductManufacturerGenerator' shared service.
  33366.      *
  33367.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductManufacturerGenerator
  33368.      */
  33369.     protected function getProductManufacturerGeneratorService()
  33370.     {
  33371.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  33372.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/ProductManufacturerGenerator.php';
  33373.         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()));
  33374.     }
  33375.     /**
  33376.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductReviewGenerator' shared service.
  33377.      *
  33378.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductReviewGenerator
  33379.      */
  33380.     protected function getProductReviewGeneratorService()
  33381.     {
  33382.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  33383.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/ProductReviewGenerator.php';
  33384.         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()));
  33385.     }
  33386.     /**
  33387.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductStreamGenerator' shared service.
  33388.      *
  33389.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductStreamGenerator
  33390.      */
  33391.     protected function getProductStreamGeneratorService()
  33392.     {
  33393.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  33394.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/ProductStreamGenerator.php';
  33395.         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()));
  33396.     }
  33397.     /**
  33398.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\PromotionGenerator' shared service.
  33399.      *
  33400.      * @return \Shopware\Core\Framework\Demodata\Generator\PromotionGenerator
  33401.      */
  33402.     protected function getPromotionGeneratorService()
  33403.     {
  33404.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  33405.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/PromotionGenerator.php';
  33406.         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()));
  33407.     }
  33408.     /**
  33409.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\PropertyGroupGenerator' shared service.
  33410.      *
  33411.      * @return \Shopware\Core\Framework\Demodata\Generator\PropertyGroupGenerator
  33412.      */
  33413.     protected function getPropertyGroupGeneratorService()
  33414.     {
  33415.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  33416.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/PropertyGroupGenerator.php';
  33417.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\PropertyGroupGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\PropertyGroupGenerator(($this->services['property_group.repository'] ?? $this->getPropertyGroup_RepositoryService()));
  33418.     }
  33419.     /**
  33420.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\RuleGenerator' shared service.
  33421.      *
  33422.      * @return \Shopware\Core\Framework\Demodata\Generator\RuleGenerator
  33423.      */
  33424.     protected function getRuleGeneratorService()
  33425.     {
  33426.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  33427.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/RuleGenerator.php';
  33428.         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()));
  33429.     }
  33430.     /**
  33431.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\TagGenerator' shared service.
  33432.      *
  33433.      * @return \Shopware\Core\Framework\Demodata\Generator\TagGenerator
  33434.      */
  33435.     protected function getTagGeneratorService()
  33436.     {
  33437.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  33438.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/TagGenerator.php';
  33439.         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->getTagDefinitionService()));
  33440.     }
  33441.     /**
  33442.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\UserGenerator' shared service.
  33443.      *
  33444.      * @return \Shopware\Core\Framework\Demodata\Generator\UserGenerator
  33445.      */
  33446.     protected function getUserGeneratorService()
  33447.     {
  33448.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  33449.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/UserGenerator.php';
  33450.         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()));
  33451.     }
  33452.     /**
  33453.      * Gets the private 'Shopware\Core\Framework\Demodata\PersonalData\CleanPersonalDataCommand' shared service.
  33454.      *
  33455.      * @return \Shopware\Core\Framework\Demodata\PersonalData\CleanPersonalDataCommand
  33456.      */
  33457.     protected function getCleanPersonalDataCommandService()
  33458.     {
  33459.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33460.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/PersonalData/CleanPersonalDataCommand.php';
  33461.         $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()));
  33462.         $instance->setName('database:clean-personal-data');
  33463.         return $instance;
  33464.     }
  33465.     /**
  33466.      * Gets the private 'Shopware\Core\Framework\Event\BusinessEventCollector' shared service.
  33467.      *
  33468.      * @return \Shopware\Core\Framework\Event\BusinessEventCollector
  33469.      */
  33470.     protected function getBusinessEventCollectorService()
  33471.     {
  33472.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/BusinessEventCollector.php';
  33473.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  33474.         if (isset($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'])) {
  33475.             return $this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'];
  33476.         }
  33477.         return $this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'] = new \Shopware\Core\Framework\Event\BusinessEventCollector(($this->services['Shopware\\Core\\Framework\\Event\\BusinessEventRegistry'] ?? $this->getBusinessEventRegistryService()), $a);
  33478.     }
  33479.     /**
  33480.      * Gets the private 'Shopware\Core\Framework\Event\BusinessEventDispatcher' shared service.
  33481.      *
  33482.      * @return \Shopware\Core\Framework\Event\BusinessEventDispatcher
  33483.      */
  33484.     protected function getBusinessEventDispatcherService()
  33485.     {
  33486.         $a = ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'] ?? $this->getWebhookDispatcherService());
  33487.         if (isset($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher'])) {
  33488.             return $this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventDispatcher'];
  33489.         }
  33490.         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()));
  33491.     }
  33492.     /**
  33493.      * Gets the private 'Shopware\Core\Framework\Event\Command\DebugDumpBusinessEventsCommand' shared service.
  33494.      *
  33495.      * @return \Shopware\Core\Framework\Event\Command\DebugDumpBusinessEventsCommand
  33496.      */
  33497.     protected function getDebugDumpBusinessEventsCommandService()
  33498.     {
  33499.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33500.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/Command/DebugDumpBusinessEventsCommand.php';
  33501.         $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()));
  33502.         $instance->setName('debug:business-events');
  33503.         return $instance;
  33504.     }
  33505.     /**
  33506.      * Gets the private 'Shopware\Core\Framework\Event\EventAction\EventActionSubscriber' shared service.
  33507.      *
  33508.      * @return \Shopware\Core\Framework\Event\EventAction\EventActionSubscriber
  33509.      */
  33510.     protected function getEventActionSubscriberService()
  33511.     {
  33512.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/EventActionSubscriber.php';
  33513.         return $this->privates['Shopware\\Core\\Framework\\Event\\EventAction\\EventActionSubscriber'] = new \Shopware\Core\Framework\Event\EventAction\EventActionSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  33514.     }
  33515.     /**
  33516.      * Gets the private 'Shopware\Core\Framework\Feature\Command\FeatureDumpCommand' shared service.
  33517.      *
  33518.      * @return \Shopware\Core\Framework\Feature\Command\FeatureDumpCommand
  33519.      */
  33520.     protected function getFeatureDumpCommandService()
  33521.     {
  33522.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33523.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Feature/Command/FeatureDumpCommand.php';
  33524.         $this->privates['Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand'] = $instance = new \Shopware\Core\Framework\Feature\Command\FeatureDumpCommand(($this->services['kernel'] ?? $this->get('kernel'1)));
  33525.         $instance->setName('feature:dump');
  33526.         $instance->setAliases([=> 'administration:dump:features']);
  33527.         return $instance;
  33528.     }
  33529.     /**
  33530.      * Gets the private 'Shopware\Core\Framework\Log\LoggerFactory' shared service.
  33531.      *
  33532.      * @return \Shopware\Core\Framework\Log\LoggerFactory
  33533.      */
  33534.     protected function getLoggerFactoryService()
  33535.     {
  33536.         return $this->privates['Shopware\\Core\\Framework\\Log\\LoggerFactory'] = new \Shopware\Core\Framework\Log\LoggerFactory((\dirname(__DIR__3).'/log/%s_dev.log'), 14);
  33537.     }
  33538.     /**
  33539.      * Gets the private 'Shopware\Core\Framework\Log\LoggingService' shared service.
  33540.      *
  33541.      * @return \Shopware\Core\Framework\Log\LoggingService
  33542.      */
  33543.     protected function getLoggingServiceService()
  33544.     {
  33545.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/LoggingService.php';
  33546.         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()));
  33547.     }
  33548.     /**
  33549.      * Gets the private 'Shopware\Core\Framework\Log\Monolog\ExcludeFlowEventHandler' shared service.
  33550.      *
  33551.      * @return \Shopware\Core\Framework\Log\Monolog\ExcludeFlowEventHandler
  33552.      */
  33553.     protected function getExcludeFlowEventHandlerService()
  33554.     {
  33555.         $a = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  33556.         $a->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  33557.         return $this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] = new \Shopware\Core\Framework\Log\Monolog\ExcludeFlowEventHandler($a$this->parameters['shopware.logger.exclude_events']);
  33558.     }
  33559.     /**
  33560.      * Gets the private 'Shopware\Core\Framework\Log\ScheduledTask\LogCleanupTaskHandler' shared service.
  33561.      *
  33562.      * @return \Shopware\Core\Framework\Log\ScheduledTask\LogCleanupTaskHandler
  33563.      */
  33564.     protected function getLogCleanupTaskHandlerService()
  33565.     {
  33566.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/ScheduledTask/LogCleanupTaskHandler.php';
  33567.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  33568.         if (isset($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'])) {
  33569.             return $this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'];
  33570.         }
  33571.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  33572.         if (isset($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'])) {
  33573.             return $this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'];
  33574.         }
  33575.         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()));
  33576.     }
  33577.     /**
  33578.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Command\DispatchSleepMessageCommand' shared service.
  33579.      *
  33580.      * @return \Shopware\Core\Framework\MessageQueue\Command\DispatchSleepMessageCommand
  33581.      */
  33582.     protected function getDispatchSleepMessageCommandService()
  33583.     {
  33584.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33585.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  33586.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Command/DispatchSleepMessageCommand.php';
  33587.         $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand'] = $instance = new \Shopware\Core\Framework\MessageQueue\Command\DispatchSleepMessageCommand(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  33588.         $instance->setName('debug:messenger:dispatch-sleep');
  33589.         return $instance;
  33590.     }
  33591.     /**
  33592.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Handler\EncryptedMessageHandler' shared service.
  33593.      *
  33594.      * @return \Shopware\Core\Framework\MessageQueue\Handler\EncryptedMessageHandler
  33595.      */
  33596.     protected function getEncryptedMessageHandlerService()
  33597.     {
  33598.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Handler/EncryptedMessageHandler.php';
  33599.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  33600.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'])) {
  33601.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'];
  33602.         }
  33603.         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')))));
  33604.     }
  33605.     /**
  33606.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Handler\RetryMessageHandler' shared service.
  33607.      *
  33608.      * @return \Shopware\Core\Framework\MessageQueue\Handler\RetryMessageHandler
  33609.      */
  33610.     protected function getRetryMessageHandlerService()
  33611.     {
  33612.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Handler/RetryMessageHandler.php';
  33613.         $a = ($this->services['dead_message.repository'] ?? $this->getDeadMessage_RepositoryService());
  33614.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'])) {
  33615.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'];
  33616.         }
  33617.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'] = new \Shopware\Core\Framework\MessageQueue\Handler\RetryMessageHandler($a, new RewindableGenerator(function () {
  33618.             yield => ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'] ?? $this->getLogCleanupTaskHandlerService());
  33619.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'] ?? $this->getInvalidateCacheTaskHandlerService());
  33620.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'] ?? $this->getCleanupOldCacheFoldersHandlerService());
  33621.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] ?? $this->getGenerateThumbnailsHandlerService());
  33622.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'] ?? $this->getUpdateAppsHandlerService());
  33623.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'] ?? $this->getDeleteCascadeAppsHandlerService());
  33624.             yield => ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  33625.             yield => ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'] ?? $this->getCleanupVersionTaskHandlerService());
  33626.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'] ?? $this->getEncryptedMessageHandlerService());
  33627.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'] ?? $this->getRetryMessageHandlerService());
  33628.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\SleepTaskHandler'] ?? $this->getSleepTaskHandlerService());
  33629.             yield 11 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'] ?? $this->getRequeueDeadMessagesHandlerService());
  33630.             yield 12 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'] ?? $this->getRegisterScheduledTaskHandlerService());
  33631.             yield 13 => ($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'] ?? $this->getWebhookEventMessageHandlerService());
  33632.             yield 14 => ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'] ?? $this->getCleanupSalesChannelContextTaskHandlerService());
  33633.             yield 15 => ($this->privates['Shopware\\Core\\Content\\Media\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandler2Service());
  33634.             yield 16 => ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'] ?? $this->getCleanupProductKeywordDictionaryTaskHandlerService());
  33635.             yield 17 => ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTaskHandler'] ?? $this->getCleanupUnusedDownloadMediaTaskHandlerService());
  33636.             yield 18 => ($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'] ?? $this->getNewsletterRecipientTaskHandlerService());
  33637.             yield 19 => ($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'] ?? $this->getUpdateProductStreamMappingTaskHandlerService());
  33638.             yield 20 => ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'] ?? $this->getProductExportGenerateTaskHandlerService());
  33639.             yield 21 => ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'] ?? $this->getProductExportPartialGenerationHandlerService());
  33640.             yield 22 => ($this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'] ?? $this->getImportExportHandlerService());
  33641.             yield 23 => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandlerService());
  33642.             yield 24 => ($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'] ?? $this->getCleanupImportExportFileTaskHandlerService());
  33643.             yield 25 => ($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] ?? $this->getSitemapGenerateTaskHandlerService());
  33644.             yield 26 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'] ?? $this->getCleanupCartTaskHandlerService());
  33645.             yield 27 => ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmerTaskHandler'] ?? $this->getCacheWarmerTaskHandlerService());
  33646.             yield 28 => ($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] ?? $this->getCreateAliasTaskHandlerService());
  33647.             yield 29 => ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService());
  33648.             yield 30 => ($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'] ?? $this->getAdminSearchRegistryService());
  33649.             yield 31 => ($this->privates['Swag\\CustomizedProducts\\Template\\ScheduledTask\\CleanVersionsTaskHandler'] ?? $this->getCleanVersionsTaskHandlerService());
  33650.             yield 32 => ($this->privates['Swag\\CustomizedProducts\\Template\\Message\\GenerateDecisionTreeHandler'] ?? $this->getGenerateDecisionTreeHandlerService());
  33651.             yield 33 => ($this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\ProcessMediaHandler'] ?? $this->getProcessMediaHandlerService());
  33652.             yield 34 => ($this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\CleanupMigrationHandler'] ?? $this->getCleanupMigrationHandlerService());
  33653.             yield 35 => ($this->privates['Weedesign\\Images2WebP\\Service\\ScheduledTask\\GenerateMediaHandler'] ?? $this->getGenerateMediaHandlerService());
  33654.             yield 36 => ($this->privates['Cbax\\ModulAnalytics\\ScheduledTask\\AnalyticsHandler'] ?? $this->getAnalyticsHandlerService());
  33655.             yield 37 => ($this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'] ?? $this->getCancelTransactionsTaskHandlerService());
  33656.             yield 38 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\CloneVisibilityHandler'] ?? $this->getCloneVisibilityHandlerService());
  33657.             yield 39 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'] ?? $this->getSyncManagerHandlerService());
  33658.             yield 40 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductSingleSyncHandler'] ?? $this->getProductSingleSyncHandlerService());
  33659.             yield 41 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductVariantSyncHandler'] ?? $this->getProductVariantSyncHandlerService());
  33660.             yield 42 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'] ?? $this->getProductCleanupSyncHandlerService());
  33661.             yield 43 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'] ?? $this->getInventorySyncHandlerService());
  33662.             yield 44 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ImageSyncHandler'] ?? $this->getImageSyncHandlerService());
  33663.             yield 45 => ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\InventoryUpdateHandler'] ?? $this->getInventoryUpdateHandlerService());
  33664.             yield 46 => ($this->privates['Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTaskHandler'] ?? $this->getCleanUpLogTaskHandlerService());
  33665.             yield 47 => ($this->privates['Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTaskHandler'] ?? $this->getCompleteSyncTaskHandlerService());
  33666.             yield 48 => ($this->privates['Swag\\PayPal\\Pos\\Schedule\\InventorySyncTaskHandler'] ?? $this->getInventorySyncTaskHandlerService());
  33667.             yield 49 => ($this->privates['Acris\\ProductVideo\\ScheduledTask\\MetaDataTaskHandler'] ?? $this->getMetaDataTaskHandlerService());
  33668.             yield 50 => ($this->privates['mailer.messenger.message_handler'] ?? $this->getMailer_Messenger_MessageHandlerService());
  33669.         }, 51), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  33670.     }
  33671.     /**
  33672.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Handler\SleepTaskHandler' shared service.
  33673.      *
  33674.      * @return \Shopware\Core\Framework\MessageQueue\Handler\SleepTaskHandler
  33675.      */
  33676.     protected function getSleepTaskHandlerService()
  33677.     {
  33678.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Handler/SleepTaskHandler.php';
  33679.         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()));
  33680.     }
  33681.     /**
  33682.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Middleware\RetryMiddleware' shared service.
  33683.      *
  33684.      * @return \Shopware\Core\Framework\MessageQueue\Middleware\RetryMiddleware
  33685.      */
  33686.     protected function getRetryMiddlewareService()
  33687.     {
  33688.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  33689.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Middleware/RetryMiddleware.php';
  33690.         $a = ($this->services['dead_message.repository'] ?? $this->getDeadMessage_RepositoryService());
  33691.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'])) {
  33692.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'];
  33693.         }
  33694.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  33695.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'])) {
  33696.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'];
  33697.         }
  33698.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'] = new \Shopware\Core\Framework\MessageQueue\Middleware\RetryMiddleware($a$b);
  33699.     }
  33700.     /**
  33701.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\RegisterScheduledTasksCommand' shared service.
  33702.      *
  33703.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\RegisterScheduledTasksCommand
  33704.      */
  33705.     protected function getRegisterScheduledTasksCommandService()
  33706.     {
  33707.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33708.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Command/RegisterScheduledTasksCommand.php';
  33709.         $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()));
  33710.         $instance->setName('scheduled-task:register');
  33711.         return $instance;
  33712.     }
  33713.     /**
  33714.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\ScheduledTaskRunner' shared service.
  33715.      *
  33716.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\ScheduledTaskRunner
  33717.      */
  33718.     protected function getScheduledTaskRunnerService()
  33719.     {
  33720.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33721.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Command/ScheduledTaskRunner.php';
  33722.         $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()));
  33723.         $instance->setName('scheduled-task:run');
  33724.         return $instance;
  33725.     }
  33726.     /**
  33727.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\MessageQueue\RegisterScheduledTaskHandler' shared service.
  33728.      *
  33729.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\MessageQueue\RegisterScheduledTaskHandler
  33730.      */
  33731.     protected function getRegisterScheduledTaskHandlerService()
  33732.     {
  33733.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/MessageQueue/RegisterScheduledTaskHandler.php';
  33734.         $a = ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'] ?? $this->getTaskRegistryService());
  33735.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'])) {
  33736.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'];
  33737.         }
  33738.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'] = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\MessageQueue\RegisterScheduledTaskHandler($a);
  33739.     }
  33740.     /**
  33741.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Registry\TaskRegistry' shared service.
  33742.      *
  33743.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Registry\TaskRegistry
  33744.      */
  33745.     protected function getTaskRegistryService()
  33746.     {
  33747.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Registry/TaskRegistry.php';
  33748.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  33749.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'])) {
  33750.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'];
  33751.         }
  33752.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'] = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\Registry\TaskRegistry(new RewindableGenerator(function () {
  33753.             yield => ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTask'] ?? ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTask'] = new \Shopware\Core\Framework\Log\ScheduledTask\LogCleanupTask()));
  33754.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTask'] ?? ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTask'] = new \Shopware\Core\Framework\Adapter\Cache\InvalidateCacheTask()));
  33755.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask'] = new \Shopware\Core\Framework\App\ScheduledTask\UpdateAppsTask()));
  33756.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask'] = new \Shopware\Core\Framework\App\ScheduledTask\DeleteCascadeAppsTask()));
  33757.             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()));
  33758.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask'] ?? ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask'] = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\RequeueDeadMessagesTask()));
  33759.             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()));
  33760.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask'] = new \Shopware\Core\Content\Product\Cleanup\CleanupProductKeywordDictionaryTask()));
  33761.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTask'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTask'] = new \Shopware\Core\Content\Product\Cleanup\CleanupUnusedDownloadMediaTask()));
  33762.             yield => ($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask'] ?? ($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask'] = new \Shopware\Core\Content\Newsletter\ScheduledTask\NewsletterRecipientTask()));
  33763.             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()));
  33764.             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()));
  33765.             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()));
  33766.             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()));
  33767.             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()));
  33768.             yield 15 => ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTask'] ?? ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTask'] = new \Shopware\Elasticsearch\Framework\Indexing\CreateAliasTask()));
  33769.             yield 16 => ($this->privates['Swag\\CustomizedProducts\\Template\\ScheduledTask\\CleanVersionsTask'] ?? ($this->privates['Swag\\CustomizedProducts\\Template\\ScheduledTask\\CleanVersionsTask'] = new \Swag\CustomizedProducts\Template\ScheduledTask\CleanVersionsTask()));
  33770.             yield 17 => ($this->privates['Weedesign\\Images2WebP\\Service\\ScheduledTask\\GenerateMedia'] ?? ($this->privates['Weedesign\\Images2WebP\\Service\\ScheduledTask\\GenerateMedia'] = new \Weedesign\Images2WebP\Service\ScheduledTask\GenerateMedia()));
  33771.             yield 18 => ($this->privates['Cbax\\ModulAnalytics\\ScheduledTask\\Analytics'] ?? ($this->privates['Cbax\\ModulAnalytics\\ScheduledTask\\Analytics'] = new \Cbax\ModulAnalytics\ScheduledTask\Analytics()));
  33772.             yield 19 => ($this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTask'] ?? ($this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTask'] = new \Swag\PayPal\Checkout\Payment\ScheduledTask\CancelTransactionsTask()));
  33773.             yield 20 => ($this->privates['Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTask'] ?? ($this->privates['Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTask'] = new \Swag\PayPal\Pos\Schedule\CleanUpLogTask()));
  33774.             yield 21 => ($this->privates['Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTask'] ?? ($this->privates['Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTask'] = new \Swag\PayPal\Pos\Schedule\CompleteSyncTask()));
  33775.             yield 22 => ($this->privates['Swag\\PayPal\\Pos\\Schedule\\InventorySyncTask'] ?? ($this->privates['Swag\\PayPal\\Pos\\Schedule\\InventorySyncTask'] = new \Swag\PayPal\Pos\Schedule\InventorySyncTask()));
  33776.             yield 23 => ($this->privates['Acris\\ProductVideo\\ScheduledTask\\MetaDataTask'] ?? ($this->privates['Acris\\ProductVideo\\ScheduledTask\\MetaDataTask'] = new \Acris\ProductVideo\ScheduledTask\MetaDataTask()));
  33777.         }, 24), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  33778.     }
  33779.     /**
  33780.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\RequeueDeadMessagesHandler' shared service.
  33781.      *
  33782.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\RequeueDeadMessagesHandler
  33783.      */
  33784.     protected function getRequeueDeadMessagesHandlerService()
  33785.     {
  33786.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/RequeueDeadMessagesHandler.php';
  33787.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/DeadMessage/RequeueDeadMessagesService.php';
  33788.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/EncryptedBus.php';
  33789.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  33790.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'])) {
  33791.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'];
  33792.         }
  33793.         $b = ($this->services['dead_message.repository'] ?? $this->getDeadMessage_RepositoryService());
  33794.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'])) {
  33795.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'];
  33796.         }
  33797.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  33798.         if (isset($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'])) {
  33799.             return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'];
  33800.         }
  33801.         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->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())));
  33802.     }
  33803.     /**
  33804.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Scheduler\TaskScheduler' shared service.
  33805.      *
  33806.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Scheduler\TaskScheduler
  33807.      */
  33808.     protected function getTaskSchedulerService()
  33809.     {
  33810.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Scheduler/TaskScheduler.php';
  33811.         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))));
  33812.     }
  33813.     /**
  33814.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\PluginLifecycleSubscriber' shared service.
  33815.      *
  33816.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\PluginLifecycleSubscriber
  33817.      */
  33818.     protected function getPluginLifecycleSubscriberService()
  33819.     {
  33820.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Subscriber/PluginLifecycleSubscriber.php';
  33821.         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()));
  33822.     }
  33823.     /**
  33824.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\UpdatePostFinishSubscriber' shared service.
  33825.      *
  33826.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\UpdatePostFinishSubscriber
  33827.      */
  33828.     protected function getUpdatePostFinishSubscriberService()
  33829.     {
  33830.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Subscriber/UpdatePostFinishSubscriber.php';
  33831.         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()));
  33832.     }
  33833.     /**
  33834.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Subscriber\MessageFailedHandler' shared service.
  33835.      *
  33836.      * @return \Shopware\Core\Framework\MessageQueue\Subscriber\MessageFailedHandler
  33837.      */
  33838.     protected function getMessageFailedHandlerService()
  33839.     {
  33840.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Subscriber/MessageFailedHandler.php';
  33841.         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');
  33842.     }
  33843.     /**
  33844.      * Gets the private 'Shopware\Core\Framework\Migration\Command\CreateMigrationCommand' shared service.
  33845.      *
  33846.      * @return \Shopware\Core\Framework\Migration\Command\CreateMigrationCommand
  33847.      */
  33848.     protected function getCreateMigrationCommandService()
  33849.     {
  33850.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33851.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/CreateMigrationCommand.php';
  33852.         $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.2');
  33853.         $instance->setName('database:create-migration');
  33854.         return $instance;
  33855.     }
  33856.     /**
  33857.      * Gets the private 'Shopware\Core\Framework\Migration\Command\MigrationCommand' shared service.
  33858.      *
  33859.      * @return \Shopware\Core\Framework\Migration\Command\MigrationCommand
  33860.      */
  33861.     protected function getMigrationCommandService()
  33862.     {
  33863.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33864.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/MigrationCommand.php';
  33865.         $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.2');
  33866.         $instance->setName('database:migrate');
  33867.         return $instance;
  33868.     }
  33869.     /**
  33870.      * Gets the private 'Shopware\Core\Framework\Migration\Command\MigrationDestructiveCommand' shared service.
  33871.      *
  33872.      * @return \Shopware\Core\Framework\Migration\Command\MigrationDestructiveCommand
  33873.      */
  33874.     protected function getMigrationDestructiveCommandService()
  33875.     {
  33876.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33877.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/MigrationCommand.php';
  33878.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/MigrationDestructiveCommand.php';
  33879.         $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.2');
  33880.         $instance->setName('database:migrate-destructive');
  33881.         return $instance;
  33882.     }
  33883.     /**
  33884.      * Gets the private 'Shopware\Core\Framework\Migration\Command\RefreshMigrationCommand' shared service.
  33885.      *
  33886.      * @return \Shopware\Core\Framework\Migration\Command\RefreshMigrationCommand
  33887.      */
  33888.     protected function getRefreshMigrationCommandService()
  33889.     {
  33890.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33891.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/RefreshMigrationCommand.php';
  33892.         $this->privates['Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand'] = $instance = new \Shopware\Core\Framework\Migration\Command\RefreshMigrationCommand();
  33893.         $instance->setName('database:refresh-migration');
  33894.         return $instance;
  33895.     }
  33896.     /**
  33897.      * Gets the private 'Shopware\Core\Framework\Migration\MigrationSource.core.V6_3' shared service.
  33898.      *
  33899.      * @return \Shopware\Core\Framework\Migration\MigrationSource
  33900.      */
  33901.     protected function getMigrationSource_Core_V63Service()
  33902.     {
  33903.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationSource.php';
  33904.         $this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_3'] = $instance = new \Shopware\Core\Framework\Migration\MigrationSource('core.V6_3');
  33905.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/core/Migration/V6_3'), 'Shopware\\Core\\Migration\\V6_3');
  33906.         $instance->addReplacementPattern('#^(Shopware\\\\Core\\\\Migration\\\\)V6_3\\\\([^\\\\]*)$#''$1$2');
  33907.         $instance->addReplacementPattern('#^(Shopware\\\\Core\\\\Migration\\\\)V6_4\\\\([^\\\\]*)$#''$1$2');
  33908.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/storefront/Migration/V6_3'), 'Shopware\\Storefront\\Migration\\V6_3');
  33909.         $instance->addReplacementPattern('#^(Shopware\\\\Storefront\\\\Migration\\\\)V6_3\\\\([^\\\\]*)$#''$1$2');
  33910.         $instance->addReplacementPattern('#^(Shopware\\\\Storefront\\\\Migration\\\\)V6_4\\\\([^\\\\]*)$#''$1$2');
  33911.         return $instance;
  33912.     }
  33913.     /**
  33914.      * Gets the private 'Shopware\Core\Framework\Migration\MigrationSource.core.V6_4' shared service.
  33915.      *
  33916.      * @return \Shopware\Core\Framework\Migration\MigrationSource
  33917.      */
  33918.     protected function getMigrationSource_Core_V64Service()
  33919.     {
  33920.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationSource.php';
  33921.         $this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_4'] = $instance = new \Shopware\Core\Framework\Migration\MigrationSource('core.V6_4');
  33922.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/core/Migration/V6_4'), 'Shopware\\Core\\Migration\\V6_4');
  33923.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/administration/Migration/V6_4'), 'Shopware\\Administration\\Migration\\V6_4');
  33924.         $instance->addReplacementPattern('#^(Shopware\\\\Administration\\\\Migration\\\\)V6_4\\\\([^\\\\]*)$#''$1$2');
  33925.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/storefront/Migration/V6_4'), 'Shopware\\Storefront\\Migration\\V6_4');
  33926.         return $instance;
  33927.     }
  33928.     /**
  33929.      * Gets the private 'Shopware\Core\Framework\Migration\MigrationSource.core.V6_5' shared service.
  33930.      *
  33931.      * @return \Shopware\Core\Framework\Migration\MigrationSource
  33932.      */
  33933.     protected function getMigrationSource_Core_V65Service()
  33934.     {
  33935.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationSource.php';
  33936.         $this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_5'] = $instance = new \Shopware\Core\Framework\Migration\MigrationSource('core.V6_5');
  33937.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/core/Migration/V6_5'), 'Shopware\\Core\\Migration\\V6_5');
  33938.         return $instance;
  33939.     }
  33940.     /**
  33941.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\BundleDumpCommand' shared service.
  33942.      *
  33943.      * @return \Shopware\Core\Framework\Plugin\Command\BundleDumpCommand
  33944.      */
  33945.     protected function getBundleDumpCommandService()
  33946.     {
  33947.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33948.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/BundleDumpCommand.php';
  33949.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/BundleConfigGeneratorInterface.php';
  33950.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/BundleConfigGenerator.php';
  33951.         $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));
  33952.         $instance->setName('bundle:dump');
  33953.         return $instance;
  33954.     }
  33955.     /**
  33956.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginActivateCommand' shared service.
  33957.      *
  33958.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginActivateCommand
  33959.      */
  33960.     protected function getPluginActivateCommandService()
  33961.     {
  33962.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33963.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  33964.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginActivateCommand.php';
  33965.         $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()));
  33966.         $instance->setName('plugin:activate');
  33967.         return $instance;
  33968.     }
  33969.     /**
  33970.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginDeactivateCommand' shared service.
  33971.      *
  33972.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginDeactivateCommand
  33973.      */
  33974.     protected function getPluginDeactivateCommandService()
  33975.     {
  33976.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33977.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  33978.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginDeactivateCommand.php';
  33979.         $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()));
  33980.         $instance->setName('plugin:deactivate');
  33981.         return $instance;
  33982.     }
  33983.     /**
  33984.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginInstallCommand' shared service.
  33985.      *
  33986.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginInstallCommand
  33987.      */
  33988.     protected function getPluginInstallCommandService()
  33989.     {
  33990.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33991.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  33992.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginInstallCommand.php';
  33993.         $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()));
  33994.         $instance->setName('plugin:install');
  33995.         return $instance;
  33996.     }
  33997.     /**
  33998.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUninstallCommand' shared service.
  33999.      *
  34000.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUninstallCommand
  34001.      */
  34002.     protected function getPluginUninstallCommandService()
  34003.     {
  34004.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34005.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  34006.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginUninstallCommand.php';
  34007.         $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()));
  34008.         $instance->setName('plugin:uninstall');
  34009.         return $instance;
  34010.     }
  34011.     /**
  34012.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUpdateCommand' shared service.
  34013.      *
  34014.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUpdateCommand
  34015.      */
  34016.     protected function getPluginUpdateCommandService()
  34017.     {
  34018.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34019.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  34020.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginUpdateCommand.php';
  34021.         $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()));
  34022.         $instance->setName('plugin:update');
  34023.         return $instance;
  34024.     }
  34025.     /**
  34026.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginCreateCommand' shared service.
  34027.      *
  34028.      * @return \Shopware\Core\Framework\Plugin\Command\PluginCreateCommand
  34029.      */
  34030.     protected function getPluginCreateCommandService()
  34031.     {
  34032.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34033.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/PluginCreateCommand.php';
  34034.         $this->privates['Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand'] = $instance = new \Shopware\Core\Framework\Plugin\Command\PluginCreateCommand(\dirname(__DIR__4));
  34035.         $instance->setName('plugin:create');
  34036.         return $instance;
  34037.     }
  34038.     /**
  34039.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginListCommand' shared service.
  34040.      *
  34041.      * @return \Shopware\Core\Framework\Plugin\Command\PluginListCommand
  34042.      */
  34043.     protected function getPluginListCommandService()
  34044.     {
  34045.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34046.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/PluginListCommand.php';
  34047.         $this->privates['Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand'] = $instance = new \Shopware\Core\Framework\Plugin\Command\PluginListCommand(($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()));
  34048.         $instance->setName('plugin:list');
  34049.         return $instance;
  34050.     }
  34051.     /**
  34052.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginRefreshCommand' shared service.
  34053.      *
  34054.      * @return \Shopware\Core\Framework\Plugin\Command\PluginRefreshCommand
  34055.      */
  34056.     protected function getPluginRefreshCommandService()
  34057.     {
  34058.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34059.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/PluginRefreshCommand.php';
  34060.         $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()));
  34061.         $instance->setName('plugin:refresh');
  34062.         return $instance;
  34063.     }
  34064.     /**
  34065.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginZipImportCommand' shared service.
  34066.      *
  34067.      * @return \Shopware\Core\Framework\Plugin\Command\PluginZipImportCommand
  34068.      */
  34069.     protected function getPluginZipImportCommandService()
  34070.     {
  34071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34072.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/PluginZipImportCommand.php';
  34073.         $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()));
  34074.         $instance->setName('plugin:zip-import');
  34075.         return $instance;
  34076.     }
  34077.     /**
  34078.      * Gets the private 'Shopware\Core\Framework\Plugin\Composer\CommandExecutor' shared service.
  34079.      *
  34080.      * @return \Shopware\Core\Framework\Plugin\Composer\CommandExecutor
  34081.      */
  34082.     protected function getCommandExecutorService($lazyLoad true)
  34083.     {
  34084.         if ($lazyLoad) {
  34085.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\Composer\\CommandExecutor'] = $this->createProxy('CommandExecutor_2fbbc6d', function () {
  34086.                 return \CommandExecutor_2fbbc6d::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  34087.                     $wrappedInstance $this->getCommandExecutorService(false);
  34088.                     $proxy->setProxyInitializer(null);
  34089.                     return true;
  34090.                 });
  34091.             });
  34092.         }
  34093.         return new \Shopware\Core\Framework\Plugin\Composer\CommandExecutor(\dirname(__DIR__4));
  34094.     }
  34095.     /**
  34096.      * Gets the private 'Shopware\Core\Framework\Plugin\PluginLifecycleService' shared service.
  34097.      *
  34098.      * @return \Shopware\Core\Framework\Plugin\PluginLifecycleService
  34099.      */
  34100.     protected function getPluginLifecycleServiceService()
  34101.     {
  34102.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginLifecycleService.php';
  34103.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Requirement/RequirementsValidator.php';
  34104.         $a = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  34105.         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.2', ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  34106.     }
  34107.     /**
  34108.      * Gets the private 'Shopware\Core\Framework\Plugin\PluginManagementService' shared service.
  34109.      *
  34110.      * @return \Shopware\Core\Framework\Plugin\PluginManagementService
  34111.      */
  34112.     protected function getPluginManagementServiceService()
  34113.     {
  34114.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginManagementService.php';
  34115.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginZipDetector.php';
  34116.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginExtractor.php';
  34117.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  34118.         $a = ($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'] ?? $this->getPluginServiceService());
  34119.         if (isset($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'])) {
  34120.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'];
  34121.         }
  34122.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service());
  34123.         if (isset($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'])) {
  34124.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'];
  34125.         }
  34126.         $c = ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem()));
  34127.         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());
  34128.     }
  34129.     /**
  34130.      * Gets the private 'Shopware\Core\Framework\Plugin\PluginService' shared service.
  34131.      *
  34132.      * @return \Shopware\Core\Framework\Plugin\PluginService
  34133.      */
  34134.     protected function getPluginServiceService()
  34135.     {
  34136.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginService.php';
  34137.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Changelog/ChangelogService.php';
  34138.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Changelog/ChangelogParser.php';
  34139.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Util/PluginFinder.php';
  34140.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Composer/PackageProvider.php';
  34141.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Util/VersionSanitizer.php';
  34142.         $a = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  34143.         if (isset($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'])) {
  34144.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'];
  34145.         }
  34146.         $b = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  34147.         if (isset($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'])) {
  34148.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginService'];
  34149.         }
  34150.         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());
  34151.     }
  34152.     /**
  34153.      * Gets the private 'Shopware\Core\Framework\Plugin\Subscriber\PluginAclPrivilegesSubscriber' shared service.
  34154.      *
  34155.      * @return \Shopware\Core\Framework\Plugin\Subscriber\PluginAclPrivilegesSubscriber
  34156.      */
  34157.     protected function getPluginAclPrivilegesSubscriberService()
  34158.     {
  34159.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Subscriber/PluginAclPrivilegesSubscriber.php';
  34160.         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()));
  34161.     }
  34162.     /**
  34163.      * Gets the private 'Shopware\Core\Framework\Plugin\Util\AssetService' shared service.
  34164.      *
  34165.      * @return \Shopware\Core\Framework\Plugin\Util\AssetService
  34166.      */
  34167.     protected function getAssetServiceService()
  34168.     {
  34169.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Util/AssetService.php';
  34170.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  34171.         if (isset($this->privates['Shopware\\Core\\Framework\\Plugin\\Util\\AssetService'])) {
  34172.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\Util\\AssetService'];
  34173.         }
  34174.         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))));
  34175.     }
  34176.     /**
  34177.      * Gets the private 'Shopware\Core\Framework\Routing\ContextResolverListener' shared service.
  34178.      *
  34179.      * @return \Shopware\Core\Framework\Routing\ContextResolverListener
  34180.      */
  34181.     protected function getContextResolverListenerService()
  34182.     {
  34183.         $a = ($this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'] ?? $this->getSalesChannelRequestContextResolverService());
  34184.         if (isset($this->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'])) {
  34185.             return $this->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'];
  34186.         }
  34187.         return $this->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'] = new \Shopware\Core\Framework\Routing\ContextResolverListener($a);
  34188.     }
  34189.     /**
  34190.      * Gets the private 'Shopware\Core\Framework\Routing\CoreSubscriber' shared service.
  34191.      *
  34192.      * @return \Shopware\Core\Framework\Routing\CoreSubscriber
  34193.      */
  34194.     protected function getCoreSubscriberService()
  34195.     {
  34196.         return $this->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] = new \Shopware\Core\Framework\Routing\CoreSubscriber($this->parameters['shopware.security.csp_templates']);
  34197.     }
  34198.     /**
  34199.      * Gets the private 'Shopware\Core\Framework\Routing\RouteEventSubscriber' shared service.
  34200.      *
  34201.      * @return \Shopware\Core\Framework\Routing\RouteEventSubscriber
  34202.      */
  34203.     protected function getRouteEventSubscriberService()
  34204.     {
  34205.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  34206.         if (isset($this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'])) {
  34207.             return $this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'];
  34208.         }
  34209.         return $this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] = new \Shopware\Core\Framework\Routing\RouteEventSubscriber($a);
  34210.     }
  34211.     /**
  34212.      * Gets the private 'Shopware\Core\Framework\Routing\RouteScopeListener' shared service.
  34213.      *
  34214.      * @return \Shopware\Core\Framework\Routing\RouteScopeListener
  34215.      */
  34216.     protected function getRouteScopeListenerService()
  34217.     {
  34218.         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 () {
  34219.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\SymfonyRouteScopeWhitelist'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\SymfonyRouteScopeWhitelist'] = new \Shopware\Core\Framework\Routing\SymfonyRouteScopeWhitelist()));
  34220.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\PaymentScopeWhitelist'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\PaymentScopeWhitelist'] = new \Shopware\Core\Framework\Routing\PaymentScopeWhitelist()));
  34221.         }, 2));
  34222.     }
  34223.     /**
  34224.      * Gets the private 'Shopware\Core\Framework\Routing\RouteScopeRegistry' shared service.
  34225.      *
  34226.      * @return \Shopware\Core\Framework\Routing\RouteScopeRegistry
  34227.      */
  34228.     protected function getRouteScopeRegistryService()
  34229.     {
  34230.         return $this->privates['Shopware\\Core\\Framework\\Routing\\RouteScopeRegistry'] = new \Shopware\Core\Framework\Routing\RouteScopeRegistry(new RewindableGenerator(function () {
  34231.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScope'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScope'] = new \Shopware\Core\Framework\Routing\RouteScope()));
  34232.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\ApiRouteScope'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\ApiRouteScope'] = new \Shopware\Core\Framework\Routing\ApiRouteScope()));
  34233.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\StoreApiRouteScope'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\StoreApiRouteScope'] = new \Shopware\Core\Framework\Routing\StoreApiRouteScope()));
  34234.             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'))));
  34235.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontRouteScope'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontRouteScope'] = new \Shopware\Storefront\Framework\Routing\StorefrontRouteScope()));
  34236.         }, 5));
  34237.     }
  34238.     /**
  34239.      * Gets the private 'Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver' shared service.
  34240.      *
  34241.      * @return \Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver
  34242.      */
  34243.     protected function getSalesChannelRequestContextResolverService()
  34244.     {
  34245.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  34246.         if (isset($this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'])) {
  34247.             return $this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'];
  34248.         }
  34249.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  34250.         if (isset($this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'])) {
  34251.             return $this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'];
  34252.         }
  34253.         $c = ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScopeRegistry'] ?? $this->getRouteScopeRegistryService());
  34254.         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);
  34255.     }
  34256.     /**
  34257.      * Gets the private 'Shopware\Core\Framework\Rule\Collector\RuleConditionRegistry' shared service.
  34258.      *
  34259.      * @return \Shopware\Core\Framework\Rule\Collector\RuleConditionRegistry
  34260.      */
  34261.     protected function getRuleConditionRegistryService()
  34262.     {
  34263.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Rule/Collector/RuleConditionRegistry.php';
  34264.         return $this->privates['Shopware\\Core\\Framework\\Rule\\Collector\\RuleConditionRegistry'] = new \Shopware\Core\Framework\Rule\Collector\RuleConditionRegistry(new RewindableGenerator(function () {
  34265.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] = new \Shopware\Core\Framework\Rule\Container\AndRule()));
  34266.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] = new \Shopware\Core\Framework\Rule\Container\NotRule()));
  34267.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] = new \Shopware\Core\Framework\Rule\Container\OrRule()));
  34268.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] = new \Shopware\Core\Framework\Rule\Container\XorRule()));
  34269.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] = new \Shopware\Core\Framework\Rule\Container\MatchAllLineItemsRule()));
  34270.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] = new \Shopware\Core\Framework\Rule\ScriptRule()));
  34271.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] = new \Shopware\Core\Framework\Rule\DateRangeRule()));
  34272.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] = new \Shopware\Core\Framework\Rule\SimpleRule()));
  34273.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] = new \Shopware\Core\Framework\Rule\SalesChannelRule()));
  34274.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] = new \Shopware\Core\Framework\Rule\TimeRangeRule()));
  34275.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] = new \Shopware\Core\Framework\Rule\WeekdayRule()));
  34276.             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()));
  34277.             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()));
  34278.             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()));
  34279.             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()));
  34280.             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()));
  34281.             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()));
  34282.             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()));
  34283.             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()));
  34284.             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()));
  34285.             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()));
  34286.             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()));
  34287.             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()));
  34288.             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()));
  34289.             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()));
  34290.             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()));
  34291.             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()));
  34292.             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()));
  34293.             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()));
  34294.             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()));
  34295.             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()));
  34296.             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()));
  34297.             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()));
  34298.             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()));
  34299.             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()));
  34300.             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()));
  34301.             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()));
  34302.             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()));
  34303.             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()));
  34304.             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()));
  34305.             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()));
  34306.             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()));
  34307.             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()));
  34308.             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()));
  34309.             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()));
  34310.             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()));
  34311.             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()));
  34312.             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()));
  34313.             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()));
  34314.             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()));
  34315.             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()));
  34316.             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()));
  34317.             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()));
  34318.             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()));
  34319.             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()));
  34320.             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()));
  34321.             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()));
  34322.             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()));
  34323.             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()));
  34324.             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()));
  34325.             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()));
  34326.             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()));
  34327.             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()));
  34328.             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()));
  34329.             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()));
  34330.             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()));
  34331.             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()));
  34332.             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()));
  34333.             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()));
  34334.             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()));
  34335.             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()));
  34336.             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()));
  34337.             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()));
  34338.             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()));
  34339.             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()));
  34340.             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()));
  34341.             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()));
  34342.             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()));
  34343.             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()));
  34344.             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()));
  34345.             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()));
  34346.             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()));
  34347.             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()));
  34348.             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()));
  34349.             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()));
  34350.             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()));
  34351.             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()));
  34352.             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()));
  34353.             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()));
  34354.             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()));
  34355.             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()));
  34356.             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()));
  34357.             yield 92 => ($this->privates['NetzpEvents6\\Components\\HasEventsRule'] ?? ($this->privates['NetzpEvents6\\Components\\HasEventsRule'] = new \NetzpEvents6\Components\HasEventsRule()));
  34358.         }, 93));
  34359.     }
  34360.     /**
  34361.      * Gets the private 'Shopware\Core\Framework\Script\Api\ScriptResponseEncoder' shared service.
  34362.      *
  34363.      * @return \Shopware\Core\Framework\Script\Api\ScriptResponseEncoder
  34364.      */
  34365.     protected function getScriptResponseEncoderService()
  34366.     {
  34367.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Api/ScriptResponseEncoder.php';
  34368.         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()));
  34369.     }
  34370.     /**
  34371.      * Gets the private 'Shopware\Core\Framework\Script\Execution\ScriptLoader' shared service.
  34372.      *
  34373.      * @return \Shopware\Core\Framework\Script\Execution\ScriptLoader
  34374.      */
  34375.     protected function getScriptLoaderService()
  34376.     {
  34377.         $a = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Persister\\ScriptPersister'] ?? $this->getScriptPersisterService());
  34378.         if (isset($this->privates['Shopware\\Core\\Framework\\Script\\Execution\\ScriptLoader'])) {
  34379.             return $this->privates['Shopware\\Core\\Framework\\Script\\Execution\\ScriptLoader'];
  34380.         }
  34381.         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);
  34382.     }
  34383.     /**
  34384.      * Gets the private 'Shopware\Core\Framework\Store\Authentication\LocaleProvider' shared service.
  34385.      *
  34386.      * @return \Shopware\Core\Framework\Store\Authentication\LocaleProvider
  34387.      */
  34388.     protected function getLocaleProviderService()
  34389.     {
  34390.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/LocaleProvider.php';
  34391.         $a = ($this->services['user.repository'] ?? $this->getUser_RepositoryService());
  34392.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'])) {
  34393.             return $this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'];
  34394.         }
  34395.         return $this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'] = new \Shopware\Core\Framework\Store\Authentication\LocaleProvider($a);
  34396.     }
  34397.     /**
  34398.      * Gets the private 'Shopware\Core\Framework\Store\Command\StoreDownloadCommand' shared service.
  34399.      *
  34400.      * @return \Shopware\Core\Framework\Store\Command\StoreDownloadCommand
  34401.      */
  34402.     protected function getStoreDownloadCommandService()
  34403.     {
  34404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34405.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Command/StoreDownloadCommand.php';
  34406.         $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()));
  34407.         $instance->setName('store:download');
  34408.         return $instance;
  34409.     }
  34410.     /**
  34411.      * Gets the private 'Shopware\Core\Framework\Store\Command\StoreLoginCommand' shared service.
  34412.      *
  34413.      * @return \Shopware\Core\Framework\Store\Command\StoreLoginCommand
  34414.      */
  34415.     protected function getStoreLoginCommandService()
  34416.     {
  34417.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34418.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Command/StoreLoginCommand.php';
  34419.         $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()));
  34420.         $instance->setName('store:login');
  34421.         return $instance;
  34422.     }
  34423.     /**
  34424.      * Gets the private 'Shopware\Core\Framework\Store\Services\AbstractExtensionDataProvider' shared service.
  34425.      *
  34426.      * @return \Shopware\Core\Framework\Store\Services\ExtensionDataProvider
  34427.      */
  34428.     protected function getAbstractExtensionDataProviderService()
  34429.     {
  34430.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/AbstractExtensionDataProvider.php';
  34431.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionDataProvider.php';
  34432.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionListingLoader.php';
  34433.         $a = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'] ?? $this->getExtensionLoaderService());
  34434.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'])) {
  34435.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'];
  34436.         }
  34437.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  34438.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'])) {
  34439.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'];
  34440.         }
  34441.         $c = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  34442.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'])) {
  34443.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'];
  34444.         }
  34445.         $d = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'] ?? $this->getStoreClientService());
  34446.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'])) {
  34447.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'];
  34448.         }
  34449.         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));
  34450.     }
  34451.     /**
  34452.      * Gets the private 'Shopware\Core\Framework\Store\Services\AbstractStoreAppLifecycleService' shared service.
  34453.      *
  34454.      * @return \Shopware\Core\Framework\Store\Services\StoreAppLifecycleService
  34455.      */
  34456.     protected function getAbstractStoreAppLifecycleServiceService()
  34457.     {
  34458.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/AbstractStoreAppLifecycleService.php';
  34459.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/StoreAppLifecycleService.php';
  34460.         $a = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLifecycle'] ?? $this->getAppLifecycleService());
  34461.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'])) {
  34462.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'];
  34463.         }
  34464.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  34465.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'])) {
  34466.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'];
  34467.         }
  34468.         $c = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  34469.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'])) {
  34470.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'];
  34471.         }
  34472.         $d = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  34473.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'])) {
  34474.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'];
  34475.         }
  34476.         $e = ($this->privates['Shopware\\Core\\Framework\\App\\AppStateService'] ?? $this->getAppStateServiceService());
  34477.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'])) {
  34478.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractStoreAppLifecycleService'];
  34479.         }
  34480.         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()));
  34481.     }
  34482.     /**
  34483.      * Gets the private 'Shopware\Core\Framework\Store\Services\ExtensionDownloader' shared service.
  34484.      *
  34485.      * @return \Shopware\Core\Framework\Store\Services\ExtensionDownloader
  34486.      */
  34487.     protected function getExtensionDownloaderService()
  34488.     {
  34489.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionDownloader.php';
  34490.         $a = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  34491.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'])) {
  34492.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'];
  34493.         }
  34494.         $b = ($this->privates['Shopware\\Core\\Framework\\Plugin\\PluginManagementService'] ?? $this->getPluginManagementServiceService());
  34495.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'])) {
  34496.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionDownloader'];
  34497.         }
  34498.         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);
  34499.     }
  34500.     /**
  34501.      * Gets the private 'Shopware\Core\Framework\Store\Services\ExtensionLifecycleService' shared service.
  34502.      *
  34503.      * @return \Shopware\Core\Framework\Store\Services\ExtensionLifecycleService
  34504.      */
  34505.     protected function getExtensionLifecycleServiceService()
  34506.     {
  34507.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/AbstractExtensionLifecycle.php';
  34508.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionLifecycleService.php';
  34509.         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()));
  34510.     }
  34511.     /**
  34512.      * Gets the private 'Shopware\Core\Framework\Store\Services\ExtensionLoader' shared service.
  34513.      *
  34514.      * @return \Shopware\Core\Framework\Store\Services\ExtensionLoader
  34515.      */
  34516.     protected function getExtensionLoaderService()
  34517.     {
  34518.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionLoader.php';
  34519.         $a = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  34520.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'])) {
  34521.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'];
  34522.         }
  34523.         $b = ($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'] ?? $this->getConfigurationServiceService());
  34524.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'])) {
  34525.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'];
  34526.         }
  34527.         $c = ($this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'] ?? $this->getLocaleProviderService());
  34528.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'])) {
  34529.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'];
  34530.         }
  34531.         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()));
  34532.     }
  34533.     /**
  34534.      * Gets the private 'Shopware\Core\Framework\Store\Services\FirstRunWizardClient' shared service.
  34535.      *
  34536.      * @return \Shopware\Core\Framework\Store\Services\FirstRunWizardClient
  34537.      */
  34538.     protected function getFirstRunWizardClientService()
  34539.     {
  34540.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/FirstRunWizardClient.php';
  34541.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/AbstractStoreRequestOptionsProvider.php';
  34542.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/FrwRequestOptionsProvider.php';
  34543.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/InstanceService.php';
  34544.         $a = ($this->services['user_config.repository'] ?? $this->getUserConfig_RepositoryService());
  34545.         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.2'$this->getEnv('INSTANCE_ID')))), $a, ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\TrackingEventClient'] ?? $this->getTrackingEventClientService()));
  34546.     }
  34547.     /**
  34548.      * Gets the private 'Shopware\Core\Framework\Store\Services\StoreClient' shared service.
  34549.      *
  34550.      * @return \Shopware\Core\Framework\Store\Services\StoreClient
  34551.      */
  34552.     protected function getStoreClientService()
  34553.     {
  34554.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/StoreClient.php';
  34555.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/InstanceService.php';
  34556.         $a = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreService'] ?? $this->getStoreServiceService());
  34557.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'])) {
  34558.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'];
  34559.         }
  34560.         $b = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  34561.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'])) {
  34562.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'];
  34563.         }
  34564.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  34565.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'])) {
  34566.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'];
  34567.         }
  34568.         $d = ($this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'] ?? $this->getStoreRequestOptionsProviderService());
  34569.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'])) {
  34570.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'];
  34571.         }
  34572.         $e = ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'] ?? $this->getExtensionLoaderService());
  34573.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'])) {
  34574.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'];
  34575.         }
  34576.         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.2'$this->getEnv('INSTANCE_ID')))));
  34577.     }
  34578.     /**
  34579.      * Gets the private 'Shopware\Core\Framework\Store\Services\StoreService' shared service.
  34580.      *
  34581.      * @return \Shopware\Core\Framework\Store\Services\StoreService
  34582.      */
  34583.     protected function getStoreServiceService($lazyLoad true)
  34584.     {
  34585.         if ($lazyLoad) {
  34586.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreService'] = $this->createProxy('StoreService_93b91c4', function () {
  34587.                 return \StoreService_93b91c4::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  34588.                     $wrappedInstance $this->getStoreServiceService(false);
  34589.                     $proxy->setProxyInitializer(null);
  34590.                     return true;
  34591.                 });
  34592.             });
  34593.         }
  34594.         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()));
  34595.     }
  34596.     /**
  34597.      * Gets the private 'Shopware\Core\Framework\Store\Services\TrackingEventClient' shared service.
  34598.      *
  34599.      * @return \Shopware\Core\Framework\Store\Services\TrackingEventClient
  34600.      */
  34601.     protected function getTrackingEventClientService()
  34602.     {
  34603.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/TrackingEventClient.php';
  34604.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/InstanceService.php';
  34605.         $a = ($this->services['shopware.store_client'] ?? $this->getShopware_StoreClientService());
  34606.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Services\\TrackingEventClient'])) {
  34607.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\TrackingEventClient'];
  34608.         }
  34609.         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.2'$this->getEnv('INSTANCE_ID')))));
  34610.     }
  34611.     /**
  34612.      * Gets the private 'Shopware\Core\Framework\Store\Subscriber\LicenseHostChangedSubscriber' shared service.
  34613.      *
  34614.      * @return \Shopware\Core\Framework\Store\Subscriber\LicenseHostChangedSubscriber
  34615.      */
  34616.     protected function getLicenseHostChangedSubscriberService()
  34617.     {
  34618.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Subscriber/LicenseHostChangedSubscriber.php';
  34619.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  34620.         if (isset($this->privates['Shopware\\Core\\Framework\\Store\\Subscriber\\LicenseHostChangedSubscriber'])) {
  34621.             return $this->privates['Shopware\\Core\\Framework\\Store\\Subscriber\\LicenseHostChangedSubscriber'];
  34622.         }
  34623.         return $this->privates['Shopware\\Core\\Framework\\Store\\Subscriber\\LicenseHostChangedSubscriber'] = new \Shopware\Core\Framework\Store\Subscriber\LicenseHostChangedSubscriber($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  34624.     }
  34625.     /**
  34626.      * Gets the private 'Shopware\Core\Framework\Update\Checkers\LicenseCheck' shared service.
  34627.      *
  34628.      * @return \Shopware\Core\Framework\Update\Checkers\LicenseCheck
  34629.      */
  34630.     protected function getLicenseCheckService()
  34631.     {
  34632.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/CheckerInterface.php';
  34633.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/LicenseCheck.php';
  34634.         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()));
  34635.     }
  34636.     /**
  34637.      * Gets the private 'Shopware\Core\Framework\Update\Checkers\MysqlVersionCheck' shared service.
  34638.      *
  34639.      * @return \Shopware\Core\Framework\Update\Checkers\MysqlVersionCheck
  34640.      */
  34641.     protected function getMysqlVersionCheckService()
  34642.     {
  34643.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/CheckerInterface.php';
  34644.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/MysqlVersionCheck.php';
  34645.         return $this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\MysqlVersionCheck'] = new \Shopware\Core\Framework\Update\Checkers\MysqlVersionCheck(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  34646.     }
  34647.     /**
  34648.      * Gets the private 'Shopware\Core\Framework\Update\Checkers\WriteableCheck' shared service.
  34649.      *
  34650.      * @return \Shopware\Core\Framework\Update\Checkers\WriteableCheck
  34651.      */
  34652.     protected function getWriteableCheckService()
  34653.     {
  34654.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/CheckerInterface.php';
  34655.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/WriteableCheck.php';
  34656.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/Filesystem.php';
  34657.         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));
  34658.     }
  34659.     /**
  34660.      * Gets the private 'Shopware\Core\Framework\Validation\DataValidator' shared service.
  34661.      *
  34662.      * @return \Shopware\Core\Framework\Validation\DataValidator
  34663.      */
  34664.     protected function getDataValidatorService()
  34665.     {
  34666.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  34667.         if (isset($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'])) {
  34668.             return $this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'];
  34669.         }
  34670.         return $this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] = new \Shopware\Core\Framework\Validation\DataValidator($a);
  34671.     }
  34672.     /**
  34673.      * Gets the private 'Shopware\Core\Framework\Webhook\BusinessEventEncoder' shared service.
  34674.      *
  34675.      * @return \Shopware\Core\Framework\Webhook\BusinessEventEncoder
  34676.      */
  34677.     protected function getBusinessEventEncoderService()
  34678.     {
  34679.         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()));
  34680.     }
  34681.     /**
  34682.      * Gets the private 'Shopware\Core\Framework\Webhook\Handler\WebhookEventMessageHandler' shared service.
  34683.      *
  34684.      * @return \Shopware\Core\Framework\Webhook\Handler\WebhookEventMessageHandler
  34685.      */
  34686.     protected function getWebhookEventMessageHandlerService()
  34687.     {
  34688.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/Handler/WebhookEventMessageHandler.php';
  34689.         $a = ($this->privates['shopware.app_system.guzzle'] ?? $this->getShopware_AppSystem_GuzzleService());
  34690.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'])) {
  34691.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'];
  34692.         }
  34693.         $b = ($this->services['webhook.repository'] ?? $this->getWebhook_RepositoryService());
  34694.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'])) {
  34695.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'];
  34696.         }
  34697.         $c = ($this->services['webhook_event_log.repository'] ?? $this->getWebhookEventLog_RepositoryService());
  34698.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'])) {
  34699.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'];
  34700.         }
  34701.         return $this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'] = new \Shopware\Core\Framework\Webhook\Handler\WebhookEventMessageHandler($a$b$c);
  34702.     }
  34703.     /**
  34704.      * Gets the private 'Shopware\Core\Framework\Webhook\Hookable\HookableEventFactory' shared service.
  34705.      *
  34706.      * @return \Shopware\Core\Framework\Webhook\Hookable\HookableEventFactory
  34707.      */
  34708.     protected function getHookableEventFactoryService($lazyLoad true)
  34709.     {
  34710.         if ($lazyLoad) {
  34711.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Hookable\\HookableEventFactory'] = $this->createProxy('HookableEventFactory_f62e15e', function () {
  34712.                 return \HookableEventFactory_f62e15e::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  34713.                     $wrappedInstance $this->getHookableEventFactoryService(false);
  34714.                     $proxy->setProxyInitializer(null);
  34715.                     return true;
  34716.                 });
  34717.             });
  34718.         }
  34719.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/Hookable/WriteResultMerger.php';
  34720.         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())));
  34721.     }
  34722.     /**
  34723.      * Gets the private 'Shopware\Core\Framework\Webhook\Subscriber\RetryWebhookMessageFailedSubscriber' shared service.
  34724.      *
  34725.      * @return \Shopware\Core\Framework\Webhook\Subscriber\RetryWebhookMessageFailedSubscriber
  34726.      */
  34727.     protected function getRetryWebhookMessageFailedSubscriberService()
  34728.     {
  34729.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/Subscriber/RetryWebhookMessageFailedSubscriber.php';
  34730.         $a = ($this->services['dead_message.repository'] ?? $this->getDeadMessage_RepositoryService());
  34731.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'])) {
  34732.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'];
  34733.         }
  34734.         $b = ($this->services['webhook.repository'] ?? $this->getWebhook_RepositoryService());
  34735.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'])) {
  34736.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'];
  34737.         }
  34738.         $c = ($this->services['webhook_event_log.repository'] ?? $this->getWebhookEventLog_RepositoryService());
  34739.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'])) {
  34740.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'];
  34741.         }
  34742.         return $this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'] = new \Shopware\Core\Framework\Webhook\Subscriber\RetryWebhookMessageFailedSubscriber($a$b$c);
  34743.     }
  34744.     /**
  34745.      * Gets the private 'Shopware\Core\Framework\Webhook\WebhookCacheClearer' shared service.
  34746.      *
  34747.      * @return \Shopware\Core\Framework\Webhook\WebhookCacheClearer
  34748.      */
  34749.     protected function getWebhookCacheClearerService()
  34750.     {
  34751.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/WebhookCacheClearer.php';
  34752.         $a = ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'] ?? $this->getWebhookDispatcherService());
  34753.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'])) {
  34754.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'];
  34755.         }
  34756.         return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] = new \Shopware\Core\Framework\Webhook\WebhookCacheClearer($a);
  34757.     }
  34758.     /**
  34759.      * Gets the private 'Shopware\Core\Framework\Webhook\WebhookDispatcher' shared service.
  34760.      *
  34761.      * @return \Shopware\Core\Framework\Webhook\WebhookDispatcher
  34762.      */
  34763.     protected function getWebhookDispatcherService()
  34764.     {
  34765.         $a = ($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\FlowFactory'] ?? $this->getFlowFactoryService());
  34766.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'])) {
  34767.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'];
  34768.         }
  34769.         $b = ($this->privates['shopware.app_system.guzzle'] ?? $this->getShopware_AppSystem_GuzzleService());
  34770.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'])) {
  34771.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'];
  34772.         }
  34773.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  34774.         if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'])) {
  34775.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'];
  34776.         }
  34777.         $d = new \Shopware\Core\Content\Flow\Dispatching\FlowDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a);
  34778.         $d->setContainer($this);
  34779.         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.2'$ctrue);
  34780.     }
  34781.     /**
  34782.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelCreateCommand' shared autowired service.
  34783.      *
  34784.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelCreateCommand
  34785.      */
  34786.     protected function getSalesChannelCreateCommandService()
  34787.     {
  34788.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34789.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelCreateCommand.php';
  34790.         $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()));
  34791.         $instance->setName('sales-channel:create');
  34792.         return $instance;
  34793.     }
  34794.     /**
  34795.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelListCommand' shared autowired service.
  34796.      *
  34797.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelListCommand
  34798.      */
  34799.     protected function getSalesChannelListCommandService()
  34800.     {
  34801.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34802.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelListCommand.php';
  34803.         $this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand'] = $instance = new \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelListCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  34804.         $instance->setName('sales-channel:list');
  34805.         return $instance;
  34806.     }
  34807.     /**
  34808.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceDisableCommand' shared autowired service.
  34809.      *
  34810.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceDisableCommand
  34811.      */
  34812.     protected function getSalesChannelMaintenanceDisableCommandService()
  34813.     {
  34814.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34815.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelMaintenanceEnableCommand.php';
  34816.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelMaintenanceDisableCommand.php';
  34817.         $this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand'] = $instance = new \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceDisableCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  34818.         $instance->setName('sales-channel:maintenance:disable');
  34819.         return $instance;
  34820.     }
  34821.     /**
  34822.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceEnableCommand' shared autowired service.
  34823.      *
  34824.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceEnableCommand
  34825.      */
  34826.     protected function getSalesChannelMaintenanceEnableCommandService()
  34827.     {
  34828.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34829.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelMaintenanceEnableCommand.php';
  34830.         $this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand'] = $instance = new \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceEnableCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  34831.         $instance->setName('sales-channel:maintenance:enable');
  34832.         return $instance;
  34833.     }
  34834.     /**
  34835.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelUpdateDomainCommand' shared autowired service.
  34836.      *
  34837.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelUpdateDomainCommand
  34838.      */
  34839.     protected function getSalesChannelUpdateDomainCommandService()
  34840.     {
  34841.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34842.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelUpdateDomainCommand.php';
  34843.         $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()));
  34844.         $instance->setName('sales-channel:update:domain');
  34845.         $instance->setDescription('Changes the domain of all sales channels');
  34846.         return $instance;
  34847.     }
  34848.     /**
  34849.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemConfigureShopCommand' shared autowired service.
  34850.      *
  34851.      * @return \Shopware\Core\Maintenance\System\Command\SystemConfigureShopCommand
  34852.      */
  34853.     protected function getSystemConfigureShopCommandService()
  34854.     {
  34855.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34856.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemConfigureShopCommand.php';
  34857.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/ShopConfigurator.php';
  34858.         $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()));
  34859.         $instance->setName('system:configure-shop');
  34860.         return $instance;
  34861.     }
  34862.     /**
  34863.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemGenerateAppSecretCommand' shared autowired service.
  34864.      *
  34865.      * @return \Shopware\Core\Maintenance\System\Command\SystemGenerateAppSecretCommand
  34866.      */
  34867.     protected function getSystemGenerateAppSecretCommandService()
  34868.     {
  34869.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34870.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemGenerateAppSecretCommand.php';
  34871.         $this->privates['Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand'] = $instance = new \Shopware\Core\Maintenance\System\Command\SystemGenerateAppSecretCommand();
  34872.         $instance->setName('system:generate-app-secret');
  34873.         return $instance;
  34874.     }
  34875.     /**
  34876.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemGenerateJwtSecretCommand' shared autowired service.
  34877.      *
  34878.      * @return \Shopware\Core\Maintenance\System\Command\SystemGenerateJwtSecretCommand
  34879.      */
  34880.     protected function getSystemGenerateJwtSecretCommandService()
  34881.     {
  34882.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34883.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemGenerateJwtSecretCommand.php';
  34884.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/JwtCertificateGenerator.php';
  34885.         $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())));
  34886.         $instance->setName('system:generate-jwt-secret');
  34887.         return $instance;
  34888.     }
  34889.     /**
  34890.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemInstallCommand' shared autowired service.
  34891.      *
  34892.      * @return \Shopware\Core\Maintenance\System\Command\SystemInstallCommand
  34893.      */
  34894.     protected function getSystemInstallCommandService()
  34895.     {
  34896.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34897.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemInstallCommand.php';
  34898.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/SetupDatabaseAdapter.php';
  34899.         $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());
  34900.         $instance->setName('system:install');
  34901.         return $instance;
  34902.     }
  34903.     /**
  34904.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemSetupCommand' shared autowired service.
  34905.      *
  34906.      * @return \Shopware\Core\Maintenance\System\Command\SystemSetupCommand
  34907.      */
  34908.     protected function getSystemSetupCommandService()
  34909.     {
  34910.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34911.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemSetupCommand.php';
  34912.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/JwtCertificateGenerator.php';
  34913.         $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()));
  34914.         $instance->setName('system:setup');
  34915.         return $instance;
  34916.     }
  34917.     /**
  34918.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemUpdateFinishCommand' shared autowired service.
  34919.      *
  34920.      * @return \Shopware\Core\Maintenance\System\Command\SystemUpdateFinishCommand
  34921.      */
  34922.     protected function getSystemUpdateFinishCommandService()
  34923.     {
  34924.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34925.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemUpdateFinishCommand.php';
  34926.         $this->privates['Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand'] = $instance = new \Shopware\Core\Maintenance\System\Command\SystemUpdateFinishCommand($this);
  34927.         $instance->setName('system:update:finish');
  34928.         return $instance;
  34929.     }
  34930.     /**
  34931.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemUpdatePrepareCommand' shared autowired service.
  34932.      *
  34933.      * @return \Shopware\Core\Maintenance\System\Command\SystemUpdatePrepareCommand
  34934.      */
  34935.     protected function getSystemUpdatePrepareCommandService()
  34936.     {
  34937.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34938.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemUpdatePrepareCommand.php';
  34939.         $this->privates['Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand'] = $instance = new \Shopware\Core\Maintenance\System\Command\SystemUpdatePrepareCommand($this);
  34940.         $instance->setName('system:update:prepare');
  34941.         return $instance;
  34942.     }
  34943.     /**
  34944.      * Gets the private 'Shopware\Core\Maintenance\User\Command\UserChangePasswordCommand' shared autowired service.
  34945.      *
  34946.      * @return \Shopware\Core\Maintenance\User\Command\UserChangePasswordCommand
  34947.      */
  34948.     protected function getUserChangePasswordCommandService()
  34949.     {
  34950.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34951.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/User/Command/UserChangePasswordCommand.php';
  34952.         $this->privates['Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand'] = $instance = new \Shopware\Core\Maintenance\User\Command\UserChangePasswordCommand(($this->services['user.repository'] ?? $this->getUser_RepositoryService()));
  34953.         $instance->setName('user:change-password');
  34954.         return $instance;
  34955.     }
  34956.     /**
  34957.      * Gets the private 'Shopware\Core\Maintenance\User\Command\UserCreateCommand' shared autowired service.
  34958.      *
  34959.      * @return \Shopware\Core\Maintenance\User\Command\UserCreateCommand
  34960.      */
  34961.     protected function getUserCreateCommandService()
  34962.     {
  34963.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34964.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/User/Command/UserCreateCommand.php';
  34965.         $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()));
  34966.         $instance->setName('user:create');
  34967.         return $instance;
  34968.     }
  34969.     /**
  34970.      * Gets the private 'Shopware\Core\Profiling\Integration\Stopwatch' shared service.
  34971.      *
  34972.      * @return \Shopware\Core\Profiling\Integration\Stopwatch
  34973.      */
  34974.     protected function getStopwatchService()
  34975.     {
  34976.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Integration/ProfilerInterface.php';
  34977.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Integration/Stopwatch.php';
  34978.         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))));
  34979.     }
  34980.     /**
  34981.      * Gets the private 'Shopware\Core\Profiling\Subscriber\ActiveRulesDataCollectorSubscriber' shared service.
  34982.      *
  34983.      * @return \Shopware\Core\Profiling\Subscriber\ActiveRulesDataCollectorSubscriber
  34984.      */
  34985.     protected function getActiveRulesDataCollectorSubscriberService()
  34986.     {
  34987.         $a = ($this->services['rule.repository'] ?? $this->getRule_RepositoryService());
  34988.         if (isset($this->privates['Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber'])) {
  34989.             return $this->privates['Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber'];
  34990.         }
  34991.         return $this->privates['Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber'] = new \Shopware\Core\Profiling\Subscriber\ActiveRulesDataCollectorSubscriber($a);
  34992.     }
  34993.     /**
  34994.      * Gets the private 'Shopware\Core\System\Country\CountryTaxFreeDeprecationUpdater' shared service.
  34995.      *
  34996.      * @return \Shopware\Core\System\Country\CountryTaxFreeDeprecationUpdater
  34997.      */
  34998.     protected function getCountryTaxFreeDeprecationUpdaterService()
  34999.     {
  35000.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/CountryTaxFreeDeprecationUpdater.php';
  35001.         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()));
  35002.     }
  35003.     /**
  35004.      * Gets the private 'Shopware\Core\System\CustomField\CustomFieldService' shared service.
  35005.      *
  35006.      * @return \Shopware\Core\System\CustomField\CustomFieldService
  35007.      */
  35008.     protected function getCustomFieldServiceService()
  35009.     {
  35010.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/CustomFieldService.php';
  35011.         return $this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] = new \Shopware\Core\System\CustomField\CustomFieldService(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  35012.     }
  35013.     /**
  35014.      * Gets the private 'Shopware\Core\System\Language\CachedLanguageLoader' shared service.
  35015.      *
  35016.      * @return \Shopware\Core\System\Language\CachedLanguageLoader
  35017.      */
  35018.     protected function getCachedLanguageLoaderService()
  35019.     {
  35020.         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()));
  35021.     }
  35022.     /**
  35023.      * Gets the private 'Shopware\Core\System\Language\LanguageValidator' shared service.
  35024.      *
  35025.      * @return \Shopware\Core\System\Language\LanguageValidator
  35026.      */
  35027.     protected function getLanguageValidatorService()
  35028.     {
  35029.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/LanguageValidator.php';
  35030.         return $this->privates['Shopware\\Core\\System\\Language\\LanguageValidator'] = new \Shopware\Core\System\Language\LanguageValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  35031.     }
  35032.     /**
  35033.      * Gets the private 'Shopware\Core\System\Locale\LanguageLocaleCodeProvider' shared service.
  35034.      *
  35035.      * @return \Shopware\Core\System\Locale\LanguageLocaleCodeProvider
  35036.      */
  35037.     protected function getLanguageLocaleCodeProviderService()
  35038.     {
  35039.         return $this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] = new \Shopware\Core\System\Locale\LanguageLocaleCodeProvider(($this->privates['Shopware\\Core\\System\\Language\\CachedLanguageLoader'] ?? $this->getCachedLanguageLoaderService()));
  35040.     }
  35041.     /**
  35042.      * Gets the private 'Shopware\Core\System\NumberRange\Command\MigrateIncrementStorageCommand' shared service.
  35043.      *
  35044.      * @return \Shopware\Core\System\NumberRange\Command\MigrateIncrementStorageCommand
  35045.      */
  35046.     protected function getMigrateIncrementStorageCommandService()
  35047.     {
  35048.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35049.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Command/MigrateIncrementStorageCommand.php';
  35050.         $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()));
  35051.         $instance->setName('number-range:migrate');
  35052.         return $instance;
  35053.     }
  35054.     /**
  35055.      * Gets the private 'Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementSqlStorage' shared service.
  35056.      *
  35057.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementSqlStorage
  35058.      */
  35059.     protected function getIncrementSqlStorageService()
  35060.     {
  35061.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/AbstractIncrementStorage.php';
  35062.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/IncrementStorageInterface.php';
  35063.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/IncrementSqlStorage.php';
  35064.         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()));
  35065.     }
  35066.     /**
  35067.      * Gets the private 'Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementStorageRegistry' shared service.
  35068.      *
  35069.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementStorageRegistry
  35070.      */
  35071.     protected function getIncrementStorageRegistryService()
  35072.     {
  35073.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/IncrementStorageRegistry.php';
  35074.         return $this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\IncrementStorage\\IncrementStorageRegistry'] = new \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementStorageRegistry(new RewindableGenerator(function () {
  35075.             yield 'SQL' => ($this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\IncrementStorage\\IncrementSqlStorage'] ?? $this->getIncrementSqlStorageService());
  35076.         }, 1), 'SQL');
  35077.     }
  35078.     /**
  35079.      * Gets the private 'Shopware\Core\System\NumberRange\ValueGenerator\Pattern\ValueGeneratorPatternIncrement' shared service.
  35080.      *
  35081.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\ValueGeneratorPatternIncrement
  35082.      */
  35083.     protected function getValueGeneratorPatternIncrementService()
  35084.     {
  35085.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/AbstractValueGenerator.php';
  35086.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/ValueGeneratorPatternInterface.php';
  35087.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/ValueGeneratorPatternIncrement.php';
  35088.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/AbstractIncrementStorage.php';
  35089.         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());
  35090.     }
  35091.     /**
  35092.      * Gets the private 'Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener' shared service.
  35093.      *
  35094.      * @return \Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener
  35095.      */
  35096.     protected function getStoreApiResponseListenerService()
  35097.     {
  35098.         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()));
  35099.     }
  35100.     /**
  35101.      * Gets the private 'Shopware\Core\System\SalesChannel\Api\StructEncoder' shared service.
  35102.      *
  35103.      * @return \Shopware\Core\System\SalesChannel\Api\StructEncoder
  35104.      */
  35105.     protected function getStructEncoderService()
  35106.     {
  35107.         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()));
  35108.     }
  35109.     /**
  35110.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\CartRestorer' shared service.
  35111.      *
  35112.      * @return \Shopware\Core\System\SalesChannel\Context\CartRestorer
  35113.      */
  35114.     protected function getCartRestorerService()
  35115.     {
  35116.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/CartRestorer.php';
  35117.         $a = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  35118.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'])) {
  35119.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'];
  35120.         }
  35121.         $b = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  35122.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'])) {
  35123.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'];
  35124.         }
  35125.         $c = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  35126.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'])) {
  35127.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'];
  35128.         }
  35129.         $d = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService());
  35130.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'])) {
  35131.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'];
  35132.         }
  35133.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  35134.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'])) {
  35135.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'];
  35136.         }
  35137.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'] = new \Shopware\Core\System\SalesChannel\Context\CartRestorer($a$b$c$d$e);
  35138.     }
  35139.     /**
  35140.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\Cleanup\CleanupSalesChannelContextTaskHandler' shared service.
  35141.      *
  35142.      * @return \Shopware\Core\System\SalesChannel\Context\Cleanup\CleanupSalesChannelContextTaskHandler
  35143.      */
  35144.     protected function getCleanupSalesChannelContextTaskHandlerService()
  35145.     {
  35146.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/Cleanup/CleanupSalesChannelContextTaskHandler.php';
  35147.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  35148.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'])) {
  35149.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'];
  35150.         }
  35151.         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);
  35152.     }
  35153.     /**
  35154.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextPersister' shared service.
  35155.      *
  35156.      * @return \Shopware\Core\System\SalesChannel\Context\SalesChannelContextPersister
  35157.      */
  35158.     protected function getSalesChannelContextPersisterService()
  35159.     {
  35160.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  35161.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'])) {
  35162.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'];
  35163.         }
  35164.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService());
  35165.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'])) {
  35166.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'];
  35167.         }
  35168.         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');
  35169.     }
  35170.     /**
  35171.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextRestorer' shared service.
  35172.      *
  35173.      * @return \Shopware\Core\System\SalesChannel\Context\SalesChannelContextRestorer
  35174.      */
  35175.     protected function getSalesChannelContextRestorerService()
  35176.     {
  35177.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextRestorer.php';
  35178.         $a = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  35179.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  35180.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  35181.         }
  35182.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService());
  35183.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  35184.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  35185.         }
  35186.         $c = ($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] ?? $this->getOrderConverterService());
  35187.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  35188.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  35189.         }
  35190.         $d = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  35191.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  35192.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  35193.         }
  35194.         $e = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\CartRestorer'] ?? $this->getCartRestorerService());
  35195.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  35196.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  35197.         }
  35198.         $f = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  35199.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'])) {
  35200.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'];
  35201.         }
  35202.         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);
  35203.     }
  35204.     /**
  35205.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextService' shared service.
  35206.      *
  35207.      * @return \Shopware\Core\System\SalesChannel\Context\SalesChannelContextService
  35208.      */
  35209.     protected function getSalesChannelContextServiceService()
  35210.     {
  35211.         $a = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  35212.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'])) {
  35213.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'];
  35214.         }
  35215.         $b = ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService());
  35216.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'])) {
  35217.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'];
  35218.         }
  35219.         $c = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  35220.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'])) {
  35221.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'];
  35222.         }
  35223.         $d = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  35224.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'])) {
  35225.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'];
  35226.         }
  35227.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  35228.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'])) {
  35229.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'];
  35230.         }
  35231.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] = new \Shopware\Core\System\SalesChannel\Context\SalesChannelContextService($a$b$c$d$e);
  35232.     }
  35233.     /**
  35234.      * Gets the private 'Shopware\Core\System\SalesChannel\DataAbstractionLayer\SalesChannelIndexer' shared service.
  35235.      *
  35236.      * @return \Shopware\Core\System\SalesChannel\DataAbstractionLayer\SalesChannelIndexer
  35237.      */
  35238.     protected function getSalesChannelIndexerService()
  35239.     {
  35240.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  35241.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/DataAbstractionLayer/SalesChannelIndexer.php';
  35242.         $a = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  35243.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'])) {
  35244.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'];
  35245.         }
  35246.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  35247.         if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'])) {
  35248.             return $this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'];
  35249.         }
  35250.         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->getIteratorFactoryService()), $a$b, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ManyToManyIdFieldUpdater'] ?? $this->getManyToManyIdFieldUpdaterService()));
  35251.     }
  35252.     /**
  35253.      * Gets the private 'Shopware\Core\System\SalesChannel\StoreApiCustomFieldMapper' shared service.
  35254.      *
  35255.      * @return \Shopware\Core\System\SalesChannel\StoreApiCustomFieldMapper
  35256.      */
  35257.     protected function getStoreApiCustomFieldMapperService()
  35258.     {
  35259.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/StoreApiCustomFieldMapper.php';
  35260.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'] = new \Shopware\Core\System\SalesChannel\StoreApiCustomFieldMapper(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  35261.     }
  35262.     /**
  35263.      * Gets the private 'Shopware\Core\System\SalesChannel\Validation\SalesChannelValidator' shared service.
  35264.      *
  35265.      * @return \Shopware\Core\System\SalesChannel\Validation\SalesChannelValidator
  35266.      */
  35267.     protected function getSalesChannelValidatorService()
  35268.     {
  35269.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Validation/SalesChannelValidator.php';
  35270.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Validation\\SalesChannelValidator'] = new \Shopware\Core\System\SalesChannel\Validation\SalesChannelValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  35271.     }
  35272.     /**
  35273.      * Gets the private 'Shopware\Core\System\Snippet\Command\ValidateSnippetsCommand' shared service.
  35274.      *
  35275.      * @return \Shopware\Core\System\Snippet\Command\ValidateSnippetsCommand
  35276.      */
  35277.     protected function getValidateSnippetsCommandService()
  35278.     {
  35279.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35280.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Command/ValidateSnippetsCommand.php';
  35281.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetValidatorInterface.php';
  35282.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetValidator.php';
  35283.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetFileHandler.php';
  35284.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetFixer.php';
  35285.         $a = new \Shopware\Core\System\Snippet\SnippetFileHandler();
  35286.         $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));
  35287.         $instance->setName('snippets:validate');
  35288.         return $instance;
  35289.     }
  35290.     /**
  35291.      * Gets the private 'Shopware\Core\System\Snippet\SnippetService' shared service.
  35292.      *
  35293.      * @return \Shopware\Core\System\Snippet\SnippetService
  35294.      */
  35295.     protected function getSnippetServiceService()
  35296.     {
  35297.         $a = ($this->services['snippet.repository'] ?? $this->getSnippet_RepositoryService());
  35298.         if (isset($this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'])) {
  35299.             return $this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'];
  35300.         }
  35301.         $b = ($this->services['snippet_set.repository'] ?? $this->getSnippetSet_RepositoryService());
  35302.         if (isset($this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'])) {
  35303.             return $this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'];
  35304.         }
  35305.         $c = ($this->services['sales_channel_domain.repository'] ?? $this->getSalesChannelDomain_RepositoryService());
  35306.         if (isset($this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'])) {
  35307.             return $this->privates['Shopware\\Core\\System\\Snippet\\SnippetService'];
  35308.         }
  35309.         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()));
  35310.     }
  35311.     /**
  35312.      * Gets the private 'Shopware\Core\System\Snippet\Subscriber\CustomFieldSubscriber' shared service.
  35313.      *
  35314.      * @return \Shopware\Core\System\Snippet\Subscriber\CustomFieldSubscriber
  35315.      */
  35316.     protected function getCustomFieldSubscriberService()
  35317.     {
  35318.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Subscriber/CustomFieldSubscriber.php';
  35319.         return $this->privates['Shopware\\Core\\System\\Snippet\\Subscriber\\CustomFieldSubscriber'] = new \Shopware\Core\System\Snippet\Subscriber\CustomFieldSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  35320.     }
  35321.     /**
  35322.      * Gets the private 'Shopware\Core\System\StateMachine\Command\WorkflowDumpCommand' shared service.
  35323.      *
  35324.      * @return \Shopware\Core\System\StateMachine\Command\WorkflowDumpCommand
  35325.      */
  35326.     protected function getWorkflowDumpCommandService()
  35327.     {
  35328.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35329.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Command/WorkflowDumpCommand.php';
  35330.         $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()));
  35331.         $instance->setName('state-machine:dump');
  35332.         return $instance;
  35333.     }
  35334.     /**
  35335.      * Gets the private 'Shopware\Core\System\StateMachine\Loader\InitialStateIdLoader' shared service.
  35336.      *
  35337.      * @return \Shopware\Core\System\StateMachine\Loader\InitialStateIdLoader
  35338.      */
  35339.     protected function getInitialStateIdLoaderService()
  35340.     {
  35341.         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()));
  35342.     }
  35343.     /**
  35344.      * Gets the private 'Shopware\Core\System\StateMachine\StateMachineRegistry' shared service.
  35345.      *
  35346.      * @return \Shopware\Core\System\StateMachine\StateMachineRegistry
  35347.      */
  35348.     protected function getStateMachineRegistryService()
  35349.     {
  35350.         $a = ($this->services['state_machine.repository'] ?? $this->getStateMachine_RepositoryService());
  35351.         if (isset($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'])) {
  35352.             return $this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'];
  35353.         }
  35354.         $b = ($this->services['state_machine_state.repository'] ?? $this->getStateMachineState_RepositoryService());
  35355.         if (isset($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'])) {
  35356.             return $this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'];
  35357.         }
  35358.         $c = ($this->services['state_machine_history.repository'] ?? $this->getStateMachineHistory_RepositoryService());
  35359.         if (isset($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'])) {
  35360.             return $this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'];
  35361.         }
  35362.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  35363.         if (isset($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'])) {
  35364.             return $this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'];
  35365.         }
  35366.         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()));
  35367.     }
  35368.     /**
  35369.      * Gets the private 'Shopware\Core\System\SystemConfig\Command\ConfigGet' shared service.
  35370.      *
  35371.      * @return \Shopware\Core\System\SystemConfig\Command\ConfigGet
  35372.      */
  35373.     protected function getConfigGetService()
  35374.     {
  35375.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35376.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Command/ConfigGet.php';
  35377.         $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()));
  35378.         $instance->setName('system:config:get');
  35379.         return $instance;
  35380.     }
  35381.     /**
  35382.      * Gets the private 'Shopware\Core\System\SystemConfig\Command\ConfigSet' shared service.
  35383.      *
  35384.      * @return \Shopware\Core\System\SystemConfig\Command\ConfigSet
  35385.      */
  35386.     protected function getConfigSetService()
  35387.     {
  35388.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35389.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Command/ConfigSet.php';
  35390.         $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()));
  35391.         $instance->setName('system:config:set');
  35392.         return $instance;
  35393.     }
  35394.     /**
  35395.      * Gets the private 'Shopware\Core\System\SystemConfig\Service\ConfigurationService' shared service.
  35396.      *
  35397.      * @return \Shopware\Core\System\SystemConfig\Service\ConfigurationService
  35398.      */
  35399.     protected function getConfigurationServiceService()
  35400.     {
  35401.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Service/ConfigurationService.php';
  35402.         $a = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  35403.         if (isset($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'])) {
  35404.             return $this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'];
  35405.         }
  35406.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  35407.         if (isset($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'])) {
  35408.             return $this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'];
  35409.         }
  35410.         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);
  35411.     }
  35412.     /**
  35413.      * Gets the private 'Shopware\Elasticsearch\Admin\AdminSearchRegistry' shared service.
  35414.      *
  35415.      * @return \Shopware\Elasticsearch\Admin\AdminSearchRegistry
  35416.      */
  35417.     protected function getAdminSearchRegistryService()
  35418.     {
  35419.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminSearchRegistry.php';
  35420.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminElasticsearchHelper.php';
  35421.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  35422.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'])) {
  35423.             return $this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'];
  35424.         }
  35425.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  35426.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'])) {
  35427.             return $this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'];
  35428.         }
  35429.         return $this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'] = new \Shopware\Elasticsearch\Admin\AdminSearchRegistry(new RewindableGenerator(function () {
  35430.             yield 'cms_page' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CmsPageAdminSearchIndexer'] ?? $this->getCmsPageAdminSearchIndexerService());
  35431.             yield 'customer' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CustomerAdminSearchIndexer'] ?? $this->getCustomerAdminSearchIndexerService());
  35432.             yield 'customer_group' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CustomerGroupAdminSearchIndexer'] ?? $this->getCustomerGroupAdminSearchIndexerService());
  35433.             yield 'landing_page' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\LandingPageAdminSearchIndexer'] ?? $this->getLandingPageAdminSearchIndexerService());
  35434.             yield 'product_manufacturer' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ManufacturerAdminSearchIndexer'] ?? $this->getManufacturerAdminSearchIndexerService());
  35435.             yield 'media' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\MediaAdminSearchIndexer'] ?? $this->getMediaAdminSearchIndexerService());
  35436.             yield 'order' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\OrderAdminSearchIndexer'] ?? $this->getOrderAdminSearchIndexerService());
  35437.             yield 'payment_method' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PaymentMethodAdminSearchIndexer'] ?? $this->getPaymentMethodAdminSearchIndexerService());
  35438.             yield 'product' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ProductAdminSearchIndexer'] ?? $this->getProductAdminSearchIndexerService());
  35439.             yield 'promotion' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PromotionAdminSearchIndexer'] ?? $this->getPromotionAdminSearchIndexerService());
  35440.             yield 'property_group' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PropertyGroupAdminSearchIndexer'] ?? $this->getPropertyGroupAdminSearchIndexerService());
  35441.             yield 'sales_channel' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\SalesChannelAdminSearchIndexer'] ?? $this->getSalesChannelAdminSearchIndexerService());
  35442.             yield 'shipping_method' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ShippingMethodAdminSearchIndexer'] ?? $this->getShippingMethodAdminSearchIndexerService());
  35443.             yield 'category' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CategoryAdminSearchIndexer'] ?? $this->getCategoryAdminSearchIndexerService());
  35444.             yield 'newsletter_recipient' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\NewsletterRecipientAdminSearchIndexer'] ?? $this->getNewsletterRecipientAdminSearchIndexerService());
  35445.             yield 'product_stream' => ($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ProductStreamAdminSearchIndexer'] ?? $this->getProductStreamAdminSearchIndexerService());
  35446.         }, 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']);
  35447.     }
  35448.     /**
  35449.      * Gets the private 'Shopware\Elasticsearch\Admin\AdminSearcher' shared service.
  35450.      *
  35451.      * @return \Shopware\Elasticsearch\Admin\AdminSearcher
  35452.      */
  35453.     protected function getAdminSearcherService()
  35454.     {
  35455.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminSearcher.php';
  35456.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminElasticsearchHelper.php';
  35457.         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')))));
  35458.     }
  35459.     /**
  35460.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\CategoryAdminSearchIndexer' shared service.
  35461.      *
  35462.      * @return \Shopware\Elasticsearch\Admin\Indexer\CategoryAdminSearchIndexer
  35463.      */
  35464.     protected function getCategoryAdminSearchIndexerService()
  35465.     {
  35466.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  35467.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/CategoryAdminSearchIndexer.php';
  35468.         $a = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  35469.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CategoryAdminSearchIndexer'])) {
  35470.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CategoryAdminSearchIndexer'];
  35471.         }
  35472.         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->getIteratorFactoryService()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  35473.     }
  35474.     /**
  35475.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\CmsPageAdminSearchIndexer' shared service.
  35476.      *
  35477.      * @return \Shopware\Elasticsearch\Admin\Indexer\CmsPageAdminSearchIndexer
  35478.      */
  35479.     protected function getCmsPageAdminSearchIndexerService()
  35480.     {
  35481.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  35482.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/CmsPageAdminSearchIndexer.php';
  35483.         $a = ($this->services['cms_page.repository'] ?? $this->getCmsPage_RepositoryService());
  35484.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CmsPageAdminSearchIndexer'])) {
  35485.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CmsPageAdminSearchIndexer'];
  35486.         }
  35487.         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->getIteratorFactoryService()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  35488.     }
  35489.     /**
  35490.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\CustomerAdminSearchIndexer' shared service.
  35491.      *
  35492.      * @return \Shopware\Elasticsearch\Admin\Indexer\CustomerAdminSearchIndexer
  35493.      */
  35494.     protected function getCustomerAdminSearchIndexerService()
  35495.     {
  35496.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  35497.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/CustomerAdminSearchIndexer.php';
  35498.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  35499.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CustomerAdminSearchIndexer'])) {
  35500.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CustomerAdminSearchIndexer'];
  35501.         }
  35502.         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->getIteratorFactoryService()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  35503.     }
  35504.     /**
  35505.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\CustomerGroupAdminSearchIndexer' shared service.
  35506.      *
  35507.      * @return \Shopware\Elasticsearch\Admin\Indexer\CustomerGroupAdminSearchIndexer
  35508.      */
  35509.     protected function getCustomerGroupAdminSearchIndexerService()
  35510.     {
  35511.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  35512.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/CustomerGroupAdminSearchIndexer.php';
  35513.         $a = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  35514.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CustomerGroupAdminSearchIndexer'])) {
  35515.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\CustomerGroupAdminSearchIndexer'];
  35516.         }
  35517.         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->getIteratorFactoryService()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  35518.     }
  35519.     /**
  35520.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\LandingPageAdminSearchIndexer' shared service.
  35521.      *
  35522.      * @return \Shopware\Elasticsearch\Admin\Indexer\LandingPageAdminSearchIndexer
  35523.      */
  35524.     protected function getLandingPageAdminSearchIndexerService()
  35525.     {
  35526.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  35527.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/LandingPageAdminSearchIndexer.php';
  35528.         $a = ($this->services['landing_page.repository'] ?? $this->getLandingPage_RepositoryService());
  35529.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\LandingPageAdminSearchIndexer'])) {
  35530.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\LandingPageAdminSearchIndexer'];
  35531.         }
  35532.         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->getIteratorFactoryService()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  35533.     }
  35534.     /**
  35535.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\ManufacturerAdminSearchIndexer' shared service.
  35536.      *
  35537.      * @return \Shopware\Elasticsearch\Admin\Indexer\ManufacturerAdminSearchIndexer
  35538.      */
  35539.     protected function getManufacturerAdminSearchIndexerService()
  35540.     {
  35541.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  35542.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/ManufacturerAdminSearchIndexer.php';
  35543.         $a = ($this->services['product_manufacturer.repository'] ?? $this->getProductManufacturer_RepositoryService());
  35544.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ManufacturerAdminSearchIndexer'])) {
  35545.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ManufacturerAdminSearchIndexer'];
  35546.         }
  35547.         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->getIteratorFactoryService()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  35548.     }
  35549.     /**
  35550.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\MediaAdminSearchIndexer' shared service.
  35551.      *
  35552.      * @return \Shopware\Elasticsearch\Admin\Indexer\MediaAdminSearchIndexer
  35553.      */
  35554.     protected function getMediaAdminSearchIndexerService()
  35555.     {
  35556.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  35557.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/MediaAdminSearchIndexer.php';
  35558.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  35559.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\MediaAdminSearchIndexer'])) {
  35560.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\MediaAdminSearchIndexer'];
  35561.         }
  35562.         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->getIteratorFactoryService()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  35563.     }
  35564.     /**
  35565.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\NewsletterRecipientAdminSearchIndexer' shared service.
  35566.      *
  35567.      * @return \Shopware\Elasticsearch\Admin\Indexer\NewsletterRecipientAdminSearchIndexer
  35568.      */
  35569.     protected function getNewsletterRecipientAdminSearchIndexerService()
  35570.     {
  35571.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  35572.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/NewsletterRecipientAdminSearchIndexer.php';
  35573.         $a = ($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService());
  35574.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\NewsletterRecipientAdminSearchIndexer'])) {
  35575.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\NewsletterRecipientAdminSearchIndexer'];
  35576.         }
  35577.         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->getIteratorFactoryService()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  35578.     }
  35579.     /**
  35580.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\OrderAdminSearchIndexer' shared service.
  35581.      *
  35582.      * @return \Shopware\Elasticsearch\Admin\Indexer\OrderAdminSearchIndexer
  35583.      */
  35584.     protected function getOrderAdminSearchIndexerService()
  35585.     {
  35586.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  35587.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/OrderAdminSearchIndexer.php';
  35588.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  35589.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\OrderAdminSearchIndexer'])) {
  35590.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\OrderAdminSearchIndexer'];
  35591.         }
  35592.         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->getIteratorFactoryService()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  35593.     }
  35594.     /**
  35595.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\PaymentMethodAdminSearchIndexer' shared service.
  35596.      *
  35597.      * @return \Shopware\Elasticsearch\Admin\Indexer\PaymentMethodAdminSearchIndexer
  35598.      */
  35599.     protected function getPaymentMethodAdminSearchIndexerService()
  35600.     {
  35601.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  35602.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/PaymentMethodAdminSearchIndexer.php';
  35603.         $a = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  35604.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PaymentMethodAdminSearchIndexer'])) {
  35605.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PaymentMethodAdminSearchIndexer'];
  35606.         }
  35607.         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->getIteratorFactoryService()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  35608.     }
  35609.     /**
  35610.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\ProductAdminSearchIndexer' shared service.
  35611.      *
  35612.      * @return \Shopware\Elasticsearch\Admin\Indexer\ProductAdminSearchIndexer
  35613.      */
  35614.     protected function getProductAdminSearchIndexerService()
  35615.     {
  35616.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  35617.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/ProductAdminSearchIndexer.php';
  35618.         $a = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  35619.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ProductAdminSearchIndexer'])) {
  35620.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ProductAdminSearchIndexer'];
  35621.         }
  35622.         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->getIteratorFactoryService()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  35623.     }
  35624.     /**
  35625.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\ProductStreamAdminSearchIndexer' shared service.
  35626.      *
  35627.      * @return \Shopware\Elasticsearch\Admin\Indexer\ProductStreamAdminSearchIndexer
  35628.      */
  35629.     protected function getProductStreamAdminSearchIndexerService()
  35630.     {
  35631.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  35632.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/ProductStreamAdminSearchIndexer.php';
  35633.         $a = ($this->services['product_stream.repository'] ?? $this->getProductStream_RepositoryService());
  35634.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ProductStreamAdminSearchIndexer'])) {
  35635.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ProductStreamAdminSearchIndexer'];
  35636.         }
  35637.         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->getIteratorFactoryService()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  35638.     }
  35639.     /**
  35640.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\PromotionAdminSearchIndexer' shared service.
  35641.      *
  35642.      * @return \Shopware\Elasticsearch\Admin\Indexer\PromotionAdminSearchIndexer
  35643.      */
  35644.     protected function getPromotionAdminSearchIndexerService()
  35645.     {
  35646.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  35647.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/PromotionAdminSearchIndexer.php';
  35648.         $a = ($this->services['promotion.repository'] ?? $this->getPromotion_RepositoryService());
  35649.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PromotionAdminSearchIndexer'])) {
  35650.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PromotionAdminSearchIndexer'];
  35651.         }
  35652.         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->getIteratorFactoryService()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  35653.     }
  35654.     /**
  35655.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\PropertyGroupAdminSearchIndexer' shared service.
  35656.      *
  35657.      * @return \Shopware\Elasticsearch\Admin\Indexer\PropertyGroupAdminSearchIndexer
  35658.      */
  35659.     protected function getPropertyGroupAdminSearchIndexerService()
  35660.     {
  35661.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  35662.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/PropertyGroupAdminSearchIndexer.php';
  35663.         $a = ($this->services['property_group.repository'] ?? $this->getPropertyGroup_RepositoryService());
  35664.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PropertyGroupAdminSearchIndexer'])) {
  35665.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\PropertyGroupAdminSearchIndexer'];
  35666.         }
  35667.         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->getIteratorFactoryService()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  35668.     }
  35669.     /**
  35670.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\SalesChannelAdminSearchIndexer' shared service.
  35671.      *
  35672.      * @return \Shopware\Elasticsearch\Admin\Indexer\SalesChannelAdminSearchIndexer
  35673.      */
  35674.     protected function getSalesChannelAdminSearchIndexerService()
  35675.     {
  35676.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  35677.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/SalesChannelAdminSearchIndexer.php';
  35678.         $a = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  35679.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\SalesChannelAdminSearchIndexer'])) {
  35680.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\SalesChannelAdminSearchIndexer'];
  35681.         }
  35682.         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->getIteratorFactoryService()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  35683.     }
  35684.     /**
  35685.      * Gets the private 'Shopware\Elasticsearch\Admin\Indexer\ShippingMethodAdminSearchIndexer' shared service.
  35686.      *
  35687.      * @return \Shopware\Elasticsearch\Admin\Indexer\ShippingMethodAdminSearchIndexer
  35688.      */
  35689.     protected function getShippingMethodAdminSearchIndexerService()
  35690.     {
  35691.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/AbstractAdminIndexer.php';
  35692.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Indexer/ShippingMethodAdminSearchIndexer.php';
  35693.         $a = ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService());
  35694.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ShippingMethodAdminSearchIndexer'])) {
  35695.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Indexer\\ShippingMethodAdminSearchIndexer'];
  35696.         }
  35697.         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->getIteratorFactoryService()), $a$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'));
  35698.     }
  35699.     /**
  35700.      * Gets the private 'Shopware\Elasticsearch\Admin\Subscriber\RefreshIndexSubscriber' shared service.
  35701.      *
  35702.      * @return \Shopware\Elasticsearch\Admin\Subscriber\RefreshIndexSubscriber
  35703.      */
  35704.     protected function getRefreshIndexSubscriberService()
  35705.     {
  35706.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/Subscriber/RefreshIndexSubscriber.php';
  35707.         $a = ($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'] ?? $this->getAdminSearchRegistryService());
  35708.         if (isset($this->privates['Shopware\\Elasticsearch\\Admin\\Subscriber\\RefreshIndexSubscriber'])) {
  35709.             return $this->privates['Shopware\\Elasticsearch\\Admin\\Subscriber\\RefreshIndexSubscriber'];
  35710.         }
  35711.         return $this->privates['Shopware\\Elasticsearch\\Admin\\Subscriber\\RefreshIndexSubscriber'] = new \Shopware\Elasticsearch\Admin\Subscriber\RefreshIndexSubscriber($a);
  35712.     }
  35713.     /**
  35714.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminIndexingCommand' shared service.
  35715.      *
  35716.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminIndexingCommand
  35717.      */
  35718.     protected function getElasticsearchAdminIndexingCommandService()
  35719.     {
  35720.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35721.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  35722.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchAdminIndexingCommand.php';
  35723.         $a = ($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearchRegistry'] ?? $this->getAdminSearchRegistryService());
  35724.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand'])) {
  35725.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand'];
  35726.         }
  35727.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminIndexingCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminIndexingCommand($a);
  35728.         $instance->setName('es:admin:index');
  35729.         $instance->setDescription('Index the elasticsearch for the admin search');
  35730.         return $instance;
  35731.     }
  35732.     /**
  35733.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminResetCommand' shared service.
  35734.      *
  35735.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminResetCommand
  35736.      */
  35737.     protected function getElasticsearchAdminResetCommandService()
  35738.     {
  35739.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35740.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchAdminResetCommand.php';
  35741.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Admin/AdminElasticsearchHelper.php';
  35742.         $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')))));
  35743.         $instance->setName('es:admin:reset');
  35744.         $instance->setDescription('Reset Admin Elasticsearch indexing');
  35745.         return $instance;
  35746.     }
  35747.     /**
  35748.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminTestCommand' shared service.
  35749.      *
  35750.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminTestCommand
  35751.      */
  35752.     protected function getElasticsearchAdminTestCommandService()
  35753.     {
  35754.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35755.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchAdminTestCommand.php';
  35756.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchAdminTestCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminTestCommand(($this->privates['Shopware\\Elasticsearch\\Admin\\AdminSearcher'] ?? $this->getAdminSearcherService()));
  35757.         $instance->setName('es:admin:test');
  35758.         $instance->setDescription('Allows you to test the admin search index');
  35759.         return $instance;
  35760.     }
  35761.     /**
  35762.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchCleanIndicesCommand' shared service.
  35763.      *
  35764.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchCleanIndicesCommand
  35765.      */
  35766.     protected function getElasticsearchCleanIndicesCommandService()
  35767.     {
  35768.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35769.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchCleanIndicesCommand.php';
  35770.         $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()));
  35771.         $instance->setName('es:index:cleanup');
  35772.         return $instance;
  35773.     }
  35774.     /**
  35775.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchCreateAliasCommand' shared service.
  35776.      *
  35777.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchCreateAliasCommand
  35778.      */
  35779.     protected function getElasticsearchCreateAliasCommandService()
  35780.     {
  35781.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35782.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchCreateAliasCommand.php';
  35783.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchCreateAliasCommand(($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] ?? $this->getCreateAliasTaskHandlerService()));
  35784.         $instance->setName('es:create:alias');
  35785.         return $instance;
  35786.     }
  35787.     /**
  35788.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchIndexingCommand' shared service.
  35789.      *
  35790.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchIndexingCommand
  35791.      */
  35792.     protected function getElasticsearchIndexingCommandService()
  35793.     {
  35794.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35795.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  35796.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchIndexingCommand.php';
  35797.         $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()));
  35798.         $instance->setName('es:index');
  35799.         return $instance;
  35800.     }
  35801.     /**
  35802.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchResetCommand' shared service.
  35803.      *
  35804.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchResetCommand
  35805.      */
  35806.     protected function getElasticsearchResetCommandService()
  35807.     {
  35808.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35809.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchResetCommand.php';
  35810.         $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()));
  35811.         $instance->setName('es:reset');
  35812.         return $instance;
  35813.     }
  35814.     /**
  35815.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchStatusCommand' shared service.
  35816.      *
  35817.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchStatusCommand
  35818.      */
  35819.     protected function getElasticsearchStatusCommandService()
  35820.     {
  35821.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35822.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  35823.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchStatusCommand.php';
  35824.         $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()));
  35825.         $instance->setName('es:status');
  35826.         return $instance;
  35827.     }
  35828.     /**
  35829.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchTestAnalyzerCommand' shared service.
  35830.      *
  35831.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchTestAnalyzerCommand
  35832.      */
  35833.     protected function getElasticsearchTestAnalyzerCommandService()
  35834.     {
  35835.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35836.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchTestAnalyzerCommand.php';
  35837.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchTestAnalyzerCommand(($this->services['Elasticsearch\\Client'] ?? $this->getClientService()));
  35838.         $instance->setName('es:test:analyzer');
  35839.         return $instance;
  35840.     }
  35841.     /**
  35842.      * Gets the private 'Shopware\Elasticsearch\Framework\DataAbstractionLayer\CriteriaParser' shared service.
  35843.      *
  35844.      * @return \Shopware\Elasticsearch\Framework\DataAbstractionLayer\CriteriaParser
  35845.      */
  35846.     protected function getCriteriaParserService()
  35847.     {
  35848.         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())));
  35849.     }
  35850.     /**
  35851.      * Gets the private 'Shopware\Elasticsearch\Framework\ElasticsearchOutdatedIndexDetector' shared service.
  35852.      *
  35853.      * @return \Shopware\Elasticsearch\Framework\ElasticsearchOutdatedIndexDetector
  35854.      */
  35855.     protected function getElasticsearchOutdatedIndexDetectorService()
  35856.     {
  35857.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ElasticsearchOutdatedIndexDetector.php';
  35858.         $a = ($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchRegistry'] ?? $this->getElasticsearchRegistryService());
  35859.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'])) {
  35860.             return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'];
  35861.         }
  35862.         $b = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  35863.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'])) {
  35864.             return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'];
  35865.         }
  35866.         $c = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  35867.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'])) {
  35868.             return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'];
  35869.         }
  35870.         return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'] = new \Shopware\Elasticsearch\Framework\ElasticsearchOutdatedIndexDetector(($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), $a$b$c);
  35871.     }
  35872.     /**
  35873.      * Gets the private 'Shopware\Elasticsearch\Framework\ElasticsearchRegistry' shared service.
  35874.      *
  35875.      * @return \Shopware\Elasticsearch\Framework\ElasticsearchRegistry
  35876.      */
  35877.     protected function getElasticsearchRegistryService()
  35878.     {
  35879.         return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchRegistry'] = new \Shopware\Elasticsearch\Framework\ElasticsearchRegistry(new RewindableGenerator(function () {
  35880.             yield => ($this->privates['Shopware\\Elasticsearch\\Product\\ElasticsearchProductDefinition'] ?? $this->getElasticsearchProductDefinitionService());
  35881.         }, 1));
  35882.     }
  35883.     /**
  35884.      * Gets the private 'Shopware\Elasticsearch\Framework\Indexing\ElasticsearchIndexer' shared service.
  35885.      *
  35886.      * @return \Shopware\Elasticsearch\Framework\Indexing\ElasticsearchIndexer
  35887.      */
  35888.     protected function getElasticsearchIndexerService()
  35889.     {
  35890.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Indexing/ElasticsearchIndexer.php';
  35891.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Indexing/IndexCreator.php';
  35892.         $a = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  35893.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  35894.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  35895.         }
  35896.         $b = ($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchRegistry'] ?? $this->getElasticsearchRegistryService());
  35897.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  35898.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  35899.         }
  35900.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  35901.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  35902.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  35903.         }
  35904.         $d = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  35905.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  35906.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  35907.         }
  35908.         $e = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  35909.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  35910.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  35911.         }
  35912.         $f = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  35913.         if (isset($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'])) {
  35914.             return $this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'];
  35915.         }
  35916.         $g = ($this->services['Elasticsearch\\Client'] ?? $this->getClientService());
  35917.         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->getIteratorFactoryService()), $g, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $d$e$c$this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'), $f);
  35918.     }
  35919.     /**
  35920.      * Gets the private 'Shopware\Elasticsearch\Product\CustomFieldUpdater' shared service.
  35921.      *
  35922.      * @return \Shopware\Elasticsearch\Product\CustomFieldUpdater
  35923.      */
  35924.     protected function getCustomFieldUpdaterService()
  35925.     {
  35926.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/CustomFieldUpdater.php';
  35927.         $a = ($this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchOutdatedIndexDetector'] ?? $this->getElasticsearchOutdatedIndexDetectorService());
  35928.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'])) {
  35929.             return $this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'];
  35930.         }
  35931.         $b = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  35932.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'])) {
  35933.             return $this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'];
  35934.         }
  35935.         return $this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'] = new \Shopware\Elasticsearch\Product\CustomFieldUpdater($a, ($this->services['Elasticsearch\\Client'] ?? $this->getClientService()), $b);
  35936.     }
  35937.     /**
  35938.      * Gets the private 'Shopware\Elasticsearch\Product\ElasticsearchProductDefinition' shared service.
  35939.      *
  35940.      * @return \Shopware\Elasticsearch\Product\ElasticsearchProductDefinition
  35941.      */
  35942.     protected function getElasticsearchProductDefinitionService()
  35943.     {
  35944.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/AbstractElasticsearchDefinition.php';
  35945.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/ElasticsearchProductDefinition.php';
  35946.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Indexing/EntityMapper.php';
  35947.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/AbstractProductSearchQueryBuilder.php';
  35948.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/ProductSearchQueryBuilder.php';
  35949.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  35950.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\ElasticsearchProductDefinition'])) {
  35951.             return $this->privates['Shopware\\Elasticsearch\\Product\\ElasticsearchProductDefinition'];
  35952.         }
  35953.         $b = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  35954.         return $this->privates['Shopware\\Elasticsearch\\Product\\ElasticsearchProductDefinition'] = new \Shopware\Elasticsearch\Product\ElasticsearchProductDefinition(($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()), new \Shopware\Elasticsearch\Framework\Indexing\EntityMapper(), $b, [], $a, new \Shopware\Elasticsearch\Product\ProductSearchQueryBuilder($b, ($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())));
  35955.     }
  35956.     /**
  35957.      * Gets the private 'Shopware\Elasticsearch\Product\LanguageSubscriber' shared service.
  35958.      *
  35959.      * @return \Shopware\Elasticsearch\Product\LanguageSubscriber
  35960.      */
  35961.     protected function getLanguageSubscriberService()
  35962.     {
  35963.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/LanguageSubscriber.php';
  35964.         $a = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  35965.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'])) {
  35966.             return $this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'];
  35967.         }
  35968.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  35969.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'])) {
  35970.             return $this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'];
  35971.         }
  35972.         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);
  35973.     }
  35974.     /**
  35975.      * Gets the private 'Shopware\Elasticsearch\Product\ProductSearchBuilder' shared service.
  35976.      *
  35977.      * @return \Shopware\Elasticsearch\Product\ProductSearchBuilder
  35978.      */
  35979.     protected function getProductSearchBuilderService()
  35980.     {
  35981.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchBuilderInterface.php';
  35982.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/ProductSearchBuilder.php';
  35983.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchBuilder.php';
  35984.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchTermInterpreterInterface.php';
  35985.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchTermInterpreter.php';
  35986.         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->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($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()));
  35987.     }
  35988.     /**
  35989.      * Gets the private 'Shopware\Elasticsearch\Product\ProductUpdater' shared service.
  35990.      *
  35991.      * @return \Shopware\Elasticsearch\Product\ProductUpdater
  35992.      */
  35993.     protected function getProductUpdaterService()
  35994.     {
  35995.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/ProductUpdater.php';
  35996.         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()));
  35997.     }
  35998.     /**
  35999.      * Gets the private 'Shopware\Elasticsearch\Product\SearchKeywordReplacement' shared service.
  36000.      *
  36001.      * @return \Shopware\Elasticsearch\Product\SearchKeywordReplacement
  36002.      */
  36003.     protected function getSearchKeywordReplacementService()
  36004.     {
  36005.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/SearchKeywordUpdater.php';
  36006.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/SearchKeywordReplacement.php';
  36007.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchKeywordAnalyzerInterface.php';
  36008.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchKeywordAnalyzer.php';
  36009.         $a = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  36010.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'])) {
  36011.             return $this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'];
  36012.         }
  36013.         $b = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  36014.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'])) {
  36015.             return $this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'];
  36016.         }
  36017.         $c = ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService());
  36018.         if (isset($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'])) {
  36019.             return $this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'];
  36020.         }
  36021.         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);
  36022.     }
  36023.     /**
  36024.      * Gets the private 'Shopware\Storefront\Checkout\Cart\SalesChannel\StorefrontCartFacade' shared autowired service.
  36025.      *
  36026.      * @return \Shopware\Storefront\Checkout\Cart\SalesChannel\StorefrontCartFacade
  36027.      */
  36028.     protected function getStorefrontCartFacadeService()
  36029.     {
  36030.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Checkout/Cart/SalesChannel/StorefrontCartFacade.php';
  36031.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Checkout/Shipping/BlockedShippingMethodSwitcher.php';
  36032.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Checkout/Payment/BlockedPaymentMethodSwitcher.php';
  36033.         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()));
  36034.     }
  36035.     /**
  36036.      * Gets the private 'Shopware\Storefront\Event\CartMergedSubscriber' shared autowired service.
  36037.      *
  36038.      * @return \Shopware\Storefront\Event\CartMergedSubscriber
  36039.      */
  36040.     protected function getCartMergedSubscriberService()
  36041.     {
  36042.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Event/CartMergedSubscriber.php';
  36043.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  36044.         if (isset($this->privates['Shopware\\Storefront\\Event\\CartMergedSubscriber'])) {
  36045.             return $this->privates['Shopware\\Storefront\\Event\\CartMergedSubscriber'];
  36046.         }
  36047.         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())));
  36048.     }
  36049.     /**
  36050.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheResponseSubscriber' shared autowired service.
  36051.      *
  36052.      * @return \Shopware\Storefront\Framework\Cache\CacheResponseSubscriber
  36053.      */
  36054.     protected function getCacheResponseSubscriberService()
  36055.     {
  36056.         $a = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  36057.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'])) {
  36058.             return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'];
  36059.         }
  36060.         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);
  36061.     }
  36062.     /**
  36063.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheTracer' shared autowired service.
  36064.      *
  36065.      * @return \Shopware\Storefront\Framework\Cache\CacheTracer
  36066.      */
  36067.     protected function getCacheTracerService()
  36068.     {
  36069.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  36070.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'])) {
  36071.             return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'];
  36072.         }
  36073.         $b = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  36074.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'])) {
  36075.             return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'];
  36076.         }
  36077.         $c = ($this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'] ?? $this->getThemeConfigValueAccessorService());
  36078.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'])) {
  36079.             return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'];
  36080.         }
  36081.         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);
  36082.     }
  36083.     /**
  36084.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmer' shared autowired service.
  36085.      *
  36086.      * @return \Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmer
  36087.      */
  36088.     protected function getCacheWarmer2Service()
  36089.     {
  36090.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheWarmer.php';
  36091.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheRouteWarmerRegistry.php';
  36092.         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 () {
  36093.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\Product\\ProductRouteWarmer'] ?? $this->getProductRouteWarmerService());
  36094.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\Navigation\\NavigationRouteWarmer'] ?? $this->getNavigationRouteWarmerService());
  36095.         }, 2)), ($this->services['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheIdLoader'] ?? $this->getCacheIdLoaderService()), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmerTaskHandler'] ?? $this->getCacheWarmerTaskHandlerService()));
  36096.     }
  36097.     /**
  36098.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmerTaskHandler' shared autowired service.
  36099.      *
  36100.      * @return \Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmerTaskHandler
  36101.      */
  36102.     protected function getCacheWarmerTaskHandlerService()
  36103.     {
  36104.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheWarmerTaskHandler.php';
  36105.         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()), ($this->services['Shopware\\Core\\Framework\\Routing\\RequestTransformerInterface'] ?? $this->getRequestTransformerInterfaceService()), ($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())));
  36106.     }
  36107.     /**
  36108.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheWarmer\Navigation\NavigationRouteWarmer' shared autowired service.
  36109.      *
  36110.      * @return \Shopware\Storefront\Framework\Cache\CacheWarmer\Navigation\NavigationRouteWarmer
  36111.      */
  36112.     protected function getNavigationRouteWarmerService()
  36113.     {
  36114.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheRouteWarmer.php';
  36115.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/Navigation/NavigationRouteWarmer.php';
  36116.         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->getIteratorFactoryService()), ($this->services['Shopware\\Core\\Content\\Category\\CategoryDefinition'] ?? $this->getCategoryDefinition2Service()));
  36117.     }
  36118.     /**
  36119.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheWarmer\Product\ProductRouteWarmer' shared autowired service.
  36120.      *
  36121.      * @return \Shopware\Storefront\Framework\Cache\CacheWarmer\Product\ProductRouteWarmer
  36122.      */
  36123.     protected function getProductRouteWarmerService()
  36124.     {
  36125.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheRouteWarmer.php';
  36126.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/Product/ProductRouteWarmer.php';
  36127.         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->getIteratorFactoryService()), ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()));
  36128.     }
  36129.     /**
  36130.      * Gets the private 'Shopware\Storefront\Framework\Captcha\BasicCaptcha' shared autowired service.
  36131.      *
  36132.      * @return \Shopware\Storefront\Framework\Captcha\BasicCaptcha
  36133.      */
  36134.     protected function getBasicCaptchaService()
  36135.     {
  36136.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/AbstractCaptcha.php';
  36137.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/BasicCaptcha.php';
  36138.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  36139.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'])) {
  36140.             return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'];
  36141.         }
  36142.         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);
  36143.     }
  36144.     /**
  36145.      * Gets the private 'Shopware\Storefront\Framework\Captcha\CaptchaRouteListener' shared autowired service.
  36146.      *
  36147.      * @return \Shopware\Storefront\Framework\Captcha\CaptchaRouteListener
  36148.      */
  36149.     protected function getCaptchaRouteListenerService()
  36150.     {
  36151.         $a = ($this->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? $this->getErrorControllerService());
  36152.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'])) {
  36153.             return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'];
  36154.         }
  36155.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  36156.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'])) {
  36157.             return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'];
  36158.         }
  36159.         return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] = new \Shopware\Storefront\Framework\Captcha\CaptchaRouteListener(new RewindableGenerator(function () {
  36160.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'] ?? $this->getHoneypotCaptchaService());
  36161.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'] ?? $this->getBasicCaptchaService());
  36162.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV2'] ?? $this->getGoogleReCaptchaV2Service());
  36163.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV3'] ?? $this->getGoogleReCaptchaV3Service());
  36164.         }, 4), $a$b);
  36165.     }
  36166.     /**
  36167.      * Gets the private 'Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV2' shared autowired service.
  36168.      *
  36169.      * @return \Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV2
  36170.      */
  36171.     protected function getGoogleReCaptchaV2Service()
  36172.     {
  36173.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/AbstractCaptcha.php';
  36174.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/GoogleReCaptchaV2.php';
  36175.         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())));
  36176.     }
  36177.     /**
  36178.      * Gets the private 'Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV3' shared autowired service.
  36179.      *
  36180.      * @return \Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV3
  36181.      */
  36182.     protected function getGoogleReCaptchaV3Service()
  36183.     {
  36184.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/AbstractCaptcha.php';
  36185.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/GoogleReCaptchaV3.php';
  36186.         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())));
  36187.     }
  36188.     /**
  36189.      * Gets the private 'Shopware\Storefront\Framework\Captcha\HoneypotCaptcha' shared autowired service.
  36190.      *
  36191.      * @return \Shopware\Storefront\Framework\Captcha\HoneypotCaptcha
  36192.      */
  36193.     protected function getHoneypotCaptchaService()
  36194.     {
  36195.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/AbstractCaptcha.php';
  36196.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/HoneypotCaptcha.php';
  36197.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  36198.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'])) {
  36199.             return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'];
  36200.         }
  36201.         return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'] = new \Shopware\Storefront\Framework\Captcha\HoneypotCaptcha($a);
  36202.     }
  36203.     /**
  36204.      * Gets the private 'Shopware\Storefront\Framework\Command\HttpCacheWarmUpCommand' shared autowired service.
  36205.      *
  36206.      * @return \Shopware\Storefront\Framework\Command\HttpCacheWarmUpCommand
  36207.      */
  36208.     protected function getHttpCacheWarmUpCommandService()
  36209.     {
  36210.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36211.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Command/HttpCacheWarmUpCommand.php';
  36212.         $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()));
  36213.         $instance->setName('http:cache:warm:up');
  36214.         return $instance;
  36215.     }
  36216.     /**
  36217.      * Gets the private 'Shopware\Storefront\Framework\Command\SalesChannelCreateStorefrontCommand' shared autowired service.
  36218.      *
  36219.      * @return \Shopware\Storefront\Framework\Command\SalesChannelCreateStorefrontCommand
  36220.      */
  36221.     protected function getSalesChannelCreateStorefrontCommandService()
  36222.     {
  36223.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36224.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelCreateCommand.php';
  36225.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Command/SalesChannelCreateStorefrontCommand.php';
  36226.         $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()));
  36227.         $instance->setName('sales-channel:create:storefront');
  36228.         return $instance;
  36229.     }
  36230.     /**
  36231.      * Gets the private 'Shopware\Storefront\Framework\Csrf\CsrfRouteListener' shared autowired service.
  36232.      *
  36233.      * @return \Shopware\Storefront\Framework\Csrf\CsrfRouteListener
  36234.      */
  36235.     protected function getCsrfRouteListenerService()
  36236.     {
  36237.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  36238.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'])) {
  36239.             return $this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'];
  36240.         }
  36241.         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);
  36242.     }
  36243.     /**
  36244.      * Gets the private 'Shopware\Storefront\Framework\Routing\CachedDomainLoaderInvalidator' shared autowired service.
  36245.      *
  36246.      * @return \Shopware\Storefront\Framework\Routing\CachedDomainLoaderInvalidator
  36247.      */
  36248.     protected function getCachedDomainLoaderInvalidatorService()
  36249.     {
  36250.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/CachedDomainLoaderInvalidator.php';
  36251.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  36252.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\CachedDomainLoaderInvalidator'])) {
  36253.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\CachedDomainLoaderInvalidator'];
  36254.         }
  36255.         return $this->privates['Shopware\\Storefront\\Framework\\Routing\\CachedDomainLoaderInvalidator'] = new \Shopware\Storefront\Framework\Routing\CachedDomainLoaderInvalidator($a);
  36256.     }
  36257.     /**
  36258.      * Gets the private 'Shopware\Storefront\Framework\Routing\MaintenanceModeResolver' shared autowired service.
  36259.      *
  36260.      * @return \Shopware\Storefront\Framework\Routing\MaintenanceModeResolver
  36261.      */
  36262.     protected function getMaintenanceModeResolverService()
  36263.     {
  36264.         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())));
  36265.     }
  36266.     /**
  36267.      * Gets the private 'Shopware\Storefront\Framework\Routing\NotFound\NotFoundSubscriber' shared autowired service.
  36268.      *
  36269.      * @return \Shopware\Storefront\Framework\Routing\NotFound\NotFoundSubscriber
  36270.      */
  36271.     protected function getNotFoundSubscriberService()
  36272.     {
  36273.         $a = ($this->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? $this->getErrorControllerService());
  36274.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'])) {
  36275.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'];
  36276.         }
  36277.         $b = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  36278.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'])) {
  36279.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'];
  36280.         }
  36281.         $c = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  36282.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'])) {
  36283.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'];
  36284.         }
  36285.         $d = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  36286.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'])) {
  36287.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'];
  36288.         }
  36289.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  36290.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'])) {
  36291.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'];
  36292.         }
  36293.         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);
  36294.     }
  36295.     /**
  36296.      * Gets the private 'Shopware\Storefront\Framework\Routing\StorefrontSubscriber' shared autowired service.
  36297.      *
  36298.      * @return \Shopware\Storefront\Framework\Routing\StorefrontSubscriber
  36299.      */
  36300.     protected function getStorefrontSubscriberService()
  36301.     {
  36302.         $a = ($this->services['sales_channel_domain.repository'] ?? $this->getSalesChannelDomain_RepositoryService());
  36303.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'])) {
  36304.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'];
  36305.         }
  36306.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  36307.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'])) {
  36308.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'];
  36309.         }
  36310.         $c = ($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'] ?? $this->getNotFoundSubscriberService());
  36311.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'])) {
  36312.             return $this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'];
  36313.         }
  36314.         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);
  36315.     }
  36316.     /**
  36317.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\LandingPageSeoUrlRoute' shared service.
  36318.      *
  36319.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\LandingPageSeoUrlRoute
  36320.      */
  36321.     protected function getLandingPageSeoUrlRouteService()
  36322.     {
  36323.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteInterface.php';
  36324.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Seo/SeoUrlRoute/LandingPageSeoUrlRoute.php';
  36325.         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()));
  36326.     }
  36327.     /**
  36328.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\NavigationPageSeoUrlRoute' shared service.
  36329.      *
  36330.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\NavigationPageSeoUrlRoute
  36331.      */
  36332.     protected function getNavigationPageSeoUrlRouteService()
  36333.     {
  36334.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteInterface.php';
  36335.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Seo/SeoUrlRoute/NavigationPageSeoUrlRoute.php';
  36336.         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()));
  36337.     }
  36338.     /**
  36339.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\ProductPageSeoUrlRoute' shared service.
  36340.      *
  36341.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\ProductPageSeoUrlRoute
  36342.      */
  36343.     protected function getProductPageSeoUrlRouteService()
  36344.     {
  36345.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteInterface.php';
  36346.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Seo/SeoUrlRoute/ProductPageSeoUrlRoute.php';
  36347.         return $this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\ProductPageSeoUrlRoute'] = new \Shopware\Storefront\Framework\Seo\SeoUrlRoute\ProductPageSeoUrlRoute(($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()));
  36348.     }
  36349.     /**
  36350.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\SeoUrlUpdateListener' shared service.
  36351.      *
  36352.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\SeoUrlUpdateListener
  36353.      */
  36354.     protected function getSeoUrlUpdateListener2Service()
  36355.     {
  36356.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Seo/SeoUrlRoute/SeoUrlUpdateListener.php';
  36357.         $a = ($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlUpdater'] ?? $this->getSeoUrlUpdaterService());
  36358.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'])) {
  36359.             return $this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'];
  36360.         }
  36361.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  36362.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'])) {
  36363.             return $this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'];
  36364.         }
  36365.         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);
  36366.     }
  36367.     /**
  36368.      * Gets the private 'Shopware\Storefront\Framework\Twig\TwigDateRequestListener' shared autowired service.
  36369.      *
  36370.      * @return \Shopware\Storefront\Framework\Twig\TwigDateRequestListener
  36371.      */
  36372.     protected function getTwigDateRequestListenerService()
  36373.     {
  36374.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  36375.         if (isset($this->privates['Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener'])) {
  36376.             return $this->privates['Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener'];
  36377.         }
  36378.         return $this->privates['Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener'] = new \Shopware\Storefront\Framework\Twig\TwigDateRequestListener($a);
  36379.     }
  36380.     /**
  36381.      * Gets the private 'Shopware\Storefront\Page\Account\Login\AccountLoginPageLoader' shared autowired service.
  36382.      *
  36383.      * @return \Shopware\Storefront\Page\Account\Login\AccountLoginPageLoader
  36384.      */
  36385.     protected function getAccountLoginPageLoaderService()
  36386.     {
  36387.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Login/AccountLoginPageLoader.php';
  36388.         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()));
  36389.     }
  36390.     /**
  36391.      * Gets the private 'Shopware\Storefront\Page\Cms\DefaultMediaResolver' shared autowired service.
  36392.      *
  36393.      * @return \Shopware\Storefront\Page\Cms\DefaultMediaResolver
  36394.      */
  36395.     protected function getDefaultMediaResolverService()
  36396.     {
  36397.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/AbstractDefaultMediaResolver.php';
  36398.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Cms/DefaultMediaResolver.php';
  36399.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/DefaultMediaResolver.php';
  36400.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service());
  36401.         if (isset($this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'])) {
  36402.             return $this->privates['Shopware\\Storefront\\Page\\Cms\\DefaultMediaResolver'];
  36403.         }
  36404.         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()));
  36405.     }
  36406.     /**
  36407.      * Gets the private 'Shopware\Storefront\Page\GenericPageLoader' shared autowired service.
  36408.      *
  36409.      * @return \Shopware\Storefront\Page\GenericPageLoader
  36410.      */
  36411.     protected function getGenericPageLoaderService()
  36412.     {
  36413.         $a = ($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] ?? $this->getHeaderPageletLoaderService());
  36414.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  36415.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  36416.         }
  36417.         $b = ($this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] ?? $this->getFooterPageletLoaderService());
  36418.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  36419.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  36420.         }
  36421.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  36422.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  36423.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  36424.         }
  36425.         $d = ($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? $this->getSortedPaymentMethodRouteService());
  36426.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  36427.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  36428.         }
  36429.         $e = ($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'] ?? $this->getSortedShippingMethodRouteService());
  36430.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  36431.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  36432.         }
  36433.         $f = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  36434.         if (isset($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'])) {
  36435.             return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'];
  36436.         }
  36437.         return $this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] = new \Shopware\Storefront\Page\GenericPageLoader($a$b$c$d$e$f);
  36438.     }
  36439.     /**
  36440.      * Gets the private 'Shopware\Storefront\Page\Product\Configurator\ProductPageConfiguratorLoader' shared autowired service.
  36441.      *
  36442.      * @return \Shopware\Storefront\Page\Product\Configurator\ProductPageConfiguratorLoader
  36443.      */
  36444.     protected function getProductPageConfiguratorLoaderService()
  36445.     {
  36446.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductConfiguratorLoader.php';
  36447.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/Configurator/ProductPageConfiguratorLoader.php';
  36448.         include_once \dirname(__DIR__4).'/custom/plugins/AcrisProductCustomerGroupCS/src/Core/Content/Product/SalesChannel/Detail/ProductConfiguratorLoader.php';
  36449.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/AvailableCombinationLoader.php';
  36450.         $a = ($this->services['product_configurator_setting.repository'] ?? $this->getProductConfiguratorSetting_RepositoryService());
  36451.         if (isset($this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'])) {
  36452.             return $this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'];
  36453.         }
  36454.         $b = ($this->privates['Acris\\ProductCustomerGroup\\Components\\BlockProductService'] ?? $this->getBlockProductServiceService());
  36455.         if (isset($this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'])) {
  36456.             return $this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'];
  36457.         }
  36458.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  36459.         if (isset($this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'])) {
  36460.             return $this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'];
  36461.         }
  36462.         return $this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'] = new \Shopware\Storefront\Page\Product\Configurator\ProductPageConfiguratorLoader(new \Acris\ProductCustomerGroup\Core\Content\Product\SalesChannel\Detail\ProductConfiguratorLoader(new \Shopware\Core\Content\Product\SalesChannel\Detail\ProductConfiguratorLoader($a, new \Shopware\Core\Content\Product\SalesChannel\Detail\AvailableCombinationLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()))), $b$c));
  36463.     }
  36464.     /**
  36465.      * Gets the private 'Shopware\Storefront\Pagelet\Footer\FooterPageletLoader' shared autowired service.
  36466.      *
  36467.      * @return \Shopware\Storefront\Pagelet\Footer\FooterPageletLoader
  36468.      */
  36469.     protected function getFooterPageletLoaderService()
  36470.     {
  36471.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  36472.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'])) {
  36473.             return $this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'];
  36474.         }
  36475.         $b = ($this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? $this->getNavigationLoaderService());
  36476.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'])) {
  36477.             return $this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'];
  36478.         }
  36479.         return $this->privates['Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoader'] = new \Shopware\Storefront\Pagelet\Footer\FooterPageletLoader($a$b);
  36480.     }
  36481.     /**
  36482.      * Gets the private 'Shopware\Storefront\Pagelet\Header\HeaderPageletLoader' shared autowired service.
  36483.      *
  36484.      * @return \Shopware\Storefront\Pagelet\Header\HeaderPageletLoader
  36485.      */
  36486.     protected function getHeaderPageletLoaderService()
  36487.     {
  36488.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  36489.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'])) {
  36490.             return $this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'];
  36491.         }
  36492.         $b = ($this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute'] ?? $this->getCachedCurrencyRouteService());
  36493.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'])) {
  36494.             return $this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'];
  36495.         }
  36496.         $c = ($this->services['Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute'] ?? $this->getCachedLanguageRouteService());
  36497.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'])) {
  36498.             return $this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'];
  36499.         }
  36500.         $d = ($this->privates['Shopware\\Core\\Content\\Category\\Service\\NavigationLoader'] ?? $this->getNavigationLoaderService());
  36501.         if (isset($this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'])) {
  36502.             return $this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'];
  36503.         }
  36504.         return $this->privates['Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoader'] = new \Shopware\Storefront\Pagelet\Header\HeaderPageletLoader($a$b$c$d);
  36505.     }
  36506.     /**
  36507.      * Gets the private 'Shopware\Storefront\Pagelet\Newsletter\Account\NewsletterAccountPageletLoader' shared autowired service.
  36508.      *
  36509.      * @return \Shopware\Storefront\Pagelet\Newsletter\Account\NewsletterAccountPageletLoader
  36510.      */
  36511.     protected function getNewsletterAccountPageletLoaderService()
  36512.     {
  36513.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Newsletter/Account/NewsletterAccountPageletLoader.php';
  36514.         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()));
  36515.     }
  36516.     /**
  36517.      * Gets the private 'Shopware\Storefront\Theme\CachedResolvedConfigLoaderInvalidator' shared service.
  36518.      *
  36519.      * @return \Shopware\Storefront\Theme\CachedResolvedConfigLoaderInvalidator
  36520.      */
  36521.     protected function getCachedResolvedConfigLoaderInvalidatorService()
  36522.     {
  36523.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/CachedResolvedConfigLoaderInvalidator.php';
  36524.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  36525.         if (isset($this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'])) {
  36526.             return $this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'];
  36527.         }
  36528.         return $this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] = new \Shopware\Storefront\Theme\CachedResolvedConfigLoaderInvalidator($a);
  36529.     }
  36530.     /**
  36531.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeChangeCommand' shared service.
  36532.      *
  36533.      * @return \Shopware\Storefront\Theme\Command\ThemeChangeCommand
  36534.      */
  36535.     protected function getThemeChangeCommandService()
  36536.     {
  36537.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36538.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeChangeCommand.php';
  36539.         $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()));
  36540.         $instance->setName('theme:change');
  36541.         return $instance;
  36542.     }
  36543.     /**
  36544.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeCompileCommand' shared service.
  36545.      *
  36546.      * @return \Shopware\Storefront\Theme\Command\ThemeCompileCommand
  36547.      */
  36548.     protected function getThemeCompileCommandService()
  36549.     {
  36550.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36551.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeCompileCommand.php';
  36552.         $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()));
  36553.         $instance->setName('theme:compile');
  36554.         return $instance;
  36555.     }
  36556.     /**
  36557.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeCreateCommand' shared service.
  36558.      *
  36559.      * @return \Shopware\Storefront\Theme\Command\ThemeCreateCommand
  36560.      */
  36561.     protected function getThemeCreateCommandService()
  36562.     {
  36563.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36564.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeCreateCommand.php';
  36565.         $this->privates['Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand'] = $instance = new \Shopware\Storefront\Theme\Command\ThemeCreateCommand(\dirname(__DIR__4));
  36566.         $instance->setName('theme:create');
  36567.         return $instance;
  36568.     }
  36569.     /**
  36570.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeDumpCommand' shared service.
  36571.      *
  36572.      * @return \Shopware\Storefront\Theme\Command\ThemeDumpCommand
  36573.      */
  36574.     protected function getThemeDumpCommandService()
  36575.     {
  36576.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36577.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeDumpCommand.php';
  36578.         $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()));
  36579.         $instance->setName('theme:dump');
  36580.         return $instance;
  36581.     }
  36582.     /**
  36583.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemePrepareIconsCommand' shared service.
  36584.      *
  36585.      * @return \Shopware\Storefront\Theme\Command\ThemePrepareIconsCommand
  36586.      */
  36587.     protected function getThemePrepareIconsCommandService()
  36588.     {
  36589.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36590.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemePrepareIconsCommand.php';
  36591.         $this->privates['Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand'] = $instance = new \Shopware\Storefront\Theme\Command\ThemePrepareIconsCommand();
  36592.         $instance->setName('theme:prepare-icons');
  36593.         return $instance;
  36594.     }
  36595.     /**
  36596.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeRefreshCommand' shared service.
  36597.      *
  36598.      * @return \Shopware\Storefront\Theme\Command\ThemeRefreshCommand
  36599.      */
  36600.     protected function getThemeRefreshCommandService()
  36601.     {
  36602.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36603.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeRefreshCommand.php';
  36604.         $this->privates['Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand'] = $instance = new \Shopware\Storefront\Theme\Command\ThemeRefreshCommand(($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService()));
  36605.         $instance->setName('theme:refresh');
  36606.         return $instance;
  36607.     }
  36608.     /**
  36609.      * Gets the private 'Shopware\Storefront\Theme\ConfigLoader\DatabaseAvailableThemeProvider' shared service.
  36610.      *
  36611.      * @return \Shopware\Storefront\Theme\ConfigLoader\DatabaseAvailableThemeProvider
  36612.      */
  36613.     protected function getDatabaseAvailableThemeProviderService()
  36614.     {
  36615.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/AbstractAvailableThemeProvider.php';
  36616.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/DatabaseAvailableThemeProvider.php';
  36617.         $a = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  36618.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider'])) {
  36619.             return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider'];
  36620.         }
  36621.         return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider'] = new \Shopware\Storefront\Theme\ConfigLoader\DatabaseAvailableThemeProvider($a);
  36622.     }
  36623.     /**
  36624.      * Gets the private 'Shopware\Storefront\Theme\ConfigLoader\DatabaseConfigLoader' shared service.
  36625.      *
  36626.      * @return \Shopware\Storefront\Theme\ConfigLoader\DatabaseConfigLoader
  36627.      */
  36628.     protected function getDatabaseConfigLoaderService()
  36629.     {
  36630.         $a = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  36631.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'])) {
  36632.             return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'];
  36633.         }
  36634.         $b = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  36635.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'])) {
  36636.             return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'];
  36637.         }
  36638.         return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'] = new \Shopware\Storefront\Theme\ConfigLoader\DatabaseConfigLoader($a, ($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()), $b);
  36639.     }
  36640.     /**
  36641.      * Gets the private 'Shopware\Storefront\Theme\ConfigLoader\StaticFileConfigDumper' shared service.
  36642.      *
  36643.      * @return \Shopware\Storefront\Theme\ConfigLoader\StaticFileConfigDumper
  36644.      */
  36645.     protected function getStaticFileConfigDumperService()
  36646.     {
  36647.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/StaticFileConfigDumper.php';
  36648.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider'] ?? $this->getDatabaseAvailableThemeProviderService());
  36649.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'])) {
  36650.             return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'];
  36651.         }
  36652.         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()));
  36653.     }
  36654.     /**
  36655.      * Gets the private 'Shopware\Storefront\Theme\DataAbstractionLayer\ThemeIndexer' shared service.
  36656.      *
  36657.      * @return \Shopware\Storefront\Theme\DataAbstractionLayer\ThemeIndexer
  36658.      */
  36659.     protected function getThemeIndexerService()
  36660.     {
  36661.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  36662.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/DataAbstractionLayer/ThemeIndexer.php';
  36663.         $a = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  36664.         if (isset($this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'])) {
  36665.             return $this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'];
  36666.         }
  36667.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  36668.         if (isset($this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'])) {
  36669.             return $this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'];
  36670.         }
  36671.         return $this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'] = new \Shopware\Storefront\Theme\DataAbstractionLayer\ThemeIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $b);
  36672.     }
  36673.     /**
  36674.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\AppLifecycleSubscriber' shared service.
  36675.      *
  36676.      * @return \Shopware\Storefront\Theme\Subscriber\AppLifecycleSubscriber
  36677.      */
  36678.     protected function getAppLifecycleSubscriberService()
  36679.     {
  36680.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/AppLifecycleSubscriber.php';
  36681.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService());
  36682.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'])) {
  36683.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'];
  36684.         }
  36685.         $b = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  36686.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'])) {
  36687.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'];
  36688.         }
  36689.         return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'] = new \Shopware\Storefront\Theme\Subscriber\AppLifecycleSubscriber($a$b);
  36690.     }
  36691.     /**
  36692.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\FirstRunWizardSubscriber' shared service.
  36693.      *
  36694.      * @return \Shopware\Storefront\Theme\Subscriber\FirstRunWizardSubscriber
  36695.      */
  36696.     protected function getFirstRunWizardSubscriberService()
  36697.     {
  36698.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/FirstRunWizardSubscriber.php';
  36699.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService());
  36700.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'])) {
  36701.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'];
  36702.         }
  36703.         $b = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService());
  36704.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'])) {
  36705.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'];
  36706.         }
  36707.         $c = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  36708.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'])) {
  36709.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'];
  36710.         }
  36711.         $d = ($this->services['theme_sales_channel.repository'] ?? $this->getThemeSalesChannel_RepositoryService());
  36712.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'])) {
  36713.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'];
  36714.         }
  36715.         $e = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  36716.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'])) {
  36717.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'];
  36718.         }
  36719.         return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'] = new \Shopware\Storefront\Theme\Subscriber\FirstRunWizardSubscriber($a$b$c$d$e);
  36720.     }
  36721.     /**
  36722.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\PluginLifecycleSubscriber' shared service.
  36723.      *
  36724.      * @return \Shopware\Storefront\Theme\Subscriber\PluginLifecycleSubscriber
  36725.      */
  36726.     protected function getPluginLifecycleSubscriber2Service()
  36727.     {
  36728.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/PluginLifecycleSubscriber.php';
  36729.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'] ?? $this->getThemeLifecycleHandlerService());
  36730.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'])) {
  36731.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'];
  36732.         }
  36733.         $b = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService());
  36734.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'])) {
  36735.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'];
  36736.         }
  36737.         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);
  36738.     }
  36739.     /**
  36740.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\ThemeCompilerEnrichScssVarSubscriber' shared service.
  36741.      *
  36742.      * @return \Shopware\Storefront\Theme\Subscriber\ThemeCompilerEnrichScssVarSubscriber
  36743.      */
  36744.     protected function getThemeCompilerEnrichScssVarSubscriberService()
  36745.     {
  36746.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/ThemeCompilerEnrichScssVarSubscriber.php';
  36747.         $a = ($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'] ?? $this->getConfigurationServiceService());
  36748.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\ThemeCompilerEnrichScssVarSubscriber'])) {
  36749.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\ThemeCompilerEnrichScssVarSubscriber'];
  36750.         }
  36751.         return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\ThemeCompilerEnrichScssVarSubscriber'] = new \Shopware\Storefront\Theme\Subscriber\ThemeCompilerEnrichScssVarSubscriber($a, ($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()));
  36752.     }
  36753.     /**
  36754.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\UpdateSubscriber' shared service.
  36755.      *
  36756.      * @return \Shopware\Storefront\Theme\Subscriber\UpdateSubscriber
  36757.      */
  36758.     protected function getUpdateSubscriberService()
  36759.     {
  36760.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/UpdateSubscriber.php';
  36761.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService());
  36762.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'])) {
  36763.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'];
  36764.         }
  36765.         $b = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService());
  36766.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'])) {
  36767.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'];
  36768.         }
  36769.         $c = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  36770.         if (isset($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'])) {
  36771.             return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'];
  36772.         }
  36773.         return $this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'] = new \Shopware\Storefront\Theme\Subscriber\UpdateSubscriber($a$b$c);
  36774.     }
  36775.     /**
  36776.      * Gets the private 'Shopware\Storefront\Theme\ThemeAppLifecycleHandler' shared service.
  36777.      *
  36778.      * @return \Shopware\Storefront\Theme\ThemeAppLifecycleHandler
  36779.      */
  36780.     protected function getThemeAppLifecycleHandlerService()
  36781.     {
  36782.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeAppLifecycleHandler.php';
  36783.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'] ?? $this->getThemeLifecycleHandlerService());
  36784.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'])) {
  36785.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'];
  36786.         }
  36787.         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);
  36788.     }
  36789.     /**
  36790.      * Gets the private 'Shopware\Storefront\Theme\ThemeConfigValueAccessor' shared autowired service.
  36791.      *
  36792.      * @return \Shopware\Storefront\Theme\ThemeConfigValueAccessor
  36793.      */
  36794.     protected function getThemeConfigValueAccessorService()
  36795.     {
  36796.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  36797.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'])) {
  36798.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'];
  36799.         }
  36800.         $b = ($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService());
  36801.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'])) {
  36802.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'];
  36803.         }
  36804.         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->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())));
  36805.     }
  36806.     /**
  36807.      * Gets the private 'Shopware\Storefront\Theme\ThemeFileResolver' shared service.
  36808.      *
  36809.      * @return \Shopware\Storefront\Theme\ThemeFileResolver
  36810.      */
  36811.     protected function getThemeFileResolverService()
  36812.     {
  36813.         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)))));
  36814.     }
  36815.     /**
  36816.      * Gets the private 'Shopware\Storefront\Theme\ThemeLifecycleHandler' shared service.
  36817.      *
  36818.      * @return \Shopware\Storefront\Theme\ThemeLifecycleHandler
  36819.      */
  36820.     protected function getThemeLifecycleHandlerService()
  36821.     {
  36822.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeLifecycleHandler.php';
  36823.         $a = ($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService());
  36824.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'])) {
  36825.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'];
  36826.         }
  36827.         $b = ($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService());
  36828.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'])) {
  36829.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'];
  36830.         }
  36831.         $c = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  36832.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'])) {
  36833.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleHandler'];
  36834.         }
  36835.         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()));
  36836.     }
  36837.     /**
  36838.      * Gets the private 'Shopware\Storefront\Theme\ThemeLifecycleService' shared service.
  36839.      *
  36840.      * @return \Shopware\Storefront\Theme\ThemeLifecycleService
  36841.      */
  36842.     protected function getThemeLifecycleServiceService()
  36843.     {
  36844.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeLifecycleService.php';
  36845.         $a = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  36846.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  36847.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  36848.         }
  36849.         $b = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  36850.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  36851.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  36852.         }
  36853.         $c = ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService());
  36854.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  36855.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  36856.         }
  36857.         $d = ($this->services['theme_media.repository'] ?? $this->getThemeMedia_RepositoryService());
  36858.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  36859.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  36860.         }
  36861.         $e = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  36862.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  36863.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  36864.         }
  36865.         $f = ($this->privates['Shopware\\Core\\Content\\Media\\File\\FileNameProvider'] ?? $this->getFileNameProviderService());
  36866.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  36867.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  36868.         }
  36869.         $g = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  36870.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  36871.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  36872.         }
  36873.         $h = ($this->services['theme_child.repository'] ?? $this->getThemeChild_RepositoryService());
  36874.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'])) {
  36875.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'];
  36876.         }
  36877.         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()));
  36878.     }
  36879.     /**
  36880.      * Gets the private 'Shopware\Storefront\Theme\ThemeService' shared service.
  36881.      *
  36882.      * @return \Shopware\Storefront\Theme\ThemeService
  36883.      */
  36884.     protected function getThemeServiceService()
  36885.     {
  36886.         $a = ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService());
  36887.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeService'])) {
  36888.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'];
  36889.         }
  36890.         $b = ($this->services['theme_sales_channel.repository'] ?? $this->getThemeSalesChannel_RepositoryService());
  36891.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeService'])) {
  36892.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'];
  36893.         }
  36894.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  36895.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeService'])) {
  36896.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'];
  36897.         }
  36898.         $d = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  36899.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeService'])) {
  36900.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'];
  36901.         }
  36902.         $e = ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'] ?? $this->getDatabaseConfigLoaderService());
  36903.         if (isset($this->privates['Shopware\\Storefront\\Theme\\ThemeService'])) {
  36904.             return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'];
  36905.         }
  36906.         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()));
  36907.     }
  36908.     /**
  36909.      * Gets the private 'Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder' shared service.
  36910.      *
  36911.      * @return \Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder
  36912.      */
  36913.     protected function getThemeNamespaceHierarchyBuilderService()
  36914.     {
  36915.         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()));
  36916.     }
  36917.     /**
  36918.      * Gets the private 'SwagExtensionStore\Services\StoreClient' shared service.
  36919.      *
  36920.      * @return \SwagExtensionStore\Services\StoreClient
  36921.      */
  36922.     protected function getStoreClient2Service()
  36923.     {
  36924.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Services/StoreClient.php';
  36925.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Authentication/StoreRequestOptionsProviderWrapper.php';
  36926.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Authentication/StoreRequestOptionsProviderPolyfill.php';
  36927.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Authentication/InstanceServicePolyfill.php';
  36928.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Authentication/LocaleProviderPolyfill.php';
  36929.         $a = ($this->services['user.repository'] ?? $this->getUser_RepositoryService());
  36930.         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.2'$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()));
  36931.     }
  36932.     /**
  36933.      * Gets the private 'SwagMigrationAssistant\Command\MigrateDataCommand' shared service.
  36934.      *
  36935.      * @return \SwagMigrationAssistant\Command\MigrateDataCommand
  36936.      */
  36937.     protected function getMigrateDataCommandService()
  36938.     {
  36939.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  36940.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Command/MigrateDataCommand.php';
  36941.         $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');
  36942.         $instance->setName('migration:migrate');
  36943.         return $instance;
  36944.     }
  36945.     /**
  36946.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\CategoryAssociationProvider' shared service.
  36947.      *
  36948.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\CategoryAssociationProvider
  36949.      */
  36950.     protected function getCategoryAssociationProviderService()
  36951.     {
  36952.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  36953.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  36954.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/CategoryAssociationProvider.php';
  36955.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CategoryAssociationProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\CategoryAssociationProvider(($this->services['category.repository'] ?? $this->getCategory_RepositoryService()));
  36956.     }
  36957.     /**
  36958.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\CategoryCmsPageAssociationProvider' shared service.
  36959.      *
  36960.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\CategoryCmsPageAssociationProvider
  36961.      */
  36962.     protected function getCategoryCmsPageAssociationProviderService()
  36963.     {
  36964.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  36965.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  36966.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/CategoryCmsPageAssociationProvider.php';
  36967.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CategoryCmsPageAssociationProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\CategoryCmsPageAssociationProvider(($this->services['category.repository'] ?? $this->getCategory_RepositoryService()));
  36968.     }
  36969.     /**
  36970.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\CategoryProvider' shared service.
  36971.      *
  36972.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\CategoryProvider
  36973.      */
  36974.     protected function getCategoryProviderService()
  36975.     {
  36976.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  36977.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  36978.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/CategoryProvider.php';
  36979.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CategoryProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\CategoryProvider(($this->services['category.repository'] ?? $this->getCategory_RepositoryService()));
  36980.     }
  36981.     /**
  36982.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\CmsPageProvider' shared service.
  36983.      *
  36984.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\CmsPageProvider
  36985.      */
  36986.     protected function getCmsPageProviderService()
  36987.     {
  36988.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  36989.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  36990.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/CmsPageProvider.php';
  36991.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CmsPageProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\CmsPageProvider(($this->services['cms_page.repository'] ?? $this->getCmsPage_RepositoryService()));
  36992.     }
  36993.     /**
  36994.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\CountryProvider' shared service.
  36995.      *
  36996.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\CountryProvider
  36997.      */
  36998.     protected function getCountryProviderService()
  36999.     {
  37000.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37001.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37002.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/CountryProvider.php';
  37003.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CountryProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\CountryProvider(($this->services['country.repository'] ?? $this->getCountry_RepositoryService()));
  37004.     }
  37005.     /**
  37006.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\CountryStateProvider' shared service.
  37007.      *
  37008.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\CountryStateProvider
  37009.      */
  37010.     protected function getCountryStateProviderService()
  37011.     {
  37012.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37013.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37014.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/CountryStateProvider.php';
  37015.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CountryStateProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\CountryStateProvider(($this->services['country_state.repository'] ?? $this->getCountryState_RepositoryService()));
  37016.     }
  37017.     /**
  37018.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\CrossSellingProvider' shared service.
  37019.      *
  37020.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\CrossSellingProvider
  37021.      */
  37022.     protected function getCrossSellingProviderService()
  37023.     {
  37024.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37025.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37026.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/CrossSellingProvider.php';
  37027.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CrossSellingProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\CrossSellingProvider(($this->services['product_cross_selling.repository'] ?? $this->getProductCrossSelling_RepositoryService()));
  37028.     }
  37029.     /**
  37030.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\CurrencyProvider' shared service.
  37031.      *
  37032.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\CurrencyProvider
  37033.      */
  37034.     protected function getCurrencyProviderService()
  37035.     {
  37036.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37037.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37038.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/CurrencyProvider.php';
  37039.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CurrencyProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\CurrencyProvider(($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService()));
  37040.     }
  37041.     /**
  37042.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\CustomFieldSetProvider' shared service.
  37043.      *
  37044.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\CustomFieldSetProvider
  37045.      */
  37046.     protected function getCustomFieldSetProviderService()
  37047.     {
  37048.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37049.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37050.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/CustomFieldSetProvider.php';
  37051.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CustomFieldSetProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\CustomFieldSetProvider(($this->services['custom_field_set.repository'] ?? $this->getCustomFieldSet_RepositoryService()));
  37052.     }
  37053.     /**
  37054.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\CustomerGroupProvider' shared service.
  37055.      *
  37056.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\CustomerGroupProvider
  37057.      */
  37058.     protected function getCustomerGroupProviderService()
  37059.     {
  37060.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37061.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37062.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/CustomerGroupProvider.php';
  37063.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CustomerGroupProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\CustomerGroupProvider(($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService()));
  37064.     }
  37065.     /**
  37066.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\CustomerProvider' shared service.
  37067.      *
  37068.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\CustomerProvider
  37069.      */
  37070.     protected function getCustomerProviderService()
  37071.     {
  37072.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37073.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37074.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/CustomerProvider.php';
  37075.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CustomerProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\CustomerProvider(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()));
  37076.     }
  37077.     /**
  37078.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\CustomerWishlistProvider' shared service.
  37079.      *
  37080.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\CustomerWishlistProvider
  37081.      */
  37082.     protected function getCustomerWishlistProviderService()
  37083.     {
  37084.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37085.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37086.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/CustomerWishlistProvider.php';
  37087.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\CustomerWishlistProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\CustomerWishlistProvider(($this->services['customer_wishlist.repository'] ?? $this->getCustomerWishlist_RepositoryService()));
  37088.     }
  37089.     /**
  37090.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\DeliveryTimeProvider' shared service.
  37091.      *
  37092.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\DeliveryTimeProvider
  37093.      */
  37094.     protected function getDeliveryTimeProviderService()
  37095.     {
  37096.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37097.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37098.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/DeliveryTimeProvider.php';
  37099.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\DeliveryTimeProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\DeliveryTimeProvider(($this->services['delivery_time.repository'] ?? $this->getDeliveryTime_RepositoryService()));
  37100.     }
  37101.     /**
  37102.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\DocumentBaseConfigProvider' shared service.
  37103.      *
  37104.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\DocumentBaseConfigProvider
  37105.      */
  37106.     protected function getDocumentBaseConfigProviderService()
  37107.     {
  37108.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37109.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37110.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/DocumentBaseConfigProvider.php';
  37111.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\DocumentBaseConfigProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\DocumentBaseConfigProvider(($this->services['document_base_config.repository'] ?? $this->getDocumentBaseConfig_RepositoryService()));
  37112.     }
  37113.     /**
  37114.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\DocumentInheritanceProvider' shared service.
  37115.      *
  37116.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\DocumentInheritanceProvider
  37117.      */
  37118.     protected function getDocumentInheritanceProviderService()
  37119.     {
  37120.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37121.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37122.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/DocumentInheritanceProvider.php';
  37123.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\DocumentInheritanceProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\DocumentInheritanceProvider(($this->services['document.repository'] ?? $this->getDocument_RepositoryService()));
  37124.     }
  37125.     /**
  37126.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\DocumentProvider' shared service.
  37127.      *
  37128.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\DocumentProvider
  37129.      */
  37130.     protected function getDocumentProviderService()
  37131.     {
  37132.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37133.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37134.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/DocumentProvider.php';
  37135.         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()));
  37136.     }
  37137.     /**
  37138.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\LanguageProvider' shared service.
  37139.      *
  37140.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\LanguageProvider
  37141.      */
  37142.     protected function getLanguageProviderService()
  37143.     {
  37144.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37145.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37146.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/LanguageProvider.php';
  37147.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\LanguageProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\LanguageProvider(($this->services['language.repository'] ?? $this->getLanguage_RepositoryService()));
  37148.     }
  37149.     /**
  37150.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\MailTemplateProvider' shared service.
  37151.      *
  37152.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\MailTemplateProvider
  37153.      */
  37154.     protected function getMailTemplateProviderService()
  37155.     {
  37156.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37157.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37158.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/MailTemplateProvider.php';
  37159.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\MailTemplateProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\MailTemplateProvider(($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService()));
  37160.     }
  37161.     /**
  37162.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\MediaFolderInheritanceProvider' shared service.
  37163.      *
  37164.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\MediaFolderInheritanceProvider
  37165.      */
  37166.     protected function getMediaFolderInheritanceProviderService()
  37167.     {
  37168.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37169.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37170.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/MediaFolderInheritanceProvider.php';
  37171.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\MediaFolderInheritanceProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\MediaFolderInheritanceProvider(($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService()));
  37172.     }
  37173.     /**
  37174.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\MediaFolderProvider' shared service.
  37175.      *
  37176.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\MediaFolderProvider
  37177.      */
  37178.     protected function getMediaFolderProviderService()
  37179.     {
  37180.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37181.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37182.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/MediaFolderProvider.php';
  37183.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\MediaFolderProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\MediaFolderProvider(($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService()));
  37184.     }
  37185.     /**
  37186.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\MediaProvider' shared service.
  37187.      *
  37188.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\MediaProvider
  37189.      */
  37190.     protected function getMediaProviderService()
  37191.     {
  37192.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37193.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37194.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/MediaProvider.php';
  37195.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\MediaProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\MediaProvider(($this->services['media.repository'] ?? $this->getMedia_RepositoryService()));
  37196.     }
  37197.     /**
  37198.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\NewsletterRecipientProvider' shared service.
  37199.      *
  37200.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\NewsletterRecipientProvider
  37201.      */
  37202.     protected function getNewsletterRecipientProviderService()
  37203.     {
  37204.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37205.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37206.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/NewsletterRecipientProvider.php';
  37207.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\NewsletterRecipientProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\NewsletterRecipientProvider(($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService()));
  37208.     }
  37209.     /**
  37210.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\NumberRangeProvider' shared service.
  37211.      *
  37212.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\NumberRangeProvider
  37213.      */
  37214.     protected function getNumberRangeProviderService()
  37215.     {
  37216.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37217.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37218.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/NumberRangeProvider.php';
  37219.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\NumberRangeProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\NumberRangeProvider(($this->services['number_range.repository'] ?? $this->getNumberRange_RepositoryService()));
  37220.     }
  37221.     /**
  37222.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\OrderProvider' shared service.
  37223.      *
  37224.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\OrderProvider
  37225.      */
  37226.     protected function getOrderProviderService()
  37227.     {
  37228.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37229.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37230.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/OrderProvider.php';
  37231.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\OrderProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\OrderProvider(($this->services['order.repository'] ?? $this->getOrder_RepositoryService()));
  37232.     }
  37233.     /**
  37234.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\PageSystemConfigProvider' shared service.
  37235.      *
  37236.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\PageSystemConfigProvider
  37237.      */
  37238.     protected function getPageSystemConfigProviderService()
  37239.     {
  37240.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37241.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37242.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/PageSystemConfigProvider.php';
  37243.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\PageSystemConfigProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\PageSystemConfigProvider(($this->services['system_config.repository'] ?? $this->getSystemConfig_RepositoryService()));
  37244.     }
  37245.     /**
  37246.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\PaymentMethodProvider' shared service.
  37247.      *
  37248.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\PaymentMethodProvider
  37249.      */
  37250.     protected function getPaymentMethodProviderService()
  37251.     {
  37252.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37253.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37254.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/PaymentMethodProvider.php';
  37255.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\PaymentMethodProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\PaymentMethodProvider(($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()));
  37256.     }
  37257.     /**
  37258.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\ProductFeatureSetProvider' shared service.
  37259.      *
  37260.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\ProductFeatureSetProvider
  37261.      */
  37262.     protected function getProductFeatureSetProviderService()
  37263.     {
  37264.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37265.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37266.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/ProductFeatureSetProvider.php';
  37267.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductFeatureSetProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\ProductFeatureSetProvider(($this->services['product_feature_set.repository'] ?? $this->getProductFeatureSet_RepositoryService()));
  37268.     }
  37269.     /**
  37270.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\ProductMainVariantRelationProvider' shared service.
  37271.      *
  37272.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\ProductMainVariantRelationProvider
  37273.      */
  37274.     protected function getProductMainVariantRelationProviderService()
  37275.     {
  37276.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37277.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37278.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/ProductMainVariantRelationProvider.php';
  37279.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductMainVariantRelationProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\ProductMainVariantRelationProvider(($this->services['product.repository'] ?? $this->getProduct_RepositoryService()));
  37280.     }
  37281.     /**
  37282.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\ProductManufacturerProvider' shared service.
  37283.      *
  37284.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\ProductManufacturerProvider
  37285.      */
  37286.     protected function getProductManufacturerProviderService()
  37287.     {
  37288.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37289.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37290.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/ProductManufacturerProvider.php';
  37291.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductManufacturerProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\ProductManufacturerProvider(($this->services['product_manufacturer.repository'] ?? $this->getProductManufacturer_RepositoryService()));
  37292.     }
  37293.     /**
  37294.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\ProductProvider' shared service.
  37295.      *
  37296.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\ProductProvider
  37297.      */
  37298.     protected function getProductProviderService()
  37299.     {
  37300.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37301.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37302.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/ProductProvider.php';
  37303.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\ProductProvider(($this->services['product.repository'] ?? $this->getProduct_RepositoryService()));
  37304.     }
  37305.     /**
  37306.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\ProductReviewProvider' shared service.
  37307.      *
  37308.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\ProductReviewProvider
  37309.      */
  37310.     protected function getProductReviewProviderService()
  37311.     {
  37312.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37313.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37314.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/ProductReviewProvider.php';
  37315.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductReviewProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\ProductReviewProvider(($this->services['product_review.repository'] ?? $this->getProductReview_RepositoryService()));
  37316.     }
  37317.     /**
  37318.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\ProductSortingProvider' shared service.
  37319.      *
  37320.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\ProductSortingProvider
  37321.      */
  37322.     protected function getProductSortingProviderService()
  37323.     {
  37324.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37325.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37326.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/ProductSortingProvider.php';
  37327.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductSortingProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\ProductSortingProvider(($this->services['product_sorting.repository'] ?? $this->getProductSorting_RepositoryService()));
  37328.     }
  37329.     /**
  37330.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\ProductStreamFilterInheritanceProvider' shared service.
  37331.      *
  37332.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\ProductStreamFilterInheritanceProvider
  37333.      */
  37334.     protected function getProductStreamFilterInheritanceProviderService()
  37335.     {
  37336.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37337.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37338.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/ProductStreamFilterInheritanceProvider.php';
  37339.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductStreamFilterInheritanceProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\ProductStreamFilterInheritanceProvider(($this->services['product_stream_filter.repository'] ?? $this->getProductStreamFilter_RepositoryService()));
  37340.     }
  37341.     /**
  37342.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\ProductStreamProvider' shared service.
  37343.      *
  37344.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\ProductStreamProvider
  37345.      */
  37346.     protected function getProductStreamProviderService()
  37347.     {
  37348.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37349.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37350.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/ProductStreamProvider.php';
  37351.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ProductStreamProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\ProductStreamProvider(($this->services['product_stream.repository'] ?? $this->getProductStream_RepositoryService()));
  37352.     }
  37353.     /**
  37354.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\PromotionProvider' shared service.
  37355.      *
  37356.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\PromotionProvider
  37357.      */
  37358.     protected function getPromotionProviderService()
  37359.     {
  37360.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37361.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37362.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/PromotionProvider.php';
  37363.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\PromotionProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\PromotionProvider(($this->services['promotion.repository'] ?? $this->getPromotion_RepositoryService()));
  37364.     }
  37365.     /**
  37366.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\PropertyGroupProvider' shared service.
  37367.      *
  37368.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\PropertyGroupProvider
  37369.      */
  37370.     protected function getPropertyGroupProviderService()
  37371.     {
  37372.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37373.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37374.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/PropertyGroupProvider.php';
  37375.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\PropertyGroupProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\PropertyGroupProvider(($this->services['property_group.repository'] ?? $this->getPropertyGroup_RepositoryService()));
  37376.     }
  37377.     /**
  37378.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\RuleProvider' shared service.
  37379.      *
  37380.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\RuleProvider
  37381.      */
  37382.     protected function getRuleProviderService()
  37383.     {
  37384.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37385.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37386.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/RuleProvider.php';
  37387.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\RuleProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\RuleProvider(($this->services['rule.repository'] ?? $this->getRule_RepositoryService()));
  37388.     }
  37389.     /**
  37390.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\SalesChannelDomainProvider' shared service.
  37391.      *
  37392.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\SalesChannelDomainProvider
  37393.      */
  37394.     protected function getSalesChannelDomainProviderService()
  37395.     {
  37396.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37397.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37398.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/SalesChannelDomainProvider.php';
  37399.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SalesChannelDomainProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\SalesChannelDomainProvider(($this->services['sales_channel_domain.repository'] ?? $this->getSalesChannelDomain_RepositoryService()));
  37400.     }
  37401.     /**
  37402.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\SalesChannelProvider' shared service.
  37403.      *
  37404.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\SalesChannelProvider
  37405.      */
  37406.     protected function getSalesChannelProviderService()
  37407.     {
  37408.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37409.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37410.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/SalesChannelProvider.php';
  37411.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SalesChannelProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\SalesChannelProvider(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  37412.     }
  37413.     /**
  37414.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\SalutationProvider' shared service.
  37415.      *
  37416.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\SalutationProvider
  37417.      */
  37418.     protected function getSalutationProviderService()
  37419.     {
  37420.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37421.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37422.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/SalutationProvider.php';
  37423.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SalutationProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\SalutationProvider(($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService()));
  37424.     }
  37425.     /**
  37426.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\SeoUrlProvider' shared service.
  37427.      *
  37428.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\SeoUrlProvider
  37429.      */
  37430.     protected function getSeoUrlProviderService()
  37431.     {
  37432.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37433.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37434.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/SeoUrlProvider.php';
  37435.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SeoUrlProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\SeoUrlProvider(($this->services['seo_url.repository'] ?? $this->getSeoUrl_RepositoryService()));
  37436.     }
  37437.     /**
  37438.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\SeoUrlTemplateProvider' shared service.
  37439.      *
  37440.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\SeoUrlTemplateProvider
  37441.      */
  37442.     protected function getSeoUrlTemplateProviderService()
  37443.     {
  37444.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37445.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37446.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/SeoUrlTemplateProvider.php';
  37447.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SeoUrlTemplateProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\SeoUrlTemplateProvider(($this->services['seo_url_template.repository'] ?? $this->getSeoUrlTemplate_RepositoryService()));
  37448.     }
  37449.     /**
  37450.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\ShippingMethodProvider' shared service.
  37451.      *
  37452.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\ShippingMethodProvider
  37453.      */
  37454.     protected function getShippingMethodProviderService()
  37455.     {
  37456.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37457.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37458.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/ShippingMethodProvider.php';
  37459.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\ShippingMethodProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\ShippingMethodProvider(($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService()));
  37460.     }
  37461.     /**
  37462.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\SnippetProvider' shared service.
  37463.      *
  37464.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\SnippetProvider
  37465.      */
  37466.     protected function getSnippetProviderService()
  37467.     {
  37468.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37469.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37470.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/SnippetProvider.php';
  37471.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SnippetProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\SnippetProvider(($this->services['snippet.repository'] ?? $this->getSnippet_RepositoryService()));
  37472.     }
  37473.     /**
  37474.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\SnippetSetProvider' shared service.
  37475.      *
  37476.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\SnippetSetProvider
  37477.      */
  37478.     protected function getSnippetSetProviderService()
  37479.     {
  37480.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37481.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37482.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/SnippetSetProvider.php';
  37483.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SnippetSetProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\SnippetSetProvider(($this->services['snippet_set.repository'] ?? $this->getSnippetSet_RepositoryService()));
  37484.     }
  37485.     /**
  37486.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\SystemConfigProvider' shared service.
  37487.      *
  37488.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\SystemConfigProvider
  37489.      */
  37490.     protected function getSystemConfigProviderService()
  37491.     {
  37492.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37493.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37494.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/SystemConfigProvider.php';
  37495.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\SystemConfigProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\SystemConfigProvider(($this->services['system_config.repository'] ?? $this->getSystemConfig_RepositoryService()));
  37496.     }
  37497.     /**
  37498.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\TaxProvider' shared service.
  37499.      *
  37500.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\TaxProvider
  37501.      */
  37502.     protected function getTaxProviderService()
  37503.     {
  37504.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37505.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37506.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/TaxProvider.php';
  37507.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\TaxProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\TaxProvider(($this->services['tax.repository'] ?? $this->getTax_RepositoryService()));
  37508.     }
  37509.     /**
  37510.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\TaxRuleProvider' shared service.
  37511.      *
  37512.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\TaxRuleProvider
  37513.      */
  37514.     protected function getTaxRuleProviderService()
  37515.     {
  37516.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37517.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37518.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/TaxRuleProvider.php';
  37519.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\TaxRuleProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\TaxRuleProvider(($this->services['tax_rule.repository'] ?? $this->getTaxRule_RepositoryService()));
  37520.     }
  37521.     /**
  37522.      * Gets the private 'SwagMigrationAssistant\DataProvider\Provider\Data\UnitProvider' shared service.
  37523.      *
  37524.      * @return \SwagMigrationAssistant\DataProvider\Provider\Data\UnitProvider
  37525.      */
  37526.     protected function getUnitProviderService()
  37527.     {
  37528.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/ProviderInterface.php';
  37529.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/AbstractProvider.php';
  37530.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/DataProvider/Provider/Data/UnitProvider.php';
  37531.         return $this->privates['SwagMigrationAssistant\\DataProvider\\Provider\\Data\\UnitProvider'] = new \SwagMigrationAssistant\DataProvider\Provider\Data\UnitProvider(($this->services['unit.repository'] ?? $this->getUnit_RepositoryService()));
  37532.     }
  37533.     /**
  37534.      * Gets the private 'SwagMigrationAssistant\Migration\Converter\ConverterRegistry' shared service.
  37535.      *
  37536.      * @return \SwagMigrationAssistant\Migration\Converter\ConverterRegistry
  37537.      */
  37538.     protected function getConverterRegistryService()
  37539.     {
  37540.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterRegistryInterface.php';
  37541.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterRegistry.php';
  37542.         return $this->privates['SwagMigrationAssistant\\Migration\\Converter\\ConverterRegistry'] = new \SwagMigrationAssistant\Migration\Converter\ConverterRegistry(new RewindableGenerator(function () {
  37543.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54ProductAttributeConverter'] ?? $this->getShopware54ProductAttributeConverterService());
  37544.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54ProductPriceAttributeConverter'] ?? $this->getShopware54ProductPriceAttributeConverterService());
  37545.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54ManufacturerAttributeConverter'] ?? $this->getShopware54ManufacturerAttributeConverterService());
  37546.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CustomerAttributeConverter'] ?? $this->getShopware54CustomerAttributeConverterService());
  37547.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54OrderAttributeConverter'] ?? $this->getShopware54OrderAttributeConverterService());
  37548.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54ProductConverter'] ?? $this->getShopware54ProductConverterService());
  37549.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54ProductOptionRelationConverter'] ?? $this->getShopware54ProductOptionRelationConverterService());
  37550.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54ProductPropertyRelationConverter'] ?? $this->getShopware54ProductPropertyRelationConverterService());
  37551.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54TranslationConverter'] ?? $this->getShopware54TranslationConverterService());
  37552.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CategoryAttributeConverter'] ?? $this->getShopware54CategoryAttributeConverterService());
  37553.             yield 10 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CategoryConverter'] ?? $this->getShopware54CategoryConverterService());
  37554.             yield 11 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54MediaFolderConverter'] ?? $this->getShopware54MediaFolderConverterService());
  37555.             yield 12 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54MediaConverter'] ?? $this->getShopware54MediaConverterService());
  37556.             yield 13 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CustomerConverter'] ?? $this->getShopware54CustomerConverterService());
  37557.             yield 14 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CustomerWishlistConverter'] ?? $this->getShopware54CustomerWishlistConverterService());
  37558.             yield 15 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54OrderConverter'] ?? $this->getShopware54OrderConverterService());
  37559.             yield 16 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54OrderDocumentAttributeConverter'] ?? $this->getShopware54OrderDocumentAttributeConverterService());
  37560.             yield 17 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54OrderDocumentConverter'] ?? $this->getShopware54OrderDocumentConverterService());
  37561.             yield 18 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CustomerGroupAttributeConverter'] ?? $this->getShopware54CustomerGroupAttributeConverterService());
  37562.             yield 19 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CustomerGroupConverter'] ?? $this->getShopware54CustomerGroupConverterService());
  37563.             yield 20 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54PropertyGroupOptionConverter'] ?? $this->getShopware54PropertyGroupOptionConverterService());
  37564.             yield 21 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54NumberRangeConverter'] ?? $this->getShopware54NumberRangeConverterService());
  37565.             yield 22 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CurrencyConverter'] ?? $this->getShopware54CurrencyConverterService());
  37566.             yield 23 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54LanguageConverter'] ?? $this->getShopware54LanguageConverterService());
  37567.             yield 24 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54SalesChannelConverter'] ?? $this->getShopware54SalesChannelConverterService());
  37568.             yield 25 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54NewsletterRecipientConverter'] ?? $this->getShopware54NewsletterRecipientConverterService());
  37569.             yield 26 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54ShippingMethodConverter'] ?? $this->getShopware54ShippingMethodConverterService());
  37570.             yield 27 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54ProductReviewConverter'] ?? $this->getShopware54ProductReviewConverterService());
  37571.             yield 28 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54SeoUrlConverter'] ?? $this->getShopware54SeoUrlConverterService());
  37572.             yield 29 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CrossSellingConverter'] ?? $this->getShopware54CrossSellingConverterService());
  37573.             yield 30 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54MainVariantRelationConverter'] ?? $this->getShopware54MainVariantRelationConverterService());
  37574.             yield 31 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54PromotionConverter'] ?? $this->getShopware54PromotionConverterService());
  37575.             yield 32 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55ProductAttributeConverter'] ?? $this->getShopware55ProductAttributeConverterService());
  37576.             yield 33 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55ProductPriceAttributeConverter'] ?? $this->getShopware55ProductPriceAttributeConverterService());
  37577.             yield 34 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55ManufacturerAttributeConverter'] ?? $this->getShopware55ManufacturerAttributeConverterService());
  37578.             yield 35 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CustomerAttributeConverter'] ?? $this->getShopware55CustomerAttributeConverterService());
  37579.             yield 36 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55OrderAttributeConverter'] ?? $this->getShopware55OrderAttributeConverterService());
  37580.             yield 37 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55ProductConverter'] ?? $this->getShopware55ProductConverterService());
  37581.             yield 38 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55ProductOptionRelationConverter'] ?? $this->getShopware55ProductOptionRelationConverterService());
  37582.             yield 39 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55ProductPropertyRelationConverter'] ?? $this->getShopware55ProductPropertyRelationConverterService());
  37583.             yield 40 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55TranslationConverter'] ?? $this->getShopware55TranslationConverterService());
  37584.             yield 41 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CategoryAttributeConverter'] ?? $this->getShopware55CategoryAttributeConverterService());
  37585.             yield 42 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CategoryConverter'] ?? $this->getShopware55CategoryConverterService());
  37586.             yield 43 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55MediaFolderConverter'] ?? $this->getShopware55MediaFolderConverterService());
  37587.             yield 44 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55MediaConverter'] ?? $this->getShopware55MediaConverterService());
  37588.             yield 45 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CustomerConverter'] ?? $this->getShopware55CustomerConverterService());
  37589.             yield 46 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55OrderConverter'] ?? $this->getShopware55OrderConverterService());
  37590.             yield 47 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55OrderDocumentAttributeConverter'] ?? $this->getShopware55OrderDocumentAttributeConverterService());
  37591.             yield 48 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55OrderDocumentConverter'] ?? $this->getShopware55OrderDocumentConverterService());
  37592.             yield 49 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CustomerGroupAttributeConverter'] ?? $this->getShopware55CustomerGroupAttributeConverterService());
  37593.             yield 50 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CustomerGroupConverter'] ?? $this->getShopware55CustomerGroupConverterService());
  37594.             yield 51 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CustomerWishlistConverter'] ?? $this->getShopware55CustomerWishlistConverterService());
  37595.             yield 52 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55PropertyGroupOptionConverter'] ?? $this->getShopware55PropertyGroupOptionConverterService());
  37596.             yield 53 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55NumberRangeConverter'] ?? $this->getShopware55NumberRangeConverterService());
  37597.             yield 54 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CurrencyConverter'] ?? $this->getShopware55CurrencyConverterService());
  37598.             yield 55 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55LanguageConverter'] ?? $this->getShopware55LanguageConverterService());
  37599.             yield 56 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55SalesChannelConverter'] ?? $this->getShopware55SalesChannelConverterService());
  37600.             yield 57 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55NewsletterRecipientConverter'] ?? $this->getShopware55NewsletterRecipientConverterService());
  37601.             yield 58 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55ShippingMethodConverter'] ?? $this->getShopware55ShippingMethodConverterService());
  37602.             yield 59 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55ProductReviewConverter'] ?? $this->getShopware55ProductReviewConverterService());
  37603.             yield 60 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55SeoUrlConverter'] ?? $this->getShopware55SeoUrlConverterService());
  37604.             yield 61 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CrossSellingConverter'] ?? $this->getShopware55CrossSellingConverterService());
  37605.             yield 62 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55MainVariantRelationConverter'] ?? $this->getShopware55MainVariantRelationConverterService());
  37606.             yield 63 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55PromotionConverter'] ?? $this->getShopware55PromotionConverterService());
  37607.             yield 64 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56ProductAttributeConverter'] ?? $this->getShopware56ProductAttributeConverterService());
  37608.             yield 65 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56ProductPriceAttributeConverter'] ?? $this->getShopware56ProductPriceAttributeConverterService());
  37609.             yield 66 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56ManufacturerAttributeConverter'] ?? $this->getShopware56ManufacturerAttributeConverterService());
  37610.             yield 67 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CustomerAttributeConverter'] ?? $this->getShopware56CustomerAttributeConverterService());
  37611.             yield 68 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56OrderAttributeConverter'] ?? $this->getShopware56OrderAttributeConverterService());
  37612.             yield 69 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56ProductConverter'] ?? $this->getShopware56ProductConverterService());
  37613.             yield 70 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56ProductOptionRelationConverter'] ?? $this->getShopware56ProductOptionRelationConverterService());
  37614.             yield 71 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56ProductPropertyRelationConverter'] ?? $this->getShopware56ProductPropertyRelationConverterService());
  37615.             yield 72 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56TranslationConverter'] ?? $this->getShopware56TranslationConverterService());
  37616.             yield 73 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CategoryAttributeConverter'] ?? $this->getShopware56CategoryAttributeConverterService());
  37617.             yield 74 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CategoryConverter'] ?? $this->getShopware56CategoryConverterService());
  37618.             yield 75 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56MediaFolderConverter'] ?? $this->getShopware56MediaFolderConverterService());
  37619.             yield 76 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56MediaConverter'] ?? $this->getShopware56MediaConverterService());
  37620.             yield 77 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CustomerConverter'] ?? $this->getShopware56CustomerConverterService());
  37621.             yield 78 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CustomerWishlistConverter'] ?? $this->getShopware56CustomerWishlistConverterService());
  37622.             yield 79 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56OrderConverter'] ?? $this->getShopware56OrderConverterService());
  37623.             yield 80 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56OrderDocumentAttributeConverter'] ?? $this->getShopware56OrderDocumentAttributeConverterService());
  37624.             yield 81 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56OrderDocumentConverter'] ?? $this->getShopware56OrderDocumentConverterService());
  37625.             yield 82 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CustomerGroupAttributeConverter'] ?? $this->getShopware56CustomerGroupAttributeConverterService());
  37626.             yield 83 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CustomerGroupConverter'] ?? $this->getShopware56CustomerGroupConverterService());
  37627.             yield 84 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56PropertyGroupOptionConverter'] ?? $this->getShopware56PropertyGroupOptionConverterService());
  37628.             yield 85 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56NumberRangeConverter'] ?? $this->getShopware56NumberRangeConverterService());
  37629.             yield 86 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CurrencyConverter'] ?? $this->getShopware56CurrencyConverterService());
  37630.             yield 87 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56LanguageConverter'] ?? $this->getShopware56LanguageConverterService());
  37631.             yield 88 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56SalesChannelConverter'] ?? $this->getShopware56SalesChannelConverterService());
  37632.             yield 89 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56NewsletterRecipientConverter'] ?? $this->getShopware56NewsletterRecipientConverterService());
  37633.             yield 90 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56ShippingMethodConverter'] ?? $this->getShopware56ShippingMethodConverterService());
  37634.             yield 91 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56ProductReviewConverter'] ?? $this->getShopware56ProductReviewConverterService());
  37635.             yield 92 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56SeoUrlConverter'] ?? $this->getShopware56SeoUrlConverterService());
  37636.             yield 93 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CrossSellingConverter'] ?? $this->getShopware56CrossSellingConverterService());
  37637.             yield 94 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56MainVariantRelationConverter'] ?? $this->getShopware56MainVariantRelationConverterService());
  37638.             yield 95 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56PromotionConverter'] ?? $this->getShopware56PromotionConverterService());
  37639.             yield 96 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57ProductAttributeConverter'] ?? $this->getShopware57ProductAttributeConverterService());
  37640.             yield 97 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57ProductPriceAttributeConverter'] ?? $this->getShopware57ProductPriceAttributeConverterService());
  37641.             yield 98 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57ManufacturerAttributeConverter'] ?? $this->getShopware57ManufacturerAttributeConverterService());
  37642.             yield 99 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CustomerAttributeConverter'] ?? $this->getShopware57CustomerAttributeConverterService());
  37643.             yield 100 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57OrderAttributeConverter'] ?? $this->getShopware57OrderAttributeConverterService());
  37644.             yield 101 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57ProductConverter'] ?? $this->getShopware57ProductConverterService());
  37645.             yield 102 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57ProductOptionRelationConverter'] ?? $this->getShopware57ProductOptionRelationConverterService());
  37646.             yield 103 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57ProductPropertyRelationConverter'] ?? $this->getShopware57ProductPropertyRelationConverterService());
  37647.             yield 104 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57TranslationConverter'] ?? $this->getShopware57TranslationConverterService());
  37648.             yield 105 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CategoryAttributeConverter'] ?? $this->getShopware57CategoryAttributeConverterService());
  37649.             yield 106 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CategoryConverter'] ?? $this->getShopware57CategoryConverterService());
  37650.             yield 107 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57MediaFolderConverter'] ?? $this->getShopware57MediaFolderConverterService());
  37651.             yield 108 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57MediaConverter'] ?? $this->getShopware57MediaConverterService());
  37652.             yield 109 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CustomerConverter'] ?? $this->getShopware57CustomerConverterService());
  37653.             yield 110 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CustomerWishlistConverter'] ?? $this->getShopware57CustomerWishlistConverterService());
  37654.             yield 111 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57OrderConverter'] ?? $this->getShopware57OrderConverterService());
  37655.             yield 112 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57OrderDocumentAttributeConverter'] ?? $this->getShopware57OrderDocumentAttributeConverterService());
  37656.             yield 113 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57OrderDocumentConverter'] ?? $this->getShopware57OrderDocumentConverterService());
  37657.             yield 114 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CustomerGroupAttributeConverter'] ?? $this->getShopware57CustomerGroupAttributeConverterService());
  37658.             yield 115 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CustomerGroupConverter'] ?? $this->getShopware57CustomerGroupConverterService());
  37659.             yield 116 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57PropertyGroupOptionConverter'] ?? $this->getShopware57PropertyGroupOptionConverterService());
  37660.             yield 117 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57PromotionConverter'] ?? $this->getShopware57PromotionConverterService());
  37661.             yield 118 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57NumberRangeConverter'] ?? $this->getShopware57NumberRangeConverterService());
  37662.             yield 119 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57MainVariantRelationConverter'] ?? $this->getShopware57MainVariantRelationConverterService());
  37663.             yield 120 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CurrencyConverter'] ?? $this->getShopware57CurrencyConverterService());
  37664.             yield 121 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57LanguageConverter'] ?? $this->getShopware57LanguageConverterService());
  37665.             yield 122 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57SalesChannelConverter'] ?? $this->getShopware57SalesChannelConverterService());
  37666.             yield 123 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57NewsletterRecipientConverter'] ?? $this->getShopware57NewsletterRecipientConverterService());
  37667.             yield 124 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57ShippingMethodConverter'] ?? $this->getShopware57ShippingMethodConverterService());
  37668.             yield 125 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57ProductReviewConverter'] ?? $this->getShopware57ProductReviewConverterService());
  37669.             yield 126 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57SeoUrlConverter'] ?? $this->getShopware57SeoUrlConverterService());
  37670.             yield 127 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CrossSellingConverter'] ?? $this->getShopware57CrossSellingConverterService());
  37671.             yield 128 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductManufacturerConverter'] ?? $this->getShopware63ProductManufacturerConverterService());
  37672.             yield 129 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductReviewConverter'] ?? $this->getShopware63ProductReviewConverterService());
  37673.             yield 130 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63LanguageConverter'] ?? $this->getShopware63LanguageConverterService());
  37674.             yield 131 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63DeliveryTimeConverter'] ?? $this->getShopware63DeliveryTimeConverterService());
  37675.             yield 132 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CurrencyConverter'] ?? $this->getShopware63CurrencyConverterService());
  37676.             yield 133 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CategoryConverter'] ?? $this->getShopware63CategoryConverterService());
  37677.             yield 134 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CategoryAssociationConverter'] ?? $this->getShopware63CategoryAssociationConverterService());
  37678.             yield 135 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CategoryCmsPageAssociationConverter'] ?? $this->getShopware63CategoryCmsPageAssociationConverterService());
  37679.             yield 136 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63TaxConverter'] ?? $this->getShopware63TaxConverterService());
  37680.             yield 137 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63TaxRuleConverter'] ?? $this->getShopware63TaxRuleConverterService());
  37681.             yield 138 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63PropertyGroupConverter'] ?? $this->getShopware63PropertyGroupConverterService());
  37682.             yield 139 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductConverter'] ?? $this->getShopware63ProductConverterService());
  37683.             yield 140 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63OrderConverter'] ?? $this->getShopware63OrderConverterService());
  37684.             yield 141 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63UnitConverter'] ?? $this->getShopware63UnitConverterService());
  37685.             yield 142 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63MediaFolderConverter'] ?? $this->getShopware63MediaFolderConverterService());
  37686.             yield 143 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63MediaFolderInheritanceConverter'] ?? $this->getShopware63MediaFolderInheritanceConverterService());
  37687.             yield 144 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63RuleConverter'] ?? $this->getShopware63RuleConverterService());
  37688.             yield 145 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CountryConverter'] ?? $this->getShopware63CountryConverterService());
  37689.             yield 146 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CountryStateConverter'] ?? $this->getShopware63CountryStateConverterService());
  37690.             yield 147 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63SalesChannelConverter'] ?? $this->getShopware63SalesChannelConverterService());
  37691.             yield 148 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63SalesChannelDomainConverter'] ?? $this->getShopware63SalesChannelDomainConverterService());
  37692.             yield 149 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63SalutationConverter'] ?? $this->getShopware63SalutationConverterService());
  37693.             yield 150 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ShippingMethodConverter'] ?? $this->getShopware63ShippingMethodConverterService());
  37694.             yield 151 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CustomerGroupConverter'] ?? $this->getShopware63CustomerGroupConverterService());
  37695.             yield 152 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CustomFieldSetConverter'] ?? $this->getShopware63CustomFieldSetConverterService());
  37696.             yield 153 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63NumberRangeConverter'] ?? $this->getShopware63NumberRangeConverterService());
  37697.             yield 154 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63SnippetConverter'] ?? $this->getShopware63SnippetConverterService());
  37698.             yield 155 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63SnippetSetConverter'] ?? $this->getShopware63SnippetSetConverterService());
  37699.             yield 156 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63MailTemplateConverter'] ?? $this->getShopware63MailTemplateConverterService());
  37700.             yield 157 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductFeatureSetConverter'] ?? $this->getShopware63ProductFeatureSetConverterService());
  37701.             yield 158 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductMainVariantRelationConverter'] ?? $this->getShopware63ProductMainVariantRelationConverterService());
  37702.             yield 159 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63MediaConverter'] ?? $this->getShopware63MediaConverterService());
  37703.             yield 160 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63SeoUrlTemplateConverter'] ?? $this->getShopware63SeoUrlTemplateConverterService());
  37704.             yield 161 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63SeoUrlConverter'] ?? $this->getShopware63SeoUrlConverterService());
  37705.             yield 162 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63NewsletterRecipientConverter'] ?? $this->getShopware63NewsletterRecipientConverterService());
  37706.             yield 163 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CustomerConverter'] ?? $this->getShopware63CustomerConverterService());
  37707.             yield 164 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CustomerWishlistConverter'] ?? $this->getShopware63CustomerWishlistConverterService());
  37708.             yield 165 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63SystemConfigConverter'] ?? $this->getShopware63SystemConfigConverterService());
  37709.             yield 166 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63PageSystemConfigConverter'] ?? $this->getShopware63PageSystemConfigConverterService());
  37710.             yield 167 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductSortingConverter'] ?? $this->getShopware63ProductSortingConverterService());
  37711.             yield 168 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CmsPageConverter'] ?? $this->getShopware63CmsPageConverterService());
  37712.             yield 169 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductStreamConverter'] ?? $this->getShopware63ProductStreamConverterService());
  37713.             yield 170 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductStreamFilterInheritanceConverter'] ?? $this->getShopware63ProductStreamFilterInheritanceConverterService());
  37714.             yield 171 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CrossSellingConverter'] ?? $this->getShopware63CrossSellingConverterService());
  37715.             yield 172 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63DocumentConverter'] ?? $this->getShopware63DocumentConverterService());
  37716.             yield 173 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63DocumentInheritanceConverter'] ?? $this->getShopware63DocumentInheritanceConverterService());
  37717.             yield 174 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63DocumentBaseConfigConverter'] ?? $this->getShopware63DocumentBaseConfigConverterService());
  37718.             yield 175 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63PromotionConverter'] ?? $this->getShopware63PromotionConverterService());
  37719.             yield 176 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19CustomerConverter'] ?? $this->getMagento19CustomerConverterService());
  37720.             yield 177 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19SalesChannelConverter'] ?? $this->getMagento19SalesChannelConverterService());
  37721.             yield 178 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19CategoryConverter'] ?? $this->getMagento19CategoryConverterService());
  37722.             yield 179 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19OrderConverter'] ?? $this->getMagento19OrderConverterService());
  37723.             yield 180 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19CountryConverter'] ?? $this->getMagento19CountryConverterService());
  37724.             yield 181 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19CurrencyConverter'] ?? $this->getMagento19CurrencyConverterService());
  37725.             yield 182 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19MediaConverter'] ?? $this->getMagento19MediaConverterService());
  37726.             yield 183 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19NotAssociatedMediaConverter'] ?? $this->getMagento19NotAssociatedMediaConverterService());
  37727.             yield 184 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19ManufacturerConverter'] ?? $this->getMagento19ManufacturerConverterService());
  37728.             yield 185 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19CustomerGroupConverter'] ?? $this->getMagento19CustomerGroupConverterService());
  37729.             yield 186 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19ProductConverter'] ?? $this->getMagento19ProductConverterService());
  37730.             yield 187 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19PropertyGroupConverter'] ?? $this->getMagento19PropertyGroupConverterService());
  37731.             yield 188 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19LanguageConverter'] ?? $this->getMagento19LanguageConverterService());
  37732.             yield 189 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19ProductCustomFieldConverter'] ?? $this->getMagento19ProductCustomFieldConverterService());
  37733.             yield 190 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19ProductReviewConverter'] ?? $this->getMagento19ProductReviewConverterService());
  37734.             yield 191 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19SeoUrlConverter'] ?? $this->getMagento19SeoUrlConverterService());
  37735.             yield 192 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19NewsletterRecipientConverter'] ?? $this->getMagento19NewsletterRecipientConverterService());
  37736.             yield 193 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19CrossSellingConverter'] ?? $this->getMagento19CrossSellingConverterService());
  37737.             yield 194 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19ProductPropertyRelationConverter'] ?? $this->getMagento19ProductPropertyRelationConverterService());
  37738.             yield 195 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19ProductChildPropertyRelationConverter'] ?? $this->getMagento19ProductChildPropertyRelationConverterService());
  37739.             yield 196 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19ProductMultiSelectPropertyRelationConverter'] ?? $this->getMagento19ProductMultiSelectPropertyRelationConverterService());
  37740.             yield 197 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19ProductChildMultiSelectPropertyRelationConverter'] ?? $this->getMagento19ProductChildMultiSelectPropertyRelationConverterService());
  37741.             yield 198 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19ProductOptionRelationConverter'] ?? $this->getMagento19ProductOptionRelationConverterService());
  37742.             yield 199 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20LanguageConverter'] ?? $this->getMagento20LanguageConverterService());
  37743.             yield 200 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20CategoryConverter'] ?? $this->getMagento20CategoryConverterService());
  37744.             yield 201 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20ManufacturerConverter'] ?? $this->getMagento20ManufacturerConverterService());
  37745.             yield 202 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20CountryConverter'] ?? $this->getMagento20CountryConverterService());
  37746.             yield 203 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20CurrencyConverter'] ?? $this->getMagento20CurrencyConverterService());
  37747.             yield 204 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20CustomerGroupConverter'] ?? $this->getMagento20CustomerGroupConverterService());
  37748.             yield 205 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20SalesChannelConverter'] ?? $this->getMagento20SalesChannelConverterService());
  37749.             yield 206 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20CustomerConverter'] ?? $this->getMagento20CustomerConverterService());
  37750.             yield 207 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20ProductCustomFieldConverter'] ?? $this->getMagento20ProductCustomFieldConverterService());
  37751.             yield 208 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20OrderConverter'] ?? $this->getMagento20OrderConverterService());
  37752.             yield 209 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20MediaConverter'] ?? $this->getMagento20MediaConverterService());
  37753.             yield 210 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20NewsletterRecipientConverter'] ?? $this->getMagento20NewsletterRecipientConverterService());
  37754.             yield 211 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20NotAssociatedMediaConverter'] ?? $this->getMagento20NotAssociatedMediaConverterService());
  37755.             yield 212 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20PropertyGroupConverter'] ?? $this->getMagento20PropertyGroupConverterService());
  37756.             yield 213 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20ProductConverter'] ?? $this->getMagento20ProductConverterService());
  37757.             yield 214 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20ProductReviewConverter'] ?? $this->getMagento20ProductReviewConverterService());
  37758.             yield 215 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20SeoUrlConverter'] ?? $this->getMagento20SeoUrlConverterService());
  37759.             yield 216 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20CrossSellingConverter'] ?? $this->getMagento20CrossSellingConverterService());
  37760.             yield 217 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20ProductPropertyRelationConverter'] ?? $this->getMagento20ProductPropertyRelationConverterService());
  37761.             yield 218 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20ProductChildPropertyRelationConverter'] ?? $this->getMagento20ProductChildPropertyRelationConverterService());
  37762.             yield 219 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20ProductMultiSelectPropertyRelationConverter'] ?? $this->getMagento20ProductMultiSelectPropertyRelationConverterService());
  37763.             yield 220 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20ProductChildMultiSelectPropertyRelationConverter'] ?? $this->getMagento20ProductChildMultiSelectPropertyRelationConverterService());
  37764.             yield 221 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20ProductOptionRelationConverter'] ?? $this->getMagento20ProductOptionRelationConverterService());
  37765.             yield 222 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21LanguageConverter'] ?? $this->getMagento21LanguageConverterService());
  37766.             yield 223 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21CategoryConverter'] ?? $this->getMagento21CategoryConverterService());
  37767.             yield 224 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21ManufacturerConverter'] ?? $this->getMagento21ManufacturerConverterService());
  37768.             yield 225 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21CountryConverter'] ?? $this->getMagento21CountryConverterService());
  37769.             yield 226 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21CurrencyConverter'] ?? $this->getMagento21CurrencyConverterService());
  37770.             yield 227 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21CustomerGroupConverter'] ?? $this->getMagento21CustomerGroupConverterService());
  37771.             yield 228 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21SalesChannelConverter'] ?? $this->getMagento21SalesChannelConverterService());
  37772.             yield 229 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21CustomerConverter'] ?? $this->getMagento21CustomerConverterService());
  37773.             yield 230 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21ProductCustomFieldConverter'] ?? $this->getMagento21ProductCustomFieldConverterService());
  37774.             yield 231 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21OrderConverter'] ?? $this->getMagento21OrderConverterService());
  37775.             yield 232 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21MediaConverter'] ?? $this->getMagento21MediaConverterService());
  37776.             yield 233 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21NewsletterRecipientConverter'] ?? $this->getMagento21NewsletterRecipientConverterService());
  37777.             yield 234 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21NotAssociatedMediaConverter'] ?? $this->getMagento21NotAssociatedMediaConverterService());
  37778.             yield 235 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21PropertyGroupConverter'] ?? $this->getMagento21PropertyGroupConverterService());
  37779.             yield 236 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21ProductConverter'] ?? $this->getMagento21ProductConverterService());
  37780.             yield 237 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21ProductReviewConverter'] ?? $this->getMagento21ProductReviewConverterService());
  37781.             yield 238 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21SeoUrlConverter'] ?? $this->getMagento21SeoUrlConverterService());
  37782.             yield 239 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21CrossSellingConverter'] ?? $this->getMagento21CrossSellingConverterService());
  37783.             yield 240 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21ProductPropertyRelationConverter'] ?? $this->getMagento21ProductPropertyRelationConverterService());
  37784.             yield 241 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21ProductChildPropertyRelationConverter'] ?? $this->getMagento21ProductChildPropertyRelationConverterService());
  37785.             yield 242 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21ProductMultiSelectPropertyRelationConverter'] ?? $this->getMagento21ProductMultiSelectPropertyRelationConverterService());
  37786.             yield 243 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21ProductChildMultiSelectPropertyRelationConverter'] ?? $this->getMagento21ProductChildMultiSelectPropertyRelationConverterService());
  37787.             yield 244 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21ProductOptionRelationConverter'] ?? $this->getMagento21ProductOptionRelationConverterService());
  37788.             yield 245 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22LanguageConverter'] ?? $this->getMagento22LanguageConverterService());
  37789.             yield 246 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22CategoryConverter'] ?? $this->getMagento22CategoryConverterService());
  37790.             yield 247 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22ManufacturerConverter'] ?? $this->getMagento22ManufacturerConverterService());
  37791.             yield 248 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22CountryConverter'] ?? $this->getMagento22CountryConverterService());
  37792.             yield 249 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22CurrencyConverter'] ?? $this->getMagento22CurrencyConverterService());
  37793.             yield 250 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22CustomerGroupConverter'] ?? $this->getMagento22CustomerGroupConverterService());
  37794.             yield 251 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22SalesChannelConverter'] ?? $this->getMagento22SalesChannelConverterService());
  37795.             yield 252 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22CustomerConverter'] ?? $this->getMagento22CustomerConverterService());
  37796.             yield 253 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22ProductCustomFieldConverter'] ?? $this->getMagento22ProductCustomFieldConverterService());
  37797.             yield 254 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22OrderConverter'] ?? $this->getMagento22OrderConverterService());
  37798.             yield 255 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22MediaConverter'] ?? $this->getMagento22MediaConverterService());
  37799.             yield 256 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22NewsletterRecipientConverter'] ?? $this->getMagento22NewsletterRecipientConverterService());
  37800.             yield 257 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22NotAssociatedMediaConverter'] ?? $this->getMagento22NotAssociatedMediaConverterService());
  37801.             yield 258 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22PropertyGroupConverter'] ?? $this->getMagento22PropertyGroupConverterService());
  37802.             yield 259 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22ProductConverter'] ?? $this->getMagento22ProductConverterService());
  37803.             yield 260 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22ProductReviewConverter'] ?? $this->getMagento22ProductReviewConverterService());
  37804.             yield 261 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22SeoUrlConverter'] ?? $this->getMagento22SeoUrlConverterService());
  37805.             yield 262 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22CrossSellingConverter'] ?? $this->getMagento22CrossSellingConverterService());
  37806.             yield 263 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22ProductPropertyRelationConverter'] ?? $this->getMagento22ProductPropertyRelationConverterService());
  37807.             yield 264 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22ProductChildPropertyRelationConverter'] ?? $this->getMagento22ProductChildPropertyRelationConverterService());
  37808.             yield 265 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22ProductMultiSelectPropertyRelationConverter'] ?? $this->getMagento22ProductMultiSelectPropertyRelationConverterService());
  37809.             yield 266 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22ProductChildMultiSelectPropertyRelationConverter'] ?? $this->getMagento22ProductChildMultiSelectPropertyRelationConverterService());
  37810.             yield 267 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22ProductOptionRelationConverter'] ?? $this->getMagento22ProductOptionRelationConverterService());
  37811.             yield 268 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23LanguageConverter'] ?? $this->getMagento23LanguageConverterService());
  37812.             yield 269 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23CategoryConverter'] ?? $this->getMagento23CategoryConverterService());
  37813.             yield 270 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23ManufacturerConverter'] ?? $this->getMagento23ManufacturerConverterService());
  37814.             yield 271 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23CountryConverter'] ?? $this->getMagento23CountryConverterService());
  37815.             yield 272 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23CurrencyConverter'] ?? $this->getMagento23CurrencyConverterService());
  37816.             yield 273 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23CustomerGroupConverter'] ?? $this->getMagento23CustomerGroupConverterService());
  37817.             yield 274 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23SalesChannelConverter'] ?? $this->getMagento23SalesChannelConverterService());
  37818.             yield 275 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23CustomerConverter'] ?? $this->getMagento23CustomerConverterService());
  37819.             yield 276 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23ProductCustomFieldConverter'] ?? $this->getMagento23ProductCustomFieldConverterService());
  37820.             yield 277 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23OrderConverter'] ?? $this->getMagento23OrderConverterService());
  37821.             yield 278 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23MediaConverter'] ?? $this->getMagento23MediaConverterService());
  37822.             yield 279 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23NewsletterRecipientConverter'] ?? $this->getMagento23NewsletterRecipientConverterService());
  37823.             yield 280 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23NotAssociatedMediaConverter'] ?? $this->getMagento23NotAssociatedMediaConverterService());
  37824.             yield 281 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23PropertyGroupConverter'] ?? $this->getMagento23PropertyGroupConverterService());
  37825.             yield 282 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23ProductConverter'] ?? $this->getMagento23ProductConverterService());
  37826.             yield 283 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23ProductReviewConverter'] ?? $this->getMagento23ProductReviewConverterService());
  37827.             yield 284 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23SeoUrlConverter'] ?? $this->getMagento23SeoUrlConverterService());
  37828.             yield 285 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23CrossSellingConverter'] ?? $this->getMagento23CrossSellingConverterService());
  37829.             yield 286 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23ProductPropertyRelationConverter'] ?? $this->getMagento23ProductPropertyRelationConverterService());
  37830.             yield 287 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23ProductMultiSelectPropertyRelationConverter'] ?? $this->getMagento23ProductMultiSelectPropertyRelationConverterService());
  37831.             yield 288 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23ProductOptionRelationConverter'] ?? $this->getMagento23ProductOptionRelationConverterService());
  37832.             yield 289 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23ProductChildPropertyRelationConverter'] ?? $this->getMagento23ProductChildPropertyRelationConverterService());
  37833.             yield 290 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23ProductChildMultiSelectPropertyRelationConverter'] ?? $this->getMagento23ProductChildMultiSelectPropertyRelationConverterService());
  37834.         }, 291));
  37835.     }
  37836.     /**
  37837.      * Gets the private 'SwagMigrationAssistant\Migration\DataSelection\DataSelectionRegistry' shared service.
  37838.      *
  37839.      * @return \SwagMigrationAssistant\Migration\DataSelection\DataSelectionRegistry
  37840.      */
  37841.     protected function getDataSelectionRegistryService()
  37842.     {
  37843.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/DataSelection/DataSelectionRegistryInterface.php';
  37844.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/DataSelection/DataSelectionRegistry.php';
  37845.         return $this->privates['SwagMigrationAssistant\\Migration\\DataSelection\\DataSelectionRegistry'] = new \SwagMigrationAssistant\Migration\DataSelection\DataSelectionRegistry(new RewindableGenerator(function () {
  37846.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\BasicSettingsDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\BasicSettingsDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\BasicSettingsDataSelection()));
  37847.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\ProductDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\ProductDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\ProductDataSelection()));
  37848.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\CustomerAndOrderDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\CustomerAndOrderDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\CustomerAndOrderDataSelection()));
  37849.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\WishlistDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\WishlistDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\WishlistDataSelection()));
  37850.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\MediaDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\MediaDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\MediaDataSelection()));
  37851.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\NewsletterRecipientDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\NewsletterRecipientDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\NewsletterRecipientDataSelection()));
  37852.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\ProductReviewDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\ProductReviewDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\ProductReviewDataSelection()));
  37853.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\SeoUrlDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\SeoUrlDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\SeoUrlDataSelection()));
  37854.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\PromotionDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\PromotionDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\PromotionDataSelection()));
  37855.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\ProductDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\ProductDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\ProductDataSelection()));
  37856.             yield 10 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\BasicSettingsDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\BasicSettingsDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\BasicSettingsDataSelection()));
  37857.             yield 11 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\MediaDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\MediaDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\MediaDataSelection()));
  37858.             yield 12 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\NewsletterRecipientDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\NewsletterRecipientDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\NewsletterRecipientDataSelection()));
  37859.             yield 13 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\SeoUrlDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\SeoUrlDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\SeoUrlDataSelection()));
  37860.             yield 14 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\CustomerAndOrderDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\CustomerAndOrderDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\CustomerAndOrderDataSelection()));
  37861.             yield 15 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\WishlistDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\WishlistDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\WishlistDataSelection()));
  37862.             yield 16 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\CmsDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\CmsDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\CmsDataSelection()));
  37863.             yield 17 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\PromotionDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\PromotionDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\PromotionDataSelection()));
  37864.             yield 18 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\ProductReviewDataSelection'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\DataSelection\\ProductReviewDataSelection'] = new \SwagMigrationAssistant\Profile\Shopware6\DataSelection\ProductReviewDataSelection()));
  37865.             yield 19 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\CustomerAndOrderDataSelection'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\CustomerAndOrderDataSelection'] = new \Swag\MigrationMagento\Profile\Magento\DataSelection\CustomerAndOrderDataSelection()));
  37866.             yield 20 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\BasicSettingsDataSelection'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\BasicSettingsDataSelection'] = new \Swag\MigrationMagento\Profile\Magento\DataSelection\BasicSettingsDataSelection()));
  37867.             yield 21 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\MediaDataSelection'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\MediaDataSelection'] = new \Swag\MigrationMagento\Profile\Magento\DataSelection\MediaDataSelection()));
  37868.             yield 22 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\ProductDataSelection'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\ProductDataSelection'] = new \Swag\MigrationMagento\Profile\Magento\DataSelection\ProductDataSelection()));
  37869.             yield 23 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\ProductReviewDataSelection'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\ProductReviewDataSelection'] = new \Swag\MigrationMagento\Profile\Magento\DataSelection\ProductReviewDataSelection()));
  37870.             yield 24 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\SeoUrlDataSelection'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\SeoUrlDataSelection'] = new \Swag\MigrationMagento\Profile\Magento\DataSelection\SeoUrlDataSelection()));
  37871.             yield 25 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\NewsletterRecipientDataSelection'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\NewsletterRecipientDataSelection'] = new \Swag\MigrationMagento\Profile\Magento\DataSelection\NewsletterRecipientDataSelection()));
  37872.         }, 26));
  37873.     }
  37874.     /**
  37875.      * Gets the private 'SwagMigrationAssistant\Migration\DataSelection\DataSet\DataSetRegistry' shared service.
  37876.      *
  37877.      * @return \SwagMigrationAssistant\Migration\DataSelection\DataSet\DataSetRegistry
  37878.      */
  37879.     protected function getDataSetRegistryService()
  37880.     {
  37881.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/DataSelection/DataSet/DataSetRegistryInterface.php';
  37882.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/DataSelection/DataSet/DataSetRegistry.php';
  37883.         return $this->privates['SwagMigrationAssistant\\Migration\\DataSelection\\DataSet\\DataSetRegistry'] = new \SwagMigrationAssistant\Migration\DataSelection\DataSet\DataSetRegistry(new RewindableGenerator(function () {
  37884.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ProductAttributeDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ProductAttributeDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\ProductAttributeDataSet()));
  37885.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ProductPriceAttributeDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ProductPriceAttributeDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\ProductPriceAttributeDataSet()));
  37886.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ManufacturerAttributeDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ManufacturerAttributeDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\ManufacturerAttributeDataSet()));
  37887.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ProductDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ProductDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\ProductDataSet()));
  37888.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ProductOptionRelationDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ProductOptionRelationDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\ProductOptionRelationDataSet()));
  37889.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ProductPropertyRelationDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\ProductPropertyRelationDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\ProductPropertyRelationDataSet()));
  37890.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\CustomerAttributeDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\CustomerAttributeDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\CustomerAttributeDataSet()));
  37891.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\CustomerDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\CustomerDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\CustomerDataSet()));
  37892.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\OrderAttributeDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\OrderAttributeDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\OrderAttributeDataSet()));
  37893.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\OrderDataSet'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\DataSelection\\DataSet\\OrderDataSet'] = new \SwagMigrationAssistant\Profile\Shopware\DataSelection\DataSet\OrderDataSet()));
  37894.             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()));
  37895.             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()));
  37896.             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()));
  37897.             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()));
  37898.             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()));
  37899.             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()));
  37900.             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()));
  37901.             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()));
  37902.             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()));
  37903.             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()));
  37904.             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()));
  37905.             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()));
  37906.             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()));
  37907.             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()));
  37908.             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()));
  37909.             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()));
  37910.             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()));
  37911.             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()));
  37912.             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()));
  37913.             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()));
  37914.             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()));
  37915.             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()));
  37916.             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()));
  37917.             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()));
  37918.             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()));
  37919.             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()));
  37920.             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()));
  37921.             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()));
  37922.             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()));
  37923.             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()));
  37924.             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()));
  37925.             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()));
  37926.             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()));
  37927.             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()));
  37928.             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()));
  37929.             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()));
  37930.             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()));
  37931.             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()));
  37932.             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()));
  37933.             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()));
  37934.             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()));
  37935.             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()));
  37936.             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()));
  37937.             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()));
  37938.             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()));
  37939.             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()));
  37940.             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()));
  37941.             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()));
  37942.             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()));
  37943.             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()));
  37944.             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()));
  37945.             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()));
  37946.             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()));
  37947.             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()));
  37948.             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()));
  37949.             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()));
  37950.             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()));
  37951.             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()));
  37952.             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()));
  37953.             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()));
  37954.             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()));
  37955.             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()));
  37956.             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()));
  37957.             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()));
  37958.             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()));
  37959.             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()));
  37960.             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()));
  37961.             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()));
  37962.             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()));
  37963.             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()));
  37964.             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()));
  37965.             yield 81 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\CustomerDataSet'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\CustomerDataSet'] = new \Swag\MigrationMagento\Profile\Magento\DataSelection\DataSet\CustomerDataSet()));
  37966.             yield 82 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\SalesChannelDataSet'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\SalesChannelDataSet'] = new \Swag\MigrationMagento\Profile\Magento\DataSelection\DataSet\SalesChannelDataSet()));
  37967.             yield 83 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\CategoryDataSet'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\CategoryDataSet'] = new \Swag\MigrationMagento\Profile\Magento\DataSelection\DataSet\CategoryDataSet()));
  37968.             yield 84 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\OrderDataSet'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\OrderDataSet'] = new \Swag\MigrationMagento\Profile\Magento\DataSelection\DataSet\OrderDataSet()));
  37969.             yield 85 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\CountryDataSet'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\CountryDataSet'] = new \Swag\MigrationMagento\Profile\Magento\DataSelection\DataSet\CountryDataSet()));
  37970.             yield 86 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\CurrencyDataSet'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\CurrencyDataSet'] = new \Swag\MigrationMagento\Profile\Magento\DataSelection\DataSet\CurrencyDataSet()));
  37971.             yield 87 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\MediaDataSet'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\MediaDataSet'] = new \Swag\MigrationMagento\Profile\Magento\DataSelection\DataSet\MediaDataSet()));
  37972.             yield 88 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\NotAssociatedMediaDataSet'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\NotAssociatedMediaDataSet'] = new \Swag\MigrationMagento\Profile\Magento\DataSelection\DataSet\NotAssociatedMediaDataSet()));
  37973.             yield 89 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\ProductDataSet'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\ProductDataSet'] = new \Swag\MigrationMagento\Profile\Magento\DataSelection\DataSet\ProductDataSet()));
  37974.             yield 90 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\ManufacturerDataSet'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\ManufacturerDataSet'] = new \Swag\MigrationMagento\Profile\Magento\DataSelection\DataSet\ManufacturerDataSet()));
  37975.             yield 91 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\CustomerGroupDataSet'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\CustomerGroupDataSet'] = new \Swag\MigrationMagento\Profile\Magento\DataSelection\DataSet\CustomerGroupDataSet()));
  37976.             yield 92 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\PropertyGroupDataSet'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\PropertyGroupDataSet'] = new \Swag\MigrationMagento\Profile\Magento\DataSelection\DataSet\PropertyGroupDataSet()));
  37977.             yield 93 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\LanguageDataSet'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\LanguageDataSet'] = new \Swag\MigrationMagento\Profile\Magento\DataSelection\DataSet\LanguageDataSet()));
  37978.             yield 94 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\ProductCustomFieldDataSet'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\ProductCustomFieldDataSet'] = new \Swag\MigrationMagento\Profile\Magento\DataSelection\DataSet\ProductCustomFieldDataSet()));
  37979.             yield 95 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\ProductReviewDataSet'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\ProductReviewDataSet'] = new \Swag\MigrationMagento\Profile\Magento\DataSelection\DataSet\ProductReviewDataSet()));
  37980.             yield 96 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\SeoUrlDataSet'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\SeoUrlDataSet'] = new \Swag\MigrationMagento\Profile\Magento\DataSelection\DataSet\SeoUrlDataSet()));
  37981.             yield 97 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\NewsletterRecipientDataSet'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\NewsletterRecipientDataSet'] = new \Swag\MigrationMagento\Profile\Magento\DataSelection\DataSet\NewsletterRecipientDataSet()));
  37982.             yield 98 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\CrossSellingDataSet'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\CrossSellingDataSet'] = new \Swag\MigrationMagento\Profile\Magento\DataSelection\DataSet\CrossSellingDataSet()));
  37983.             yield 99 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\ProductPropertyRelationDataSet'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\ProductPropertyRelationDataSet'] = new \Swag\MigrationMagento\Profile\Magento\DataSelection\DataSet\ProductPropertyRelationDataSet()));
  37984.             yield 100 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\ProductChildPropertyRelationDataSet'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\ProductChildPropertyRelationDataSet'] = new \Swag\MigrationMagento\Profile\Magento\DataSelection\DataSet\ProductChildPropertyRelationDataSet()));
  37985.             yield 101 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\ProductMultiSelectPropertyRelationDataSet'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\ProductMultiSelectPropertyRelationDataSet'] = new \Swag\MigrationMagento\Profile\Magento\DataSelection\DataSet\ProductMultiSelectPropertyRelationDataSet()));
  37986.             yield 102 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\ProductMultiSelectTextPropertyRelationDataSet'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\ProductMultiSelectTextPropertyRelationDataSet'] = new \Swag\MigrationMagento\Profile\Magento\DataSelection\DataSet\ProductMultiSelectTextPropertyRelationDataSet()));
  37987.             yield 103 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\ProductChildMultiSelectPropertyRelationDataSet'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\ProductChildMultiSelectPropertyRelationDataSet'] = new \Swag\MigrationMagento\Profile\Magento\DataSelection\DataSet\ProductChildMultiSelectPropertyRelationDataSet()));
  37988.             yield 104 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\ProductChildMultiSelectTextPropertyRelationDataSet'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\ProductChildMultiSelectTextPropertyRelationDataSet'] = new \Swag\MigrationMagento\Profile\Magento\DataSelection\DataSet\ProductChildMultiSelectTextPropertyRelationDataSet()));
  37989.             yield 105 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\ProductOptionRelationDataSet'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\DataSelection\\DataSet\\ProductOptionRelationDataSet'] = new \Swag\MigrationMagento\Profile\Magento\DataSelection\DataSet\ProductOptionRelationDataSet()));
  37990.         }, 106));
  37991.     }
  37992.     /**
  37993.      * Gets the private 'SwagMigrationAssistant\Migration\Gateway\GatewayRegistry' shared service.
  37994.      *
  37995.      * @return \SwagMigrationAssistant\Migration\Gateway\GatewayRegistry
  37996.      */
  37997.     protected function getGatewayRegistryService()
  37998.     {
  37999.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/GatewayRegistryInterface.php';
  38000.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/GatewayRegistry.php';
  38001.         return $this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] = new \SwagMigrationAssistant\Migration\Gateway\GatewayRegistry(new RewindableGenerator(function () {
  38002.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\ShopwareLocalGateway'] ?? $this->getShopwareLocalGatewayService());
  38003.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\ShopwareApiGateway'] ?? $this->getShopwareApiGatewayService());
  38004.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Shopware6ApiGateway'] ?? $this->getShopware6ApiGatewayService());
  38005.             yield => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Magento19LocalGateway'] ?? $this->getMagento19LocalGatewayService());
  38006.             yield => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Magento20LocalGateway'] ?? $this->getMagento20LocalGatewayService());
  38007.             yield => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Magento21LocalGateway'] ?? $this->getMagento21LocalGatewayService());
  38008.             yield => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Magento22LocalGateway'] ?? $this->getMagento22LocalGatewayService());
  38009.             yield => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Magento23LocalGateway'] ?? $this->getMagento23LocalGatewayService());
  38010.         }, 8));
  38011.     }
  38012.     /**
  38013.      * Gets the private 'SwagMigrationAssistant\Migration\Gateway\Reader\ReaderRegistry' shared service.
  38014.      *
  38015.      * @return \SwagMigrationAssistant\Migration\Gateway\Reader\ReaderRegistry
  38016.      */
  38017.     protected function getReaderRegistryService()
  38018.     {
  38019.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderRegistryInterface.php';
  38020.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderRegistry.php';
  38021.         return $this->privates['SwagMigrationAssistant\\Migration\\Gateway\\Reader\\ReaderRegistry'] = new \SwagMigrationAssistant\Migration\Gateway\Reader\ReaderRegistry(new RewindableGenerator(function () {
  38022.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\CategoryAttributeReader'] ?? $this->getCategoryAttributeReaderService());
  38023.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\CategoryReader'] ?? $this->getCategoryReaderService());
  38024.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\CurrencyReader'] ?? $this->getCurrencyReaderService());
  38025.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\CustomerAttributeReader'] ?? $this->getCustomerAttributeReaderService());
  38026.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\CustomerGroupAttributeReader'] ?? $this->getCustomerGroupAttributeReaderService());
  38027.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\CustomerGroupReader'] ?? $this->getCustomerGroupReaderService());
  38028.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\CustomerReader'] ?? $this->getCustomerReaderService());
  38029.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\LanguageReader'] ?? $this->getLanguageReaderService());
  38030.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\ManufacturerAttributeReader'] ?? $this->getManufacturerAttributeReaderService());
  38031.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\MediaAlbumReader'] ?? $this->getMediaAlbumReaderService());
  38032.             yield 10 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\MediaReader'] ?? $this->getMediaReaderService());
  38033.             yield 11 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\NewsletterRecipientReader'] ?? $this->getNewsletterRecipientReaderService());
  38034.             yield 12 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\NumberRangeReader'] ?? $this->getNumberRangeReaderService());
  38035.             yield 13 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\OrderAttributeReader'] ?? $this->getOrderAttributeReaderService());
  38036.             yield 14 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\OrderDocumentAttributeReader'] ?? $this->getOrderDocumentAttributeReaderService());
  38037.             yield 15 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\OrderDocumentReader'] ?? $this->getOrderDocumentReaderService());
  38038.             yield 16 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\OrderReader'] ?? $this->getOrderReaderService());
  38039.             yield 17 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\ProductAttributeReader'] ?? $this->getProductAttributeReaderService());
  38040.             yield 18 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\ProductPriceAttributeReader'] ?? $this->getProductPriceAttributeReaderService());
  38041.             yield 19 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\ProductReader'] ?? $this->getProductReaderService());
  38042.             yield 20 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\ProductReviewReader'] ?? $this->getProductReviewReaderService());
  38043.             yield 21 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\PromotionReader'] ?? $this->getPromotionReaderService());
  38044.             yield 22 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\PropertyGroupOptionReader'] ?? $this->getPropertyGroupOptionReaderService());
  38045.             yield 23 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\SalesChannelReader'] ?? $this->getSalesChannelReaderService());
  38046.             yield 24 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\SeoUrlReader'] ?? $this->getSeoUrlReaderService());
  38047.             yield 25 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\ShippingMethodReader'] ?? $this->getShippingMethodReaderService());
  38048.             yield 26 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\TranslationReader'] ?? $this->getTranslationReaderService());
  38049.             yield 27 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\ProductOptionRelationReader'] ?? $this->getProductOptionRelationReaderService());
  38050.             yield 28 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\ProductPropertyRelationReader'] ?? $this->getProductPropertyRelationReaderService());
  38051.             yield 29 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\CrossSellingReader'] ?? $this->getCrossSellingReaderService());
  38052.             yield 30 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\MainVariantRelationReader'] ?? $this->getMainVariantRelationReaderService());
  38053.             yield 31 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\Reader\\CustomerWishlistReader'] ?? $this->getCustomerWishlistReaderService());
  38054.             yield 32 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\CategoryAttributeReader'] ?? $this->getCategoryAttributeReader2Service());
  38055.             yield 33 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\CategoryReader'] ?? $this->getCategoryReader2Service());
  38056.             yield 34 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\CurrencyReader'] ?? $this->getCurrencyReader2Service());
  38057.             yield 35 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\NewsletterRecipientReader'] ?? $this->getNewsletterRecipientReader2Service());
  38058.             yield 36 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\CustomerGroupReader'] ?? $this->getCustomerGroupReader2Service());
  38059.             yield 37 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\CustomerGroupAttributeReader'] ?? $this->getCustomerGroupAttributeReader2Service());
  38060.             yield 38 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\CustomerReader'] ?? $this->getCustomerReader2Service());
  38061.             yield 39 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\CustomerAttributeReader'] ?? $this->getCustomerAttributeReader2Service());
  38062.             yield 40 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\LanguageReader'] ?? $this->getLanguageReader2Service());
  38063.             yield 41 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\ManufacturerAttributeReader'] ?? $this->getManufacturerAttributeReader2Service());
  38064.             yield 42 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\MediaAlbumReader'] ?? $this->getMediaAlbumReader2Service());
  38065.             yield 43 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\MediaReader'] ?? $this->getMediaReader2Service());
  38066.             yield 44 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\NumberRangeReader'] ?? $this->getNumberRangeReader2Service());
  38067.             yield 45 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\OrderReader'] ?? $this->getOrderReader2Service());
  38068.             yield 46 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\OrderAttributeReader'] ?? $this->getOrderAttributeReader2Service());
  38069.             yield 47 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\ProductReader'] ?? $this->getProductReader2Service());
  38070.             yield 48 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\ProductOptionRelationReader'] ?? $this->getProductOptionRelationReader2Service());
  38071.             yield 49 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\ProductPropertyRelationReader'] ?? $this->getProductPropertyRelationReader2Service());
  38072.             yield 50 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\ProductAttributeReader'] ?? $this->getProductAttributeReader2Service());
  38073.             yield 51 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\ProductPriceAttributeReader'] ?? $this->getProductPriceAttributeReader2Service());
  38074.             yield 52 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\PropertyGroupOptionReader'] ?? $this->getPropertyGroupOptionReader2Service());
  38075.             yield 53 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\SalesChannelReader'] ?? $this->getSalesChannelReader2Service());
  38076.             yield 54 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\TranslationReader'] ?? $this->getTranslationReader2Service());
  38077.             yield 55 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\OrderDocumentReader'] ?? $this->getOrderDocumentReader2Service());
  38078.             yield 56 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\OrderDocumentAttributeReader'] ?? $this->getOrderDocumentAttributeReader2Service());
  38079.             yield 57 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\ShippingMethodReader'] ?? $this->getShippingMethodReader2Service());
  38080.             yield 58 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\ProductReviewReader'] ?? $this->getProductReviewReader2Service());
  38081.             yield 59 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\SeoUrlReader'] ?? $this->getSeoUrlReader2Service());
  38082.             yield 60 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\CrossSellingReader'] ?? $this->getCrossSellingReader2Service());
  38083.             yield 61 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\MainVariantRelationReader'] ?? $this->getMainVariantRelationReader2Service());
  38084.             yield 62 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\PromotionReader'] ?? $this->getPromotionReader2Service());
  38085.             yield 63 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\Reader\\CustomerWishlistReader'] ?? $this->getCustomerWishlistReader2Service());
  38086.             yield 64 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CategoryAssociationReader'] ?? $this->getCategoryAssociationReaderService());
  38087.             yield 65 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CategoryCmsPageAssociationReader'] ?? $this->getCategoryCmsPageAssociationReaderService());
  38088.             yield 66 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CategoryReader'] ?? $this->getCategoryReader3Service());
  38089.             yield 67 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CurrencyReader'] ?? $this->getCurrencyReader3Service());
  38090.             yield 68 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\LanguageReader'] ?? $this->getLanguageReader3Service());
  38091.             yield 69 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductManufacturerReader'] ?? $this->getProductManufacturerReaderService());
  38092.             yield 70 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductReader'] ?? $this->getProductReader3Service());
  38093.             yield 71 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductMainVariantRelationReader'] ?? $this->getProductMainVariantRelationReaderService());
  38094.             yield 72 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductReviewReader'] ?? $this->getProductReviewReader3Service());
  38095.             yield 73 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\PropertyGroupReader'] ?? $this->getPropertyGroupReaderService());
  38096.             yield 74 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\TaxReader'] ?? $this->getTaxReaderService());
  38097.             yield 75 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\TaxRuleReader'] ?? $this->getTaxRuleReaderService());
  38098.             yield 76 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\UnitReader'] ?? $this->getUnitReaderService());
  38099.             yield 77 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MediaFolderReader'] ?? $this->getMediaFolderReaderService());
  38100.             yield 78 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MediaFolderInheritanceReader'] ?? $this->getMediaFolderInheritanceReaderService());
  38101.             yield 79 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\RuleReader'] ?? $this->getRuleReaderService());
  38102.             yield 80 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CountryReader'] ?? $this->getCountryReaderService());
  38103.             yield 81 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CountryStateReader'] ?? $this->getCountryStateReaderService());
  38104.             yield 82 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DeliveryTimeReader'] ?? $this->getDeliveryTimeReaderService());
  38105.             yield 83 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomerGroupReader'] ?? $this->getCustomerGroupReader3Service());
  38106.             yield 84 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\NumberRangeReader'] ?? $this->getNumberRangeReader3Service());
  38107.             yield 85 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\OrderReader'] ?? $this->getOrderReader3Service());
  38108.             yield 86 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomFieldSetReader'] ?? $this->getCustomFieldSetReaderService());
  38109.             yield 87 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SalesChannelReader'] ?? $this->getSalesChannelReader3Service());
  38110.             yield 88 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SalesChannelDomainReader'] ?? $this->getSalesChannelDomainReaderService());
  38111.             yield 89 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SalutationReader'] ?? $this->getSalutationReaderService());
  38112.             yield 90 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ShippingMethodReader'] ?? $this->getShippingMethodReader3Service());
  38113.             yield 91 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SnippetReader'] ?? $this->getSnippetReaderService());
  38114.             yield 92 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SnippetSetReader'] ?? $this->getSnippetSetReaderService());
  38115.             yield 93 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MailTemplateReader'] ?? $this->getMailTemplateReaderService());
  38116.             yield 94 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductFeatureSetReader'] ?? $this->getProductFeatureSetReaderService());
  38117.             yield 95 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MediaReader'] ?? $this->getMediaReader3Service());
  38118.             yield 96 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SeoUrlTemplateReader'] ?? $this->getSeoUrlTemplateReaderService());
  38119.             yield 97 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SeoUrlReader'] ?? $this->getSeoUrlReader3Service());
  38120.             yield 98 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\NewsletterRecipientReader'] ?? $this->getNewsletterRecipientReader3Service());
  38121.             yield 99 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomerReader'] ?? $this->getCustomerReader3Service());
  38122.             yield 100 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomerWishlistReader'] ?? $this->getCustomerWishlistReader3Service());
  38123.             yield 101 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SystemConfigReader'] ?? $this->getSystemConfigReaderService());
  38124.             yield 102 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\PageSystemConfigReader'] ?? $this->getPageSystemConfigReaderService());
  38125.             yield 103 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductSortingReader'] ?? $this->getProductSortingReaderService());
  38126.             yield 104 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CmsPageReader'] ?? $this->getCmsPageReaderService());
  38127.             yield 105 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductStreamReader'] ?? $this->getProductStreamReaderService());
  38128.             yield 106 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductStreamFilterInheritanceReader'] ?? $this->getProductStreamFilterInheritanceReaderService());
  38129.             yield 107 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CrossSellingReader'] ?? $this->getCrossSellingReader3Service());
  38130.             yield 108 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DocumentReader'] ?? $this->getDocumentReaderService());
  38131.             yield 109 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DocumentInheritanceReader'] ?? $this->getDocumentInheritanceReaderService());
  38132.             yield 110 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DocumentBaseConfigReader'] ?? $this->getDocumentBaseConfigReaderService());
  38133.             yield 111 => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\PromotionReader'] ?? $this->getPromotionReader3Service());
  38134.             yield 112 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19CustomerReader'] ?? $this->getMagento19CustomerReaderService());
  38135.             yield 113 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19SalesChannelReader'] ?? $this->getMagento19SalesChannelReaderService());
  38136.             yield 114 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19CategoryReader'] ?? $this->getMagento19CategoryReaderService());
  38137.             yield 115 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19OrderReader'] ?? $this->getMagento19OrderReaderService());
  38138.             yield 116 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19ProductReader'] ?? $this->getMagento19ProductReaderService());
  38139.             yield 117 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19CountryReader'] ?? $this->getMagento19CountryReaderService());
  38140.             yield 118 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19CurrencyReader'] ?? $this->getMagento19CurrencyReaderService());
  38141.             yield 119 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19MediaReader'] ?? $this->getMagento19MediaReaderService());
  38142.             yield 120 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19NotAssociatedMediaReader'] ?? $this->getMagento19NotAssociatedMediaReaderService());
  38143.             yield 121 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19ManufacturerReader'] ?? $this->getMagento19ManufacturerReaderService());
  38144.             yield 122 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19CustomerGroupReader'] ?? $this->getMagento19CustomerGroupReaderService());
  38145.             yield 123 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19PropertyGroupReader'] ?? $this->getMagento19PropertyGroupReaderService());
  38146.             yield 124 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19LanguageReader'] ?? $this->getMagento19LanguageReaderService());
  38147.             yield 125 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19ProductCustomFieldReader'] ?? $this->getMagento19ProductCustomFieldReaderService());
  38148.             yield 126 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19ProductReviewReader'] ?? $this->getMagento19ProductReviewReaderService());
  38149.             yield 127 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19SeoUrlReader'] ?? $this->getMagento19SeoUrlReaderService());
  38150.             yield 128 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19NewsletterRecipientReader'] ?? $this->getMagento19NewsletterRecipientReaderService());
  38151.             yield 129 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19CrossSellingReader'] ?? $this->getMagento19CrossSellingReaderService());
  38152.             yield 130 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19ProductPropertyRelationReader'] ?? $this->getMagento19ProductPropertyRelationReaderService());
  38153.             yield 131 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19ProductChildPropertyRelationReader'] ?? $this->getMagento19ProductChildPropertyRelationReaderService());
  38154.             yield 132 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19ProductMultiSelectPropertyRelationReader'] ?? $this->getMagento19ProductMultiSelectPropertyRelationReaderService());
  38155.             yield 133 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19ProductMultiSelectTextPropertyRelationReader'] ?? $this->getMagento19ProductMultiSelectTextPropertyRelationReaderService());
  38156.             yield 134 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19ProductChildMultiSelectPropertyRelationReader'] ?? $this->getMagento19ProductChildMultiSelectPropertyRelationReaderService());
  38157.             yield 135 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19ProductChildMultiSelectTextPropertyRelationReader'] ?? $this->getMagento19ProductChildMultiSelectTextPropertyRelationReaderService());
  38158.             yield 136 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19ProductOptionRelationReader'] ?? $this->getMagento19ProductOptionRelationReaderService());
  38159.             yield 137 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20LanguageReader'] ?? $this->getMagento20LanguageReaderService());
  38160.             yield 138 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20CustomerGroupReader'] ?? $this->getMagento20CustomerGroupReaderService());
  38161.             yield 139 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20CategoryReader'] ?? $this->getMagento20CategoryReaderService());
  38162.             yield 140 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20CountryReader'] ?? $this->getMagento20CountryReaderService());
  38163.             yield 141 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20CurrencyReader'] ?? $this->getMagento20CurrencyReaderService());
  38164.             yield 142 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20SalesChannelReader'] ?? $this->getMagento20SalesChannelReaderService());
  38165.             yield 143 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20CustomerReader'] ?? $this->getMagento20CustomerReaderService());
  38166.             yield 144 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20MediaReader'] ?? $this->getMagento20MediaReaderService());
  38167.             yield 145 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20NotAssociatedMediaReader'] ?? $this->getMagento20NotAssociatedMediaReaderService());
  38168.             yield 146 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20ManufacturerReader'] ?? $this->getMagento20ManufacturerReaderService());
  38169.             yield 147 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20NewsletterRecipientReader'] ?? $this->getMagento20NewsletterRecipientReaderService());
  38170.             yield 148 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20OrderReader'] ?? $this->getMagento20OrderReaderService());
  38171.             yield 149 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20ProductReader'] ?? $this->getMagento20ProductReaderService());
  38172.             yield 150 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20ProductCustomFieldReader'] ?? $this->getMagento20ProductCustomFieldReaderService());
  38173.             yield 151 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20ProductReviewReader'] ?? $this->getMagento20ProductReviewReaderService());
  38174.             yield 152 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20PropertyGroupReader'] ?? $this->getMagento20PropertyGroupReaderService());
  38175.             yield 153 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20SeoUrlReader'] ?? $this->getMagento20SeoUrlReaderService());
  38176.             yield 154 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20CrossSellingReader'] ?? $this->getMagento20CrossSellingReaderService());
  38177.             yield 155 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20ProductPropertyRelationReader'] ?? $this->getMagento20ProductPropertyRelationReaderService());
  38178.             yield 156 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20ProductChildPropertyRelationReader'] ?? $this->getMagento20ProductChildPropertyRelationReaderService());
  38179.             yield 157 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20ProductMultiSelectPropertyRelationReader'] ?? $this->getMagento20ProductMultiSelectPropertyRelationReaderService());
  38180.             yield 158 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20ProductChildMultiSelectPropertyRelationReader'] ?? $this->getMagento20ProductChildMultiSelectPropertyRelationReaderService());
  38181.             yield 159 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20ProductOptionRelationReader'] ?? $this->getMagento20ProductOptionRelationReaderService());
  38182.             yield 160 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21LanguageReader'] ?? $this->getMagento21LanguageReaderService());
  38183.             yield 161 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21CustomerGroupReader'] ?? $this->getMagento21CustomerGroupReaderService());
  38184.             yield 162 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21CategoryReader'] ?? $this->getMagento21CategoryReaderService());
  38185.             yield 163 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21CountryReader'] ?? $this->getMagento21CountryReaderService());
  38186.             yield 164 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21CurrencyReader'] ?? $this->getMagento21CurrencyReaderService());
  38187.             yield 165 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21SalesChannelReader'] ?? $this->getMagento21SalesChannelReaderService());
  38188.             yield 166 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21CustomerReader'] ?? $this->getMagento21CustomerReaderService());
  38189.             yield 167 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21MediaReader'] ?? $this->getMagento21MediaReaderService());
  38190.             yield 168 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21NotAssociatedMediaReader'] ?? $this->getMagento21NotAssociatedMediaReaderService());
  38191.             yield 169 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21ManufacturerReader'] ?? $this->getMagento21ManufacturerReaderService());
  38192.             yield 170 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21NewsletterRecipientReader'] ?? $this->getMagento21NewsletterRecipientReaderService());
  38193.             yield 171 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21OrderReader'] ?? $this->getMagento21OrderReaderService());
  38194.             yield 172 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21ProductReader'] ?? $this->getMagento21ProductReaderService());
  38195.             yield 173 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21ProductCustomFieldReader'] ?? $this->getMagento21ProductCustomFieldReaderService());
  38196.             yield 174 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21ProductReviewReader'] ?? $this->getMagento21ProductReviewReaderService());
  38197.             yield 175 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21PropertyGroupReader'] ?? $this->getMagento21PropertyGroupReaderService());
  38198.             yield 176 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21SeoUrlReader'] ?? $this->getMagento21SeoUrlReaderService());
  38199.             yield 177 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21CrossSellingReader'] ?? $this->getMagento21CrossSellingReaderService());
  38200.             yield 178 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21ProductPropertyRelationReader'] ?? $this->getMagento21ProductPropertyRelationReaderService());
  38201.             yield 179 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21ProductChildPropertyRelationReader'] ?? $this->getMagento21ProductChildPropertyRelationReaderService());
  38202.             yield 180 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21ProductMultiSelectPropertyRelationReader'] ?? $this->getMagento21ProductMultiSelectPropertyRelationReaderService());
  38203.             yield 181 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21ProductChildMultiSelectPropertyRelationReader'] ?? $this->getMagento21ProductChildMultiSelectPropertyRelationReaderService());
  38204.             yield 182 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21ProductOptionRelationReader'] ?? $this->getMagento21ProductOptionRelationReaderService());
  38205.             yield 183 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22LanguageReader'] ?? $this->getMagento22LanguageReaderService());
  38206.             yield 184 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22CustomerGroupReader'] ?? $this->getMagento22CustomerGroupReaderService());
  38207.             yield 185 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22CategoryReader'] ?? $this->getMagento22CategoryReaderService());
  38208.             yield 186 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22CountryReader'] ?? $this->getMagento22CountryReaderService());
  38209.             yield 187 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22CurrencyReader'] ?? $this->getMagento22CurrencyReaderService());
  38210.             yield 188 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22SalesChannelReader'] ?? $this->getMagento22SalesChannelReaderService());
  38211.             yield 189 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22CustomerReader'] ?? $this->getMagento22CustomerReaderService());
  38212.             yield 190 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22MediaReader'] ?? $this->getMagento22MediaReaderService());
  38213.             yield 191 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22NotAssociatedMediaReader'] ?? $this->getMagento22NotAssociatedMediaReaderService());
  38214.             yield 192 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22ManufacturerReader'] ?? $this->getMagento22ManufacturerReaderService());
  38215.             yield 193 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22NewsletterRecipientReader'] ?? $this->getMagento22NewsletterRecipientReaderService());
  38216.             yield 194 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22OrderReader'] ?? $this->getMagento22OrderReaderService());
  38217.             yield 195 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22ProductReader'] ?? $this->getMagento22ProductReaderService());
  38218.             yield 196 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22ProductCustomFieldReader'] ?? $this->getMagento22ProductCustomFieldReaderService());
  38219.             yield 197 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22ProductReviewReader'] ?? $this->getMagento22ProductReviewReaderService());
  38220.             yield 198 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22PropertyGroupReader'] ?? $this->getMagento22PropertyGroupReaderService());
  38221.             yield 199 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22SeoUrlReader'] ?? $this->getMagento22SeoUrlReaderService());
  38222.             yield 200 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22CrossSellingReader'] ?? $this->getMagento22CrossSellingReaderService());
  38223.             yield 201 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22ProductPropertyRelationReader'] ?? $this->getMagento22ProductPropertyRelationReaderService());
  38224.             yield 202 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22ProductChildPropertyRelationReader'] ?? $this->getMagento22ProductChildPropertyRelationReaderService());
  38225.             yield 203 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22ProductMultiSelectPropertyRelationReader'] ?? $this->getMagento22ProductMultiSelectPropertyRelationReaderService());
  38226.             yield 204 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22ProductChildMultiSelectPropertyRelationReader'] ?? $this->getMagento22ProductChildMultiSelectPropertyRelationReaderService());
  38227.             yield 205 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22ProductOptionRelationReader'] ?? $this->getMagento22ProductOptionRelationReaderService());
  38228.             yield 206 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23LanguageReader'] ?? $this->getMagento23LanguageReaderService());
  38229.             yield 207 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23CustomerGroupReader'] ?? $this->getMagento23CustomerGroupReaderService());
  38230.             yield 208 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23CategoryReader'] ?? $this->getMagento23CategoryReaderService());
  38231.             yield 209 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23CountryReader'] ?? $this->getMagento23CountryReaderService());
  38232.             yield 210 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23CurrencyReader'] ?? $this->getMagento23CurrencyReaderService());
  38233.             yield 211 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23SalesChannelReader'] ?? $this->getMagento23SalesChannelReaderService());
  38234.             yield 212 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23CustomerReader'] ?? $this->getMagento23CustomerReaderService());
  38235.             yield 213 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23MediaReader'] ?? $this->getMagento23MediaReaderService());
  38236.             yield 214 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23NotAssociatedMediaReader'] ?? $this->getMagento23NotAssociatedMediaReaderService());
  38237.             yield 215 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23ManufacturerReader'] ?? $this->getMagento23ManufacturerReaderService());
  38238.             yield 216 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23NewsletterRecipientReader'] ?? $this->getMagento23NewsletterRecipientReaderService());
  38239.             yield 217 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23OrderReader'] ?? $this->getMagento23OrderReaderService());
  38240.             yield 218 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23ProductReader'] ?? $this->getMagento23ProductReaderService());
  38241.             yield 219 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23ProductCustomFieldReader'] ?? $this->getMagento23ProductCustomFieldReaderService());
  38242.             yield 220 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23ProductReviewReader'] ?? $this->getMagento23ProductReviewReaderService());
  38243.             yield 221 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23PropertyGroupReader'] ?? $this->getMagento23PropertyGroupReaderService());
  38244.             yield 222 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23SeoUrlReader'] ?? $this->getMagento23SeoUrlReaderService());
  38245.             yield 223 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23CrossSellingReader'] ?? $this->getMagento23CrossSellingReaderService());
  38246.             yield 224 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23ProductPropertyRelationReader'] ?? $this->getMagento23ProductPropertyRelationReaderService());
  38247.             yield 225 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23ProductChildPropertyRelationReader'] ?? $this->getMagento23ProductChildPropertyRelationReaderService());
  38248.             yield 226 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23ProductMultiSelectPropertyRelationReader'] ?? $this->getMagento23ProductMultiSelectPropertyRelationReaderService());
  38249.             yield 227 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23ProductChildMultiSelectPropertyRelationReader'] ?? $this->getMagento23ProductChildMultiSelectPropertyRelationReaderService());
  38250.             yield 228 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23ProductOptionRelationReader'] ?? $this->getMagento23ProductOptionRelationReaderService());
  38251.         }, 229));
  38252.     }
  38253.     /**
  38254.      * Gets the private 'SwagMigrationAssistant\Migration\Logging\LoggingService' shared service.
  38255.      *
  38256.      * @return \SwagMigrationAssistant\Migration\Logging\LoggingService
  38257.      */
  38258.     protected function getLoggingService2Service()
  38259.     {
  38260.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Logging/LoggingServiceInterface.php';
  38261.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Logging/LoggingService.php';
  38262.         $a = ($this->services['swag_migration_logging.repository'] ?? $this->getSwagMigrationLogging_RepositoryService());
  38263.         if (isset($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'])) {
  38264.             return $this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'];
  38265.         }
  38266.         return $this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] = new \SwagMigrationAssistant\Migration\Logging\LoggingService($a);
  38267.     }
  38268.     /**
  38269.      * Gets the private 'SwagMigrationAssistant\Migration\Mapping\MappingService' shared service.
  38270.      *
  38271.      * @return \SwagMigrationAssistant\Migration\Mapping\MappingService
  38272.      */
  38273.     protected function getMappingServiceService()
  38274.     {
  38275.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Mapping/MappingServiceInterface.php';
  38276.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Mapping/MappingService.php';
  38277.         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()));
  38278.     }
  38279.     /**
  38280.      * Gets the private 'SwagMigrationAssistant\Migration\Media\MediaFileService' shared service.
  38281.      *
  38282.      * @return \SwagMigrationAssistant\Migration\Media\MediaFileService
  38283.      */
  38284.     protected function getMediaFileServiceService()
  38285.     {
  38286.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Media/MediaFileServiceInterface.php';
  38287.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Media/MediaFileService.php';
  38288.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Converter\\ConverterRegistry'] ?? $this->getConverterRegistryService());
  38289.         if (isset($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'])) {
  38290.             return $this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'];
  38291.         }
  38292.         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);
  38293.     }
  38294.     /**
  38295.      * Gets the private 'SwagMigrationAssistant\Migration\MessageQueue\Handler\CleanupMigrationHandler' shared service.
  38296.      *
  38297.      * @return \SwagMigrationAssistant\Migration\MessageQueue\Handler\CleanupMigrationHandler
  38298.      */
  38299.     protected function getCleanupMigrationHandlerService()
  38300.     {
  38301.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/MessageQueue/Handler/CleanupMigrationHandler.php';
  38302.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  38303.         if (isset($this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\CleanupMigrationHandler'])) {
  38304.             return $this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\CleanupMigrationHandler'];
  38305.         }
  38306.         return $this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\CleanupMigrationHandler'] = new \SwagMigrationAssistant\Migration\MessageQueue\Handler\CleanupMigrationHandler(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  38307.     }
  38308.     /**
  38309.      * Gets the private 'SwagMigrationAssistant\Migration\MessageQueue\Handler\ProcessMediaHandler' shared service.
  38310.      *
  38311.      * @return \SwagMigrationAssistant\Migration\MessageQueue\Handler\ProcessMediaHandler
  38312.      */
  38313.     protected function getProcessMediaHandlerService()
  38314.     {
  38315.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/MessageQueue/Handler/ProcessMediaHandler.php';
  38316.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Media/MediaFileProcessorRegistryInterface.php';
  38317.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Media/MediaFileProcessorRegistry.php';
  38318.         $a = ($this->services['swag_migration_run.repository'] ?? $this->getSwagMigrationRun_RepositoryService());
  38319.         if (isset($this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\ProcessMediaHandler'])) {
  38320.             return $this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\ProcessMediaHandler'];
  38321.         }
  38322.         $b = ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service());
  38323.         if (isset($this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\ProcessMediaHandler'])) {
  38324.             return $this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\ProcessMediaHandler'];
  38325.         }
  38326.         $c = ($this->privates['SwagMigrationAssistant\\Migration\\MigrationContextFactory'] ?? $this->getMigrationContextFactoryService());
  38327.         if (isset($this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\ProcessMediaHandler'])) {
  38328.             return $this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\ProcessMediaHandler'];
  38329.         }
  38330.         return $this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\ProcessMediaHandler'] = new \SwagMigrationAssistant\Migration\MessageQueue\Handler\ProcessMediaHandler($a, new \SwagMigrationAssistant\Migration\Media\MediaFileProcessorRegistry(new RewindableGenerator(function () {
  38331.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpMediaDownloadService'] ?? $this->getHttpMediaDownloadServiceService());
  38332.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalMediaProcessor'] ?? $this->getLocalMediaProcessorService());
  38333.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpOrderDocumentProcessor'] ?? $this->getHttpOrderDocumentProcessorService());
  38334.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalOrderDocumentProcessor'] ?? $this->getLocalOrderDocumentProcessorService());
  38335.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpMediaDownloadService'] ?? $this->getHttpMediaDownloadService2Service());
  38336.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentService'] ?? $this->getHttpOrderDocumentServiceService());
  38337.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'] ?? $this->getHttpOrderDocumentGenerationServiceService());
  38338.             yield => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Media\\LocalMediaProcessor'] ?? $this->getLocalMediaProcessor2Service());
  38339.             yield => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Media\\Magento20LocalMediaProcessor'] ?? $this->getMagento20LocalMediaProcessorService());
  38340.             yield => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Media\\Magento21LocalMediaProcessor'] ?? $this->getMagento21LocalMediaProcessorService());
  38341.             yield 10 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Media\\Magento22LocalMediaProcessor'] ?? $this->getMagento22LocalMediaProcessorService());
  38342.             yield 11 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Media\\Magento23LocalMediaProcessor'] ?? $this->getMagento23LocalMediaProcessorService());
  38343.         }, 12)), $b$c);
  38344.     }
  38345.     /**
  38346.      * Gets the private 'SwagMigrationAssistant\Migration\MessageQueue\OrderCountIndexer' shared service.
  38347.      *
  38348.      * @return \SwagMigrationAssistant\Migration\MessageQueue\OrderCountIndexer
  38349.      */
  38350.     protected function getOrderCountIndexerService()
  38351.     {
  38352.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  38353.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/MessageQueue/OrderCountIndexer.php';
  38354.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/DataAbstractionLayer/CustomerIndexer.php';
  38355.         $a = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  38356.         if (isset($this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\OrderCountIndexer'])) {
  38357.             return $this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\OrderCountIndexer'];
  38358.         }
  38359.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  38360.         if (isset($this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\OrderCountIndexer'])) {
  38361.             return $this->privates['SwagMigrationAssistant\\Migration\\MessageQueue\\OrderCountIndexer'];
  38362.         }
  38363.         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->getIteratorFactoryService()), $a, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ManyToManyIdFieldUpdater'] ?? $this->getManyToManyIdFieldUpdaterService()), ($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\Indexing\\CustomerNewsletterSalesChannelsUpdater'] ?? $this->getCustomerNewsletterSalesChannelsUpdaterService()), $b));
  38364.     }
  38365.     /**
  38366.      * Gets the private 'SwagMigrationAssistant\Migration\MigrationContextFactory' shared service.
  38367.      *
  38368.      * @return \SwagMigrationAssistant\Migration\MigrationContextFactory
  38369.      */
  38370.     protected function getMigrationContextFactoryService()
  38371.     {
  38372.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/MigrationContextFactoryInterface.php';
  38373.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/MigrationContextFactory.php';
  38374.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] ?? $this->getGatewayRegistryService());
  38375.         if (isset($this->privates['SwagMigrationAssistant\\Migration\\MigrationContextFactory'])) {
  38376.             return $this->privates['SwagMigrationAssistant\\Migration\\MigrationContextFactory'];
  38377.         }
  38378.         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()));
  38379.     }
  38380.     /**
  38381.      * Gets the private 'SwagMigrationAssistant\Migration\Profile\ProfileRegistry' shared service.
  38382.      *
  38383.      * @return \SwagMigrationAssistant\Migration\Profile\ProfileRegistry
  38384.      */
  38385.     protected function getProfileRegistryService()
  38386.     {
  38387.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Profile/ProfileRegistryInterface.php';
  38388.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Profile/ProfileRegistry.php';
  38389.         return $this->privates['SwagMigrationAssistant\\Migration\\Profile\\ProfileRegistry'] = new \SwagMigrationAssistant\Migration\Profile\ProfileRegistry(new RewindableGenerator(function () {
  38390.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Shopware54Profile'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Shopware54Profile'] = new \SwagMigrationAssistant\Profile\Shopware54\Shopware54Profile()));
  38391.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Shopware55Profile'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Shopware55Profile'] = new \SwagMigrationAssistant\Profile\Shopware55\Shopware55Profile()));
  38392.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Shopware56Profile'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Shopware56Profile'] = new \SwagMigrationAssistant\Profile\Shopware56\Shopware56Profile()));
  38393.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Shopware57Profile'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Shopware57Profile'] = new \SwagMigrationAssistant\Profile\Shopware57\Shopware57Profile()));
  38394.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Shopware63Profile'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Shopware63Profile'] = new \SwagMigrationAssistant\Profile\Shopware63\Shopware63Profile()));
  38395.             yield => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Magento19Profile'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Magento19Profile'] = new \Swag\MigrationMagento\Profile\Magento19\Magento19Profile()));
  38396.             yield => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Magento20Profile'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Magento20Profile'] = new \Swag\MigrationMagento\Profile\Magento20\Magento20Profile()));
  38397.             yield => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Magento21Profile'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Magento21Profile'] = new \Swag\MigrationMagento\Profile\Magento21\Magento21Profile()));
  38398.             yield => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Magento22Profile'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Magento22Profile'] = new \Swag\MigrationMagento\Profile\Magento22\Magento22Profile()));
  38399.             yield => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Magento23Profile'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Magento23Profile'] = new \Swag\MigrationMagento\Profile\Magento23\Magento23Profile()));
  38400.         }, 10));
  38401.     }
  38402.     /**
  38403.      * Gets the private 'SwagMigrationAssistant\Migration\Run\RunService' shared service.
  38404.      *
  38405.      * @return \SwagMigrationAssistant\Migration\Run\RunService
  38406.      */
  38407.     protected function getRunServiceService()
  38408.     {
  38409.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Run/RunServiceInterface.php';
  38410.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Run/RunService.php';
  38411.         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()));
  38412.     }
  38413.     /**
  38414.      * Gets the private 'SwagMigrationAssistant\Migration\Service\PremappingService' shared service.
  38415.      *
  38416.      * @return \SwagMigrationAssistant\Migration\Service\PremappingService
  38417.      */
  38418.     protected function getPremappingServiceService()
  38419.     {
  38420.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Service/PremappingServiceInterface.php';
  38421.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Service/PremappingService.php';
  38422.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderRegistryInterface.php';
  38423.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderRegistry.php';
  38424.         return $this->privates['SwagMigrationAssistant\\Migration\\Service\\PremappingService'] = new \SwagMigrationAssistant\Migration\Service\PremappingService(new \SwagMigrationAssistant\Migration\Premapping\PremappingReaderRegistry(new RewindableGenerator(function () {
  38425.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Premapping\\OrderStateReader'] ?? $this->getOrderStateReaderService());
  38426.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Premapping\\OrderDeliveryStateReader'] ?? $this->getOrderDeliveryStateReaderService());
  38427.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Premapping\\TransactionStateReader'] ?? $this->getTransactionStateReaderService());
  38428.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Premapping\\PaymentMethodReader'] ?? $this->getPaymentMethodReaderService());
  38429.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Premapping\\SalutationReader'] ?? $this->getSalutationReader2Service());
  38430.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Premapping\\DeliveryTimeReader'] ?? $this->getDeliveryTimeReader2Service());
  38431.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Premapping\\NewsletterRecipientStatusReader'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Premapping\\NewsletterRecipientStatusReader'] = new \SwagMigrationAssistant\Profile\Shopware\Premapping\NewsletterRecipientStatusReader()));
  38432.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Premapping\\PaymentMethodReader'] ?? $this->getPaymentMethodReader2Service());
  38433.             yield => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Premapping\\Magento19CustomerGroupReader'] ?? $this->getMagento19CustomerGroupReader2Service());
  38434.             yield => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Premapping\\Magento19SalutationReader'] ?? $this->getMagento19SalutationReaderService());
  38435.             yield 10 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Premapping\\Magento19PaymentMethodReader'] ?? $this->getMagento19PaymentMethodReaderService());
  38436.             yield 11 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Premapping\\Magento19ShippingMethodReader'] ?? $this->getMagento19ShippingMethodReaderService());
  38437.             yield 12 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Premapping\\Magento19OrderStateReader'] ?? $this->getMagento19OrderStateReaderService());
  38438.             yield 13 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Premapping\\Magento19TaxReader'] ?? $this->getMagento19TaxReaderService());
  38439.             yield 14 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Premapping\\Magento19NewsletterRecipientStatusReader'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Premapping\\Magento19NewsletterRecipientStatusReader'] = new \Swag\MigrationMagento\Profile\Magento19\Premapping\Magento19NewsletterRecipientStatusReader()));
  38440.             yield 15 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Premapping\\Magento19OrderDeliveryStateReader'] ?? $this->getMagento19OrderDeliveryStateReaderService());
  38441.             yield 16 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Premapping\\Magento20CustomerGroupReader'] ?? $this->getMagento20CustomerGroupReader2Service());
  38442.             yield 17 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Premapping\\Magento20PaymentMethodReader'] ?? $this->getMagento20PaymentMethodReaderService());
  38443.             yield 18 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Premapping\\Magento20ShippingMethodReader'] ?? $this->getMagento20ShippingMethodReaderService());
  38444.             yield 19 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Premapping\\Magento20CountryReader'] ?? $this->getMagento20CountryReader2Service());
  38445.             yield 20 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Premapping\\Magento20CurrencyReader'] ?? $this->getMagento20CurrencyReader2Service());
  38446.             yield 21 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Premapping\\Magento20LanguageReader'] ?? $this->getMagento20LanguageReader2Service());
  38447.             yield 22 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Premapping\\Magento20SalutationReader'] ?? $this->getMagento20SalutationReaderService());
  38448.             yield 23 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Premapping\\Magento20OrderStateReader'] ?? $this->getMagento20OrderStateReaderService());
  38449.             yield 24 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Premapping\\Magento20NewsletterRecipientStatusReader'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Premapping\\Magento20NewsletterRecipientStatusReader'] = new \Swag\MigrationMagento\Profile\Magento20\Premapping\Magento20NewsletterRecipientStatusReader()));
  38450.             yield 25 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Premapping\\Magento20TaxReader'] ?? $this->getMagento20TaxReaderService());
  38451.             yield 26 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Premapping\\Magento21CustomerGroupReader'] ?? $this->getMagento21CustomerGroupReader2Service());
  38452.             yield 27 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Premapping\\Magento21PaymentMethodReader'] ?? $this->getMagento21PaymentMethodReaderService());
  38453.             yield 28 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Premapping\\Magento21ShippingMethodReader'] ?? $this->getMagento21ShippingMethodReaderService());
  38454.             yield 29 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Premapping\\Magento21CountryReader'] ?? $this->getMagento21CountryReader2Service());
  38455.             yield 30 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Premapping\\Magento21CurrencyReader'] ?? $this->getMagento21CurrencyReader2Service());
  38456.             yield 31 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Premapping\\Magento21LanguageReader'] ?? $this->getMagento21LanguageReader2Service());
  38457.             yield 32 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Premapping\\Magento21SalutationReader'] ?? $this->getMagento21SalutationReaderService());
  38458.             yield 33 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Premapping\\Magento21OrderStateReader'] ?? $this->getMagento21OrderStateReaderService());
  38459.             yield 34 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Premapping\\Magento21NewsletterRecipientStatusReader'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Premapping\\Magento21NewsletterRecipientStatusReader'] = new \Swag\MigrationMagento\Profile\Magento21\Premapping\Magento21NewsletterRecipientStatusReader()));
  38460.             yield 35 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Premapping\\Magento21TaxReader'] ?? $this->getMagento21TaxReaderService());
  38461.             yield 36 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Premapping\\Magento22CustomerGroupReader'] ?? $this->getMagento22CustomerGroupReader2Service());
  38462.             yield 37 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Premapping\\Magento22PaymentMethodReader'] ?? $this->getMagento22PaymentMethodReaderService());
  38463.             yield 38 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Premapping\\Magento22ShippingMethodReader'] ?? $this->getMagento22ShippingMethodReaderService());
  38464.             yield 39 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Premapping\\Magento22CountryReader'] ?? $this->getMagento22CountryReader2Service());
  38465.             yield 40 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Premapping\\Magento22CurrencyReader'] ?? $this->getMagento22CurrencyReader2Service());
  38466.             yield 41 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Premapping\\Magento22LanguageReader'] ?? $this->getMagento22LanguageReader2Service());
  38467.             yield 42 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Premapping\\Magento22SalutationReader'] ?? $this->getMagento22SalutationReaderService());
  38468.             yield 43 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Premapping\\Magento22OrderStateReader'] ?? $this->getMagento22OrderStateReaderService());
  38469.             yield 44 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Premapping\\Magento22NewsletterRecipientStatusReader'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Premapping\\Magento22NewsletterRecipientStatusReader'] = new \Swag\MigrationMagento\Profile\Magento22\Premapping\Magento22NewsletterRecipientStatusReader()));
  38470.             yield 45 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Premapping\\Magento22TaxReader'] ?? $this->getMagento22TaxReaderService());
  38471.             yield 46 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Premapping\\Magento23CustomerGroupReader'] ?? $this->getMagento23CustomerGroupReader2Service());
  38472.             yield 47 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Premapping\\Magento23PaymentMethodReader'] ?? $this->getMagento23PaymentMethodReaderService());
  38473.             yield 48 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Premapping\\Magento23ShippingMethodReader'] ?? $this->getMagento23ShippingMethodReaderService());
  38474.             yield 49 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Premapping\\Magento23CountryReader'] ?? $this->getMagento23CountryReader2Service());
  38475.             yield 50 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Premapping\\Magento23CurrencyReader'] ?? $this->getMagento23CurrencyReader2Service());
  38476.             yield 51 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Premapping\\Magento23LanguageReader'] ?? $this->getMagento23LanguageReader2Service());
  38477.             yield 52 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Premapping\\Magento23SalutationReader'] ?? $this->getMagento23SalutationReaderService());
  38478.             yield 53 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Premapping\\Magento23OrderStateReader'] ?? $this->getMagento23OrderStateReaderService());
  38479.             yield 54 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Premapping\\Magento23NewsletterRecipientStatusReader'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Premapping\\Magento23NewsletterRecipientStatusReader'] = new \Swag\MigrationMagento\Profile\Magento23\Premapping\Magento23NewsletterRecipientStatusReader()));
  38480.             yield 55 => ($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Premapping\\Magento23TaxReader'] ?? $this->getMagento23TaxReaderService());
  38481.         }, 56)), ($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()));
  38482.     }
  38483.     /**
  38484.      * Gets the private 'SwagMigrationAssistant\Migration\Service\SwagMigrationAccessTokenService' shared service.
  38485.      *
  38486.      * @return \SwagMigrationAssistant\Migration\Service\SwagMigrationAccessTokenService
  38487.      */
  38488.     protected function getSwagMigrationAccessTokenServiceService()
  38489.     {
  38490.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Service/SwagMigrationAccessTokenService.php';
  38491.         return $this->privates['SwagMigrationAssistant\\Migration\\Service\\SwagMigrationAccessTokenService'] = new \SwagMigrationAssistant\Migration\Service\SwagMigrationAccessTokenService(($this->services['swag_migration_run.repository'] ?? $this->getSwagMigrationRun_RepositoryService()));
  38492.     }
  38493.     /**
  38494.      * Gets the private 'SwagMigrationAssistant\Migration\Subscriber\MediaDeletedSubscriber' shared service.
  38495.      *
  38496.      * @return \SwagMigrationAssistant\Migration\Subscriber\MediaDeletedSubscriber
  38497.      */
  38498.     protected function getMediaDeletedSubscriberService()
  38499.     {
  38500.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Subscriber/MediaDeletedSubscriber.php';
  38501.         $a = ($this->services['swag_migration_media_file.repository'] ?? $this->getSwagMigrationMediaFile_RepositoryService());
  38502.         if (isset($this->privates['SwagMigrationAssistant\\Migration\\Subscriber\\MediaDeletedSubscriber'])) {
  38503.             return $this->privates['SwagMigrationAssistant\\Migration\\Subscriber\\MediaDeletedSubscriber'];
  38504.         }
  38505.         return $this->privates['SwagMigrationAssistant\\Migration\\Subscriber\\MediaDeletedSubscriber'] = new \SwagMigrationAssistant\Migration\Subscriber\MediaDeletedSubscriber($a);
  38506.     }
  38507.     /**
  38508.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\CategoryAttributeWriter' shared service.
  38509.      *
  38510.      * @return \SwagMigrationAssistant\Migration\Writer\CategoryAttributeWriter
  38511.      */
  38512.     protected function getCategoryAttributeWriterService()
  38513.     {
  38514.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  38515.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  38516.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/CategoryAttributeWriter.php';
  38517.         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()));
  38518.     }
  38519.     /**
  38520.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\CategoryWriter' shared service.
  38521.      *
  38522.      * @return \SwagMigrationAssistant\Migration\Writer\CategoryWriter
  38523.      */
  38524.     protected function getCategoryWriterService()
  38525.     {
  38526.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  38527.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  38528.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/CategoryWriter.php';
  38529.         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()));
  38530.     }
  38531.     /**
  38532.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\CountryWriter' shared service.
  38533.      *
  38534.      * @return \SwagMigrationAssistant\Migration\Writer\CountryWriter
  38535.      */
  38536.     protected function getCountryWriterService()
  38537.     {
  38538.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  38539.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  38540.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/CountryWriter.php';
  38541.         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()));
  38542.     }
  38543.     /**
  38544.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\CrossSellingWriter' shared service.
  38545.      *
  38546.      * @return \SwagMigrationAssistant\Migration\Writer\CrossSellingWriter
  38547.      */
  38548.     protected function getCrossSellingWriterService()
  38549.     {
  38550.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  38551.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  38552.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/CrossSellingWriter.php';
  38553.         return $this->privates['SwagMigrationAssistant\\Migration\\Writer\\CrossSellingWriter'] = new \SwagMigrationAssistant\Migration\Writer\CrossSellingWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Huebert\\AccessoriesDirectly\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingExtension'] ?? $this->getProductCrossSellingExtensionService()));
  38554.     }
  38555.     /**
  38556.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\CurrencyWriter' shared service.
  38557.      *
  38558.      * @return \SwagMigrationAssistant\Migration\Writer\CurrencyWriter
  38559.      */
  38560.     protected function getCurrencyWriterService()
  38561.     {
  38562.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  38563.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  38564.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/CurrencyWriter.php';
  38565.         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()));
  38566.     }
  38567.     /**
  38568.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\CustomerAttributeWriter' shared service.
  38569.      *
  38570.      * @return \SwagMigrationAssistant\Migration\Writer\CustomerAttributeWriter
  38571.      */
  38572.     protected function getCustomerAttributeWriterService()
  38573.     {
  38574.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  38575.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  38576.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/CustomerAttributeWriter.php';
  38577.         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()));
  38578.     }
  38579.     /**
  38580.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\CustomerGroupAttributeWriter' shared service.
  38581.      *
  38582.      * @return \SwagMigrationAssistant\Migration\Writer\CustomerGroupAttributeWriter
  38583.      */
  38584.     protected function getCustomerGroupAttributeWriterService()
  38585.     {
  38586.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  38587.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  38588.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/CustomerGroupAttributeWriter.php';
  38589.         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()));
  38590.     }
  38591.     /**
  38592.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\CustomerGroupWriter' shared service.
  38593.      *
  38594.      * @return \SwagMigrationAssistant\Migration\Writer\CustomerGroupWriter
  38595.      */
  38596.     protected function getCustomerGroupWriterService()
  38597.     {
  38598.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  38599.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  38600.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/CustomerGroupWriter.php';
  38601.         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()));
  38602.     }
  38603.     /**
  38604.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\CustomerWishlistWriter' shared service.
  38605.      *
  38606.      * @return \SwagMigrationAssistant\Migration\Writer\CustomerWishlistWriter
  38607.      */
  38608.     protected function getCustomerWishlistWriterService()
  38609.     {
  38610.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  38611.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  38612.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/CustomerWishlistWriter.php';
  38613.         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()));
  38614.     }
  38615.     /**
  38616.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\CustomerWriter' shared service.
  38617.      *
  38618.      * @return \SwagMigrationAssistant\Migration\Writer\CustomerWriter
  38619.      */
  38620.     protected function getCustomerWriterService()
  38621.     {
  38622.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  38623.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  38624.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/CustomerWriter.php';
  38625.         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()));
  38626.     }
  38627.     /**
  38628.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\LanguageWriter' shared service.
  38629.      *
  38630.      * @return \SwagMigrationAssistant\Migration\Writer\LanguageWriter
  38631.      */
  38632.     protected function getLanguageWriterService()
  38633.     {
  38634.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  38635.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  38636.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/LanguageWriter.php';
  38637.         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()));
  38638.     }
  38639.     /**
  38640.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\MainVariantRelationWriter' shared service.
  38641.      *
  38642.      * @return \SwagMigrationAssistant\Migration\Writer\MainVariantRelationWriter
  38643.      */
  38644.     protected function getMainVariantRelationWriterService()
  38645.     {
  38646.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  38647.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  38648.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/MainVariantRelationWriter.php';
  38649.         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()));
  38650.     }
  38651.     /**
  38652.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\ManufacturerAttributeWriter' shared service.
  38653.      *
  38654.      * @return \SwagMigrationAssistant\Migration\Writer\ManufacturerAttributeWriter
  38655.      */
  38656.     protected function getManufacturerAttributeWriterService()
  38657.     {
  38658.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  38659.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  38660.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/ManufacturerAttributeWriter.php';
  38661.         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()));
  38662.     }
  38663.     /**
  38664.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\MediaFolderWriter' shared service.
  38665.      *
  38666.      * @return \SwagMigrationAssistant\Migration\Writer\MediaFolderWriter
  38667.      */
  38668.     protected function getMediaFolderWriterService()
  38669.     {
  38670.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  38671.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  38672.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/MediaFolderWriter.php';
  38673.         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()));
  38674.     }
  38675.     /**
  38676.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\MediaWriter' shared service.
  38677.      *
  38678.      * @return \SwagMigrationAssistant\Migration\Writer\MediaWriter
  38679.      */
  38680.     protected function getMediaWriterService()
  38681.     {
  38682.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  38683.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  38684.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/MediaWriter.php';
  38685.         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()));
  38686.     }
  38687.     /**
  38688.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\NewsletterRecipientWriter' shared service.
  38689.      *
  38690.      * @return \SwagMigrationAssistant\Migration\Writer\NewsletterRecipientWriter
  38691.      */
  38692.     protected function getNewsletterRecipientWriterService()
  38693.     {
  38694.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  38695.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  38696.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/NewsletterRecipientWriter.php';
  38697.         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()));
  38698.     }
  38699.     /**
  38700.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\NumberRangeWriter' shared service.
  38701.      *
  38702.      * @return \SwagMigrationAssistant\Migration\Writer\NumberRangeWriter
  38703.      */
  38704.     protected function getNumberRangeWriterService()
  38705.     {
  38706.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  38707.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  38708.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/NumberRangeWriter.php';
  38709.         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()));
  38710.     }
  38711.     /**
  38712.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\OrderAttributeWriter' shared service.
  38713.      *
  38714.      * @return \SwagMigrationAssistant\Migration\Writer\OrderAttributeWriter
  38715.      */
  38716.     protected function getOrderAttributeWriterService()
  38717.     {
  38718.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  38719.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  38720.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/OrderAttributeWriter.php';
  38721.         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()));
  38722.     }
  38723.     /**
  38724.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\OrderDocumentAttributeWriter' shared service.
  38725.      *
  38726.      * @return \SwagMigrationAssistant\Migration\Writer\OrderDocumentAttributeWriter
  38727.      */
  38728.     protected function getOrderDocumentAttributeWriterService()
  38729.     {
  38730.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  38731.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  38732.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/OrderDocumentAttributeWriter.php';
  38733.         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()));
  38734.     }
  38735.     /**
  38736.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\OrderDocumentWriter' shared service.
  38737.      *
  38738.      * @return \SwagMigrationAssistant\Migration\Writer\OrderDocumentWriter
  38739.      */
  38740.     protected function getOrderDocumentWriterService()
  38741.     {
  38742.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  38743.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  38744.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/OrderDocumentWriter.php';
  38745.         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()));
  38746.     }
  38747.     /**
  38748.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\OrderWriter' shared service.
  38749.      *
  38750.      * @return \SwagMigrationAssistant\Migration\Writer\OrderWriter
  38751.      */
  38752.     protected function getOrderWriterService()
  38753.     {
  38754.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  38755.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  38756.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/OrderWriter.php';
  38757.         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())));
  38758.     }
  38759.     /**
  38760.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\ProductAttributeWriter' shared service.
  38761.      *
  38762.      * @return \SwagMigrationAssistant\Migration\Writer\ProductAttributeWriter
  38763.      */
  38764.     protected function getProductAttributeWriterService()
  38765.     {
  38766.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  38767.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  38768.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/ProductAttributeWriter.php';
  38769.         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()));
  38770.     }
  38771.     /**
  38772.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\ProductPriceAttributeWriter' shared service.
  38773.      *
  38774.      * @return \SwagMigrationAssistant\Migration\Writer\ProductPriceAttributeWriter
  38775.      */
  38776.     protected function getProductPriceAttributeWriterService()
  38777.     {
  38778.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  38779.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  38780.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/ProductPriceAttributeWriter.php';
  38781.         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()));
  38782.     }
  38783.     /**
  38784.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\ProductReviewWriter' shared service.
  38785.      *
  38786.      * @return \SwagMigrationAssistant\Migration\Writer\ProductReviewWriter
  38787.      */
  38788.     protected function getProductReviewWriterService()
  38789.     {
  38790.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  38791.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  38792.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/ProductReviewWriter.php';
  38793.         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()));
  38794.     }
  38795.     /**
  38796.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\ProductWriter' shared service.
  38797.      *
  38798.      * @return \SwagMigrationAssistant\Migration\Writer\ProductWriter
  38799.      */
  38800.     protected function getProductWriterService()
  38801.     {
  38802.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  38803.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  38804.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/ProductWriter.php';
  38805.         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()));
  38806.     }
  38807.     /**
  38808.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\PropertyGroupOptionWriter' shared service.
  38809.      *
  38810.      * @return \SwagMigrationAssistant\Migration\Writer\PropertyGroupOptionWriter
  38811.      */
  38812.     protected function getPropertyGroupOptionWriterService()
  38813.     {
  38814.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  38815.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  38816.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/PropertyGroupOptionWriter.php';
  38817.         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()));
  38818.     }
  38819.     /**
  38820.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\SalesChannelWriter' shared service.
  38821.      *
  38822.      * @return \SwagMigrationAssistant\Migration\Writer\SalesChannelWriter
  38823.      */
  38824.     protected function getSalesChannelWriterService()
  38825.     {
  38826.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  38827.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  38828.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/SalesChannelWriter.php';
  38829.         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()));
  38830.     }
  38831.     /**
  38832.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\SeoUrlWriter' shared service.
  38833.      *
  38834.      * @return \SwagMigrationAssistant\Migration\Writer\SeoUrlWriter
  38835.      */
  38836.     protected function getSeoUrlWriterService()
  38837.     {
  38838.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  38839.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  38840.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/SeoUrlWriter.php';
  38841.         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()));
  38842.     }
  38843.     /**
  38844.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\ShippingMethodWriter' shared service.
  38845.      *
  38846.      * @return \SwagMigrationAssistant\Migration\Writer\ShippingMethodWriter
  38847.      */
  38848.     protected function getShippingMethodWriterService()
  38849.     {
  38850.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  38851.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  38852.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/ShippingMethodWriter.php';
  38853.         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()));
  38854.     }
  38855.     /**
  38856.      * Gets the private 'SwagMigrationAssistant\Migration\Writer\TranslationWriter' shared service.
  38857.      *
  38858.      * @return \SwagMigrationAssistant\Migration\Writer\TranslationWriter
  38859.      */
  38860.     protected function getTranslationWriterService()
  38861.     {
  38862.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  38863.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/TranslationWriter.php';
  38864.         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()));
  38865.     }
  38866.     /**
  38867.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CategoryAttributeConverter' shared service.
  38868.      *
  38869.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CategoryAttributeConverter
  38870.      */
  38871.     protected function getShopware54CategoryAttributeConverterService()
  38872.     {
  38873.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  38874.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  38875.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  38876.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CategoryAttributeConverter.php';
  38877.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54CategoryAttributeConverter.php';
  38878.         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()));
  38879.     }
  38880.     /**
  38881.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CategoryConverter' shared service.
  38882.      *
  38883.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CategoryConverter
  38884.      */
  38885.     protected function getShopware54CategoryConverterService()
  38886.     {
  38887.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  38888.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  38889.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  38890.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CategoryConverter.php';
  38891.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54CategoryConverter.php';
  38892.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  38893.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CategoryConverter'])) {
  38894.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54CategoryConverter'];
  38895.         }
  38896.         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);
  38897.     }
  38898.     /**
  38899.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CrossSellingConverter' shared service.
  38900.      *
  38901.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CrossSellingConverter
  38902.      */
  38903.     protected function getShopware54CrossSellingConverterService()
  38904.     {
  38905.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  38906.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  38907.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  38908.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CrossSellingConverter.php';
  38909.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54CrossSellingConverter.php';
  38910.         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()));
  38911.     }
  38912.     /**
  38913.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CurrencyConverter' shared service.
  38914.      *
  38915.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CurrencyConverter
  38916.      */
  38917.     protected function getShopware54CurrencyConverterService()
  38918.     {
  38919.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  38920.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  38921.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  38922.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CurrencyConverter.php';
  38923.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54CurrencyConverter.php';
  38924.         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()));
  38925.     }
  38926.     /**
  38927.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CustomerAttributeConverter' shared service.
  38928.      *
  38929.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CustomerAttributeConverter
  38930.      */
  38931.     protected function getShopware54CustomerAttributeConverterService()
  38932.     {
  38933.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  38934.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  38935.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  38936.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerAttributeConverter.php';
  38937.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54CustomerAttributeConverter.php';
  38938.         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()));
  38939.     }
  38940.     /**
  38941.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CustomerConverter' shared service.
  38942.      *
  38943.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CustomerConverter
  38944.      */
  38945.     protected function getShopware54CustomerConverterService()
  38946.     {
  38947.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  38948.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  38949.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  38950.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerConverter.php';
  38951.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54CustomerConverter.php';
  38952.         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()));
  38953.     }
  38954.     /**
  38955.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CustomerGroupAttributeConverter' shared service.
  38956.      *
  38957.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CustomerGroupAttributeConverter
  38958.      */
  38959.     protected function getShopware54CustomerGroupAttributeConverterService()
  38960.     {
  38961.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  38962.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  38963.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  38964.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerGroupAttributeConverter.php';
  38965.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54CustomerGroupAttributeConverter.php';
  38966.         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()));
  38967.     }
  38968.     /**
  38969.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CustomerGroupConverter' shared service.
  38970.      *
  38971.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CustomerGroupConverter
  38972.      */
  38973.     protected function getShopware54CustomerGroupConverterService()
  38974.     {
  38975.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  38976.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  38977.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  38978.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerGroupConverter.php';
  38979.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54CustomerGroupConverter.php';
  38980.         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()));
  38981.     }
  38982.     /**
  38983.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CustomerWishlistConverter' shared service.
  38984.      *
  38985.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54CustomerWishlistConverter
  38986.      */
  38987.     protected function getShopware54CustomerWishlistConverterService()
  38988.     {
  38989.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  38990.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  38991.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  38992.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerWishlistConverter.php';
  38993.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54CustomerWishlistConverter.php';
  38994.         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()));
  38995.     }
  38996.     /**
  38997.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54LanguageConverter' shared service.
  38998.      *
  38999.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54LanguageConverter
  39000.      */
  39001.     protected function getShopware54LanguageConverterService()
  39002.     {
  39003.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39004.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39005.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39006.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/LanguageConverter.php';
  39007.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54LanguageConverter.php';
  39008.         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()));
  39009.     }
  39010.     /**
  39011.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54MainVariantRelationConverter' shared service.
  39012.      *
  39013.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54MainVariantRelationConverter
  39014.      */
  39015.     protected function getShopware54MainVariantRelationConverterService()
  39016.     {
  39017.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39018.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39019.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39020.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/MainVariantRelationConverter.php';
  39021.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54MainVariantRelationConverter.php';
  39022.         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()));
  39023.     }
  39024.     /**
  39025.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ManufacturerAttributeConverter' shared service.
  39026.      *
  39027.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ManufacturerAttributeConverter
  39028.      */
  39029.     protected function getShopware54ManufacturerAttributeConverterService()
  39030.     {
  39031.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39032.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39033.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  39034.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ManufacturerAttributeConverter.php';
  39035.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54ManufacturerAttributeConverter.php';
  39036.         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()));
  39037.     }
  39038.     /**
  39039.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54MediaConverter' shared service.
  39040.      *
  39041.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54MediaConverter
  39042.      */
  39043.     protected function getShopware54MediaConverterService()
  39044.     {
  39045.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39046.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39047.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39048.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/MediaConverter.php';
  39049.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54MediaConverter.php';
  39050.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  39051.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54MediaConverter'])) {
  39052.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54MediaConverter'];
  39053.         }
  39054.         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);
  39055.     }
  39056.     /**
  39057.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54MediaFolderConverter' shared service.
  39058.      *
  39059.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54MediaFolderConverter
  39060.      */
  39061.     protected function getShopware54MediaFolderConverterService()
  39062.     {
  39063.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39064.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39065.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39066.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/MediaFolderConverter.php';
  39067.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54MediaFolderConverter.php';
  39068.         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()));
  39069.     }
  39070.     /**
  39071.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54NewsletterRecipientConverter' shared service.
  39072.      *
  39073.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54NewsletterRecipientConverter
  39074.      */
  39075.     protected function getShopware54NewsletterRecipientConverterService()
  39076.     {
  39077.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39078.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39079.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39080.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/NewsletterRecipientConverter.php';
  39081.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54NewsletterRecipientConverter.php';
  39082.         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()));
  39083.     }
  39084.     /**
  39085.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54NumberRangeConverter' shared service.
  39086.      *
  39087.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54NumberRangeConverter
  39088.      */
  39089.     protected function getShopware54NumberRangeConverterService()
  39090.     {
  39091.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39092.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39093.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39094.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/NumberRangeConverter.php';
  39095.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54NumberRangeConverter.php';
  39096.         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()));
  39097.     }
  39098.     /**
  39099.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54OrderAttributeConverter' shared service.
  39100.      *
  39101.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54OrderAttributeConverter
  39102.      */
  39103.     protected function getShopware54OrderAttributeConverterService()
  39104.     {
  39105.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39106.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39107.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  39108.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/OrderAttributeConverter.php';
  39109.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54OrderAttributeConverter.php';
  39110.         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()));
  39111.     }
  39112.     /**
  39113.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54OrderConverter' shared service.
  39114.      *
  39115.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54OrderConverter
  39116.      */
  39117.     protected function getShopware54OrderConverterService()
  39118.     {
  39119.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39120.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39121.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39122.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/OrderConverter.php';
  39123.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54OrderConverter.php';
  39124.         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())));
  39125.     }
  39126.     /**
  39127.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54OrderDocumentAttributeConverter' shared service.
  39128.      *
  39129.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54OrderDocumentAttributeConverter
  39130.      */
  39131.     protected function getShopware54OrderDocumentAttributeConverterService()
  39132.     {
  39133.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39134.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39135.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  39136.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/OrderDocumentAttributeConverter.php';
  39137.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54OrderDocumentAttributeConverter.php';
  39138.         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()));
  39139.     }
  39140.     /**
  39141.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54OrderDocumentConverter' shared service.
  39142.      *
  39143.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54OrderDocumentConverter
  39144.      */
  39145.     protected function getShopware54OrderDocumentConverterService()
  39146.     {
  39147.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39148.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39149.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39150.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/OrderDocumentConverter.php';
  39151.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54OrderDocumentConverter.php';
  39152.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  39153.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54OrderDocumentConverter'])) {
  39154.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54OrderDocumentConverter'];
  39155.         }
  39156.         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);
  39157.     }
  39158.     /**
  39159.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductAttributeConverter' shared service.
  39160.      *
  39161.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductAttributeConverter
  39162.      */
  39163.     protected function getShopware54ProductAttributeConverterService()
  39164.     {
  39165.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39166.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39167.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  39168.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductAttributeConverter.php';
  39169.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54ProductAttributeConverter.php';
  39170.         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()));
  39171.     }
  39172.     /**
  39173.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductConverter' shared service.
  39174.      *
  39175.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductConverter
  39176.      */
  39177.     protected function getShopware54ProductConverterService()
  39178.     {
  39179.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39180.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39181.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39182.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductConverter.php';
  39183.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54ProductConverter.php';
  39184.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  39185.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54ProductConverter'])) {
  39186.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54ProductConverter'];
  39187.         }
  39188.         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);
  39189.     }
  39190.     /**
  39191.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductOptionRelationConverter' shared service.
  39192.      *
  39193.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductOptionRelationConverter
  39194.      */
  39195.     protected function getShopware54ProductOptionRelationConverterService()
  39196.     {
  39197.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39198.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39199.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39200.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductOptionRelationConverter.php';
  39201.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54ProductOptionRelationConverter.php';
  39202.         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()));
  39203.     }
  39204.     /**
  39205.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductPriceAttributeConverter' shared service.
  39206.      *
  39207.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductPriceAttributeConverter
  39208.      */
  39209.     protected function getShopware54ProductPriceAttributeConverterService()
  39210.     {
  39211.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39212.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39213.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  39214.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductPriceAttributeConverter.php';
  39215.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54ProductPriceAttributeConverter.php';
  39216.         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()));
  39217.     }
  39218.     /**
  39219.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductPropertyRelationConverter' shared service.
  39220.      *
  39221.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductPropertyRelationConverter
  39222.      */
  39223.     protected function getShopware54ProductPropertyRelationConverterService()
  39224.     {
  39225.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39226.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39227.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39228.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductPropertyRelationConverter.php';
  39229.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54ProductPropertyRelationConverter.php';
  39230.         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()));
  39231.     }
  39232.     /**
  39233.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductReviewConverter' shared service.
  39234.      *
  39235.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ProductReviewConverter
  39236.      */
  39237.     protected function getShopware54ProductReviewConverterService()
  39238.     {
  39239.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39240.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39241.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39242.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductReviewConverter.php';
  39243.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54ProductReviewConverter.php';
  39244.         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()));
  39245.     }
  39246.     /**
  39247.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54PromotionConverter' shared service.
  39248.      *
  39249.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54PromotionConverter
  39250.      */
  39251.     protected function getShopware54PromotionConverterService()
  39252.     {
  39253.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39254.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39255.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39256.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/PromotionConverter.php';
  39257.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54PromotionConverter.php';
  39258.         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()));
  39259.     }
  39260.     /**
  39261.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54PropertyGroupOptionConverter' shared service.
  39262.      *
  39263.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54PropertyGroupOptionConverter
  39264.      */
  39265.     protected function getShopware54PropertyGroupOptionConverterService()
  39266.     {
  39267.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39268.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39269.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39270.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/PropertyGroupOptionConverter.php';
  39271.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54PropertyGroupOptionConverter.php';
  39272.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  39273.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54PropertyGroupOptionConverter'])) {
  39274.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware54\\Converter\\Shopware54PropertyGroupOptionConverter'];
  39275.         }
  39276.         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);
  39277.     }
  39278.     /**
  39279.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54SalesChannelConverter' shared service.
  39280.      *
  39281.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54SalesChannelConverter
  39282.      */
  39283.     protected function getShopware54SalesChannelConverterService()
  39284.     {
  39285.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39286.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39287.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39288.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/SalesChannelConverter.php';
  39289.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54SalesChannelConverter.php';
  39290.         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()));
  39291.     }
  39292.     /**
  39293.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54SeoUrlConverter' shared service.
  39294.      *
  39295.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54SeoUrlConverter
  39296.      */
  39297.     protected function getShopware54SeoUrlConverterService()
  39298.     {
  39299.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39300.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39301.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39302.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/SeoUrlConverter.php';
  39303.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54SeoUrlConverter.php';
  39304.         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()));
  39305.     }
  39306.     /**
  39307.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ShippingMethodConverter' shared service.
  39308.      *
  39309.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54ShippingMethodConverter
  39310.      */
  39311.     protected function getShopware54ShippingMethodConverterService()
  39312.     {
  39313.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39314.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39315.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39316.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShippingMethodConverter.php';
  39317.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54ShippingMethodConverter.php';
  39318.         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()));
  39319.     }
  39320.     /**
  39321.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54TranslationConverter' shared service.
  39322.      *
  39323.      * @return \SwagMigrationAssistant\Profile\Shopware54\Converter\Shopware54TranslationConverter
  39324.      */
  39325.     protected function getShopware54TranslationConverterService()
  39326.     {
  39327.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39328.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39329.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39330.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/TranslationConverter.php';
  39331.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware54/Converter/Shopware54TranslationConverter.php';
  39332.         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()));
  39333.     }
  39334.     /**
  39335.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CategoryAttributeConverter' shared service.
  39336.      *
  39337.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CategoryAttributeConverter
  39338.      */
  39339.     protected function getShopware55CategoryAttributeConverterService()
  39340.     {
  39341.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39342.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39343.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  39344.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CategoryAttributeConverter.php';
  39345.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55CategoryAttributeConverter.php';
  39346.         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()));
  39347.     }
  39348.     /**
  39349.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CategoryConverter' shared service.
  39350.      *
  39351.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CategoryConverter
  39352.      */
  39353.     protected function getShopware55CategoryConverterService()
  39354.     {
  39355.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39356.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39357.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39358.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CategoryConverter.php';
  39359.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55CategoryConverter.php';
  39360.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  39361.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CategoryConverter'])) {
  39362.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55CategoryConverter'];
  39363.         }
  39364.         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);
  39365.     }
  39366.     /**
  39367.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CrossSellingConverter' shared service.
  39368.      *
  39369.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CrossSellingConverter
  39370.      */
  39371.     protected function getShopware55CrossSellingConverterService()
  39372.     {
  39373.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39374.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39375.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39376.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CrossSellingConverter.php';
  39377.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55CrossSellingConverter.php';
  39378.         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()));
  39379.     }
  39380.     /**
  39381.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CurrencyConverter' shared service.
  39382.      *
  39383.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CurrencyConverter
  39384.      */
  39385.     protected function getShopware55CurrencyConverterService()
  39386.     {
  39387.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39388.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39389.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39390.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CurrencyConverter.php';
  39391.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55CurrencyConverter.php';
  39392.         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()));
  39393.     }
  39394.     /**
  39395.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CustomerAttributeConverter' shared service.
  39396.      *
  39397.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CustomerAttributeConverter
  39398.      */
  39399.     protected function getShopware55CustomerAttributeConverterService()
  39400.     {
  39401.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39402.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39403.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  39404.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerAttributeConverter.php';
  39405.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55CustomerAttributeConverter.php';
  39406.         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()));
  39407.     }
  39408.     /**
  39409.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CustomerConverter' shared service.
  39410.      *
  39411.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CustomerConverter
  39412.      */
  39413.     protected function getShopware55CustomerConverterService()
  39414.     {
  39415.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39416.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39417.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39418.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerConverter.php';
  39419.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55CustomerConverter.php';
  39420.         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()));
  39421.     }
  39422.     /**
  39423.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CustomerGroupAttributeConverter' shared service.
  39424.      *
  39425.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CustomerGroupAttributeConverter
  39426.      */
  39427.     protected function getShopware55CustomerGroupAttributeConverterService()
  39428.     {
  39429.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39430.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39431.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  39432.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerGroupAttributeConverter.php';
  39433.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55CustomerGroupAttributeConverter.php';
  39434.         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()));
  39435.     }
  39436.     /**
  39437.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CustomerGroupConverter' shared service.
  39438.      *
  39439.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CustomerGroupConverter
  39440.      */
  39441.     protected function getShopware55CustomerGroupConverterService()
  39442.     {
  39443.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39444.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39445.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39446.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerGroupConverter.php';
  39447.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55CustomerGroupConverter.php';
  39448.         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()));
  39449.     }
  39450.     /**
  39451.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CustomerWishlistConverter' shared service.
  39452.      *
  39453.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55CustomerWishlistConverter
  39454.      */
  39455.     protected function getShopware55CustomerWishlistConverterService()
  39456.     {
  39457.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39458.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39459.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39460.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerWishlistConverter.php';
  39461.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55CustomerWishlistConverter.php';
  39462.         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()));
  39463.     }
  39464.     /**
  39465.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55LanguageConverter' shared service.
  39466.      *
  39467.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55LanguageConverter
  39468.      */
  39469.     protected function getShopware55LanguageConverterService()
  39470.     {
  39471.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39472.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39473.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39474.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/LanguageConverter.php';
  39475.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55LanguageConverter.php';
  39476.         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()));
  39477.     }
  39478.     /**
  39479.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55MainVariantRelationConverter' shared service.
  39480.      *
  39481.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55MainVariantRelationConverter
  39482.      */
  39483.     protected function getShopware55MainVariantRelationConverterService()
  39484.     {
  39485.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39486.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39487.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39488.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/MainVariantRelationConverter.php';
  39489.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55MainVariantRelationConverter.php';
  39490.         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()));
  39491.     }
  39492.     /**
  39493.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ManufacturerAttributeConverter' shared service.
  39494.      *
  39495.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ManufacturerAttributeConverter
  39496.      */
  39497.     protected function getShopware55ManufacturerAttributeConverterService()
  39498.     {
  39499.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39500.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39501.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  39502.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ManufacturerAttributeConverter.php';
  39503.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55ManufacturerAttributeConverter.php';
  39504.         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()));
  39505.     }
  39506.     /**
  39507.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55MediaConverter' shared service.
  39508.      *
  39509.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55MediaConverter
  39510.      */
  39511.     protected function getShopware55MediaConverterService()
  39512.     {
  39513.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39514.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39515.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39516.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/MediaConverter.php';
  39517.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55MediaConverter.php';
  39518.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  39519.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55MediaConverter'])) {
  39520.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55MediaConverter'];
  39521.         }
  39522.         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);
  39523.     }
  39524.     /**
  39525.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55MediaFolderConverter' shared service.
  39526.      *
  39527.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55MediaFolderConverter
  39528.      */
  39529.     protected function getShopware55MediaFolderConverterService()
  39530.     {
  39531.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39532.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39533.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39534.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/MediaFolderConverter.php';
  39535.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55MediaFolderConverter.php';
  39536.         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()));
  39537.     }
  39538.     /**
  39539.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55NewsletterRecipientConverter' shared service.
  39540.      *
  39541.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55NewsletterRecipientConverter
  39542.      */
  39543.     protected function getShopware55NewsletterRecipientConverterService()
  39544.     {
  39545.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39546.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39547.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39548.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/NewsletterRecipientConverter.php';
  39549.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55NewsletterRecipientConverter.php';
  39550.         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()));
  39551.     }
  39552.     /**
  39553.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55NumberRangeConverter' shared service.
  39554.      *
  39555.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55NumberRangeConverter
  39556.      */
  39557.     protected function getShopware55NumberRangeConverterService()
  39558.     {
  39559.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39560.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39561.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39562.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/NumberRangeConverter.php';
  39563.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55NumberRangeConverter.php';
  39564.         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()));
  39565.     }
  39566.     /**
  39567.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55OrderAttributeConverter' shared service.
  39568.      *
  39569.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55OrderAttributeConverter
  39570.      */
  39571.     protected function getShopware55OrderAttributeConverterService()
  39572.     {
  39573.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39574.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39575.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  39576.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/OrderAttributeConverter.php';
  39577.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55OrderAttributeConverter.php';
  39578.         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()));
  39579.     }
  39580.     /**
  39581.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55OrderConverter' shared service.
  39582.      *
  39583.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55OrderConverter
  39584.      */
  39585.     protected function getShopware55OrderConverterService()
  39586.     {
  39587.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39588.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39589.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39590.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/OrderConverter.php';
  39591.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55OrderConverter.php';
  39592.         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())));
  39593.     }
  39594.     /**
  39595.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55OrderDocumentAttributeConverter' shared service.
  39596.      *
  39597.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55OrderDocumentAttributeConverter
  39598.      */
  39599.     protected function getShopware55OrderDocumentAttributeConverterService()
  39600.     {
  39601.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39602.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39603.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  39604.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/OrderDocumentAttributeConverter.php';
  39605.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55OrderDocumentAttributeConverter.php';
  39606.         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()));
  39607.     }
  39608.     /**
  39609.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55OrderDocumentConverter' shared service.
  39610.      *
  39611.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55OrderDocumentConverter
  39612.      */
  39613.     protected function getShopware55OrderDocumentConverterService()
  39614.     {
  39615.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39616.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39617.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39618.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/OrderDocumentConverter.php';
  39619.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55OrderDocumentConverter.php';
  39620.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  39621.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55OrderDocumentConverter'])) {
  39622.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55OrderDocumentConverter'];
  39623.         }
  39624.         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);
  39625.     }
  39626.     /**
  39627.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductAttributeConverter' shared service.
  39628.      *
  39629.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductAttributeConverter
  39630.      */
  39631.     protected function getShopware55ProductAttributeConverterService()
  39632.     {
  39633.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39634.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39635.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  39636.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductAttributeConverter.php';
  39637.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55ProductAttributeConverter.php';
  39638.         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()));
  39639.     }
  39640.     /**
  39641.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductConverter' shared service.
  39642.      *
  39643.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductConverter
  39644.      */
  39645.     protected function getShopware55ProductConverterService()
  39646.     {
  39647.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39648.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39649.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39650.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductConverter.php';
  39651.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55ProductConverter.php';
  39652.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  39653.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55ProductConverter'])) {
  39654.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55ProductConverter'];
  39655.         }
  39656.         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);
  39657.     }
  39658.     /**
  39659.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductOptionRelationConverter' shared service.
  39660.      *
  39661.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductOptionRelationConverter
  39662.      */
  39663.     protected function getShopware55ProductOptionRelationConverterService()
  39664.     {
  39665.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39666.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39667.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39668.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductOptionRelationConverter.php';
  39669.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55ProductOptionRelationConverter.php';
  39670.         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()));
  39671.     }
  39672.     /**
  39673.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductPriceAttributeConverter' shared service.
  39674.      *
  39675.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductPriceAttributeConverter
  39676.      */
  39677.     protected function getShopware55ProductPriceAttributeConverterService()
  39678.     {
  39679.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39680.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39681.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  39682.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductPriceAttributeConverter.php';
  39683.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55ProductPriceAttributeConverter.php';
  39684.         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()));
  39685.     }
  39686.     /**
  39687.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductPropertyRelationConverter' shared service.
  39688.      *
  39689.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductPropertyRelationConverter
  39690.      */
  39691.     protected function getShopware55ProductPropertyRelationConverterService()
  39692.     {
  39693.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39694.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39695.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39696.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductPropertyRelationConverter.php';
  39697.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55ProductPropertyRelationConverter.php';
  39698.         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()));
  39699.     }
  39700.     /**
  39701.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductReviewConverter' shared service.
  39702.      *
  39703.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ProductReviewConverter
  39704.      */
  39705.     protected function getShopware55ProductReviewConverterService()
  39706.     {
  39707.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39708.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39709.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39710.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductReviewConverter.php';
  39711.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55ProductReviewConverter.php';
  39712.         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()));
  39713.     }
  39714.     /**
  39715.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55PromotionConverter' shared service.
  39716.      *
  39717.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55PromotionConverter
  39718.      */
  39719.     protected function getShopware55PromotionConverterService()
  39720.     {
  39721.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39722.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39723.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39724.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/PromotionConverter.php';
  39725.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55PromotionConverter.php';
  39726.         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()));
  39727.     }
  39728.     /**
  39729.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55PropertyGroupOptionConverter' shared service.
  39730.      *
  39731.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55PropertyGroupOptionConverter
  39732.      */
  39733.     protected function getShopware55PropertyGroupOptionConverterService()
  39734.     {
  39735.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39736.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39737.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39738.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/PropertyGroupOptionConverter.php';
  39739.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55PropertyGroupOptionConverter.php';
  39740.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  39741.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55PropertyGroupOptionConverter'])) {
  39742.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware55\\Converter\\Shopware55PropertyGroupOptionConverter'];
  39743.         }
  39744.         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);
  39745.     }
  39746.     /**
  39747.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55SalesChannelConverter' shared service.
  39748.      *
  39749.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55SalesChannelConverter
  39750.      */
  39751.     protected function getShopware55SalesChannelConverterService()
  39752.     {
  39753.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39754.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39755.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39756.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/SalesChannelConverter.php';
  39757.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55SalesChannelConverter.php';
  39758.         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()));
  39759.     }
  39760.     /**
  39761.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55SeoUrlConverter' shared service.
  39762.      *
  39763.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55SeoUrlConverter
  39764.      */
  39765.     protected function getShopware55SeoUrlConverterService()
  39766.     {
  39767.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39768.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39769.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39770.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/SeoUrlConverter.php';
  39771.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55SeoUrlConverter.php';
  39772.         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()));
  39773.     }
  39774.     /**
  39775.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ShippingMethodConverter' shared service.
  39776.      *
  39777.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55ShippingMethodConverter
  39778.      */
  39779.     protected function getShopware55ShippingMethodConverterService()
  39780.     {
  39781.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39782.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39783.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39784.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShippingMethodConverter.php';
  39785.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55ShippingMethodConverter.php';
  39786.         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()));
  39787.     }
  39788.     /**
  39789.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55TranslationConverter' shared service.
  39790.      *
  39791.      * @return \SwagMigrationAssistant\Profile\Shopware55\Converter\Shopware55TranslationConverter
  39792.      */
  39793.     protected function getShopware55TranslationConverterService()
  39794.     {
  39795.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39796.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39797.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39798.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/TranslationConverter.php';
  39799.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware55/Converter/Shopware55TranslationConverter.php';
  39800.         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()));
  39801.     }
  39802.     /**
  39803.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CategoryAttributeConverter' shared service.
  39804.      *
  39805.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CategoryAttributeConverter
  39806.      */
  39807.     protected function getShopware56CategoryAttributeConverterService()
  39808.     {
  39809.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39810.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39811.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  39812.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CategoryAttributeConverter.php';
  39813.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56CategoryAttributeConverter.php';
  39814.         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()));
  39815.     }
  39816.     /**
  39817.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CategoryConverter' shared service.
  39818.      *
  39819.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CategoryConverter
  39820.      */
  39821.     protected function getShopware56CategoryConverterService()
  39822.     {
  39823.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39824.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39825.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39826.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CategoryConverter.php';
  39827.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56CategoryConverter.php';
  39828.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  39829.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CategoryConverter'])) {
  39830.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56CategoryConverter'];
  39831.         }
  39832.         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);
  39833.     }
  39834.     /**
  39835.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CrossSellingConverter' shared service.
  39836.      *
  39837.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CrossSellingConverter
  39838.      */
  39839.     protected function getShopware56CrossSellingConverterService()
  39840.     {
  39841.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39842.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39843.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39844.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CrossSellingConverter.php';
  39845.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56CrossSellingConverter.php';
  39846.         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()));
  39847.     }
  39848.     /**
  39849.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CurrencyConverter' shared service.
  39850.      *
  39851.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CurrencyConverter
  39852.      */
  39853.     protected function getShopware56CurrencyConverterService()
  39854.     {
  39855.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39856.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39857.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39858.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CurrencyConverter.php';
  39859.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56CurrencyConverter.php';
  39860.         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()));
  39861.     }
  39862.     /**
  39863.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CustomerAttributeConverter' shared service.
  39864.      *
  39865.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CustomerAttributeConverter
  39866.      */
  39867.     protected function getShopware56CustomerAttributeConverterService()
  39868.     {
  39869.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39870.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39871.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  39872.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerAttributeConverter.php';
  39873.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56CustomerAttributeConverter.php';
  39874.         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()));
  39875.     }
  39876.     /**
  39877.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CustomerConverter' shared service.
  39878.      *
  39879.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CustomerConverter
  39880.      */
  39881.     protected function getShopware56CustomerConverterService()
  39882.     {
  39883.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39884.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39885.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39886.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerConverter.php';
  39887.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56CustomerConverter.php';
  39888.         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()));
  39889.     }
  39890.     /**
  39891.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CustomerGroupAttributeConverter' shared service.
  39892.      *
  39893.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CustomerGroupAttributeConverter
  39894.      */
  39895.     protected function getShopware56CustomerGroupAttributeConverterService()
  39896.     {
  39897.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39898.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39899.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  39900.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerGroupAttributeConverter.php';
  39901.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56CustomerGroupAttributeConverter.php';
  39902.         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()));
  39903.     }
  39904.     /**
  39905.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CustomerGroupConverter' shared service.
  39906.      *
  39907.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CustomerGroupConverter
  39908.      */
  39909.     protected function getShopware56CustomerGroupConverterService()
  39910.     {
  39911.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39912.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39913.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39914.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerGroupConverter.php';
  39915.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56CustomerGroupConverter.php';
  39916.         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()));
  39917.     }
  39918.     /**
  39919.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CustomerWishlistConverter' shared service.
  39920.      *
  39921.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56CustomerWishlistConverter
  39922.      */
  39923.     protected function getShopware56CustomerWishlistConverterService()
  39924.     {
  39925.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39926.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39927.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39928.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerWishlistConverter.php';
  39929.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56CustomerWishlistConverter.php';
  39930.         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()));
  39931.     }
  39932.     /**
  39933.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56LanguageConverter' shared service.
  39934.      *
  39935.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56LanguageConverter
  39936.      */
  39937.     protected function getShopware56LanguageConverterService()
  39938.     {
  39939.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39940.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39941.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39942.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/LanguageConverter.php';
  39943.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56LanguageConverter.php';
  39944.         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()));
  39945.     }
  39946.     /**
  39947.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56MainVariantRelationConverter' shared service.
  39948.      *
  39949.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56MainVariantRelationConverter
  39950.      */
  39951.     protected function getShopware56MainVariantRelationConverterService()
  39952.     {
  39953.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39954.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39955.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39956.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/MainVariantRelationConverter.php';
  39957.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56MainVariantRelationConverter.php';
  39958.         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()));
  39959.     }
  39960.     /**
  39961.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ManufacturerAttributeConverter' shared service.
  39962.      *
  39963.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ManufacturerAttributeConverter
  39964.      */
  39965.     protected function getShopware56ManufacturerAttributeConverterService()
  39966.     {
  39967.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39968.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39969.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  39970.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ManufacturerAttributeConverter.php';
  39971.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56ManufacturerAttributeConverter.php';
  39972.         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()));
  39973.     }
  39974.     /**
  39975.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56MediaConverter' shared service.
  39976.      *
  39977.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56MediaConverter
  39978.      */
  39979.     protected function getShopware56MediaConverterService()
  39980.     {
  39981.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  39982.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  39983.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  39984.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/MediaConverter.php';
  39985.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56MediaConverter.php';
  39986.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  39987.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56MediaConverter'])) {
  39988.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56MediaConverter'];
  39989.         }
  39990.         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);
  39991.     }
  39992.     /**
  39993.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56MediaFolderConverter' shared service.
  39994.      *
  39995.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56MediaFolderConverter
  39996.      */
  39997.     protected function getShopware56MediaFolderConverterService()
  39998.     {
  39999.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40000.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40001.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40002.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/MediaFolderConverter.php';
  40003.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56MediaFolderConverter.php';
  40004.         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()));
  40005.     }
  40006.     /**
  40007.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56NewsletterRecipientConverter' shared service.
  40008.      *
  40009.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56NewsletterRecipientConverter
  40010.      */
  40011.     protected function getShopware56NewsletterRecipientConverterService()
  40012.     {
  40013.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40014.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40015.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40016.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/NewsletterRecipientConverter.php';
  40017.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56NewsletterRecipientConverter.php';
  40018.         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()));
  40019.     }
  40020.     /**
  40021.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56NumberRangeConverter' shared service.
  40022.      *
  40023.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56NumberRangeConverter
  40024.      */
  40025.     protected function getShopware56NumberRangeConverterService()
  40026.     {
  40027.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40028.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40029.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40030.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/NumberRangeConverter.php';
  40031.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56NumberRangeConverter.php';
  40032.         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()));
  40033.     }
  40034.     /**
  40035.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56OrderAttributeConverter' shared service.
  40036.      *
  40037.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56OrderAttributeConverter
  40038.      */
  40039.     protected function getShopware56OrderAttributeConverterService()
  40040.     {
  40041.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40042.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40043.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  40044.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/OrderAttributeConverter.php';
  40045.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56OrderAttributeConverter.php';
  40046.         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()));
  40047.     }
  40048.     /**
  40049.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56OrderConverter' shared service.
  40050.      *
  40051.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56OrderConverter
  40052.      */
  40053.     protected function getShopware56OrderConverterService()
  40054.     {
  40055.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40056.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40057.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40058.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/OrderConverter.php';
  40059.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56OrderConverter.php';
  40060.         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())));
  40061.     }
  40062.     /**
  40063.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56OrderDocumentAttributeConverter' shared service.
  40064.      *
  40065.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56OrderDocumentAttributeConverter
  40066.      */
  40067.     protected function getShopware56OrderDocumentAttributeConverterService()
  40068.     {
  40069.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40070.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40071.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  40072.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/OrderDocumentAttributeConverter.php';
  40073.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56OrderDocumentAttributeConverter.php';
  40074.         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()));
  40075.     }
  40076.     /**
  40077.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56OrderDocumentConverter' shared service.
  40078.      *
  40079.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56OrderDocumentConverter
  40080.      */
  40081.     protected function getShopware56OrderDocumentConverterService()
  40082.     {
  40083.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40084.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40085.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40086.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/OrderDocumentConverter.php';
  40087.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56OrderDocumentConverter.php';
  40088.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  40089.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56OrderDocumentConverter'])) {
  40090.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56OrderDocumentConverter'];
  40091.         }
  40092.         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);
  40093.     }
  40094.     /**
  40095.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductAttributeConverter' shared service.
  40096.      *
  40097.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductAttributeConverter
  40098.      */
  40099.     protected function getShopware56ProductAttributeConverterService()
  40100.     {
  40101.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40102.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40103.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  40104.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductAttributeConverter.php';
  40105.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56ProductAttributeConverter.php';
  40106.         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()));
  40107.     }
  40108.     /**
  40109.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductConverter' shared service.
  40110.      *
  40111.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductConverter
  40112.      */
  40113.     protected function getShopware56ProductConverterService()
  40114.     {
  40115.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40116.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40117.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40118.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductConverter.php';
  40119.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56ProductConverter.php';
  40120.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  40121.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56ProductConverter'])) {
  40122.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56ProductConverter'];
  40123.         }
  40124.         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);
  40125.     }
  40126.     /**
  40127.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductOptionRelationConverter' shared service.
  40128.      *
  40129.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductOptionRelationConverter
  40130.      */
  40131.     protected function getShopware56ProductOptionRelationConverterService()
  40132.     {
  40133.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40134.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40135.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40136.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductOptionRelationConverter.php';
  40137.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56ProductOptionRelationConverter.php';
  40138.         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()));
  40139.     }
  40140.     /**
  40141.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductPriceAttributeConverter' shared service.
  40142.      *
  40143.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductPriceAttributeConverter
  40144.      */
  40145.     protected function getShopware56ProductPriceAttributeConverterService()
  40146.     {
  40147.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40148.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40149.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  40150.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductPriceAttributeConverter.php';
  40151.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56ProductPriceAttributeConverter.php';
  40152.         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()));
  40153.     }
  40154.     /**
  40155.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductPropertyRelationConverter' shared service.
  40156.      *
  40157.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductPropertyRelationConverter
  40158.      */
  40159.     protected function getShopware56ProductPropertyRelationConverterService()
  40160.     {
  40161.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40162.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40163.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40164.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductPropertyRelationConverter.php';
  40165.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56ProductPropertyRelationConverter.php';
  40166.         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()));
  40167.     }
  40168.     /**
  40169.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductReviewConverter' shared service.
  40170.      *
  40171.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ProductReviewConverter
  40172.      */
  40173.     protected function getShopware56ProductReviewConverterService()
  40174.     {
  40175.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40176.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40177.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40178.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductReviewConverter.php';
  40179.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56ProductReviewConverter.php';
  40180.         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()));
  40181.     }
  40182.     /**
  40183.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56PromotionConverter' shared service.
  40184.      *
  40185.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56PromotionConverter
  40186.      */
  40187.     protected function getShopware56PromotionConverterService()
  40188.     {
  40189.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40190.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40191.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40192.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/PromotionConverter.php';
  40193.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56PromotionConverter.php';
  40194.         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()));
  40195.     }
  40196.     /**
  40197.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56PropertyGroupOptionConverter' shared service.
  40198.      *
  40199.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56PropertyGroupOptionConverter
  40200.      */
  40201.     protected function getShopware56PropertyGroupOptionConverterService()
  40202.     {
  40203.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40204.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40205.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40206.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/PropertyGroupOptionConverter.php';
  40207.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56PropertyGroupOptionConverter.php';
  40208.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  40209.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56PropertyGroupOptionConverter'])) {
  40210.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware56\\Converter\\Shopware56PropertyGroupOptionConverter'];
  40211.         }
  40212.         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);
  40213.     }
  40214.     /**
  40215.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56SalesChannelConverter' shared service.
  40216.      *
  40217.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56SalesChannelConverter
  40218.      */
  40219.     protected function getShopware56SalesChannelConverterService()
  40220.     {
  40221.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40222.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40223.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40224.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/SalesChannelConverter.php';
  40225.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56SalesChannelConverter.php';
  40226.         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()));
  40227.     }
  40228.     /**
  40229.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56SeoUrlConverter' shared service.
  40230.      *
  40231.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56SeoUrlConverter
  40232.      */
  40233.     protected function getShopware56SeoUrlConverterService()
  40234.     {
  40235.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40236.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40237.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40238.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/SeoUrlConverter.php';
  40239.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56SeoUrlConverter.php';
  40240.         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()));
  40241.     }
  40242.     /**
  40243.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ShippingMethodConverter' shared service.
  40244.      *
  40245.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56ShippingMethodConverter
  40246.      */
  40247.     protected function getShopware56ShippingMethodConverterService()
  40248.     {
  40249.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40250.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40251.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40252.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShippingMethodConverter.php';
  40253.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56ShippingMethodConverter.php';
  40254.         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()));
  40255.     }
  40256.     /**
  40257.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56TranslationConverter' shared service.
  40258.      *
  40259.      * @return \SwagMigrationAssistant\Profile\Shopware56\Converter\Shopware56TranslationConverter
  40260.      */
  40261.     protected function getShopware56TranslationConverterService()
  40262.     {
  40263.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40264.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40265.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40266.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/TranslationConverter.php';
  40267.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware56/Converter/Shopware56TranslationConverter.php';
  40268.         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()));
  40269.     }
  40270.     /**
  40271.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CategoryAttributeConverter' shared service.
  40272.      *
  40273.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CategoryAttributeConverter
  40274.      */
  40275.     protected function getShopware57CategoryAttributeConverterService()
  40276.     {
  40277.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40278.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40279.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  40280.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CategoryAttributeConverter.php';
  40281.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57CategoryAttributeConverter.php';
  40282.         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()));
  40283.     }
  40284.     /**
  40285.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CategoryConverter' shared service.
  40286.      *
  40287.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CategoryConverter
  40288.      */
  40289.     protected function getShopware57CategoryConverterService()
  40290.     {
  40291.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40292.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40293.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40294.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CategoryConverter.php';
  40295.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57CategoryConverter.php';
  40296.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  40297.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CategoryConverter'])) {
  40298.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57CategoryConverter'];
  40299.         }
  40300.         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);
  40301.     }
  40302.     /**
  40303.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CrossSellingConverter' shared service.
  40304.      *
  40305.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CrossSellingConverter
  40306.      */
  40307.     protected function getShopware57CrossSellingConverterService()
  40308.     {
  40309.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40310.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40311.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40312.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CrossSellingConverter.php';
  40313.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57CrossSellingConverter.php';
  40314.         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()));
  40315.     }
  40316.     /**
  40317.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CurrencyConverter' shared service.
  40318.      *
  40319.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CurrencyConverter
  40320.      */
  40321.     protected function getShopware57CurrencyConverterService()
  40322.     {
  40323.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40324.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40325.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40326.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CurrencyConverter.php';
  40327.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57CurrencyConverter.php';
  40328.         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()));
  40329.     }
  40330.     /**
  40331.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerAttributeConverter' shared service.
  40332.      *
  40333.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerAttributeConverter
  40334.      */
  40335.     protected function getShopware57CustomerAttributeConverterService()
  40336.     {
  40337.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40338.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40339.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  40340.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerAttributeConverter.php';
  40341.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57CustomerAttributeConverter.php';
  40342.         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()));
  40343.     }
  40344.     /**
  40345.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerConverter' shared service.
  40346.      *
  40347.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerConverter
  40348.      */
  40349.     protected function getShopware57CustomerConverterService()
  40350.     {
  40351.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40352.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40353.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40354.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerConverter.php';
  40355.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57CustomerConverter.php';
  40356.         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()));
  40357.     }
  40358.     /**
  40359.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerGroupAttributeConverter' shared service.
  40360.      *
  40361.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerGroupAttributeConverter
  40362.      */
  40363.     protected function getShopware57CustomerGroupAttributeConverterService()
  40364.     {
  40365.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40366.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40367.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  40368.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerGroupAttributeConverter.php';
  40369.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57CustomerGroupAttributeConverter.php';
  40370.         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()));
  40371.     }
  40372.     /**
  40373.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerGroupConverter' shared service.
  40374.      *
  40375.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerGroupConverter
  40376.      */
  40377.     protected function getShopware57CustomerGroupConverterService()
  40378.     {
  40379.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40380.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40381.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40382.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerGroupConverter.php';
  40383.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57CustomerGroupConverter.php';
  40384.         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()));
  40385.     }
  40386.     /**
  40387.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerWishlistConverter' shared service.
  40388.      *
  40389.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerWishlistConverter
  40390.      */
  40391.     protected function getShopware57CustomerWishlistConverterService()
  40392.     {
  40393.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40394.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40395.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40396.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/CustomerWishlistConverter.php';
  40397.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57CustomerWishlistConverter.php';
  40398.         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()));
  40399.     }
  40400.     /**
  40401.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57LanguageConverter' shared service.
  40402.      *
  40403.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57LanguageConverter
  40404.      */
  40405.     protected function getShopware57LanguageConverterService()
  40406.     {
  40407.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40408.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40409.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40410.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/LanguageConverter.php';
  40411.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57LanguageConverter.php';
  40412.         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()));
  40413.     }
  40414.     /**
  40415.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57MainVariantRelationConverter' shared service.
  40416.      *
  40417.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57MainVariantRelationConverter
  40418.      */
  40419.     protected function getShopware57MainVariantRelationConverterService()
  40420.     {
  40421.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40422.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40423.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40424.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/MainVariantRelationConverter.php';
  40425.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57MainVariantRelationConverter.php';
  40426.         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()));
  40427.     }
  40428.     /**
  40429.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ManufacturerAttributeConverter' shared service.
  40430.      *
  40431.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ManufacturerAttributeConverter
  40432.      */
  40433.     protected function getShopware57ManufacturerAttributeConverterService()
  40434.     {
  40435.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40436.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40437.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  40438.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ManufacturerAttributeConverter.php';
  40439.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57ManufacturerAttributeConverter.php';
  40440.         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()));
  40441.     }
  40442.     /**
  40443.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57MediaConverter' shared service.
  40444.      *
  40445.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57MediaConverter
  40446.      */
  40447.     protected function getShopware57MediaConverterService()
  40448.     {
  40449.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40450.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40451.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40452.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/MediaConverter.php';
  40453.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57MediaConverter.php';
  40454.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  40455.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57MediaConverter'])) {
  40456.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57MediaConverter'];
  40457.         }
  40458.         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);
  40459.     }
  40460.     /**
  40461.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57MediaFolderConverter' shared service.
  40462.      *
  40463.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57MediaFolderConverter
  40464.      */
  40465.     protected function getShopware57MediaFolderConverterService()
  40466.     {
  40467.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40468.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40469.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40470.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/MediaFolderConverter.php';
  40471.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57MediaFolderConverter.php';
  40472.         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()));
  40473.     }
  40474.     /**
  40475.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57NewsletterRecipientConverter' shared service.
  40476.      *
  40477.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57NewsletterRecipientConverter
  40478.      */
  40479.     protected function getShopware57NewsletterRecipientConverterService()
  40480.     {
  40481.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40482.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40483.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40484.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/NewsletterRecipientConverter.php';
  40485.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57NewsletterRecipientConverter.php';
  40486.         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()));
  40487.     }
  40488.     /**
  40489.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57NumberRangeConverter' shared service.
  40490.      *
  40491.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57NumberRangeConverter
  40492.      */
  40493.     protected function getShopware57NumberRangeConverterService()
  40494.     {
  40495.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40496.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40497.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40498.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/NumberRangeConverter.php';
  40499.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57NumberRangeConverter.php';
  40500.         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()));
  40501.     }
  40502.     /**
  40503.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57OrderAttributeConverter' shared service.
  40504.      *
  40505.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57OrderAttributeConverter
  40506.      */
  40507.     protected function getShopware57OrderAttributeConverterService()
  40508.     {
  40509.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40510.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40511.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  40512.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/OrderAttributeConverter.php';
  40513.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57OrderAttributeConverter.php';
  40514.         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()));
  40515.     }
  40516.     /**
  40517.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57OrderConverter' shared service.
  40518.      *
  40519.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57OrderConverter
  40520.      */
  40521.     protected function getShopware57OrderConverterService()
  40522.     {
  40523.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40524.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40525.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40526.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/OrderConverter.php';
  40527.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57OrderConverter.php';
  40528.         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())));
  40529.     }
  40530.     /**
  40531.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57OrderDocumentAttributeConverter' shared service.
  40532.      *
  40533.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57OrderDocumentAttributeConverter
  40534.      */
  40535.     protected function getShopware57OrderDocumentAttributeConverterService()
  40536.     {
  40537.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40538.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40539.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  40540.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/OrderDocumentAttributeConverter.php';
  40541.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57OrderDocumentAttributeConverter.php';
  40542.         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()));
  40543.     }
  40544.     /**
  40545.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57OrderDocumentConverter' shared service.
  40546.      *
  40547.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57OrderDocumentConverter
  40548.      */
  40549.     protected function getShopware57OrderDocumentConverterService()
  40550.     {
  40551.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40552.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40553.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40554.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/OrderDocumentConverter.php';
  40555.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57OrderDocumentConverter.php';
  40556.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  40557.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57OrderDocumentConverter'])) {
  40558.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57OrderDocumentConverter'];
  40559.         }
  40560.         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);
  40561.     }
  40562.     /**
  40563.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductAttributeConverter' shared service.
  40564.      *
  40565.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductAttributeConverter
  40566.      */
  40567.     protected function getShopware57ProductAttributeConverterService()
  40568.     {
  40569.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40570.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40571.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  40572.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductAttributeConverter.php';
  40573.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57ProductAttributeConverter.php';
  40574.         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()));
  40575.     }
  40576.     /**
  40577.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductConverter' shared service.
  40578.      *
  40579.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductConverter
  40580.      */
  40581.     protected function getShopware57ProductConverterService()
  40582.     {
  40583.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40584.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40585.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40586.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductConverter.php';
  40587.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57ProductConverter.php';
  40588.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  40589.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57ProductConverter'])) {
  40590.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57ProductConverter'];
  40591.         }
  40592.         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);
  40593.     }
  40594.     /**
  40595.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductOptionRelationConverter' shared service.
  40596.      *
  40597.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductOptionRelationConverter
  40598.      */
  40599.     protected function getShopware57ProductOptionRelationConverterService()
  40600.     {
  40601.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40602.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40603.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40604.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductOptionRelationConverter.php';
  40605.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57ProductOptionRelationConverter.php';
  40606.         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()));
  40607.     }
  40608.     /**
  40609.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductPriceAttributeConverter' shared service.
  40610.      *
  40611.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductPriceAttributeConverter
  40612.      */
  40613.     protected function getShopware57ProductPriceAttributeConverterService()
  40614.     {
  40615.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40616.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40617.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/AttributeConverter.php';
  40618.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductPriceAttributeConverter.php';
  40619.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57ProductPriceAttributeConverter.php';
  40620.         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()));
  40621.     }
  40622.     /**
  40623.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductPropertyRelationConverter' shared service.
  40624.      *
  40625.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductPropertyRelationConverter
  40626.      */
  40627.     protected function getShopware57ProductPropertyRelationConverterService()
  40628.     {
  40629.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40630.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40631.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40632.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductPropertyRelationConverter.php';
  40633.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57ProductPropertyRelationConverter.php';
  40634.         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()));
  40635.     }
  40636.     /**
  40637.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductReviewConverter' shared service.
  40638.      *
  40639.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductReviewConverter
  40640.      */
  40641.     protected function getShopware57ProductReviewConverterService()
  40642.     {
  40643.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40644.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40645.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40646.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ProductReviewConverter.php';
  40647.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57ProductReviewConverter.php';
  40648.         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()));
  40649.     }
  40650.     /**
  40651.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57PromotionConverter' shared service.
  40652.      *
  40653.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57PromotionConverter
  40654.      */
  40655.     protected function getShopware57PromotionConverterService()
  40656.     {
  40657.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40658.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40659.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40660.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/PromotionConverter.php';
  40661.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57PromotionConverter.php';
  40662.         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()));
  40663.     }
  40664.     /**
  40665.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57PropertyGroupOptionConverter' shared service.
  40666.      *
  40667.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57PropertyGroupOptionConverter
  40668.      */
  40669.     protected function getShopware57PropertyGroupOptionConverterService()
  40670.     {
  40671.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40672.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40673.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40674.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/PropertyGroupOptionConverter.php';
  40675.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57PropertyGroupOptionConverter.php';
  40676.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  40677.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57PropertyGroupOptionConverter'])) {
  40678.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware57\\Converter\\Shopware57PropertyGroupOptionConverter'];
  40679.         }
  40680.         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);
  40681.     }
  40682.     /**
  40683.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57SalesChannelConverter' shared service.
  40684.      *
  40685.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57SalesChannelConverter
  40686.      */
  40687.     protected function getShopware57SalesChannelConverterService()
  40688.     {
  40689.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40690.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40691.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40692.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/SalesChannelConverter.php';
  40693.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57SalesChannelConverter.php';
  40694.         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()));
  40695.     }
  40696.     /**
  40697.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57SeoUrlConverter' shared service.
  40698.      *
  40699.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57SeoUrlConverter
  40700.      */
  40701.     protected function getShopware57SeoUrlConverterService()
  40702.     {
  40703.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40704.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40705.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40706.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/SeoUrlConverter.php';
  40707.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57SeoUrlConverter.php';
  40708.         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()));
  40709.     }
  40710.     /**
  40711.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ShippingMethodConverter' shared service.
  40712.      *
  40713.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ShippingMethodConverter
  40714.      */
  40715.     protected function getShopware57ShippingMethodConverterService()
  40716.     {
  40717.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40718.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40719.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40720.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShippingMethodConverter.php';
  40721.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57ShippingMethodConverter.php';
  40722.         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()));
  40723.     }
  40724.     /**
  40725.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57TranslationConverter' shared service.
  40726.      *
  40727.      * @return \SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57TranslationConverter
  40728.      */
  40729.     protected function getShopware57TranslationConverterService()
  40730.     {
  40731.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40732.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40733.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/ShopwareConverter.php';
  40734.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Converter/TranslationConverter.php';
  40735.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware57/Converter/Shopware57TranslationConverter.php';
  40736.         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()));
  40737.     }
  40738.     /**
  40739.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CategoryAssociationConverter' shared service.
  40740.      *
  40741.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CategoryAssociationConverter
  40742.      */
  40743.     protected function getShopware63CategoryAssociationConverterService()
  40744.     {
  40745.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40746.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40747.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  40748.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/CategoryAssociationConverter.php';
  40749.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63CategoryAssociationConverter.php';
  40750.         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()));
  40751.     }
  40752.     /**
  40753.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CategoryCmsPageAssociationConverter' shared service.
  40754.      *
  40755.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CategoryCmsPageAssociationConverter
  40756.      */
  40757.     protected function getShopware63CategoryCmsPageAssociationConverterService()
  40758.     {
  40759.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40760.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40761.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  40762.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/CategoryCmsPageAssociationConverter.php';
  40763.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63CategoryCmsPageAssociationConverter.php';
  40764.         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()));
  40765.     }
  40766.     /**
  40767.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CategoryConverter' shared service.
  40768.      *
  40769.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CategoryConverter
  40770.      */
  40771.     protected function getShopware63CategoryConverterService()
  40772.     {
  40773.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40774.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40775.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  40776.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareMediaConverter.php';
  40777.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/CategoryConverter.php';
  40778.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63CategoryConverter.php';
  40779.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  40780.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CategoryConverter'])) {
  40781.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63CategoryConverter'];
  40782.         }
  40783.         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);
  40784.     }
  40785.     /**
  40786.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CmsPageConverter' shared service.
  40787.      *
  40788.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CmsPageConverter
  40789.      */
  40790.     protected function getShopware63CmsPageConverterService()
  40791.     {
  40792.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40793.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40794.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  40795.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/CmsPageConverter.php';
  40796.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63CmsPageConverter.php';
  40797.         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()));
  40798.     }
  40799.     /**
  40800.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CountryConverter' shared service.
  40801.      *
  40802.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CountryConverter
  40803.      */
  40804.     protected function getShopware63CountryConverterService()
  40805.     {
  40806.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40807.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40808.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  40809.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/CountryConverter.php';
  40810.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63CountryConverter.php';
  40811.         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()));
  40812.     }
  40813.     /**
  40814.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CountryStateConverter' shared service.
  40815.      *
  40816.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CountryStateConverter
  40817.      */
  40818.     protected function getShopware63CountryStateConverterService()
  40819.     {
  40820.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40821.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40822.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  40823.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/CountryStateConverter.php';
  40824.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63CountryStateConverter.php';
  40825.         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()));
  40826.     }
  40827.     /**
  40828.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CrossSellingConverter' shared service.
  40829.      *
  40830.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CrossSellingConverter
  40831.      */
  40832.     protected function getShopware63CrossSellingConverterService()
  40833.     {
  40834.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40835.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40836.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  40837.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/CrossSellingConverter.php';
  40838.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63CrossSellingConverter.php';
  40839.         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()));
  40840.     }
  40841.     /**
  40842.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CurrencyConverter' shared service.
  40843.      *
  40844.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CurrencyConverter
  40845.      */
  40846.     protected function getShopware63CurrencyConverterService()
  40847.     {
  40848.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40849.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40850.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  40851.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/CurrencyConverter.php';
  40852.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63CurrencyConverter.php';
  40853.         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()));
  40854.     }
  40855.     /**
  40856.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CustomFieldSetConverter' shared service.
  40857.      *
  40858.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CustomFieldSetConverter
  40859.      */
  40860.     protected function getShopware63CustomFieldSetConverterService()
  40861.     {
  40862.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40863.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40864.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  40865.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/CustomFieldSetConverter.php';
  40866.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63CustomFieldSetConverter.php';
  40867.         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()));
  40868.     }
  40869.     /**
  40870.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CustomerConverter' shared service.
  40871.      *
  40872.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CustomerConverter
  40873.      */
  40874.     protected function getShopware63CustomerConverterService()
  40875.     {
  40876.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40877.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40878.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  40879.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/CustomerConverter.php';
  40880.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63CustomerConverter.php';
  40881.         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()));
  40882.     }
  40883.     /**
  40884.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CustomerGroupConverter' shared service.
  40885.      *
  40886.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CustomerGroupConverter
  40887.      */
  40888.     protected function getShopware63CustomerGroupConverterService()
  40889.     {
  40890.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40891.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40892.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  40893.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/CustomerGroupConverter.php';
  40894.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63CustomerGroupConverter.php';
  40895.         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()));
  40896.     }
  40897.     /**
  40898.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CustomerWishlistConverter' shared service.
  40899.      *
  40900.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63CustomerWishlistConverter
  40901.      */
  40902.     protected function getShopware63CustomerWishlistConverterService()
  40903.     {
  40904.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40905.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40906.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  40907.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/CustomerWishlistConverter.php';
  40908.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63CustomerWishlistConverter.php';
  40909.         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()));
  40910.     }
  40911.     /**
  40912.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63DeliveryTimeConverter' shared service.
  40913.      *
  40914.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63DeliveryTimeConverter
  40915.      */
  40916.     protected function getShopware63DeliveryTimeConverterService()
  40917.     {
  40918.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40919.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40920.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  40921.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/DeliveryTimeConverter.php';
  40922.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63DeliveryTimeConverter.php';
  40923.         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()));
  40924.     }
  40925.     /**
  40926.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63DocumentBaseConfigConverter' shared service.
  40927.      *
  40928.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63DocumentBaseConfigConverter
  40929.      */
  40930.     protected function getShopware63DocumentBaseConfigConverterService()
  40931.     {
  40932.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40933.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40934.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  40935.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareMediaConverter.php';
  40936.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/DocumentBaseConfigConverter.php';
  40937.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63DocumentBaseConfigConverter.php';
  40938.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  40939.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63DocumentBaseConfigConverter'])) {
  40940.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63DocumentBaseConfigConverter'];
  40941.         }
  40942.         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);
  40943.     }
  40944.     /**
  40945.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63DocumentConverter' shared service.
  40946.      *
  40947.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63DocumentConverter
  40948.      */
  40949.     protected function getShopware63DocumentConverterService()
  40950.     {
  40951.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40952.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40953.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  40954.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareMediaConverter.php';
  40955.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/DocumentConverter.php';
  40956.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63DocumentConverter.php';
  40957.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  40958.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63DocumentConverter'])) {
  40959.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63DocumentConverter'];
  40960.         }
  40961.         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);
  40962.     }
  40963.     /**
  40964.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63DocumentInheritanceConverter' shared service.
  40965.      *
  40966.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63DocumentInheritanceConverter
  40967.      */
  40968.     protected function getShopware63DocumentInheritanceConverterService()
  40969.     {
  40970.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40971.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40972.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  40973.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/DocumentInheritanceConverter.php';
  40974.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63DocumentInheritanceConverter.php';
  40975.         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()));
  40976.     }
  40977.     /**
  40978.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63LanguageConverter' shared service.
  40979.      *
  40980.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63LanguageConverter
  40981.      */
  40982.     protected function getShopware63LanguageConverterService()
  40983.     {
  40984.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40985.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  40986.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  40987.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/LanguageConverter.php';
  40988.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63LanguageConverter.php';
  40989.         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()));
  40990.     }
  40991.     /**
  40992.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63MailTemplateConverter' shared service.
  40993.      *
  40994.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63MailTemplateConverter
  40995.      */
  40996.     protected function getShopware63MailTemplateConverterService()
  40997.     {
  40998.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  40999.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  41000.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  41001.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareMediaConverter.php';
  41002.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/MailTemplateConverter.php';
  41003.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63MailTemplateConverter.php';
  41004.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  41005.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63MailTemplateConverter'])) {
  41006.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63MailTemplateConverter'];
  41007.         }
  41008.         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);
  41009.     }
  41010.     /**
  41011.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63MediaConverter' shared service.
  41012.      *
  41013.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63MediaConverter
  41014.      */
  41015.     protected function getShopware63MediaConverterService()
  41016.     {
  41017.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  41018.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  41019.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  41020.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareMediaConverter.php';
  41021.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/MediaConverter.php';
  41022.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63MediaConverter.php';
  41023.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  41024.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63MediaConverter'])) {
  41025.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63MediaConverter'];
  41026.         }
  41027.         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);
  41028.     }
  41029.     /**
  41030.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63MediaFolderConverter' shared service.
  41031.      *
  41032.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63MediaFolderConverter
  41033.      */
  41034.     protected function getShopware63MediaFolderConverterService()
  41035.     {
  41036.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  41037.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  41038.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  41039.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/MediaFolderConverter.php';
  41040.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63MediaFolderConverter.php';
  41041.         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()));
  41042.     }
  41043.     /**
  41044.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63MediaFolderInheritanceConverter' shared service.
  41045.      *
  41046.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63MediaFolderInheritanceConverter
  41047.      */
  41048.     protected function getShopware63MediaFolderInheritanceConverterService()
  41049.     {
  41050.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  41051.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  41052.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  41053.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/MediaFolderInheritanceConverter.php';
  41054.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63MediaFolderInheritanceConverter.php';
  41055.         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()));
  41056.     }
  41057.     /**
  41058.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63NewsletterRecipientConverter' shared service.
  41059.      *
  41060.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63NewsletterRecipientConverter
  41061.      */
  41062.     protected function getShopware63NewsletterRecipientConverterService()
  41063.     {
  41064.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  41065.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  41066.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  41067.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/NewsletterRecipientConverter.php';
  41068.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63NewsletterRecipientConverter.php';
  41069.         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()));
  41070.     }
  41071.     /**
  41072.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63NumberRangeConverter' shared service.
  41073.      *
  41074.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63NumberRangeConverter
  41075.      */
  41076.     protected function getShopware63NumberRangeConverterService()
  41077.     {
  41078.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  41079.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  41080.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  41081.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/NumberRangeConverter.php';
  41082.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63NumberRangeConverter.php';
  41083.         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()));
  41084.     }
  41085.     /**
  41086.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63OrderConverter' shared service.
  41087.      *
  41088.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63OrderConverter
  41089.      */
  41090.     protected function getShopware63OrderConverterService()
  41091.     {
  41092.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  41093.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  41094.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  41095.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/OrderConverter.php';
  41096.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63OrderConverter.php';
  41097.         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()));
  41098.     }
  41099.     /**
  41100.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63PageSystemConfigConverter' shared service.
  41101.      *
  41102.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63PageSystemConfigConverter
  41103.      */
  41104.     protected function getShopware63PageSystemConfigConverterService()
  41105.     {
  41106.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  41107.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  41108.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  41109.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/PageSystemConfigConverter.php';
  41110.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63PageSystemConfigConverter.php';
  41111.         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()));
  41112.     }
  41113.     /**
  41114.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductConverter' shared service.
  41115.      *
  41116.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductConverter
  41117.      */
  41118.     protected function getShopware63ProductConverterService()
  41119.     {
  41120.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  41121.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  41122.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  41123.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareMediaConverter.php';
  41124.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ProductConverter.php';
  41125.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63ProductConverter.php';
  41126.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  41127.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductConverter'])) {
  41128.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductConverter'];
  41129.         }
  41130.         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);
  41131.     }
  41132.     /**
  41133.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductFeatureSetConverter' shared service.
  41134.      *
  41135.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductFeatureSetConverter
  41136.      */
  41137.     protected function getShopware63ProductFeatureSetConverterService()
  41138.     {
  41139.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  41140.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  41141.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  41142.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ProductFeatureSetConverter.php';
  41143.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63ProductFeatureSetConverter.php';
  41144.         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()));
  41145.     }
  41146.     /**
  41147.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductMainVariantRelationConverter' shared service.
  41148.      *
  41149.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductMainVariantRelationConverter
  41150.      */
  41151.     protected function getShopware63ProductMainVariantRelationConverterService()
  41152.     {
  41153.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  41154.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  41155.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  41156.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ProductMainVariantRelationConverter.php';
  41157.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63ProductMainVariantRelationConverter.php';
  41158.         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()));
  41159.     }
  41160.     /**
  41161.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductManufacturerConverter' shared service.
  41162.      *
  41163.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductManufacturerConverter
  41164.      */
  41165.     protected function getShopware63ProductManufacturerConverterService()
  41166.     {
  41167.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  41168.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  41169.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  41170.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareMediaConverter.php';
  41171.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ProductManufacturerConverter.php';
  41172.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63ProductManufacturerConverter.php';
  41173.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  41174.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductManufacturerConverter'])) {
  41175.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ProductManufacturerConverter'];
  41176.         }
  41177.         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);
  41178.     }
  41179.     /**
  41180.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductReviewConverter' shared service.
  41181.      *
  41182.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductReviewConverter
  41183.      */
  41184.     protected function getShopware63ProductReviewConverterService()
  41185.     {
  41186.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  41187.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  41188.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  41189.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ProductReviewConverter.php';
  41190.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63ProductReviewConverter.php';
  41191.         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()));
  41192.     }
  41193.     /**
  41194.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductSortingConverter' shared service.
  41195.      *
  41196.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductSortingConverter
  41197.      */
  41198.     protected function getShopware63ProductSortingConverterService()
  41199.     {
  41200.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  41201.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  41202.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  41203.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ProductSortingConverter.php';
  41204.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63ProductSortingConverter.php';
  41205.         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()));
  41206.     }
  41207.     /**
  41208.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductStreamConverter' shared service.
  41209.      *
  41210.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductStreamConverter
  41211.      */
  41212.     protected function getShopware63ProductStreamConverterService()
  41213.     {
  41214.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  41215.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  41216.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  41217.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ProductStreamConverter.php';
  41218.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63ProductStreamConverter.php';
  41219.         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()));
  41220.     }
  41221.     /**
  41222.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductStreamFilterInheritanceConverter' shared service.
  41223.      *
  41224.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ProductStreamFilterInheritanceConverter
  41225.      */
  41226.     protected function getShopware63ProductStreamFilterInheritanceConverterService()
  41227.     {
  41228.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  41229.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  41230.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  41231.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ProductStreamFilterInheritanceConverter.php';
  41232.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63ProductStreamFilterInheritanceConverter.php';
  41233.         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()));
  41234.     }
  41235.     /**
  41236.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63PromotionConverter' shared service.
  41237.      *
  41238.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63PromotionConverter
  41239.      */
  41240.     protected function getShopware63PromotionConverterService()
  41241.     {
  41242.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  41243.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  41244.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  41245.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/PromotionConverter.php';
  41246.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63PromotionConverter.php';
  41247.         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()));
  41248.     }
  41249.     /**
  41250.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63PropertyGroupConverter' shared service.
  41251.      *
  41252.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63PropertyGroupConverter
  41253.      */
  41254.     protected function getShopware63PropertyGroupConverterService()
  41255.     {
  41256.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  41257.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  41258.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  41259.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareMediaConverter.php';
  41260.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/PropertyGroupConverter.php';
  41261.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63PropertyGroupConverter.php';
  41262.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  41263.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63PropertyGroupConverter'])) {
  41264.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63PropertyGroupConverter'];
  41265.         }
  41266.         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);
  41267.     }
  41268.     /**
  41269.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63RuleConverter' shared service.
  41270.      *
  41271.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63RuleConverter
  41272.      */
  41273.     protected function getShopware63RuleConverterService()
  41274.     {
  41275.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  41276.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  41277.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  41278.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/RuleConverter.php';
  41279.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63RuleConverter.php';
  41280.         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()));
  41281.     }
  41282.     /**
  41283.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SalesChannelConverter' shared service.
  41284.      *
  41285.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SalesChannelConverter
  41286.      */
  41287.     protected function getShopware63SalesChannelConverterService()
  41288.     {
  41289.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  41290.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  41291.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  41292.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/SalesChannelConverter.php';
  41293.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63SalesChannelConverter.php';
  41294.         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()));
  41295.     }
  41296.     /**
  41297.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SalesChannelDomainConverter' shared service.
  41298.      *
  41299.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SalesChannelDomainConverter
  41300.      */
  41301.     protected function getShopware63SalesChannelDomainConverterService()
  41302.     {
  41303.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  41304.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  41305.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  41306.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/SalesChannelDomainConverter.php';
  41307.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63SalesChannelDomainConverter.php';
  41308.         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()));
  41309.     }
  41310.     /**
  41311.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SalutationConverter' shared service.
  41312.      *
  41313.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SalutationConverter
  41314.      */
  41315.     protected function getShopware63SalutationConverterService()
  41316.     {
  41317.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  41318.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  41319.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  41320.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/SalutationConverter.php';
  41321.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63SalutationConverter.php';
  41322.         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()));
  41323.     }
  41324.     /**
  41325.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SeoUrlConverter' shared service.
  41326.      *
  41327.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SeoUrlConverter
  41328.      */
  41329.     protected function getShopware63SeoUrlConverterService()
  41330.     {
  41331.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  41332.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  41333.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  41334.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/SeoUrlConverter.php';
  41335.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63SeoUrlConverter.php';
  41336.         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()));
  41337.     }
  41338.     /**
  41339.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SeoUrlTemplateConverter' shared service.
  41340.      *
  41341.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SeoUrlTemplateConverter
  41342.      */
  41343.     protected function getShopware63SeoUrlTemplateConverterService()
  41344.     {
  41345.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  41346.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  41347.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  41348.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/SeoUrlTemplateConverter.php';
  41349.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63SeoUrlTemplateConverter.php';
  41350.         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()));
  41351.     }
  41352.     /**
  41353.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ShippingMethodConverter' shared service.
  41354.      *
  41355.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63ShippingMethodConverter
  41356.      */
  41357.     protected function getShopware63ShippingMethodConverterService()
  41358.     {
  41359.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  41360.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  41361.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  41362.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareMediaConverter.php';
  41363.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShippingMethodConverter.php';
  41364.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63ShippingMethodConverter.php';
  41365.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  41366.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ShippingMethodConverter'])) {
  41367.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware63\\Converter\\Shopware63ShippingMethodConverter'];
  41368.         }
  41369.         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);
  41370.     }
  41371.     /**
  41372.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SnippetConverter' shared service.
  41373.      *
  41374.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SnippetConverter
  41375.      */
  41376.     protected function getShopware63SnippetConverterService()
  41377.     {
  41378.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  41379.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  41380.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  41381.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/SnippetConverter.php';
  41382.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63SnippetConverter.php';
  41383.         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()));
  41384.     }
  41385.     /**
  41386.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SnippetSetConverter' shared service.
  41387.      *
  41388.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SnippetSetConverter
  41389.      */
  41390.     protected function getShopware63SnippetSetConverterService()
  41391.     {
  41392.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  41393.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  41394.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  41395.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/SnippetSetConverter.php';
  41396.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63SnippetSetConverter.php';
  41397.         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()));
  41398.     }
  41399.     /**
  41400.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SystemConfigConverter' shared service.
  41401.      *
  41402.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63SystemConfigConverter
  41403.      */
  41404.     protected function getShopware63SystemConfigConverterService()
  41405.     {
  41406.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  41407.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  41408.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  41409.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/SystemConfigConverter.php';
  41410.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63SystemConfigConverter.php';
  41411.         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()));
  41412.     }
  41413.     /**
  41414.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63TaxConverter' shared service.
  41415.      *
  41416.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63TaxConverter
  41417.      */
  41418.     protected function getShopware63TaxConverterService()
  41419.     {
  41420.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  41421.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  41422.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  41423.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/TaxConverter.php';
  41424.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63TaxConverter.php';
  41425.         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()));
  41426.     }
  41427.     /**
  41428.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63TaxRuleConverter' shared service.
  41429.      *
  41430.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63TaxRuleConverter
  41431.      */
  41432.     protected function getShopware63TaxRuleConverterService()
  41433.     {
  41434.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  41435.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  41436.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  41437.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/TaxRuleConverter.php';
  41438.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63TaxRuleConverter.php';
  41439.         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()));
  41440.     }
  41441.     /**
  41442.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63UnitConverter' shared service.
  41443.      *
  41444.      * @return \SwagMigrationAssistant\Profile\Shopware63\Converter\Shopware63UnitConverter
  41445.      */
  41446.     protected function getShopware63UnitConverterService()
  41447.     {
  41448.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  41449.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  41450.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/ShopwareConverter.php';
  41451.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Converter/UnitConverter.php';
  41452.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware63/Converter/Shopware63UnitConverter.php';
  41453.         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()));
  41454.     }
  41455.     /**
  41456.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CategoryAssociationReader' shared service.
  41457.      *
  41458.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CategoryAssociationReader
  41459.      */
  41460.     protected function getCategoryAssociationReaderService()
  41461.     {
  41462.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  41463.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  41464.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/CategoryAssociationReader.php';
  41465.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  41466.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CategoryAssociationReader'])) {
  41467.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CategoryAssociationReader'];
  41468.         }
  41469.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CategoryAssociationReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CategoryAssociationReader($a);
  41470.     }
  41471.     /**
  41472.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CategoryCmsPageAssociationReader' shared service.
  41473.      *
  41474.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CategoryCmsPageAssociationReader
  41475.      */
  41476.     protected function getCategoryCmsPageAssociationReaderService()
  41477.     {
  41478.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  41479.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  41480.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/CategoryCmsPageAssociationReader.php';
  41481.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  41482.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CategoryCmsPageAssociationReader'])) {
  41483.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CategoryCmsPageAssociationReader'];
  41484.         }
  41485.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CategoryCmsPageAssociationReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CategoryCmsPageAssociationReader($a);
  41486.     }
  41487.     /**
  41488.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CategoryReader' shared service.
  41489.      *
  41490.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CategoryReader
  41491.      */
  41492.     protected function getCategoryReader3Service()
  41493.     {
  41494.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  41495.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  41496.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/CategoryReader.php';
  41497.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  41498.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CategoryReader'])) {
  41499.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CategoryReader'];
  41500.         }
  41501.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CategoryReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CategoryReader($a);
  41502.     }
  41503.     /**
  41504.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CmsPageReader' shared service.
  41505.      *
  41506.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CmsPageReader
  41507.      */
  41508.     protected function getCmsPageReaderService()
  41509.     {
  41510.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  41511.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  41512.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/CmsPageReader.php';
  41513.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  41514.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CmsPageReader'])) {
  41515.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CmsPageReader'];
  41516.         }
  41517.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CmsPageReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CmsPageReader($a);
  41518.     }
  41519.     /**
  41520.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CountryReader' shared service.
  41521.      *
  41522.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CountryReader
  41523.      */
  41524.     protected function getCountryReaderService()
  41525.     {
  41526.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  41527.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  41528.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/CountryReader.php';
  41529.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  41530.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CountryReader'])) {
  41531.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CountryReader'];
  41532.         }
  41533.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CountryReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CountryReader($a);
  41534.     }
  41535.     /**
  41536.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CountryStateReader' shared service.
  41537.      *
  41538.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CountryStateReader
  41539.      */
  41540.     protected function getCountryStateReaderService()
  41541.     {
  41542.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  41543.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  41544.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/CountryStateReader.php';
  41545.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  41546.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CountryStateReader'])) {
  41547.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CountryStateReader'];
  41548.         }
  41549.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CountryStateReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CountryStateReader($a);
  41550.     }
  41551.     /**
  41552.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CrossSellingReader' shared service.
  41553.      *
  41554.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CrossSellingReader
  41555.      */
  41556.     protected function getCrossSellingReader3Service()
  41557.     {
  41558.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  41559.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  41560.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/CrossSellingReader.php';
  41561.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  41562.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CrossSellingReader'])) {
  41563.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CrossSellingReader'];
  41564.         }
  41565.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CrossSellingReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CrossSellingReader($a);
  41566.     }
  41567.     /**
  41568.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CurrencyReader' shared service.
  41569.      *
  41570.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CurrencyReader
  41571.      */
  41572.     protected function getCurrencyReader3Service()
  41573.     {
  41574.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  41575.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  41576.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/CurrencyReader.php';
  41577.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  41578.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CurrencyReader'])) {
  41579.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CurrencyReader'];
  41580.         }
  41581.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CurrencyReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CurrencyReader($a);
  41582.     }
  41583.     /**
  41584.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CustomFieldSetReader' shared service.
  41585.      *
  41586.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CustomFieldSetReader
  41587.      */
  41588.     protected function getCustomFieldSetReaderService()
  41589.     {
  41590.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  41591.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  41592.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/CustomFieldSetReader.php';
  41593.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  41594.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomFieldSetReader'])) {
  41595.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomFieldSetReader'];
  41596.         }
  41597.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomFieldSetReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CustomFieldSetReader($a);
  41598.     }
  41599.     /**
  41600.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CustomerGroupReader' shared service.
  41601.      *
  41602.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CustomerGroupReader
  41603.      */
  41604.     protected function getCustomerGroupReader3Service()
  41605.     {
  41606.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  41607.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  41608.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/CustomerGroupReader.php';
  41609.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  41610.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomerGroupReader'])) {
  41611.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomerGroupReader'];
  41612.         }
  41613.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomerGroupReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CustomerGroupReader($a);
  41614.     }
  41615.     /**
  41616.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CustomerReader' shared service.
  41617.      *
  41618.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CustomerReader
  41619.      */
  41620.     protected function getCustomerReader3Service()
  41621.     {
  41622.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  41623.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  41624.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/CustomerReader.php';
  41625.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  41626.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomerReader'])) {
  41627.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomerReader'];
  41628.         }
  41629.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomerReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CustomerReader($a);
  41630.     }
  41631.     /**
  41632.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CustomerWishlistReader' shared service.
  41633.      *
  41634.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CustomerWishlistReader
  41635.      */
  41636.     protected function getCustomerWishlistReader3Service()
  41637.     {
  41638.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  41639.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  41640.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/CustomerWishlistReader.php';
  41641.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  41642.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomerWishlistReader'])) {
  41643.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomerWishlistReader'];
  41644.         }
  41645.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\CustomerWishlistReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\CustomerWishlistReader($a);
  41646.     }
  41647.     /**
  41648.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\DeliveryTimeReader' shared service.
  41649.      *
  41650.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\DeliveryTimeReader
  41651.      */
  41652.     protected function getDeliveryTimeReaderService()
  41653.     {
  41654.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  41655.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  41656.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/DeliveryTimeReader.php';
  41657.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  41658.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DeliveryTimeReader'])) {
  41659.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DeliveryTimeReader'];
  41660.         }
  41661.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DeliveryTimeReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\DeliveryTimeReader($a);
  41662.     }
  41663.     /**
  41664.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\DocumentBaseConfigReader' shared service.
  41665.      *
  41666.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\DocumentBaseConfigReader
  41667.      */
  41668.     protected function getDocumentBaseConfigReaderService()
  41669.     {
  41670.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  41671.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  41672.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/DocumentBaseConfigReader.php';
  41673.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  41674.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DocumentBaseConfigReader'])) {
  41675.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DocumentBaseConfigReader'];
  41676.         }
  41677.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DocumentBaseConfigReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\DocumentBaseConfigReader($a);
  41678.     }
  41679.     /**
  41680.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\DocumentInheritanceReader' shared service.
  41681.      *
  41682.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\DocumentInheritanceReader
  41683.      */
  41684.     protected function getDocumentInheritanceReaderService()
  41685.     {
  41686.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  41687.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  41688.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/DocumentInheritanceReader.php';
  41689.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  41690.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DocumentInheritanceReader'])) {
  41691.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DocumentInheritanceReader'];
  41692.         }
  41693.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DocumentInheritanceReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\DocumentInheritanceReader($a);
  41694.     }
  41695.     /**
  41696.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\DocumentReader' shared service.
  41697.      *
  41698.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\DocumentReader
  41699.      */
  41700.     protected function getDocumentReaderService()
  41701.     {
  41702.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  41703.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  41704.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/DocumentReader.php';
  41705.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  41706.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DocumentReader'])) {
  41707.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DocumentReader'];
  41708.         }
  41709.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\DocumentReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\DocumentReader($a);
  41710.     }
  41711.     /**
  41712.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\LanguageReader' shared service.
  41713.      *
  41714.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\LanguageReader
  41715.      */
  41716.     protected function getLanguageReader3Service()
  41717.     {
  41718.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  41719.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  41720.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/LanguageReader.php';
  41721.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  41722.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\LanguageReader'])) {
  41723.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\LanguageReader'];
  41724.         }
  41725.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\LanguageReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\LanguageReader($a);
  41726.     }
  41727.     /**
  41728.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\MailTemplateReader' shared service.
  41729.      *
  41730.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\MailTemplateReader
  41731.      */
  41732.     protected function getMailTemplateReaderService()
  41733.     {
  41734.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  41735.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  41736.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/MailTemplateReader.php';
  41737.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  41738.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MailTemplateReader'])) {
  41739.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MailTemplateReader'];
  41740.         }
  41741.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MailTemplateReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\MailTemplateReader($a);
  41742.     }
  41743.     /**
  41744.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\MediaFolderInheritanceReader' shared service.
  41745.      *
  41746.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\MediaFolderInheritanceReader
  41747.      */
  41748.     protected function getMediaFolderInheritanceReaderService()
  41749.     {
  41750.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  41751.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  41752.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/MediaFolderInheritanceReader.php';
  41753.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  41754.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MediaFolderInheritanceReader'])) {
  41755.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MediaFolderInheritanceReader'];
  41756.         }
  41757.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MediaFolderInheritanceReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\MediaFolderInheritanceReader($a);
  41758.     }
  41759.     /**
  41760.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\MediaFolderReader' shared service.
  41761.      *
  41762.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\MediaFolderReader
  41763.      */
  41764.     protected function getMediaFolderReaderService()
  41765.     {
  41766.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  41767.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  41768.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/MediaFolderReader.php';
  41769.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  41770.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MediaFolderReader'])) {
  41771.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MediaFolderReader'];
  41772.         }
  41773.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MediaFolderReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\MediaFolderReader($a);
  41774.     }
  41775.     /**
  41776.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\MediaReader' shared service.
  41777.      *
  41778.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\MediaReader
  41779.      */
  41780.     protected function getMediaReader3Service()
  41781.     {
  41782.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  41783.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  41784.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/MediaReader.php';
  41785.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  41786.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MediaReader'])) {
  41787.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MediaReader'];
  41788.         }
  41789.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\MediaReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\MediaReader($a);
  41790.     }
  41791.     /**
  41792.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\NewsletterRecipientReader' shared service.
  41793.      *
  41794.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\NewsletterRecipientReader
  41795.      */
  41796.     protected function getNewsletterRecipientReader3Service()
  41797.     {
  41798.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  41799.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  41800.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/NewsletterRecipientReader.php';
  41801.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  41802.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\NewsletterRecipientReader'])) {
  41803.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\NewsletterRecipientReader'];
  41804.         }
  41805.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\NewsletterRecipientReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\NewsletterRecipientReader($a);
  41806.     }
  41807.     /**
  41808.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\NumberRangeReader' shared service.
  41809.      *
  41810.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\NumberRangeReader
  41811.      */
  41812.     protected function getNumberRangeReader3Service()
  41813.     {
  41814.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  41815.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  41816.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/NumberRangeReader.php';
  41817.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  41818.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\NumberRangeReader'])) {
  41819.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\NumberRangeReader'];
  41820.         }
  41821.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\NumberRangeReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\NumberRangeReader($a);
  41822.     }
  41823.     /**
  41824.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\OrderReader' shared service.
  41825.      *
  41826.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\OrderReader
  41827.      */
  41828.     protected function getOrderReader3Service()
  41829.     {
  41830.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  41831.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  41832.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/OrderReader.php';
  41833.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  41834.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\OrderReader'])) {
  41835.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\OrderReader'];
  41836.         }
  41837.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\OrderReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\OrderReader($a);
  41838.     }
  41839.     /**
  41840.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\PageSystemConfigReader' shared service.
  41841.      *
  41842.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\PageSystemConfigReader
  41843.      */
  41844.     protected function getPageSystemConfigReaderService()
  41845.     {
  41846.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  41847.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  41848.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/PageSystemConfigReader.php';
  41849.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  41850.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\PageSystemConfigReader'])) {
  41851.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\PageSystemConfigReader'];
  41852.         }
  41853.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\PageSystemConfigReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\PageSystemConfigReader($a);
  41854.     }
  41855.     /**
  41856.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductFeatureSetReader' shared service.
  41857.      *
  41858.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductFeatureSetReader
  41859.      */
  41860.     protected function getProductFeatureSetReaderService()
  41861.     {
  41862.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  41863.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  41864.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ProductFeatureSetReader.php';
  41865.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  41866.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductFeatureSetReader'])) {
  41867.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductFeatureSetReader'];
  41868.         }
  41869.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductFeatureSetReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductFeatureSetReader($a);
  41870.     }
  41871.     /**
  41872.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductMainVariantRelationReader' shared service.
  41873.      *
  41874.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductMainVariantRelationReader
  41875.      */
  41876.     protected function getProductMainVariantRelationReaderService()
  41877.     {
  41878.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  41879.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  41880.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ProductMainVariantRelationReader.php';
  41881.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  41882.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductMainVariantRelationReader'])) {
  41883.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductMainVariantRelationReader'];
  41884.         }
  41885.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductMainVariantRelationReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductMainVariantRelationReader($a);
  41886.     }
  41887.     /**
  41888.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductManufacturerReader' shared service.
  41889.      *
  41890.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductManufacturerReader
  41891.      */
  41892.     protected function getProductManufacturerReaderService()
  41893.     {
  41894.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  41895.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  41896.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ProductManufacturerReader.php';
  41897.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  41898.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductManufacturerReader'])) {
  41899.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductManufacturerReader'];
  41900.         }
  41901.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductManufacturerReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductManufacturerReader($a);
  41902.     }
  41903.     /**
  41904.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductReader' shared service.
  41905.      *
  41906.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductReader
  41907.      */
  41908.     protected function getProductReader3Service()
  41909.     {
  41910.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  41911.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  41912.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ProductReader.php';
  41913.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  41914.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductReader'])) {
  41915.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductReader'];
  41916.         }
  41917.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductReader($a);
  41918.     }
  41919.     /**
  41920.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductReviewReader' shared service.
  41921.      *
  41922.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductReviewReader
  41923.      */
  41924.     protected function getProductReviewReader3Service()
  41925.     {
  41926.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  41927.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  41928.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ProductReviewReader.php';
  41929.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  41930.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductReviewReader'])) {
  41931.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductReviewReader'];
  41932.         }
  41933.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductReviewReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductReviewReader($a);
  41934.     }
  41935.     /**
  41936.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductSortingReader' shared service.
  41937.      *
  41938.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductSortingReader
  41939.      */
  41940.     protected function getProductSortingReaderService()
  41941.     {
  41942.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  41943.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  41944.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ProductSortingReader.php';
  41945.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  41946.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductSortingReader'])) {
  41947.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductSortingReader'];
  41948.         }
  41949.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductSortingReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductSortingReader($a);
  41950.     }
  41951.     /**
  41952.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductStreamFilterInheritanceReader' shared service.
  41953.      *
  41954.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductStreamFilterInheritanceReader
  41955.      */
  41956.     protected function getProductStreamFilterInheritanceReaderService()
  41957.     {
  41958.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  41959.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  41960.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ProductStreamFilterInheritanceReader.php';
  41961.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  41962.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductStreamFilterInheritanceReader'])) {
  41963.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductStreamFilterInheritanceReader'];
  41964.         }
  41965.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductStreamFilterInheritanceReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductStreamFilterInheritanceReader($a);
  41966.     }
  41967.     /**
  41968.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductStreamReader' shared service.
  41969.      *
  41970.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductStreamReader
  41971.      */
  41972.     protected function getProductStreamReaderService()
  41973.     {
  41974.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  41975.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  41976.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ProductStreamReader.php';
  41977.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  41978.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductStreamReader'])) {
  41979.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductStreamReader'];
  41980.         }
  41981.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ProductStreamReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ProductStreamReader($a);
  41982.     }
  41983.     /**
  41984.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\PromotionReader' shared service.
  41985.      *
  41986.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\PromotionReader
  41987.      */
  41988.     protected function getPromotionReader3Service()
  41989.     {
  41990.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  41991.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  41992.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/PromotionReader.php';
  41993.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  41994.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\PromotionReader'])) {
  41995.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\PromotionReader'];
  41996.         }
  41997.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\PromotionReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\PromotionReader($a);
  41998.     }
  41999.     /**
  42000.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\PropertyGroupReader' shared service.
  42001.      *
  42002.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\PropertyGroupReader
  42003.      */
  42004.     protected function getPropertyGroupReaderService()
  42005.     {
  42006.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  42007.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  42008.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/PropertyGroupReader.php';
  42009.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  42010.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\PropertyGroupReader'])) {
  42011.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\PropertyGroupReader'];
  42012.         }
  42013.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\PropertyGroupReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\PropertyGroupReader($a);
  42014.     }
  42015.     /**
  42016.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\RuleReader' shared service.
  42017.      *
  42018.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\RuleReader
  42019.      */
  42020.     protected function getRuleReaderService()
  42021.     {
  42022.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  42023.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  42024.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/RuleReader.php';
  42025.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  42026.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\RuleReader'])) {
  42027.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\RuleReader'];
  42028.         }
  42029.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\RuleReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\RuleReader($a);
  42030.     }
  42031.     /**
  42032.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SalesChannelDomainReader' shared service.
  42033.      *
  42034.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SalesChannelDomainReader
  42035.      */
  42036.     protected function getSalesChannelDomainReaderService()
  42037.     {
  42038.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  42039.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  42040.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/SalesChannelDomainReader.php';
  42041.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  42042.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SalesChannelDomainReader'])) {
  42043.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SalesChannelDomainReader'];
  42044.         }
  42045.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SalesChannelDomainReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SalesChannelDomainReader($a);
  42046.     }
  42047.     /**
  42048.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SalesChannelReader' shared service.
  42049.      *
  42050.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SalesChannelReader
  42051.      */
  42052.     protected function getSalesChannelReader3Service()
  42053.     {
  42054.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  42055.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  42056.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/SalesChannelReader.php';
  42057.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  42058.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SalesChannelReader'])) {
  42059.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SalesChannelReader'];
  42060.         }
  42061.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SalesChannelReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SalesChannelReader($a);
  42062.     }
  42063.     /**
  42064.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SalutationReader' shared service.
  42065.      *
  42066.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SalutationReader
  42067.      */
  42068.     protected function getSalutationReaderService()
  42069.     {
  42070.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  42071.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  42072.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/SalutationReader.php';
  42073.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  42074.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SalutationReader'])) {
  42075.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SalutationReader'];
  42076.         }
  42077.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SalutationReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SalutationReader($a);
  42078.     }
  42079.     /**
  42080.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SeoUrlReader' shared service.
  42081.      *
  42082.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SeoUrlReader
  42083.      */
  42084.     protected function getSeoUrlReader3Service()
  42085.     {
  42086.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  42087.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  42088.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/SeoUrlReader.php';
  42089.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  42090.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SeoUrlReader'])) {
  42091.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SeoUrlReader'];
  42092.         }
  42093.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SeoUrlReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SeoUrlReader($a);
  42094.     }
  42095.     /**
  42096.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SeoUrlTemplateReader' shared service.
  42097.      *
  42098.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SeoUrlTemplateReader
  42099.      */
  42100.     protected function getSeoUrlTemplateReaderService()
  42101.     {
  42102.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  42103.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  42104.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/SeoUrlTemplateReader.php';
  42105.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  42106.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SeoUrlTemplateReader'])) {
  42107.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SeoUrlTemplateReader'];
  42108.         }
  42109.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SeoUrlTemplateReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SeoUrlTemplateReader($a);
  42110.     }
  42111.     /**
  42112.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ShippingMethodReader' shared service.
  42113.      *
  42114.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ShippingMethodReader
  42115.      */
  42116.     protected function getShippingMethodReader3Service()
  42117.     {
  42118.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  42119.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  42120.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ShippingMethodReader.php';
  42121.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  42122.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ShippingMethodReader'])) {
  42123.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ShippingMethodReader'];
  42124.         }
  42125.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\ShippingMethodReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\ShippingMethodReader($a);
  42126.     }
  42127.     /**
  42128.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SnippetReader' shared service.
  42129.      *
  42130.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SnippetReader
  42131.      */
  42132.     protected function getSnippetReaderService()
  42133.     {
  42134.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  42135.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  42136.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/SnippetReader.php';
  42137.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  42138.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SnippetReader'])) {
  42139.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SnippetReader'];
  42140.         }
  42141.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SnippetReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SnippetReader($a);
  42142.     }
  42143.     /**
  42144.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SnippetSetReader' shared service.
  42145.      *
  42146.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SnippetSetReader
  42147.      */
  42148.     protected function getSnippetSetReaderService()
  42149.     {
  42150.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  42151.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  42152.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/SnippetSetReader.php';
  42153.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  42154.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SnippetSetReader'])) {
  42155.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SnippetSetReader'];
  42156.         }
  42157.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SnippetSetReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SnippetSetReader($a);
  42158.     }
  42159.     /**
  42160.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SystemConfigReader' shared service.
  42161.      *
  42162.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SystemConfigReader
  42163.      */
  42164.     protected function getSystemConfigReaderService()
  42165.     {
  42166.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  42167.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  42168.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/SystemConfigReader.php';
  42169.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  42170.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SystemConfigReader'])) {
  42171.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SystemConfigReader'];
  42172.         }
  42173.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\SystemConfigReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\SystemConfigReader($a);
  42174.     }
  42175.     /**
  42176.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\TaxReader' shared service.
  42177.      *
  42178.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\TaxReader
  42179.      */
  42180.     protected function getTaxReaderService()
  42181.     {
  42182.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  42183.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  42184.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/TaxReader.php';
  42185.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  42186.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\TaxReader'])) {
  42187.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\TaxReader'];
  42188.         }
  42189.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\TaxReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\TaxReader($a);
  42190.     }
  42191.     /**
  42192.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\TaxRuleReader' shared service.
  42193.      *
  42194.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\TaxRuleReader
  42195.      */
  42196.     protected function getTaxRuleReaderService()
  42197.     {
  42198.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  42199.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  42200.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/TaxRuleReader.php';
  42201.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  42202.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\TaxRuleReader'])) {
  42203.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\TaxRuleReader'];
  42204.         }
  42205.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\TaxRuleReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\TaxRuleReader($a);
  42206.     }
  42207.     /**
  42208.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\UnitReader' shared service.
  42209.      *
  42210.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\UnitReader
  42211.      */
  42212.     protected function getUnitReaderService()
  42213.     {
  42214.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  42215.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/ApiReader.php';
  42216.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/UnitReader.php';
  42217.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  42218.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\UnitReader'])) {
  42219.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\UnitReader'];
  42220.         }
  42221.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Reader\\UnitReader'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Reader\UnitReader($a);
  42222.     }
  42223.     /**
  42224.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Shopware6ApiGateway' shared service.
  42225.      *
  42226.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Api\Shopware6ApiGateway
  42227.      */
  42228.     protected function getShopware6ApiGatewayService()
  42229.     {
  42230.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/GatewayInterface.php';
  42231.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/ShopwareGatewayInterface.php';
  42232.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Shopware6ApiGateway.php';
  42233.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/EnvironmentReaderInterface.php';
  42234.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/EnvironmentReader.php';
  42235.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/TotalReaderInterface.php';
  42236.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/TotalReader.php';
  42237.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/TableReaderInterface.php';
  42238.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Api/Reader/TableReader.php';
  42239.         $a = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  42240.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Shopware6ApiGateway'])) {
  42241.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Shopware6ApiGateway'];
  42242.         }
  42243.         $b = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  42244.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Shopware6ApiGateway'])) {
  42245.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Shopware6ApiGateway'];
  42246.         }
  42247.         $c = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  42248.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Shopware6ApiGateway'])) {
  42249.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Api\\Shopware6ApiGateway'];
  42250.         }
  42251.         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));
  42252.     }
  42253.     /**
  42254.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Gateway\Connection\ConnectionFactory' shared service.
  42255.      *
  42256.      * @return \SwagMigrationAssistant\Profile\Shopware6\Gateway\Connection\ConnectionFactory
  42257.      */
  42258.     protected function getConnectionFactoryService()
  42259.     {
  42260.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Connection/ConnectionFactoryInterface.php';
  42261.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Gateway/Connection/ConnectionFactory.php';
  42262.         $a = ($this->services['swag_migration_connection.repository'] ?? $this->getSwagMigrationConnection_RepositoryService());
  42263.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'])) {
  42264.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'];
  42265.         }
  42266.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware6\Gateway\Connection\ConnectionFactory($a);
  42267.     }
  42268.     /**
  42269.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Mapping\Shopware6MappingService' shared service.
  42270.      *
  42271.      * @return \SwagMigrationAssistant\Profile\Shopware6\Mapping\Shopware6MappingService
  42272.      */
  42273.     protected function getShopware6MappingServiceService()
  42274.     {
  42275.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Mapping/MappingServiceInterface.php';
  42276.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Mapping/MappingService.php';
  42277.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Mapping/Shopware6MappingServiceInterface.php';
  42278.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Mapping/Shopware6MappingService.php';
  42279.         $a = ($this->services['swag_migration_mapping.repository'] ?? $this->getSwagMigrationMapping_RepositoryService());
  42280.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  42281.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  42282.         }
  42283.         $b = ($this->services['locale.repository'] ?? $this->getLocale_RepositoryService());
  42284.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  42285.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  42286.         }
  42287.         $c = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  42288.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  42289.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  42290.         }
  42291.         $d = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  42292.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  42293.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  42294.         }
  42295.         $e = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  42296.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  42297.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  42298.         }
  42299.         $f = ($this->services['tax.repository'] ?? $this->getTax_RepositoryService());
  42300.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  42301.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  42302.         }
  42303.         $g = ($this->services['number_range.repository'] ?? $this->getNumberRange_RepositoryService());
  42304.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  42305.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  42306.         }
  42307.         $h = ($this->services['rule.repository'] ?? $this->getRule_RepositoryService());
  42308.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  42309.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  42310.         }
  42311.         $i = ($this->services['media_thumbnail_size.repository'] ?? $this->getMediaThumbnailSize_RepositoryService());
  42312.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  42313.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  42314.         }
  42315.         $j = ($this->services['media_default_folder.repository'] ?? $this->getMediaDefaultFolder_RepositoryService());
  42316.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  42317.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  42318.         }
  42319.         $k = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  42320.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  42321.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  42322.         }
  42323.         $l = ($this->services['cms_page.repository'] ?? $this->getCmsPage_RepositoryService());
  42324.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  42325.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  42326.         }
  42327.         $m = ($this->services['delivery_time.repository'] ?? $this->getDeliveryTime_RepositoryService());
  42328.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  42329.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  42330.         }
  42331.         $n = ($this->services['document_type.repository'] ?? $this->getDocumentType_RepositoryService());
  42332.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  42333.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  42334.         }
  42335.         $o = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService());
  42336.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  42337.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  42338.         }
  42339.         $p = ($this->services['number_range_type.repository'] ?? $this->getNumberRangeType_RepositoryService());
  42340.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  42341.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  42342.         }
  42343.         $q = ($this->services['mail_template_type.repository'] ?? $this->getMailTemplateType_RepositoryService());
  42344.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  42345.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  42346.         }
  42347.         $r = ($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService());
  42348.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  42349.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  42350.         }
  42351.         $s = ($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService());
  42352.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  42353.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  42354.         }
  42355.         $t = ($this->services['seo_url_template.repository'] ?? $this->getSeoUrlTemplate_RepositoryService());
  42356.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  42357.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  42358.         }
  42359.         $u = ($this->services['system_config.repository'] ?? $this->getSystemConfig_RepositoryService());
  42360.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  42361.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  42362.         }
  42363.         $v = ($this->services['product_sorting.repository'] ?? $this->getProductSorting_RepositoryService());
  42364.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  42365.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  42366.         }
  42367.         $w = ($this->services['state_machine_state.repository'] ?? $this->getStateMachineState_RepositoryService());
  42368.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  42369.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  42370.         }
  42371.         $x = ($this->services['document_base_config.repository'] ?? $this->getDocumentBaseConfig_RepositoryService());
  42372.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  42373.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  42374.         }
  42375.         $y = ($this->services['country_state.repository'] ?? $this->getCountryState_RepositoryService());
  42376.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  42377.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  42378.         }
  42379.         $z = ($this->services['tax_rule.repository'] ?? $this->getTaxRule_RepositoryService());
  42380.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  42381.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  42382.         }
  42383.         $aa = ($this->services['tax_rule_type.repository'] ?? $this->getTaxRuleType_RepositoryService());
  42384.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'])) {
  42385.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'];
  42386.         }
  42387.         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);
  42388.     }
  42389.     /**
  42390.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Media\HttpMediaDownloadService' shared service.
  42391.      *
  42392.      * @return \SwagMigrationAssistant\Profile\Shopware6\Media\HttpMediaDownloadService
  42393.      */
  42394.     protected function getHttpMediaDownloadService2Service()
  42395.     {
  42396.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Media/BaseMediaService.php';
  42397.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Media/MediaFileProcessorInterface.php';
  42398.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Media/HttpMediaDownloadService.php';
  42399.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Media/HttpMediaDownloadService.php';
  42400.         $a = ($this->services['swag_migration_media_file.repository'] ?? $this->getSwagMigrationMediaFile_RepositoryService());
  42401.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpMediaDownloadService'])) {
  42402.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpMediaDownloadService'];
  42403.         }
  42404.         $b = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  42405.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpMediaDownloadService'])) {
  42406.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpMediaDownloadService'];
  42407.         }
  42408.         $c = ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service());
  42409.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpMediaDownloadService'])) {
  42410.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpMediaDownloadService'];
  42411.         }
  42412.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpMediaDownloadService'] = new \SwagMigrationAssistant\Profile\Shopware6\Media\HttpMediaDownloadService($a$b$c, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  42413.     }
  42414.     /**
  42415.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Media\HttpOrderDocumentGenerationService' shared service.
  42416.      *
  42417.      * @return \SwagMigrationAssistant\Profile\Shopware6\Media\HttpOrderDocumentGenerationService
  42418.      */
  42419.     protected function getHttpOrderDocumentGenerationServiceService()
  42420.     {
  42421.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Media/BaseMediaService.php';
  42422.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Media/MediaFileProcessorInterface.php';
  42423.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Media/HttpOrderDocumentGenerationService.php';
  42424.         $a = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  42425.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'])) {
  42426.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'];
  42427.         }
  42428.         $b = ($this->services['swag_migration_media_file.repository'] ?? $this->getSwagMigrationMediaFile_RepositoryService());
  42429.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'])) {
  42430.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'];
  42431.         }
  42432.         $c = ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service());
  42433.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'])) {
  42434.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'];
  42435.         }
  42436.         $d = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Mapping\\Shopware6MappingService'] ?? $this->getShopware6MappingServiceService());
  42437.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'])) {
  42438.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'];
  42439.         }
  42440.         $e = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  42441.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'])) {
  42442.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'];
  42443.         }
  42444.         $f = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Gateway\\Connection\\ConnectionFactory'] ?? $this->getConnectionFactoryService());
  42445.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'])) {
  42446.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentGenerationService'];
  42447.         }
  42448.         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()));
  42449.     }
  42450.     /**
  42451.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Media\HttpOrderDocumentService' shared service.
  42452.      *
  42453.      * @return \SwagMigrationAssistant\Profile\Shopware6\Media\HttpOrderDocumentService
  42454.      */
  42455.     protected function getHttpOrderDocumentServiceService()
  42456.     {
  42457.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Media/BaseMediaService.php';
  42458.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Media/MediaFileProcessorInterface.php';
  42459.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Media/HttpMediaDownloadService.php';
  42460.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Media/HttpMediaDownloadService.php';
  42461.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Media/HttpOrderDocumentService.php';
  42462.         $a = ($this->services['swag_migration_media_file.repository'] ?? $this->getSwagMigrationMediaFile_RepositoryService());
  42463.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentService'])) {
  42464.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentService'];
  42465.         }
  42466.         $b = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  42467.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentService'])) {
  42468.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentService'];
  42469.         }
  42470.         $c = ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service());
  42471.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentService'])) {
  42472.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentService'];
  42473.         }
  42474.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware6\\Media\\HttpOrderDocumentService'] = new \SwagMigrationAssistant\Profile\Shopware6\Media\HttpOrderDocumentService($a$b$c, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  42475.     }
  42476.     /**
  42477.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Premapping\PaymentMethodReader' shared service.
  42478.      *
  42479.      * @return \SwagMigrationAssistant\Profile\Shopware6\Premapping\PaymentMethodReader
  42480.      */
  42481.     protected function getPaymentMethodReader2Service()
  42482.     {
  42483.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  42484.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  42485.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Premapping/PaymentMethodReader.php';
  42486.         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()));
  42487.     }
  42488.     /**
  42489.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\CategoryAssociationWriter' shared service.
  42490.      *
  42491.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\CategoryAssociationWriter
  42492.      */
  42493.     protected function getCategoryAssociationWriterService()
  42494.     {
  42495.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  42496.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  42497.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/CategoryAssociationWriter.php';
  42498.         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()));
  42499.     }
  42500.     /**
  42501.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\CategoryCmsPageAssociationWriter' shared service.
  42502.      *
  42503.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\CategoryCmsPageAssociationWriter
  42504.      */
  42505.     protected function getCategoryCmsPageAssociationWriterService()
  42506.     {
  42507.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  42508.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  42509.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/CategoryCmsPageAssociationWriter.php';
  42510.         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()));
  42511.     }
  42512.     /**
  42513.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\CmsPageWriter' shared service.
  42514.      *
  42515.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\CmsPageWriter
  42516.      */
  42517.     protected function getCmsPageWriterService()
  42518.     {
  42519.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  42520.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  42521.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/CmsPageWriter.php';
  42522.         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()));
  42523.     }
  42524.     /**
  42525.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\CountryStateWriter' shared service.
  42526.      *
  42527.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\CountryStateWriter
  42528.      */
  42529.     protected function getCountryStateWriterService()
  42530.     {
  42531.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  42532.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  42533.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/CountryStateWriter.php';
  42534.         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()));
  42535.     }
  42536.     /**
  42537.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\CustomFieldSetWriter' shared service.
  42538.      *
  42539.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\CustomFieldSetWriter
  42540.      */
  42541.     protected function getCustomFieldSetWriterService()
  42542.     {
  42543.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  42544.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  42545.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/CustomFieldSetWriter.php';
  42546.         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()));
  42547.     }
  42548.     /**
  42549.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\DeliveryTimeWriter' shared service.
  42550.      *
  42551.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\DeliveryTimeWriter
  42552.      */
  42553.     protected function getDeliveryTimeWriterService()
  42554.     {
  42555.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  42556.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  42557.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/DeliveryTimeWriter.php';
  42558.         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()));
  42559.     }
  42560.     /**
  42561.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\DocumentBaseConfigWriter' shared service.
  42562.      *
  42563.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\DocumentBaseConfigWriter
  42564.      */
  42565.     protected function getDocumentBaseConfigWriterService()
  42566.     {
  42567.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  42568.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  42569.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/DocumentBaseConfigWriter.php';
  42570.         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()));
  42571.     }
  42572.     /**
  42573.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\DocumentInheritanceWriter' shared service.
  42574.      *
  42575.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\DocumentInheritanceWriter
  42576.      */
  42577.     protected function getDocumentInheritanceWriterService()
  42578.     {
  42579.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  42580.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  42581.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/DocumentInheritanceWriter.php';
  42582.         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()));
  42583.     }
  42584.     /**
  42585.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\MailTemplateWriter' shared service.
  42586.      *
  42587.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\MailTemplateWriter
  42588.      */
  42589.     protected function getMailTemplateWriterService()
  42590.     {
  42591.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  42592.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  42593.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/MailTemplateWriter.php';
  42594.         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()));
  42595.     }
  42596.     /**
  42597.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\MediaFolderInheritanceWriter' shared service.
  42598.      *
  42599.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\MediaFolderInheritanceWriter
  42600.      */
  42601.     protected function getMediaFolderInheritanceWriterService()
  42602.     {
  42603.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  42604.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  42605.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/MediaFolderInheritanceWriter.php';
  42606.         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()));
  42607.     }
  42608.     /**
  42609.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\PageSystemConfigWriter' shared service.
  42610.      *
  42611.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\PageSystemConfigWriter
  42612.      */
  42613.     protected function getPageSystemConfigWriterService()
  42614.     {
  42615.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  42616.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  42617.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/PageSystemConfigWriter.php';
  42618.         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()));
  42619.     }
  42620.     /**
  42621.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\ProductFeatureSetWriter' shared service.
  42622.      *
  42623.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\ProductFeatureSetWriter
  42624.      */
  42625.     protected function getProductFeatureSetWriterService()
  42626.     {
  42627.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  42628.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  42629.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/ProductFeatureSetWriter.php';
  42630.         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()));
  42631.     }
  42632.     /**
  42633.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\ProductManufacturerWriter' shared service.
  42634.      *
  42635.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\ProductManufacturerWriter
  42636.      */
  42637.     protected function getProductManufacturerWriterService()
  42638.     {
  42639.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  42640.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  42641.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/ProductManufacturerWriter.php';
  42642.         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()));
  42643.     }
  42644.     /**
  42645.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\ProductSortingWriter' shared service.
  42646.      *
  42647.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\ProductSortingWriter
  42648.      */
  42649.     protected function getProductSortingWriterService()
  42650.     {
  42651.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  42652.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  42653.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/ProductSortingWriter.php';
  42654.         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()));
  42655.     }
  42656.     /**
  42657.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\ProductStreamFilterInheritanceWriter' shared service.
  42658.      *
  42659.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\ProductStreamFilterInheritanceWriter
  42660.      */
  42661.     protected function getProductStreamFilterInheritanceWriterService()
  42662.     {
  42663.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  42664.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  42665.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/ProductStreamFilterInheritanceWriter.php';
  42666.         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()));
  42667.     }
  42668.     /**
  42669.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\ProductStreamWriter' shared service.
  42670.      *
  42671.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\ProductStreamWriter
  42672.      */
  42673.     protected function getProductStreamWriterService()
  42674.     {
  42675.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  42676.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  42677.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/ProductStreamWriter.php';
  42678.         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()));
  42679.     }
  42680.     /**
  42681.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\PromotionWriter' shared service.
  42682.      *
  42683.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\PromotionWriter
  42684.      */
  42685.     protected function getPromotionWriter2Service()
  42686.     {
  42687.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  42688.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  42689.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/PromotionWriter.php';
  42690.         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()));
  42691.     }
  42692.     /**
  42693.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\PropertyGroupWriter' shared service.
  42694.      *
  42695.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\PropertyGroupWriter
  42696.      */
  42697.     protected function getPropertyGroupWriterService()
  42698.     {
  42699.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  42700.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  42701.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/PropertyGroupWriter.php';
  42702.         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()));
  42703.     }
  42704.     /**
  42705.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\RuleWriter' shared service.
  42706.      *
  42707.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\RuleWriter
  42708.      */
  42709.     protected function getRuleWriterService()
  42710.     {
  42711.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  42712.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  42713.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/RuleWriter.php';
  42714.         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()));
  42715.     }
  42716.     /**
  42717.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\SalesChannelDomainWriter' shared service.
  42718.      *
  42719.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\SalesChannelDomainWriter
  42720.      */
  42721.     protected function getSalesChannelDomainWriterService()
  42722.     {
  42723.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  42724.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  42725.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/SalesChannelDomainWriter.php';
  42726.         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()));
  42727.     }
  42728.     /**
  42729.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\SalutationWriter' shared service.
  42730.      *
  42731.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\SalutationWriter
  42732.      */
  42733.     protected function getSalutationWriterService()
  42734.     {
  42735.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  42736.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  42737.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/SalutationWriter.php';
  42738.         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()));
  42739.     }
  42740.     /**
  42741.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\SeoUrlTemplateWriter' shared service.
  42742.      *
  42743.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\SeoUrlTemplateWriter
  42744.      */
  42745.     protected function getSeoUrlTemplateWriterService()
  42746.     {
  42747.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  42748.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  42749.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/SeoUrlTemplateWriter.php';
  42750.         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()));
  42751.     }
  42752.     /**
  42753.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\SnippetSetWriter' shared service.
  42754.      *
  42755.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\SnippetSetWriter
  42756.      */
  42757.     protected function getSnippetSetWriterService()
  42758.     {
  42759.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  42760.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  42761.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/SnippetSetWriter.php';
  42762.         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()));
  42763.     }
  42764.     /**
  42765.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\SnippetWriter' shared service.
  42766.      *
  42767.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\SnippetWriter
  42768.      */
  42769.     protected function getSnippetWriterService()
  42770.     {
  42771.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  42772.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  42773.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/SnippetWriter.php';
  42774.         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()));
  42775.     }
  42776.     /**
  42777.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\SystemConfigWriter' shared service.
  42778.      *
  42779.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\SystemConfigWriter
  42780.      */
  42781.     protected function getSystemConfigWriterService()
  42782.     {
  42783.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  42784.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  42785.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/SystemConfigWriter.php';
  42786.         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()));
  42787.     }
  42788.     /**
  42789.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\TaxRuleWriter' shared service.
  42790.      *
  42791.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\TaxRuleWriter
  42792.      */
  42793.     protected function getTaxRuleWriterService()
  42794.     {
  42795.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  42796.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  42797.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/TaxRuleWriter.php';
  42798.         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()));
  42799.     }
  42800.     /**
  42801.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\TaxWriter' shared service.
  42802.      *
  42803.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\TaxWriter
  42804.      */
  42805.     protected function getTaxWriterService()
  42806.     {
  42807.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  42808.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  42809.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/TaxWriter.php';
  42810.         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()));
  42811.     }
  42812.     /**
  42813.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware6\Writer\UnitWriter' shared service.
  42814.      *
  42815.      * @return \SwagMigrationAssistant\Profile\Shopware6\Writer\UnitWriter
  42816.      */
  42817.     protected function getUnitWriterService()
  42818.     {
  42819.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  42820.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  42821.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware6/Writer/UnitWriter.php';
  42822.         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->getUnitDefinitionService()));
  42823.     }
  42824.     /**
  42825.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CategoryAttributeReader' shared service.
  42826.      *
  42827.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CategoryAttributeReader
  42828.      */
  42829.     protected function getCategoryAttributeReaderService()
  42830.     {
  42831.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  42832.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  42833.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/CategoryAttributeReader.php';
  42834.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  42835.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  42836.         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())));
  42837.     }
  42838.     /**
  42839.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CategoryReader' shared service.
  42840.      *
  42841.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CategoryReader
  42842.      */
  42843.     protected function getCategoryReaderService()
  42844.     {
  42845.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  42846.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  42847.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/CategoryReader.php';
  42848.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  42849.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  42850.         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())));
  42851.     }
  42852.     /**
  42853.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CrossSellingReader' shared service.
  42854.      *
  42855.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CrossSellingReader
  42856.      */
  42857.     protected function getCrossSellingReaderService()
  42858.     {
  42859.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  42860.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  42861.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/CrossSellingReader.php';
  42862.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  42863.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  42864.         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())));
  42865.     }
  42866.     /**
  42867.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CurrencyReader' shared service.
  42868.      *
  42869.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CurrencyReader
  42870.      */
  42871.     protected function getCurrencyReaderService()
  42872.     {
  42873.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  42874.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  42875.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/CurrencyReader.php';
  42876.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  42877.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  42878.         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())));
  42879.     }
  42880.     /**
  42881.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CustomerAttributeReader' shared service.
  42882.      *
  42883.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CustomerAttributeReader
  42884.      */
  42885.     protected function getCustomerAttributeReaderService()
  42886.     {
  42887.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  42888.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  42889.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/CustomerAttributeReader.php';
  42890.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  42891.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  42892.         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())));
  42893.     }
  42894.     /**
  42895.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CustomerGroupAttributeReader' shared service.
  42896.      *
  42897.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CustomerGroupAttributeReader
  42898.      */
  42899.     protected function getCustomerGroupAttributeReaderService()
  42900.     {
  42901.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  42902.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  42903.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/CustomerGroupAttributeReader.php';
  42904.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  42905.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  42906.         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())));
  42907.     }
  42908.     /**
  42909.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CustomerGroupReader' shared service.
  42910.      *
  42911.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CustomerGroupReader
  42912.      */
  42913.     protected function getCustomerGroupReaderService()
  42914.     {
  42915.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  42916.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  42917.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/CustomerGroupReader.php';
  42918.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  42919.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  42920.         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())));
  42921.     }
  42922.     /**
  42923.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CustomerReader' shared service.
  42924.      *
  42925.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CustomerReader
  42926.      */
  42927.     protected function getCustomerReaderService()
  42928.     {
  42929.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  42930.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  42931.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/CustomerReader.php';
  42932.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  42933.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  42934.         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())));
  42935.     }
  42936.     /**
  42937.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CustomerWishlistReader' shared service.
  42938.      *
  42939.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\CustomerWishlistReader
  42940.      */
  42941.     protected function getCustomerWishlistReaderService()
  42942.     {
  42943.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  42944.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  42945.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/CustomerWishlistReader.php';
  42946.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  42947.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  42948.         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())));
  42949.     }
  42950.     /**
  42951.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\LanguageReader' shared service.
  42952.      *
  42953.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\LanguageReader
  42954.      */
  42955.     protected function getLanguageReaderService()
  42956.     {
  42957.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  42958.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  42959.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/LanguageReader.php';
  42960.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  42961.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  42962.         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())));
  42963.     }
  42964.     /**
  42965.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\MainVariantRelationReader' shared service.
  42966.      *
  42967.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\MainVariantRelationReader
  42968.      */
  42969.     protected function getMainVariantRelationReaderService()
  42970.     {
  42971.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  42972.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  42973.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/MainVariantRelationReader.php';
  42974.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  42975.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  42976.         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())));
  42977.     }
  42978.     /**
  42979.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ManufacturerAttributeReader' shared service.
  42980.      *
  42981.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ManufacturerAttributeReader
  42982.      */
  42983.     protected function getManufacturerAttributeReaderService()
  42984.     {
  42985.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  42986.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  42987.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ManufacturerAttributeReader.php';
  42988.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  42989.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  42990.         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())));
  42991.     }
  42992.     /**
  42993.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\MediaAlbumReader' shared service.
  42994.      *
  42995.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\MediaAlbumReader
  42996.      */
  42997.     protected function getMediaAlbumReaderService()
  42998.     {
  42999.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43000.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  43001.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/MediaAlbumReader.php';
  43002.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43003.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43004.         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())));
  43005.     }
  43006.     /**
  43007.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\MediaReader' shared service.
  43008.      *
  43009.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\MediaReader
  43010.      */
  43011.     protected function getMediaReaderService()
  43012.     {
  43013.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43014.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  43015.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/MediaReader.php';
  43016.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43017.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43018.         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())));
  43019.     }
  43020.     /**
  43021.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\NewsletterRecipientReader' shared service.
  43022.      *
  43023.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\NewsletterRecipientReader
  43024.      */
  43025.     protected function getNewsletterRecipientReaderService()
  43026.     {
  43027.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43028.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  43029.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/NewsletterRecipientReader.php';
  43030.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43031.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43032.         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())));
  43033.     }
  43034.     /**
  43035.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\NumberRangeReader' shared service.
  43036.      *
  43037.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\NumberRangeReader
  43038.      */
  43039.     protected function getNumberRangeReaderService()
  43040.     {
  43041.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43042.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  43043.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/NumberRangeReader.php';
  43044.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43045.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43046.         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())));
  43047.     }
  43048.     /**
  43049.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\OrderAttributeReader' shared service.
  43050.      *
  43051.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\OrderAttributeReader
  43052.      */
  43053.     protected function getOrderAttributeReaderService()
  43054.     {
  43055.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43056.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  43057.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/OrderAttributeReader.php';
  43058.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43059.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43060.         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())));
  43061.     }
  43062.     /**
  43063.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\OrderDocumentAttributeReader' shared service.
  43064.      *
  43065.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\OrderDocumentAttributeReader
  43066.      */
  43067.     protected function getOrderDocumentAttributeReaderService()
  43068.     {
  43069.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43070.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  43071.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/OrderDocumentAttributeReader.php';
  43072.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43073.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43074.         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())));
  43075.     }
  43076.     /**
  43077.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\OrderDocumentReader' shared service.
  43078.      *
  43079.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\OrderDocumentReader
  43080.      */
  43081.     protected function getOrderDocumentReaderService()
  43082.     {
  43083.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43084.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  43085.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/OrderDocumentReader.php';
  43086.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43087.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43088.         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())));
  43089.     }
  43090.     /**
  43091.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\OrderReader' shared service.
  43092.      *
  43093.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\OrderReader
  43094.      */
  43095.     protected function getOrderReaderService()
  43096.     {
  43097.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43098.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  43099.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/OrderReader.php';
  43100.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43101.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43102.         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())));
  43103.     }
  43104.     /**
  43105.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductAttributeReader' shared service.
  43106.      *
  43107.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductAttributeReader
  43108.      */
  43109.     protected function getProductAttributeReaderService()
  43110.     {
  43111.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43112.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  43113.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ProductAttributeReader.php';
  43114.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43115.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43116.         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())));
  43117.     }
  43118.     /**
  43119.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductOptionRelationReader' shared service.
  43120.      *
  43121.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductOptionRelationReader
  43122.      */
  43123.     protected function getProductOptionRelationReaderService()
  43124.     {
  43125.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43126.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  43127.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ProductOptionRelationReader.php';
  43128.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43129.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43130.         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())));
  43131.     }
  43132.     /**
  43133.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductPriceAttributeReader' shared service.
  43134.      *
  43135.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductPriceAttributeReader
  43136.      */
  43137.     protected function getProductPriceAttributeReaderService()
  43138.     {
  43139.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43140.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  43141.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ProductPriceAttributeReader.php';
  43142.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43143.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43144.         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())));
  43145.     }
  43146.     /**
  43147.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductPropertyRelationReader' shared service.
  43148.      *
  43149.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductPropertyRelationReader
  43150.      */
  43151.     protected function getProductPropertyRelationReaderService()
  43152.     {
  43153.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43154.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  43155.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ProductPropertyRelationReader.php';
  43156.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43157.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43158.         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())));
  43159.     }
  43160.     /**
  43161.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductReader' shared service.
  43162.      *
  43163.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductReader
  43164.      */
  43165.     protected function getProductReaderService()
  43166.     {
  43167.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43168.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  43169.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ProductReader.php';
  43170.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43171.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43172.         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())));
  43173.     }
  43174.     /**
  43175.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductReviewReader' shared service.
  43176.      *
  43177.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ProductReviewReader
  43178.      */
  43179.     protected function getProductReviewReaderService()
  43180.     {
  43181.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43182.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  43183.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ProductReviewReader.php';
  43184.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43185.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43186.         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())));
  43187.     }
  43188.     /**
  43189.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\PromotionReader' shared service.
  43190.      *
  43191.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\PromotionReader
  43192.      */
  43193.     protected function getPromotionReaderService()
  43194.     {
  43195.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43196.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  43197.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/PromotionReader.php';
  43198.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43199.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43200.         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())));
  43201.     }
  43202.     /**
  43203.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\PropertyGroupOptionReader' shared service.
  43204.      *
  43205.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\PropertyGroupOptionReader
  43206.      */
  43207.     protected function getPropertyGroupOptionReaderService()
  43208.     {
  43209.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43210.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  43211.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/PropertyGroupOptionReader.php';
  43212.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43213.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43214.         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())));
  43215.     }
  43216.     /**
  43217.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\SalesChannelReader' shared service.
  43218.      *
  43219.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\SalesChannelReader
  43220.      */
  43221.     protected function getSalesChannelReaderService()
  43222.     {
  43223.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43224.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  43225.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/SalesChannelReader.php';
  43226.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43227.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43228.         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())));
  43229.     }
  43230.     /**
  43231.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\SeoUrlReader' shared service.
  43232.      *
  43233.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\SeoUrlReader
  43234.      */
  43235.     protected function getSeoUrlReaderService()
  43236.     {
  43237.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43238.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  43239.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/SeoUrlReader.php';
  43240.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43241.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43242.         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())));
  43243.     }
  43244.     /**
  43245.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ShippingMethodReader' shared service.
  43246.      *
  43247.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\ShippingMethodReader
  43248.      */
  43249.     protected function getShippingMethodReaderService()
  43250.     {
  43251.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43252.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  43253.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ShippingMethodReader.php';
  43254.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43255.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43256.         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())));
  43257.     }
  43258.     /**
  43259.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\TranslationReader' shared service.
  43260.      *
  43261.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\Reader\TranslationReader
  43262.      */
  43263.     protected function getTranslationReaderService()
  43264.     {
  43265.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43266.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/ApiReader.php';
  43267.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/TranslationReader.php';
  43268.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43269.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43270.         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())));
  43271.     }
  43272.     /**
  43273.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Api\ShopwareApiGateway' shared service.
  43274.      *
  43275.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Api\ShopwareApiGateway
  43276.      */
  43277.     protected function getShopwareApiGatewayService()
  43278.     {
  43279.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/GatewayInterface.php';
  43280.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/ShopwareGatewayInterface.php';
  43281.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/ShopwareApiGateway.php';
  43282.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/EnvironmentReaderInterface.php';
  43283.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/EnvironmentReader.php';
  43284.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/TableReaderInterface.php';
  43285.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/TableReader.php';
  43286.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/TableCountReaderInterface.php';
  43287.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Api/Reader/TableCountReader.php';
  43288.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43289.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43290.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service());
  43291.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\ShopwareApiGateway'])) {
  43292.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\ShopwareApiGateway'];
  43293.         }
  43294.         $b = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  43295.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\ShopwareApiGateway'])) {
  43296.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\ShopwareApiGateway'];
  43297.         }
  43298.         $c = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  43299.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\ShopwareApiGateway'])) {
  43300.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Api\\ShopwareApiGateway'];
  43301.         }
  43302.         $d = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory()));
  43303.         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);
  43304.     }
  43305.     /**
  43306.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CategoryAttributeReader' shared service.
  43307.      *
  43308.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CategoryAttributeReader
  43309.      */
  43310.     protected function getCategoryAttributeReader2Service()
  43311.     {
  43312.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43313.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  43314.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AttributeReader.php';
  43315.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/CategoryAttributeReader.php';
  43316.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43317.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43318.         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())));
  43319.     }
  43320.     /**
  43321.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CategoryReader' shared service.
  43322.      *
  43323.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CategoryReader
  43324.      */
  43325.     protected function getCategoryReader2Service()
  43326.     {
  43327.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43328.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  43329.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/CategoryReader.php';
  43330.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43331.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43332.         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())));
  43333.     }
  43334.     /**
  43335.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CrossSellingReader' shared service.
  43336.      *
  43337.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CrossSellingReader
  43338.      */
  43339.     protected function getCrossSellingReader2Service()
  43340.     {
  43341.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43342.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  43343.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/CrossSellingReader.php';
  43344.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43345.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43346.         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())));
  43347.     }
  43348.     /**
  43349.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CurrencyReader' shared service.
  43350.      *
  43351.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CurrencyReader
  43352.      */
  43353.     protected function getCurrencyReader2Service()
  43354.     {
  43355.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43356.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  43357.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/CurrencyReader.php';
  43358.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43359.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43360.         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())));
  43361.     }
  43362.     /**
  43363.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CustomerAttributeReader' shared service.
  43364.      *
  43365.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CustomerAttributeReader
  43366.      */
  43367.     protected function getCustomerAttributeReader2Service()
  43368.     {
  43369.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43370.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  43371.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AttributeReader.php';
  43372.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/CustomerAttributeReader.php';
  43373.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43374.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43375.         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())));
  43376.     }
  43377.     /**
  43378.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CustomerGroupAttributeReader' shared service.
  43379.      *
  43380.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CustomerGroupAttributeReader
  43381.      */
  43382.     protected function getCustomerGroupAttributeReader2Service()
  43383.     {
  43384.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43385.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  43386.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AttributeReader.php';
  43387.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/CustomerGroupAttributeReader.php';
  43388.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43389.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43390.         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())));
  43391.     }
  43392.     /**
  43393.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CustomerGroupReader' shared service.
  43394.      *
  43395.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CustomerGroupReader
  43396.      */
  43397.     protected function getCustomerGroupReader2Service()
  43398.     {
  43399.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43400.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  43401.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/CustomerGroupReader.php';
  43402.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43403.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43404.         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())));
  43405.     }
  43406.     /**
  43407.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CustomerReader' shared service.
  43408.      *
  43409.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CustomerReader
  43410.      */
  43411.     protected function getCustomerReader2Service()
  43412.     {
  43413.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43414.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  43415.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/CustomerReader.php';
  43416.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43417.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43418.         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())));
  43419.     }
  43420.     /**
  43421.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CustomerWishlistReader' shared service.
  43422.      *
  43423.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\CustomerWishlistReader
  43424.      */
  43425.     protected function getCustomerWishlistReader2Service()
  43426.     {
  43427.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43428.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  43429.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/CustomerWishlistReader.php';
  43430.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43431.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43432.         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())));
  43433.     }
  43434.     /**
  43435.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\LanguageReader' shared service.
  43436.      *
  43437.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\LanguageReader
  43438.      */
  43439.     protected function getLanguageReader2Service()
  43440.     {
  43441.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43442.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  43443.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/LanguageReader.php';
  43444.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43445.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43446.         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())));
  43447.     }
  43448.     /**
  43449.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\MainVariantRelationReader' shared service.
  43450.      *
  43451.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\MainVariantRelationReader
  43452.      */
  43453.     protected function getMainVariantRelationReader2Service()
  43454.     {
  43455.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43456.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  43457.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/MainVariantRelationReader.php';
  43458.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43459.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43460.         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())));
  43461.     }
  43462.     /**
  43463.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ManufacturerAttributeReader' shared service.
  43464.      *
  43465.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ManufacturerAttributeReader
  43466.      */
  43467.     protected function getManufacturerAttributeReader2Service()
  43468.     {
  43469.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43470.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  43471.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AttributeReader.php';
  43472.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/ManufacturerAttributeReader.php';
  43473.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43474.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43475.         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())));
  43476.     }
  43477.     /**
  43478.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\MediaAlbumReader' shared service.
  43479.      *
  43480.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\MediaAlbumReader
  43481.      */
  43482.     protected function getMediaAlbumReader2Service()
  43483.     {
  43484.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43485.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  43486.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/MediaAlbumReader.php';
  43487.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43488.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43489.         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())));
  43490.     }
  43491.     /**
  43492.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\MediaReader' shared service.
  43493.      *
  43494.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\MediaReader
  43495.      */
  43496.     protected function getMediaReader2Service()
  43497.     {
  43498.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43499.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  43500.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/MediaReader.php';
  43501.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43502.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43503.         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())));
  43504.     }
  43505.     /**
  43506.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\NewsletterRecipientReader' shared service.
  43507.      *
  43508.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\NewsletterRecipientReader
  43509.      */
  43510.     protected function getNewsletterRecipientReader2Service()
  43511.     {
  43512.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43513.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  43514.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/NewsletterRecipientReader.php';
  43515.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43516.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43517.         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())));
  43518.     }
  43519.     /**
  43520.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\NumberRangeReader' shared service.
  43521.      *
  43522.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\NumberRangeReader
  43523.      */
  43524.     protected function getNumberRangeReader2Service()
  43525.     {
  43526.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43527.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  43528.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/NumberRangeReader.php';
  43529.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43530.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43531.         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())));
  43532.     }
  43533.     /**
  43534.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\OrderAttributeReader' shared service.
  43535.      *
  43536.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\OrderAttributeReader
  43537.      */
  43538.     protected function getOrderAttributeReader2Service()
  43539.     {
  43540.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43541.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  43542.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AttributeReader.php';
  43543.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/OrderAttributeReader.php';
  43544.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43545.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43546.         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())));
  43547.     }
  43548.     /**
  43549.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\OrderDocumentAttributeReader' shared service.
  43550.      *
  43551.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\OrderDocumentAttributeReader
  43552.      */
  43553.     protected function getOrderDocumentAttributeReader2Service()
  43554.     {
  43555.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43556.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  43557.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AttributeReader.php';
  43558.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/OrderDocumentAttributeReader.php';
  43559.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43560.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43561.         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())));
  43562.     }
  43563.     /**
  43564.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\OrderDocumentReader' shared service.
  43565.      *
  43566.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\OrderDocumentReader
  43567.      */
  43568.     protected function getOrderDocumentReader2Service()
  43569.     {
  43570.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43571.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  43572.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/OrderDocumentReader.php';
  43573.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43574.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43575.         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())));
  43576.     }
  43577.     /**
  43578.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\OrderReader' shared service.
  43579.      *
  43580.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\OrderReader
  43581.      */
  43582.     protected function getOrderReader2Service()
  43583.     {
  43584.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43585.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  43586.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/OrderReader.php';
  43587.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43588.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43589.         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())));
  43590.     }
  43591.     /**
  43592.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductAttributeReader' shared service.
  43593.      *
  43594.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductAttributeReader
  43595.      */
  43596.     protected function getProductAttributeReader2Service()
  43597.     {
  43598.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43599.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  43600.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AttributeReader.php';
  43601.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/ProductAttributeReader.php';
  43602.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43603.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43604.         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())));
  43605.     }
  43606.     /**
  43607.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductOptionRelationReader' shared service.
  43608.      *
  43609.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductOptionRelationReader
  43610.      */
  43611.     protected function getProductOptionRelationReader2Service()
  43612.     {
  43613.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43614.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  43615.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/ProductOptionRelationReader.php';
  43616.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43617.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43618.         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())));
  43619.     }
  43620.     /**
  43621.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductPriceAttributeReader' shared service.
  43622.      *
  43623.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductPriceAttributeReader
  43624.      */
  43625.     protected function getProductPriceAttributeReader2Service()
  43626.     {
  43627.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43628.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  43629.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AttributeReader.php';
  43630.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/ProductPriceAttributeReader.php';
  43631.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43632.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43633.         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())));
  43634.     }
  43635.     /**
  43636.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductPropertyRelationReader' shared service.
  43637.      *
  43638.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductPropertyRelationReader
  43639.      */
  43640.     protected function getProductPropertyRelationReader2Service()
  43641.     {
  43642.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43643.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  43644.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/ProductPropertyRelationReader.php';
  43645.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43646.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43647.         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())));
  43648.     }
  43649.     /**
  43650.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductReader' shared service.
  43651.      *
  43652.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductReader
  43653.      */
  43654.     protected function getProductReader2Service()
  43655.     {
  43656.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43657.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  43658.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/ProductReader.php';
  43659.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43660.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43661.         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())));
  43662.     }
  43663.     /**
  43664.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductReviewReader' shared service.
  43665.      *
  43666.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ProductReviewReader
  43667.      */
  43668.     protected function getProductReviewReader2Service()
  43669.     {
  43670.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43671.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  43672.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/ProductReviewReader.php';
  43673.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43674.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43675.         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())));
  43676.     }
  43677.     /**
  43678.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\PromotionReader' shared service.
  43679.      *
  43680.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\PromotionReader
  43681.      */
  43682.     protected function getPromotionReader2Service()
  43683.     {
  43684.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43685.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  43686.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/PromotionReader.php';
  43687.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43688.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43689.         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())));
  43690.     }
  43691.     /**
  43692.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\PropertyGroupOptionReader' shared service.
  43693.      *
  43694.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\PropertyGroupOptionReader
  43695.      */
  43696.     protected function getPropertyGroupOptionReader2Service()
  43697.     {
  43698.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43699.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  43700.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/PropertyGroupOptionReader.php';
  43701.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43702.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43703.         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())));
  43704.     }
  43705.     /**
  43706.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\SalesChannelReader' shared service.
  43707.      *
  43708.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\SalesChannelReader
  43709.      */
  43710.     protected function getSalesChannelReader2Service()
  43711.     {
  43712.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43713.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  43714.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/SalesChannelReader.php';
  43715.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43716.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43717.         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())));
  43718.     }
  43719.     /**
  43720.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\SeoUrlReader' shared service.
  43721.      *
  43722.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\SeoUrlReader
  43723.      */
  43724.     protected function getSeoUrlReader2Service()
  43725.     {
  43726.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43727.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  43728.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/SeoUrlReader.php';
  43729.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43730.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43731.         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())));
  43732.     }
  43733.     /**
  43734.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ShippingMethodReader' shared service.
  43735.      *
  43736.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\ShippingMethodReader
  43737.      */
  43738.     protected function getShippingMethodReader2Service()
  43739.     {
  43740.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43741.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  43742.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/ShippingMethodReader.php';
  43743.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43744.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43745.         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())));
  43746.     }
  43747.     /**
  43748.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\TranslationReader' shared service.
  43749.      *
  43750.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\Reader\TranslationReader
  43751.      */
  43752.     protected function getTranslationReader2Service()
  43753.     {
  43754.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  43755.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/AbstractReader.php';
  43756.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/TranslationReader.php';
  43757.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43758.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43759.         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())));
  43760.     }
  43761.     /**
  43762.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Gateway\Local\ShopwareLocalGateway' shared service.
  43763.      *
  43764.      * @return \SwagMigrationAssistant\Profile\Shopware\Gateway\Local\ShopwareLocalGateway
  43765.      */
  43766.     protected function getShopwareLocalGatewayService()
  43767.     {
  43768.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/GatewayInterface.php';
  43769.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/ShopwareGatewayInterface.php';
  43770.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/ShopwareLocalGateway.php';
  43771.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/EnvironmentReaderInterface.php';
  43772.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/EnvironmentReader.php';
  43773.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/TableReaderInterface.php';
  43774.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Local/Reader/TableReader.php';
  43775.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43776.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43777.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\Reader\\ReaderRegistry'] ?? $this->getReaderRegistryService());
  43778.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\ShopwareLocalGateway'])) {
  43779.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\ShopwareLocalGateway'];
  43780.         }
  43781.         $b = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  43782.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\ShopwareLocalGateway'])) {
  43783.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\ShopwareLocalGateway'];
  43784.         }
  43785.         $c = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  43786.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\ShopwareLocalGateway'])) {
  43787.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Local\\ShopwareLocalGateway'];
  43788.         }
  43789.         $d = ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Gateway\\Connection\\ConnectionFactory'] = new \SwagMigrationAssistant\Profile\Shopware\Gateway\Connection\ConnectionFactory()));
  43790.         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);
  43791.     }
  43792.     /**
  43793.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Media\HttpMediaDownloadService' shared service.
  43794.      *
  43795.      * @return \SwagMigrationAssistant\Profile\Shopware\Media\HttpMediaDownloadService
  43796.      */
  43797.     protected function getHttpMediaDownloadServiceService()
  43798.     {
  43799.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Media/BaseMediaService.php';
  43800.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Media/MediaFileProcessorInterface.php';
  43801.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Media/HttpMediaDownloadService.php';
  43802.         $a = ($this->services['swag_migration_media_file.repository'] ?? $this->getSwagMigrationMediaFile_RepositoryService());
  43803.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpMediaDownloadService'])) {
  43804.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpMediaDownloadService'];
  43805.         }
  43806.         $b = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  43807.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpMediaDownloadService'])) {
  43808.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpMediaDownloadService'];
  43809.         }
  43810.         $c = ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service());
  43811.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpMediaDownloadService'])) {
  43812.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpMediaDownloadService'];
  43813.         }
  43814.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpMediaDownloadService'] = new \SwagMigrationAssistant\Profile\Shopware\Media\HttpMediaDownloadService($a$b$c, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  43815.     }
  43816.     /**
  43817.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Media\HttpOrderDocumentProcessor' shared service.
  43818.      *
  43819.      * @return \SwagMigrationAssistant\Profile\Shopware\Media\HttpOrderDocumentProcessor
  43820.      */
  43821.     protected function getHttpOrderDocumentProcessorService()
  43822.     {
  43823.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Media/BaseMediaService.php';
  43824.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Media/MediaFileProcessorInterface.php';
  43825.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Media/HttpOrderDocumentProcessor.php';
  43826.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactoryInterface.php';
  43827.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Gateway/Connection/ConnectionFactory.php';
  43828.         $a = ($this->services['swag_migration_media_file.repository'] ?? $this->getSwagMigrationMediaFile_RepositoryService());
  43829.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpOrderDocumentProcessor'])) {
  43830.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpOrderDocumentProcessor'];
  43831.         }
  43832.         $b = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  43833.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpOrderDocumentProcessor'])) {
  43834.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpOrderDocumentProcessor'];
  43835.         }
  43836.         $c = ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service());
  43837.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpOrderDocumentProcessor'])) {
  43838.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\HttpOrderDocumentProcessor'];
  43839.         }
  43840.         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()));
  43841.     }
  43842.     /**
  43843.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Media\LocalMediaProcessor' shared service.
  43844.      *
  43845.      * @return \SwagMigrationAssistant\Profile\Shopware\Media\LocalMediaProcessor
  43846.      */
  43847.     protected function getLocalMediaProcessorService()
  43848.     {
  43849.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Media/BaseMediaService.php';
  43850.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Media/MediaFileProcessorInterface.php';
  43851.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Media/LocalMediaProcessor.php';
  43852.         $a = ($this->services['swag_migration_media_file.repository'] ?? $this->getSwagMigrationMediaFile_RepositoryService());
  43853.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalMediaProcessor'])) {
  43854.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalMediaProcessor'];
  43855.         }
  43856.         $b = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  43857.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalMediaProcessor'])) {
  43858.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalMediaProcessor'];
  43859.         }
  43860.         $c = ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service());
  43861.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalMediaProcessor'])) {
  43862.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalMediaProcessor'];
  43863.         }
  43864.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalMediaProcessor'] = new \SwagMigrationAssistant\Profile\Shopware\Media\LocalMediaProcessor($a$b$c, new RewindableGenerator(function () {
  43865.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\Strategy\\Md5StrategyResolver'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\Strategy\\Md5StrategyResolver'] = new \SwagMigrationAssistant\Profile\Shopware\Media\Strategy\Md5StrategyResolver()));
  43866.             yield => ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\Strategy\\PlainStrategyResolver'] ?? ($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\Strategy\\PlainStrategyResolver'] = new \SwagMigrationAssistant\Profile\Shopware\Media\Strategy\PlainStrategyResolver()));
  43867.         }, 2), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  43868.     }
  43869.     /**
  43870.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Media\LocalOrderDocumentProcessor' shared service.
  43871.      *
  43872.      * @return \SwagMigrationAssistant\Profile\Shopware\Media\LocalOrderDocumentProcessor
  43873.      */
  43874.     protected function getLocalOrderDocumentProcessorService()
  43875.     {
  43876.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Media/BaseMediaService.php';
  43877.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Media/MediaFileProcessorInterface.php';
  43878.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Media/LocalOrderDocumentProcessor.php';
  43879.         $a = ($this->services['swag_migration_media_file.repository'] ?? $this->getSwagMigrationMediaFile_RepositoryService());
  43880.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalOrderDocumentProcessor'])) {
  43881.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalOrderDocumentProcessor'];
  43882.         }
  43883.         $b = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  43884.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalOrderDocumentProcessor'])) {
  43885.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalOrderDocumentProcessor'];
  43886.         }
  43887.         $c = ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service());
  43888.         if (isset($this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalOrderDocumentProcessor'])) {
  43889.             return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalOrderDocumentProcessor'];
  43890.         }
  43891.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Media\\LocalOrderDocumentProcessor'] = new \SwagMigrationAssistant\Profile\Shopware\Media\LocalOrderDocumentProcessor($a$b$c, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  43892.     }
  43893.     /**
  43894.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Premapping\DeliveryTimeReader' shared service.
  43895.      *
  43896.      * @return \SwagMigrationAssistant\Profile\Shopware\Premapping\DeliveryTimeReader
  43897.      */
  43898.     protected function getDeliveryTimeReader2Service()
  43899.     {
  43900.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  43901.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  43902.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Premapping/DeliveryTimeReader.php';
  43903.         return $this->privates['SwagMigrationAssistant\\Profile\\Shopware\\Premapping\\DeliveryTimeReader'] = new \SwagMigrationAssistant\Profile\Shopware\Premapping\DeliveryTimeReader(($this->services['delivery_time.repository'] ?? $this->getDeliveryTime_RepositoryService()));
  43904.     }
  43905.     /**
  43906.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Premapping\OrderDeliveryStateReader' shared service.
  43907.      *
  43908.      * @return \SwagMigrationAssistant\Profile\Shopware\Premapping\OrderDeliveryStateReader
  43909.      */
  43910.     protected function getOrderDeliveryStateReaderService()
  43911.     {
  43912.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  43913.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  43914.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Premapping/OrderDeliveryStateReader.php';
  43915.         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()));
  43916.     }
  43917.     /**
  43918.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Premapping\OrderStateReader' shared service.
  43919.      *
  43920.      * @return \SwagMigrationAssistant\Profile\Shopware\Premapping\OrderStateReader
  43921.      */
  43922.     protected function getOrderStateReaderService()
  43923.     {
  43924.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  43925.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  43926.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Premapping/OrderStateReader.php';
  43927.         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()));
  43928.     }
  43929.     /**
  43930.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Premapping\PaymentMethodReader' shared service.
  43931.      *
  43932.      * @return \SwagMigrationAssistant\Profile\Shopware\Premapping\PaymentMethodReader
  43933.      */
  43934.     protected function getPaymentMethodReaderService()
  43935.     {
  43936.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  43937.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  43938.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Premapping/PaymentMethodReader.php';
  43939.         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()));
  43940.     }
  43941.     /**
  43942.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Premapping\SalutationReader' shared service.
  43943.      *
  43944.      * @return \SwagMigrationAssistant\Profile\Shopware\Premapping\SalutationReader
  43945.      */
  43946.     protected function getSalutationReader2Service()
  43947.     {
  43948.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  43949.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  43950.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Premapping/SalutationReader.php';
  43951.         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()));
  43952.     }
  43953.     /**
  43954.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Premapping\TransactionStateReader' shared service.
  43955.      *
  43956.      * @return \SwagMigrationAssistant\Profile\Shopware\Premapping\TransactionStateReader
  43957.      */
  43958.     protected function getTransactionStateReaderService()
  43959.     {
  43960.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  43961.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  43962.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Premapping/TransactionStateReader.php';
  43963.         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()));
  43964.     }
  43965.     /**
  43966.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Writer\ProductOptionRelationWriter' shared service.
  43967.      *
  43968.      * @return \SwagMigrationAssistant\Profile\Shopware\Writer\ProductOptionRelationWriter
  43969.      */
  43970.     protected function getProductOptionRelationWriterService()
  43971.     {
  43972.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  43973.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  43974.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Writer/ProductOptionRelationWriter.php';
  43975.         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()));
  43976.     }
  43977.     /**
  43978.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Writer\ProductPropertyRelationWriter' shared service.
  43979.      *
  43980.      * @return \SwagMigrationAssistant\Profile\Shopware\Writer\ProductPropertyRelationWriter
  43981.      */
  43982.     protected function getProductPropertyRelationWriterService()
  43983.     {
  43984.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  43985.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  43986.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Writer/ProductPropertyRelationWriter.php';
  43987.         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()));
  43988.     }
  43989.     /**
  43990.      * Gets the private 'SwagMigrationAssistant\Profile\Shopware\Writer\PromotionWriter' shared service.
  43991.      *
  43992.      * @return \SwagMigrationAssistant\Profile\Shopware\Writer\PromotionWriter
  43993.      */
  43994.     protected function getPromotionWriterService()
  43995.     {
  43996.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  43997.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  43998.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Writer/PromotionWriter.php';
  43999.         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()));
  44000.     }
  44001.     /**
  44002.      * Gets the private 'Swag\CmsExtensions\Form\Action\FormMailSubscriber' shared service.
  44003.      *
  44004.      * @return \Swag\CmsExtensions\Form\Action\FormMailSubscriber
  44005.      */
  44006.     protected function getFormMailSubscriberService()
  44007.     {
  44008.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Form/Action/FormMailSubscriber.php';
  44009.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  44010.         if (isset($this->privates['Swag\\CmsExtensions\\Form\\Action\\FormMailSubscriber'])) {
  44011.             return $this->privates['Swag\\CmsExtensions\\Form\\Action\\FormMailSubscriber'];
  44012.         }
  44013.         $b = ($this->privates['Shopware\\Core\\Content\\Mail\\Service\\MailService'] ?? $this->getMailServiceService());
  44014.         if (isset($this->privates['Swag\\CmsExtensions\\Form\\Action\\FormMailSubscriber'])) {
  44015.             return $this->privates['Swag\\CmsExtensions\\Form\\Action\\FormMailSubscriber'];
  44016.         }
  44017.         return $this->privates['Swag\\CmsExtensions\\Form\\Action\\FormMailSubscriber'] = new \Swag\CmsExtensions\Form\Action\FormMailSubscriber($a$b);
  44018.     }
  44019.     /**
  44020.      * Gets the private 'Swag\CmsExtensions\Form\Aggregate\FormGroupField\FormGroupFieldTypeRegistry' shared service.
  44021.      *
  44022.      * @return \Swag\CmsExtensions\Form\Aggregate\FormGroupField\FormGroupFieldTypeRegistry
  44023.      */
  44024.     protected function getFormGroupFieldTypeRegistryService()
  44025.     {
  44026.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Form/Aggregate/FormGroupField/FormGroupFieldTypeRegistry.php';
  44027.         return $this->privates['Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupField\\FormGroupFieldTypeRegistry'] = new \Swag\CmsExtensions\Form\Aggregate\FormGroupField\FormGroupFieldTypeRegistry(($this->privates['Swag\\CmsExtensions\\Form\\Component\\ComponentRegistry'] ?? $this->getComponentRegistryService()), new RewindableGenerator(function () {
  44028.             yield => ($this->privates['Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupField\\Type\\Text'] ?? ($this->privates['Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupField\\Type\\Text'] = new \Swag\CmsExtensions\Form\Aggregate\FormGroupField\Type\Text()));
  44029.             yield => ($this->privates['Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupField\\Type\\Textarea'] ?? ($this->privates['Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupField\\Type\\Textarea'] = new \Swag\CmsExtensions\Form\Aggregate\FormGroupField\Type\Textarea()));
  44030.             yield => ($this->privates['Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupField\\Type\\Email'] ?? ($this->privates['Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupField\\Type\\Email'] = new \Swag\CmsExtensions\Form\Aggregate\FormGroupField\Type\Email()));
  44031.             yield => ($this->privates['Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupField\\Type\\Number'] ?? ($this->privates['Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupField\\Type\\Number'] = new \Swag\CmsExtensions\Form\Aggregate\FormGroupField\Type\Number()));
  44032.             yield => ($this->privates['Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupField\\Type\\Checkbox'] ?? ($this->privates['Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupField\\Type\\Checkbox'] = new \Swag\CmsExtensions\Form\Aggregate\FormGroupField\Type\Checkbox()));
  44033.             yield => ($this->privates['Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupField\\Type\\Select'] ?? ($this->privates['Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupField\\Type\\Select'] = new \Swag\CmsExtensions\Form\Aggregate\FormGroupField\Type\Select()));
  44034.         }, 6));
  44035.     }
  44036.     /**
  44037.      * Gets the private 'Swag\CmsExtensions\Form\Aggregate\FormGroupField\Validation\ConfigValidator' shared service.
  44038.      *
  44039.      * @return \Swag\CmsExtensions\Form\Aggregate\FormGroupField\Validation\ConfigValidator
  44040.      */
  44041.     protected function getConfigValidator2Service()
  44042.     {
  44043.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Form/Aggregate/FormGroupField/Validation/ConfigValidator.php';
  44044.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  44045.         if (isset($this->privates['Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupField\\Validation\\ConfigValidator'])) {
  44046.             return $this->privates['Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupField\\Validation\\ConfigValidator'];
  44047.         }
  44048.         return $this->privates['Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupField\\Validation\\ConfigValidator'] = new \Swag\CmsExtensions\Form\Aggregate\FormGroupField\Validation\ConfigValidator($a, ($this->privates['Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupField\\FormGroupFieldTypeRegistry'] ?? $this->getFormGroupFieldTypeRegistryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  44049.     }
  44050.     /**
  44051.      * Gets the private 'Swag\CmsExtensions\Form\Aggregate\FormGroupField\Validation\TechnicalNameValidator' shared service.
  44052.      *
  44053.      * @return \Swag\CmsExtensions\Form\Aggregate\FormGroupField\Validation\TechnicalNameValidator
  44054.      */
  44055.     protected function getTechnicalNameValidatorService()
  44056.     {
  44057.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Form/Aggregate/FormGroupField/Validation/TechnicalNameValidator.php';
  44058.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  44059.         if (isset($this->privates['Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupField\\Validation\\TechnicalNameValidator'])) {
  44060.             return $this->privates['Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupField\\Validation\\TechnicalNameValidator'];
  44061.         }
  44062.         return $this->privates['Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupField\\Validation\\TechnicalNameValidator'] = new \Swag\CmsExtensions\Form\Aggregate\FormGroupField\Validation\TechnicalNameValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  44063.     }
  44064.     /**
  44065.      * Gets the private 'Swag\CmsExtensions\Form\Aggregate\FormGroupField\Validation\TypeValidator' shared service.
  44066.      *
  44067.      * @return \Swag\CmsExtensions\Form\Aggregate\FormGroupField\Validation\TypeValidator
  44068.      */
  44069.     protected function getTypeValidatorService()
  44070.     {
  44071.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Form/Aggregate/FormGroupField/Validation/TypeValidator.php';
  44072.         return $this->privates['Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupField\\Validation\\TypeValidator'] = new \Swag\CmsExtensions\Form\Aggregate\FormGroupField\Validation\TypeValidator(($this->privates['Swag\\CmsExtensions\\Form\\Aggregate\\FormGroupField\\FormGroupFieldTypeRegistry'] ?? $this->getFormGroupFieldTypeRegistryService()));
  44073.     }
  44074.     /**
  44075.      * Gets the private 'Swag\CmsExtensions\Form\Component\ComponentRegistry' shared service.
  44076.      *
  44077.      * @return \Swag\CmsExtensions\Form\Component\ComponentRegistry
  44078.      */
  44079.     protected function getComponentRegistryService()
  44080.     {
  44081.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Form/Component/ComponentRegistry.php';
  44082.         return $this->privates['Swag\\CmsExtensions\\Form\\Component\\ComponentRegistry'] = new \Swag\CmsExtensions\Form\Component\ComponentRegistry(new RewindableGenerator(function () {
  44083.             yield => ($this->privates['Swag\\CmsExtensions\\Form\\Component\\Handler\\TextComponentHandler'] ?? ($this->privates['Swag\\CmsExtensions\\Form\\Component\\Handler\\TextComponentHandler'] = new \Swag\CmsExtensions\Form\Component\Handler\TextComponentHandler()));
  44084.             yield => ($this->privates['Swag\\CmsExtensions\\Form\\Component\\Handler\\TextareaComponentHandler'] ?? ($this->privates['Swag\\CmsExtensions\\Form\\Component\\Handler\\TextareaComponentHandler'] = new \Swag\CmsExtensions\Form\Component\Handler\TextareaComponentHandler()));
  44085.             yield => ($this->privates['Swag\\CmsExtensions\\Form\\Component\\Handler\\EmailComponentHandler'] ?? ($this->privates['Swag\\CmsExtensions\\Form\\Component\\Handler\\EmailComponentHandler'] = new \Swag\CmsExtensions\Form\Component\Handler\EmailComponentHandler()));
  44086.             yield => ($this->privates['Swag\\CmsExtensions\\Form\\Component\\Handler\\NumberComponentHandler'] ?? ($this->privates['Swag\\CmsExtensions\\Form\\Component\\Handler\\NumberComponentHandler'] = new \Swag\CmsExtensions\Form\Component\Handler\NumberComponentHandler()));
  44087.             yield => ($this->privates['Swag\\CmsExtensions\\Form\\Component\\Handler\\CheckboxComponentHandler'] ?? $this->getCheckboxComponentHandlerService());
  44088.             yield => ($this->privates['Swag\\CmsExtensions\\Form\\Component\\Handler\\SelectComponentHandler'] ?? $this->getSelectComponentHandlerService());
  44089.         }, 6));
  44090.     }
  44091.     /**
  44092.      * Gets the private 'Swag\CmsExtensions\Form\Component\Handler\CheckboxComponentHandler' shared service.
  44093.      *
  44094.      * @return \Swag\CmsExtensions\Form\Component\Handler\CheckboxComponentHandler
  44095.      */
  44096.     protected function getCheckboxComponentHandlerService()
  44097.     {
  44098.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Form/Component/AbstractComponentHandler.php';
  44099.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Form/Component/Handler/CheckboxComponentHandler.php';
  44100.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  44101.         if (isset($this->privates['Swag\\CmsExtensions\\Form\\Component\\Handler\\CheckboxComponentHandler'])) {
  44102.             return $this->privates['Swag\\CmsExtensions\\Form\\Component\\Handler\\CheckboxComponentHandler'];
  44103.         }
  44104.         return $this->privates['Swag\\CmsExtensions\\Form\\Component\\Handler\\CheckboxComponentHandler'] = new \Swag\CmsExtensions\Form\Component\Handler\CheckboxComponentHandler($a);
  44105.     }
  44106.     /**
  44107.      * Gets the private 'Swag\CmsExtensions\Form\Component\Handler\SelectComponentHandler' shared service.
  44108.      *
  44109.      * @return \Swag\CmsExtensions\Form\Component\Handler\SelectComponentHandler
  44110.      */
  44111.     protected function getSelectComponentHandlerService()
  44112.     {
  44113.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Form/Component/AbstractComponentHandler.php';
  44114.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Form/Component/Handler/SelectComponentHandler.php';
  44115.         $a = ($this->services['country.repository'] ?? $this->getCountry_RepositoryService());
  44116.         if (isset($this->privates['Swag\\CmsExtensions\\Form\\Component\\Handler\\SelectComponentHandler'])) {
  44117.             return $this->privates['Swag\\CmsExtensions\\Form\\Component\\Handler\\SelectComponentHandler'];
  44118.         }
  44119.         $b = ($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService());
  44120.         if (isset($this->privates['Swag\\CmsExtensions\\Form\\Component\\Handler\\SelectComponentHandler'])) {
  44121.             return $this->privates['Swag\\CmsExtensions\\Form\\Component\\Handler\\SelectComponentHandler'];
  44122.         }
  44123.         return $this->privates['Swag\\CmsExtensions\\Form\\Component\\Handler\\SelectComponentHandler'] = new \Swag\CmsExtensions\Form\Component\Handler\SelectComponentHandler($a$b);
  44124.     }
  44125.     /**
  44126.      * Gets the private 'Swag\CmsExtensions\Form\Validation\TechnicalNameValidator' shared service.
  44127.      *
  44128.      * @return \Swag\CmsExtensions\Form\Validation\TechnicalNameValidator
  44129.      */
  44130.     protected function getTechnicalNameValidator2Service()
  44131.     {
  44132.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Form/Validation/TechnicalNameValidator.php';
  44133.         return $this->privates['Swag\\CmsExtensions\\Form\\Validation\\TechnicalNameValidator'] = new \Swag\CmsExtensions\Form\Validation\TechnicalNameValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  44134.     }
  44135.     /**
  44136.      * Gets the private 'Swag\CmsExtensions\Service\Content\Cms\DataResolver\CustomFormCmsElementResolver' shared service.
  44137.      *
  44138.      * @return \Swag\CmsExtensions\Service\Content\Cms\DataResolver\CustomFormCmsElementResolver
  44139.      */
  44140.     protected function getCustomFormCmsElementResolverService()
  44141.     {
  44142.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  44143.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  44144.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Service/Content/Cms/DataResolver/CustomFormCmsElementResolver.php';
  44145.         $a = ($this->privates['Swag\\CmsExtensions\\Form\\Component\\ComponentRegistry'] ?? $this->getComponentRegistryService());
  44146.         if (isset($this->privates['Swag\\CmsExtensions\\Service\\Content\\Cms\\DataResolver\\CustomFormCmsElementResolver'])) {
  44147.             return $this->privates['Swag\\CmsExtensions\\Service\\Content\\Cms\\DataResolver\\CustomFormCmsElementResolver'];
  44148.         }
  44149.         return $this->privates['Swag\\CmsExtensions\\Service\\Content\\Cms\\DataResolver\\CustomFormCmsElementResolver'] = new \Swag\CmsExtensions\Service\Content\Cms\DataResolver\CustomFormCmsElementResolver($a);
  44150.     }
  44151.     /**
  44152.      * Gets the private 'Swag\CmsExtensions\Service\Content\Cms\SalesChannel\SalesChannelCmsPageLoaderBlockRuleDecorator' shared service.
  44153.      *
  44154.      * @return \Swag\CmsExtensions\Service\Content\Cms\SalesChannel\SalesChannelCmsPageLoaderBlockRuleDecorator
  44155.      */
  44156.     protected function getSalesChannelCmsPageLoaderBlockRuleDecoratorService()
  44157.     {
  44158.         $a = ($this->services['cms_page.repository'] ?? $this->getCmsPage_RepositoryService());
  44159.         if (isset($this->privates['Swag\\CmsExtensions\\Service\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoaderBlockRuleDecorator'])) {
  44160.             return $this->privates['Swag\\CmsExtensions\\Service\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoaderBlockRuleDecorator'];
  44161.         }
  44162.         $b = ($this->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] ?? $this->getCmsSlotsDataResolverService());
  44163.         if (isset($this->privates['Swag\\CmsExtensions\\Service\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoaderBlockRuleDecorator'])) {
  44164.             return $this->privates['Swag\\CmsExtensions\\Service\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoaderBlockRuleDecorator'];
  44165.         }
  44166.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  44167.         if (isset($this->privates['Swag\\CmsExtensions\\Service\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoaderBlockRuleDecorator'])) {
  44168.             return $this->privates['Swag\\CmsExtensions\\Service\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoaderBlockRuleDecorator'];
  44169.         }
  44170.         return $this->privates['Swag\\CmsExtensions\\Service\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoaderBlockRuleDecorator'] = new \Swag\CmsExtensions\Service\Content\Cms\SalesChannel\SalesChannelCmsPageLoaderBlockRuleDecorator(new \Swag\CmsExtensions\Service\Content\Cms\SalesChannel\SalesChannelCmsPageLoaderScrollNavigationDecorator(new \Swag\CmsExtensions\Service\Content\Cms\SalesChannel\SalesChannelCmsPageLoaderQuickviewDecorator(new \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader($a$b$c))));
  44171.     }
  44172.     /**
  44173.      * Gets the private 'Swag\CustomizedProducts\Core\Checkout\Cart\Event\LineItemAddedSubscriber' shared service.
  44174.      *
  44175.      * @return \Swag\CustomizedProducts\Core\Checkout\Cart\Event\LineItemAddedSubscriber
  44176.      */
  44177.     protected function getLineItemAddedSubscriberService()
  44178.     {
  44179.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Core/Checkout/Cart/Event/LineItemAddedSubscriber.php';
  44180.         $a = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  44181.         if (isset($this->privates['Swag\\CustomizedProducts\\Core\\Checkout\\Cart\\Event\\LineItemAddedSubscriber'])) {
  44182.             return $this->privates['Swag\\CustomizedProducts\\Core\\Checkout\\Cart\\Event\\LineItemAddedSubscriber'];
  44183.         }
  44184.         return $this->privates['Swag\\CustomizedProducts\\Core\\Checkout\\Cart\\Event\\LineItemAddedSubscriber'] = new \Swag\CustomizedProducts\Core\Checkout\Cart\Event\LineItemAddedSubscriber($a);
  44185.     }
  44186.     /**
  44187.      * Gets the private 'Swag\CustomizedProducts\Core\Checkout\CustomizedProductsCartDataCollector' shared service.
  44188.      *
  44189.      * @return \Swag\CustomizedProducts\Core\Checkout\CustomizedProductsCartDataCollector
  44190.      */
  44191.     protected function getCustomizedProductsCartDataCollectorService()
  44192.     {
  44193.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  44194.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Core/Checkout/CustomizedProductsCartDataCollector.php';
  44195.         $a = ($this->services['swag_customized_products_template.repository'] ?? $this->getSwagCustomizedProductsTemplate_RepositoryService());
  44196.         if (isset($this->privates['Swag\\CustomizedProducts\\Core\\Checkout\\CustomizedProductsCartDataCollector'])) {
  44197.             return $this->privates['Swag\\CustomizedProducts\\Core\\Checkout\\CustomizedProductsCartDataCollector'];
  44198.         }
  44199.         $b = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  44200.         if (isset($this->privates['Swag\\CustomizedProducts\\Core\\Checkout\\CustomizedProductsCartDataCollector'])) {
  44201.             return $this->privates['Swag\\CustomizedProducts\\Core\\Checkout\\CustomizedProductsCartDataCollector'];
  44202.         }
  44203.         $c = ($this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateConfiguration\\Service\\TemplateConfigurationService'] ?? $this->getTemplateConfigurationServiceService());
  44204.         if (isset($this->privates['Swag\\CustomizedProducts\\Core\\Checkout\\CustomizedProductsCartDataCollector'])) {
  44205.             return $this->privates['Swag\\CustomizedProducts\\Core\\Checkout\\CustomizedProductsCartDataCollector'];
  44206.         }
  44207.         return $this->privates['Swag\\CustomizedProducts\\Core\\Checkout\\CustomizedProductsCartDataCollector'] = new \Swag\CustomizedProducts\Core\Checkout\CustomizedProductsCartDataCollector($a$b$c);
  44208.     }
  44209.     /**
  44210.      * Gets the private 'Swag\CustomizedProducts\Core\Checkout\CustomizedProductsCartProcessor' shared service.
  44211.      *
  44212.      * @return \Swag\CustomizedProducts\Core\Checkout\CustomizedProductsCartProcessor
  44213.      */
  44214.     protected function getCustomizedProductsCartProcessorService()
  44215.     {
  44216.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  44217.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Core/Checkout/CustomizedProductsCartProcessor.php';
  44218.         return $this->privates['Swag\\CustomizedProducts\\Core\\Checkout\\CustomizedProductsCartProcessor'] = new \Swag\CustomizedProducts\Core\Checkout\CustomizedProductsCartProcessor(($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\\CashRounding'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\CashRounding'] = new \Shopware\Core\Checkout\Cart\Price\CashRounding())));
  44219.     }
  44220.     /**
  44221.      * Gets the private 'Swag\CustomizedProducts\Core\Content\MailTemplate\Service\Event\OrderConfirmationSubscriber' shared service.
  44222.      *
  44223.      * @return \Swag\CustomizedProducts\Core\Content\MailTemplate\Service\Event\OrderConfirmationSubscriber
  44224.      */
  44225.     protected function getOrderConfirmationSubscriberService()
  44226.     {
  44227.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Core/Content/MailTemplate/Service/Event/OrderConfirmationSubscriber.php';
  44228.         $a = ($this->services['mail_template.repository'] ?? $this->getMailTemplate_RepositoryService());
  44229.         if (isset($this->privates['Swag\\CustomizedProducts\\Core\\Content\\MailTemplate\\Service\\Event\\OrderConfirmationSubscriber'])) {
  44230.             return $this->privates['Swag\\CustomizedProducts\\Core\\Content\\MailTemplate\\Service\\Event\\OrderConfirmationSubscriber'];
  44231.         }
  44232.         return $this->privates['Swag\\CustomizedProducts\\Core\\Content\\MailTemplate\\Service\\Event\\OrderConfirmationSubscriber'] = new \Swag\CustomizedProducts\Core\Content\MailTemplate\Service\Event\OrderConfirmationSubscriber($a);
  44233.     }
  44234.     /**
  44235.      * Gets the private 'Swag\CustomizedProducts\Core\Content\Product\ProductWrittenSubscriber' shared service.
  44236.      *
  44237.      * @return \Swag\CustomizedProducts\Core\Content\Product\ProductWrittenSubscriber
  44238.      */
  44239.     protected function getProductWrittenSubscriberService()
  44240.     {
  44241.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Core/Content/Product/ProductWrittenSubscriber.php';
  44242.         $a = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  44243.         if (isset($this->privates['Swag\\CustomizedProducts\\Core\\Content\\Product\\ProductWrittenSubscriber'])) {
  44244.             return $this->privates['Swag\\CustomizedProducts\\Core\\Content\\Product\\ProductWrittenSubscriber'];
  44245.         }
  44246.         return $this->privates['Swag\\CustomizedProducts\\Core\\Content\\Product\\ProductWrittenSubscriber'] = new \Swag\CustomizedProducts\Core\Content\Product\ProductWrittenSubscriber($a);
  44247.     }
  44248.     /**
  44249.      * Gets the private 'Swag\CustomizedProducts\PayPal\PayPalLineItemSubscriber' shared service.
  44250.      *
  44251.      * @return \Swag\CustomizedProducts\PayPal\PayPalLineItemSubscriber
  44252.      */
  44253.     protected function getPayPalLineItemSubscriberService()
  44254.     {
  44255.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/PayPal/PayPalLineItemSubscriber.php';
  44256.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  44257.         if (isset($this->privates['Swag\\CustomizedProducts\\PayPal\\PayPalLineItemSubscriber'])) {
  44258.             return $this->privates['Swag\\CustomizedProducts\\PayPal\\PayPalLineItemSubscriber'];
  44259.         }
  44260.         return $this->privates['Swag\\CustomizedProducts\\PayPal\\PayPalLineItemSubscriber'] = new \Swag\CustomizedProducts\PayPal\PayPalLineItemSubscriber(($this->privates['Swag\\CustomizedProducts\\Util\\Logger'] ?? $this->getLogger2Service()), $a);
  44261.     }
  44262.     /**
  44263.      * Gets the private 'Swag\CustomizedProducts\Storefront\Page\Product\ProductPageSubscriber' shared service.
  44264.      *
  44265.      * @return \Swag\CustomizedProducts\Storefront\Page\Product\ProductPageSubscriber
  44266.      */
  44267.     protected function getProductPageSubscriber2Service()
  44268.     {
  44269.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Storefront/Page/Product/ProductPageSubscriber.php';
  44270.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/SalesChannel/Price/PriceService.php';
  44271.         $a = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  44272.         if (isset($this->privates['Swag\\CustomizedProducts\\Storefront\\Page\\Product\\ProductPageSubscriber'])) {
  44273.             return $this->privates['Swag\\CustomizedProducts\\Storefront\\Page\\Product\\ProductPageSubscriber'];
  44274.         }
  44275.         $b = ($this->services['swag_customized_products_template_configuration.repository'] ?? $this->getSwagCustomizedProductsTemplateConfiguration_RepositoryService());
  44276.         if (isset($this->privates['Swag\\CustomizedProducts\\Storefront\\Page\\Product\\ProductPageSubscriber'])) {
  44277.             return $this->privates['Swag\\CustomizedProducts\\Storefront\\Page\\Product\\ProductPageSubscriber'];
  44278.         }
  44279.         $c = ($this->services['swag_customized_products_template_configuration_share.repository'] ?? $this->getSwagCustomizedProductsTemplateConfigurationShare_RepositoryService());
  44280.         if (isset($this->privates['Swag\\CustomizedProducts\\Storefront\\Page\\Product\\ProductPageSubscriber'])) {
  44281.             return $this->privates['Swag\\CustomizedProducts\\Storefront\\Page\\Product\\ProductPageSubscriber'];
  44282.         }
  44283.         $d = ($this->services['translator'] ?? $this->getTranslatorService());
  44284.         if (isset($this->privates['Swag\\CustomizedProducts\\Storefront\\Page\\Product\\ProductPageSubscriber'])) {
  44285.             return $this->privates['Swag\\CustomizedProducts\\Storefront\\Page\\Product\\ProductPageSubscriber'];
  44286.         }
  44287.         $e = ($this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateConfiguration\\Service\\TemplateConfigurationService'] ?? $this->getTemplateConfigurationServiceService());
  44288.         if (isset($this->privates['Swag\\CustomizedProducts\\Storefront\\Page\\Product\\ProductPageSubscriber'])) {
  44289.             return $this->privates['Swag\\CustomizedProducts\\Storefront\\Page\\Product\\ProductPageSubscriber'];
  44290.         }
  44291.         $f = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  44292.         if (isset($this->privates['Swag\\CustomizedProducts\\Storefront\\Page\\Product\\ProductPageSubscriber'])) {
  44293.             return $this->privates['Swag\\CustomizedProducts\\Storefront\\Page\\Product\\ProductPageSubscriber'];
  44294.         }
  44295.         return $this->privates['Swag\\CustomizedProducts\\Storefront\\Page\\Product\\ProductPageSubscriber'] = new \Swag\CustomizedProducts\Storefront\Page\Product\ProductPageSubscriber($a, new \Swag\CustomizedProducts\Template\SalesChannel\Price\PriceService(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService())), $b$c, ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $d$e$f);
  44296.     }
  44297.     /**
  44298.      * Gets the private 'Swag\CustomizedProducts\Template\Aggregate\TemplateConfiguration\Service\TemplateConfigurationService' shared service.
  44299.      *
  44300.      * @return \Swag\CustomizedProducts\Template\Aggregate\TemplateConfiguration\Service\TemplateConfigurationService
  44301.      */
  44302.     protected function getTemplateConfigurationServiceService()
  44303.     {
  44304.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateConfiguration/Service/TemplateConfigurationServiceInterface.php';
  44305.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateConfiguration/Service/TemplateConfigurationService.php';
  44306.         $a = ($this->services['swag_customized_products_template_configuration.repository'] ?? $this->getSwagCustomizedProductsTemplateConfiguration_RepositoryService());
  44307.         if (isset($this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateConfiguration\\Service\\TemplateConfigurationService'])) {
  44308.             return $this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateConfiguration\\Service\\TemplateConfigurationService'];
  44309.         }
  44310.         $b = ($this->services['swag_customized_products_template.repository'] ?? $this->getSwagCustomizedProductsTemplate_RepositoryService());
  44311.         if (isset($this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateConfiguration\\Service\\TemplateConfigurationService'])) {
  44312.             return $this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateConfiguration\\Service\\TemplateConfigurationService'];
  44313.         }
  44314.         return $this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateConfiguration\\Service\\TemplateConfigurationService'] = new \Swag\CustomizedProducts\Template\Aggregate\TemplateConfiguration\Service\TemplateConfigurationService($a$b);
  44315.     }
  44316.     /**
  44317.      * Gets the private 'Swag\CustomizedProducts\Template\Aggregate\TemplateOption\TemplateOptionValidator' shared service.
  44318.      *
  44319.      * @return \Swag\CustomizedProducts\Template\Aggregate\TemplateOption\TemplateOptionValidator
  44320.      */
  44321.     protected function getTemplateOptionValidatorService()
  44322.     {
  44323.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateOption/TemplateOptionValidator.php';
  44324.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  44325.         if (isset($this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\TemplateOptionValidator'])) {
  44326.             return $this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\TemplateOptionValidator'];
  44327.         }
  44328.         return $this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\TemplateOptionValidator'] = new \Swag\CustomizedProducts\Template\Aggregate\TemplateOption\TemplateOptionValidator($a, ($this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\Type\\OptionTypeCollection'] ?? $this->getOptionTypeCollectionService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  44329.     }
  44330.     /**
  44331.      * Gets the private 'Swag\CustomizedProducts\Template\Aggregate\TemplateOption\Type\OptionTypeCollection' shared service.
  44332.      *
  44333.      * @return \Swag\CustomizedProducts\Template\Aggregate\TemplateOption\Type\OptionTypeCollection
  44334.      */
  44335.     protected function getOptionTypeCollectionService()
  44336.     {
  44337.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Aggregate/TemplateOption/Type/OptionTypeCollection.php';
  44338.         return $this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\Type\\OptionTypeCollection'] = new \Swag\CustomizedProducts\Template\Aggregate\TemplateOption\Type\OptionTypeCollection(new RewindableGenerator(function () {
  44339.             yield => ($this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\Type\\Checkbox'] ?? ($this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\Type\\Checkbox'] = new \Swag\CustomizedProducts\Template\Aggregate\TemplateOption\Type\Checkbox()));
  44340.             yield => ($this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\Type\\ColorPicker'] ?? ($this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\Type\\ColorPicker'] = new \Swag\CustomizedProducts\Template\Aggregate\TemplateOption\Type\ColorPicker()));
  44341.             yield => ($this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\Type\\ColorSelect'] ?? ($this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\Type\\ColorSelect'] = new \Swag\CustomizedProducts\Template\Aggregate\TemplateOption\Type\ColorSelect()));
  44342.             yield => ($this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\Type\\DateTime'] ?? ($this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\Type\\DateTime'] = new \Swag\CustomizedProducts\Template\Aggregate\TemplateOption\Type\DateTime()));
  44343.             yield => ($this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\Type\\FileUpload'] ?? ($this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\Type\\FileUpload'] = new \Swag\CustomizedProducts\Template\Aggregate\TemplateOption\Type\FileUpload()));
  44344.             yield => ($this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\Type\\HtmlEditor'] ?? ($this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\Type\\HtmlEditor'] = new \Swag\CustomizedProducts\Template\Aggregate\TemplateOption\Type\HtmlEditor()));
  44345.             yield => ($this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\Type\\ImageSelect'] ?? ($this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\Type\\ImageSelect'] = new \Swag\CustomizedProducts\Template\Aggregate\TemplateOption\Type\ImageSelect()));
  44346.             yield => ($this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\Type\\ImageUpload'] ?? ($this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\Type\\ImageUpload'] = new \Swag\CustomizedProducts\Template\Aggregate\TemplateOption\Type\ImageUpload()));
  44347.             yield => ($this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\Type\\NumberField'] ?? ($this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\Type\\NumberField'] = new \Swag\CustomizedProducts\Template\Aggregate\TemplateOption\Type\NumberField()));
  44348.             yield => ($this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\Type\\Select'] ?? ($this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\Type\\Select'] = new \Swag\CustomizedProducts\Template\Aggregate\TemplateOption\Type\Select()));
  44349.             yield 10 => ($this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\Type\\Textarea'] ?? ($this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\Type\\Textarea'] = new \Swag\CustomizedProducts\Template\Aggregate\TemplateOption\Type\Textarea()));
  44350.             yield 11 => ($this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\Type\\TextField'] ?? ($this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\Type\\TextField'] = new \Swag\CustomizedProducts\Template\Aggregate\TemplateOption\Type\TextField()));
  44351.             yield 12 => ($this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\Type\\Timestamp'] ?? ($this->privates['Swag\\CustomizedProducts\\Template\\Aggregate\\TemplateOption\\Type\\Timestamp'] = new \Swag\CustomizedProducts\Template\Aggregate\TemplateOption\Type\Timestamp()));
  44352.         }, 13));
  44353.     }
  44354.     /**
  44355.      * Gets the private 'Swag\CustomizedProducts\Template\Commands\GenerateDecisionTreeCommand' shared service.
  44356.      *
  44357.      * @return \Swag\CustomizedProducts\Template\Commands\GenerateDecisionTreeCommand
  44358.      */
  44359.     protected function getGenerateDecisionTreeCommandService()
  44360.     {
  44361.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  44362.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Commands/GenerateDecisionTreeCommand.php';
  44363.         $this->privates['Swag\\CustomizedProducts\\Template\\Commands\\GenerateDecisionTreeCommand'] = $instance = new \Swag\CustomizedProducts\Template\Commands\GenerateDecisionTreeCommand(($this->services['swag_customized_products_template.repository'] ?? $this->getSwagCustomizedProductsTemplate_RepositoryService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->privates['Swag\\CustomizedProducts\\Template\\TemplateDecisionTreeGenerator'] ?? $this->getTemplateDecisionTreeGeneratorService()));
  44364.         $instance->setName('cupro-template:generate-tree');
  44365.         return $instance;
  44366.     }
  44367.     /**
  44368.      * Gets the private 'Swag\CustomizedProducts\Template\Message\GenerateDecisionTreeHandler' shared service.
  44369.      *
  44370.      * @return \Swag\CustomizedProducts\Template\Message\GenerateDecisionTreeHandler
  44371.      */
  44372.     protected function getGenerateDecisionTreeHandlerService()
  44373.     {
  44374.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/Message/GenerateDecisionTreeHandler.php';
  44375.         $a = ($this->privates['Swag\\CustomizedProducts\\Template\\TemplateDecisionTreeGenerator'] ?? $this->getTemplateDecisionTreeGeneratorService());
  44376.         if (isset($this->privates['Swag\\CustomizedProducts\\Template\\Message\\GenerateDecisionTreeHandler'])) {
  44377.             return $this->privates['Swag\\CustomizedProducts\\Template\\Message\\GenerateDecisionTreeHandler'];
  44378.         }
  44379.         return $this->privates['Swag\\CustomizedProducts\\Template\\Message\\GenerateDecisionTreeHandler'] = new \Swag\CustomizedProducts\Template\Message\GenerateDecisionTreeHandler($a);
  44380.     }
  44381.     /**
  44382.      * Gets the private 'Swag\CustomizedProducts\Template\ScheduledTask\CleanVersionsTaskHandler' shared service.
  44383.      *
  44384.      * @return \Swag\CustomizedProducts\Template\ScheduledTask\CleanVersionsTaskHandler
  44385.      */
  44386.     protected function getCleanVersionsTaskHandlerService()
  44387.     {
  44388.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/ScheduledTask/CleanVersionsTaskHandler.php';
  44389.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  44390.         if (isset($this->privates['Swag\\CustomizedProducts\\Template\\ScheduledTask\\CleanVersionsTaskHandler'])) {
  44391.             return $this->privates['Swag\\CustomizedProducts\\Template\\ScheduledTask\\CleanVersionsTaskHandler'];
  44392.         }
  44393.         $b = ($this->services['swag_customized_products_template.repository'] ?? $this->getSwagCustomizedProductsTemplate_RepositoryService());
  44394.         if (isset($this->privates['Swag\\CustomizedProducts\\Template\\ScheduledTask\\CleanVersionsTaskHandler'])) {
  44395.             return $this->privates['Swag\\CustomizedProducts\\Template\\ScheduledTask\\CleanVersionsTaskHandler'];
  44396.         }
  44397.         $c = ($this->services['version.repository'] ?? $this->getVersion_RepositoryService());
  44398.         if (isset($this->privates['Swag\\CustomizedProducts\\Template\\ScheduledTask\\CleanVersionsTaskHandler'])) {
  44399.             return $this->privates['Swag\\CustomizedProducts\\Template\\ScheduledTask\\CleanVersionsTaskHandler'];
  44400.         }
  44401.         return $this->privates['Swag\\CustomizedProducts\\Template\\ScheduledTask\\CleanVersionsTaskHandler'] = new \Swag\CustomizedProducts\Template\ScheduledTask\CleanVersionsTaskHandler($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $b$c);
  44402.     }
  44403.     /**
  44404.      * Gets the private 'Swag\CustomizedProducts\Template\TemplateDecisionTreeGenerator' shared service.
  44405.      *
  44406.      * @return \Swag\CustomizedProducts\Template\TemplateDecisionTreeGenerator
  44407.      */
  44408.     protected function getTemplateDecisionTreeGeneratorService()
  44409.     {
  44410.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/TemplateDecisionTreeGeneratorInterface.php';
  44411.         include_once \dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Template/TemplateDecisionTreeGenerator.php';
  44412.         $a = ($this->services['swag_customized_products_template.repository'] ?? $this->getSwagCustomizedProductsTemplate_RepositoryService());
  44413.         if (isset($this->privates['Swag\\CustomizedProducts\\Template\\TemplateDecisionTreeGenerator'])) {
  44414.             return $this->privates['Swag\\CustomizedProducts\\Template\\TemplateDecisionTreeGenerator'];
  44415.         }
  44416.         $b = ($this->services['swag_customized_products_template_exclusion.repository'] ?? $this->getSwagCustomizedProductsTemplateExclusion_RepositoryService());
  44417.         if (isset($this->privates['Swag\\CustomizedProducts\\Template\\TemplateDecisionTreeGenerator'])) {
  44418.             return $this->privates['Swag\\CustomizedProducts\\Template\\TemplateDecisionTreeGenerator'];
  44419.         }
  44420.         return $this->privates['Swag\\CustomizedProducts\\Template\\TemplateDecisionTreeGenerator'] = new \Swag\CustomizedProducts\Template\TemplateDecisionTreeGenerator($a$b);
  44421.     }
  44422.     /**
  44423.      * Gets the private 'Swag\CustomizedProducts\Util\Logger' shared service.
  44424.      *
  44425.      * @return \Monolog\Logger
  44426.      */
  44427.     protected function getLogger2Service()
  44428.     {
  44429.         return $this->privates['Swag\\CustomizedProducts\\Util\\Logger'] = ($this->privates['Shopware\\Core\\Framework\\Log\\LoggerFactory'] ?? $this->getLoggerFactoryService())->createRotating('swag_customized_products');
  44430.     }
  44431.     /**
  44432.      * Gets the private 'Swag\Markets\Service\ConfigService' shared autowired service.
  44433.      *
  44434.      * @return \Swag\Markets\Service\ConfigService
  44435.      */
  44436.     protected function getConfigServiceService()
  44437.     {
  44438.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Service/ConfigService.php';
  44439.         return $this->privates['Swag\\Markets\\Service\\ConfigService'] = new \Swag\Markets\Service\ConfigService(($this->services['bf_config.repository'] ?? $this->getBfConfig_RepositoryService()));
  44440.     }
  44441.     /**
  44442.      * Gets the private 'Swag\Markets\Subscriber\ProductDeleteSubscriber' shared autowired service.
  44443.      *
  44444.      * @return \Swag\Markets\Subscriber\ProductDeleteSubscriber
  44445.      */
  44446.     protected function getProductDeleteSubscriberService()
  44447.     {
  44448.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Subscriber/ProductDeleteSubscriber.php';
  44449.         $a = ($this->services['bf_product_to_delete.repository'] ?? $this->getBfProductToDelete_RepositoryService());
  44450.         if (isset($this->privates['Swag\\Markets\\Subscriber\\ProductDeleteSubscriber'])) {
  44451.             return $this->privates['Swag\\Markets\\Subscriber\\ProductDeleteSubscriber'];
  44452.         }
  44453.         return $this->privates['Swag\\Markets\\Subscriber\\ProductDeleteSubscriber'] = new \Swag\Markets\Subscriber\ProductDeleteSubscriber($a);
  44454.     }
  44455.     /**
  44456.      * Gets the private 'Swag\MigrationMagento\Migration\Mapping\MagentoMappingService' shared service.
  44457.      *
  44458.      * @return \Swag\MigrationMagento\Migration\Mapping\MagentoMappingService
  44459.      */
  44460.     protected function getMagentoMappingServiceService()
  44461.     {
  44462.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Mapping/MappingServiceInterface.php';
  44463.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Mapping/MappingService.php';
  44464.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Migration/Mapping/MagentoMappingServiceInterface.php';
  44465.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Migration/Mapping/MagentoMappingService.php';
  44466.         return $this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] = new \Swag\MigrationMagento\Migration\Mapping\MagentoMappingService(($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()), ($this->services['state_machine.repository'] ?? $this->getStateMachine_RepositoryService()), ($this->services['state_machine_state.repository'] ?? $this->getStateMachineState_RepositoryService()));
  44467.     }
  44468.     /**
  44469.      * Gets the private 'Swag\MigrationMagento\Migration\Writer\CountryWriter' shared service.
  44470.      *
  44471.      * @return \Swag\MigrationMagento\Migration\Writer\CountryWriter
  44472.      */
  44473.     protected function getCountryWriter2Service()
  44474.     {
  44475.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  44476.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  44477.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Migration/Writer/CountryWriter.php';
  44478.         return $this->privates['Swag\\MigrationMagento\\Migration\\Writer\\CountryWriter'] = new \Swag\MigrationMagento\Migration\Writer\CountryWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\System\\Country\\CountryDefinition'] ?? $this->getCountryDefinitionService()));
  44479.     }
  44480.     /**
  44481.      * Gets the private 'Swag\MigrationMagento\Migration\Writer\CurrencyWriter' shared service.
  44482.      *
  44483.      * @return \Swag\MigrationMagento\Migration\Writer\CurrencyWriter
  44484.      */
  44485.     protected function getCurrencyWriter2Service()
  44486.     {
  44487.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  44488.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  44489.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Migration/Writer/CurrencyWriter.php';
  44490.         return $this->privates['Swag\\MigrationMagento\\Migration\\Writer\\CurrencyWriter'] = new \Swag\MigrationMagento\Migration\Writer\CurrencyWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\System\\Currency\\CurrencyDefinition'] ?? $this->getCurrencyDefinitionService()));
  44491.     }
  44492.     /**
  44493.      * Gets the private 'Swag\MigrationMagento\Migration\Writer\ManufacturerWriter' shared service.
  44494.      *
  44495.      * @return \Swag\MigrationMagento\Migration\Writer\ManufacturerWriter
  44496.      */
  44497.     protected function getManufacturerWriterService()
  44498.     {
  44499.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  44500.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  44501.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Migration/Writer/ManufacturerWriter.php';
  44502.         return $this->privates['Swag\\MigrationMagento\\Migration\\Writer\\ManufacturerWriter'] = new \Swag\MigrationMagento\Migration\Writer\ManufacturerWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] ?? $this->getProductManufacturerDefinitionService()));
  44503.     }
  44504.     /**
  44505.      * Gets the private 'Swag\MigrationMagento\Migration\Writer\NotAssociatedWriter' shared service.
  44506.      *
  44507.      * @return \Swag\MigrationMagento\Migration\Writer\NotAssociatedWriter
  44508.      */
  44509.     protected function getNotAssociatedWriterService()
  44510.     {
  44511.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  44512.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  44513.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Migration/Writer/NotAssociatedWriter.php';
  44514.         return $this->privates['Swag\\MigrationMagento\\Migration\\Writer\\NotAssociatedWriter'] = new \Swag\MigrationMagento\Migration\Writer\NotAssociatedWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\Media\\MediaDefinition'] ?? $this->getMediaDefinitionService()));
  44515.     }
  44516.     /**
  44517.      * Gets the private 'Swag\MigrationMagento\Migration\Writer\ProductChildMultiSelectPropertyRelationWriter' shared service.
  44518.      *
  44519.      * @return \Swag\MigrationMagento\Migration\Writer\ProductChildMultiSelectPropertyRelationWriter
  44520.      */
  44521.     protected function getProductChildMultiSelectPropertyRelationWriterService()
  44522.     {
  44523.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  44524.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  44525.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Migration/Writer/ProductChildMultiSelectPropertyRelationWriter.php';
  44526.         return $this->privates['Swag\\MigrationMagento\\Migration\\Writer\\ProductChildMultiSelectPropertyRelationWriter'] = new \Swag\MigrationMagento\Migration\Writer\ProductChildMultiSelectPropertyRelationWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()));
  44527.     }
  44528.     /**
  44529.      * Gets the private 'Swag\MigrationMagento\Migration\Writer\ProductChildMultiSelectTextPropertyRelationWriter' shared service.
  44530.      *
  44531.      * @return \Swag\MigrationMagento\Migration\Writer\ProductChildMultiSelectTextPropertyRelationWriter
  44532.      */
  44533.     protected function getProductChildMultiSelectTextPropertyRelationWriterService()
  44534.     {
  44535.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  44536.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  44537.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Migration/Writer/ProductChildMultiSelectTextPropertyRelationWriter.php';
  44538.         return $this->privates['Swag\\MigrationMagento\\Migration\\Writer\\ProductChildMultiSelectTextPropertyRelationWriter'] = new \Swag\MigrationMagento\Migration\Writer\ProductChildMultiSelectTextPropertyRelationWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()));
  44539.     }
  44540.     /**
  44541.      * Gets the private 'Swag\MigrationMagento\Migration\Writer\ProductChildPropertyRelationWriter' shared service.
  44542.      *
  44543.      * @return \Swag\MigrationMagento\Migration\Writer\ProductChildPropertyRelationWriter
  44544.      */
  44545.     protected function getProductChildPropertyRelationWriterService()
  44546.     {
  44547.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  44548.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  44549.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Migration/Writer/ProductChildPropertyRelationWriter.php';
  44550.         return $this->privates['Swag\\MigrationMagento\\Migration\\Writer\\ProductChildPropertyRelationWriter'] = new \Swag\MigrationMagento\Migration\Writer\ProductChildPropertyRelationWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()));
  44551.     }
  44552.     /**
  44553.      * Gets the private 'Swag\MigrationMagento\Migration\Writer\ProductMultiSelectPropertyRelationWriter' shared service.
  44554.      *
  44555.      * @return \Swag\MigrationMagento\Migration\Writer\ProductMultiSelectPropertyRelationWriter
  44556.      */
  44557.     protected function getProductMultiSelectPropertyRelationWriterService()
  44558.     {
  44559.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  44560.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  44561.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Migration/Writer/ProductMultiSelectPropertyRelationWriter.php';
  44562.         return $this->privates['Swag\\MigrationMagento\\Migration\\Writer\\ProductMultiSelectPropertyRelationWriter'] = new \Swag\MigrationMagento\Migration\Writer\ProductMultiSelectPropertyRelationWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()));
  44563.     }
  44564.     /**
  44565.      * Gets the private 'Swag\MigrationMagento\Migration\Writer\ProductMultiSelectTextPropertyRelationWriter' shared service.
  44566.      *
  44567.      * @return \Swag\MigrationMagento\Migration\Writer\ProductMultiSelectTextPropertyRelationWriter
  44568.      */
  44569.     protected function getProductMultiSelectTextPropertyRelationWriterService()
  44570.     {
  44571.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  44572.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  44573.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Migration/Writer/ProductMultiSelectTextPropertyRelationWriter.php';
  44574.         return $this->privates['Swag\\MigrationMagento\\Migration\\Writer\\ProductMultiSelectTextPropertyRelationWriter'] = new \Swag\MigrationMagento\Migration\Writer\ProductMultiSelectTextPropertyRelationWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()));
  44575.     }
  44576.     /**
  44577.      * Gets the private 'Swag\MigrationMagento\Migration\Writer\ProductOptionRelationWriter' shared service.
  44578.      *
  44579.      * @return \Swag\MigrationMagento\Migration\Writer\ProductOptionRelationWriter
  44580.      */
  44581.     protected function getProductOptionRelationWriter2Service()
  44582.     {
  44583.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  44584.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  44585.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Migration/Writer/ProductOptionRelationWriter.php';
  44586.         return $this->privates['Swag\\MigrationMagento\\Migration\\Writer\\ProductOptionRelationWriter'] = new \Swag\MigrationMagento\Migration\Writer\ProductOptionRelationWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()));
  44587.     }
  44588.     /**
  44589.      * Gets the private 'Swag\MigrationMagento\Migration\Writer\PropertyGroupWriter' shared service.
  44590.      *
  44591.      * @return \Swag\MigrationMagento\Migration\Writer\PropertyGroupWriter
  44592.      */
  44593.     protected function getPropertyGroupWriter2Service()
  44594.     {
  44595.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/WriterInterface.php';
  44596.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Writer/AbstractWriter.php';
  44597.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Migration/Writer/PropertyGroupWriter.php';
  44598.         return $this->privates['Swag\\MigrationMagento\\Migration\\Writer\\PropertyGroupWriter'] = new \Swag\MigrationMagento\Migration\Writer\PropertyGroupWriter(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Content\\Property\\PropertyGroupDefinition'] ?? $this->getPropertyGroupDefinitionService()));
  44599.     }
  44600.     /**
  44601.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Converter\Magento19CategoryConverter' shared service.
  44602.      *
  44603.      * @return \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19CategoryConverter
  44604.      */
  44605.     protected function getMagento19CategoryConverterService()
  44606.     {
  44607.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  44608.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  44609.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  44610.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/CategoryConverter.php';
  44611.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Converter/Magento19CategoryConverter.php';
  44612.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  44613.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19CategoryConverter'])) {
  44614.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19CategoryConverter'];
  44615.         }
  44616.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19CategoryConverter'] = new \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19CategoryConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  44617.     }
  44618.     /**
  44619.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Converter\Magento19CountryConverter' shared service.
  44620.      *
  44621.      * @return \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19CountryConverter
  44622.      */
  44623.     protected function getMagento19CountryConverterService()
  44624.     {
  44625.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  44626.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  44627.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  44628.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/CountryConverter.php';
  44629.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Converter/Magento19CountryConverter.php';
  44630.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19CountryConverter'] = new \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19CountryConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44631.     }
  44632.     /**
  44633.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Converter\Magento19CrossSellingConverter' shared service.
  44634.      *
  44635.      * @return \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19CrossSellingConverter
  44636.      */
  44637.     protected function getMagento19CrossSellingConverterService()
  44638.     {
  44639.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  44640.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  44641.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  44642.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/CrossSellingConverter.php';
  44643.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Converter/Magento19CrossSellingConverter.php';
  44644.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19CrossSellingConverter'] = new \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19CrossSellingConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44645.     }
  44646.     /**
  44647.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Converter\Magento19CurrencyConverter' shared service.
  44648.      *
  44649.      * @return \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19CurrencyConverter
  44650.      */
  44651.     protected function getMagento19CurrencyConverterService()
  44652.     {
  44653.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  44654.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  44655.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  44656.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/CurrencyConverter.php';
  44657.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Converter/Magento19CurrencyConverter.php';
  44658.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19CurrencyConverter'] = new \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19CurrencyConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44659.     }
  44660.     /**
  44661.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Converter\Magento19CustomerConverter' shared service.
  44662.      *
  44663.      * @return \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19CustomerConverter
  44664.      */
  44665.     protected function getMagento19CustomerConverterService()
  44666.     {
  44667.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  44668.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  44669.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  44670.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/CustomerConverter.php';
  44671.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Converter/Magento19CustomerConverter.php';
  44672.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19CustomerConverter'] = new \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19CustomerConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService()));
  44673.     }
  44674.     /**
  44675.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Converter\Magento19CustomerGroupConverter' shared service.
  44676.      *
  44677.      * @return \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19CustomerGroupConverter
  44678.      */
  44679.     protected function getMagento19CustomerGroupConverterService()
  44680.     {
  44681.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  44682.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  44683.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  44684.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/CustomerGroupConverter.php';
  44685.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Converter/Magento19CustomerGroupConverter.php';
  44686.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19CustomerGroupConverter'] = new \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19CustomerGroupConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44687.     }
  44688.     /**
  44689.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Converter\Magento19LanguageConverter' shared service.
  44690.      *
  44691.      * @return \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19LanguageConverter
  44692.      */
  44693.     protected function getMagento19LanguageConverterService()
  44694.     {
  44695.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  44696.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  44697.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  44698.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/LanguageConverter.php';
  44699.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Converter/Magento19LanguageConverter.php';
  44700.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19LanguageConverter'] = new \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19LanguageConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44701.     }
  44702.     /**
  44703.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Converter\Magento19ManufacturerConverter' shared service.
  44704.      *
  44705.      * @return \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19ManufacturerConverter
  44706.      */
  44707.     protected function getMagento19ManufacturerConverterService()
  44708.     {
  44709.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  44710.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  44711.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  44712.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ManufacturerConverter.php';
  44713.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Converter/Magento19ManufacturerConverter.php';
  44714.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19ManufacturerConverter'] = new \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19ManufacturerConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44715.     }
  44716.     /**
  44717.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Converter\Magento19MediaConverter' shared service.
  44718.      *
  44719.      * @return \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19MediaConverter
  44720.      */
  44721.     protected function getMagento19MediaConverterService()
  44722.     {
  44723.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  44724.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  44725.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  44726.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MediaConverter.php';
  44727.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Converter/Magento19MediaConverter.php';
  44728.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  44729.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19MediaConverter'])) {
  44730.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19MediaConverter'];
  44731.         }
  44732.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19MediaConverter'] = new \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19MediaConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  44733.     }
  44734.     /**
  44735.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Converter\Magento19NewsletterRecipientConverter' shared service.
  44736.      *
  44737.      * @return \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19NewsletterRecipientConverter
  44738.      */
  44739.     protected function getMagento19NewsletterRecipientConverterService()
  44740.     {
  44741.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  44742.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  44743.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  44744.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/NewsletterRecipientConverter.php';
  44745.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Converter/Magento19NewsletterRecipientConverter.php';
  44746.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19NewsletterRecipientConverter'] = new \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19NewsletterRecipientConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44747.     }
  44748.     /**
  44749.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Converter\Magento19NotAssociatedMediaConverter' shared service.
  44750.      *
  44751.      * @return \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19NotAssociatedMediaConverter
  44752.      */
  44753.     protected function getMagento19NotAssociatedMediaConverterService()
  44754.     {
  44755.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  44756.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  44757.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  44758.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/NotAssociatedMediaConverter.php';
  44759.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Converter/Magento19NotAssociatedMediaConverter.php';
  44760.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  44761.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19NotAssociatedMediaConverter'])) {
  44762.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19NotAssociatedMediaConverter'];
  44763.         }
  44764.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19NotAssociatedMediaConverter'] = new \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19NotAssociatedMediaConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  44765.     }
  44766.     /**
  44767.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Converter\Magento19OrderConverter' shared service.
  44768.      *
  44769.      * @return \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19OrderConverter
  44770.      */
  44771.     protected function getMagento19OrderConverterService()
  44772.     {
  44773.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  44774.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  44775.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  44776.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/OrderConverter.php';
  44777.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Converter/Magento19OrderConverter.php';
  44778.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19OrderConverter'] = new \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19OrderConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($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())), ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService()));
  44779.     }
  44780.     /**
  44781.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Converter\Magento19ProductChildMultiSelectPropertyRelationConverter' shared service.
  44782.      *
  44783.      * @return \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19ProductChildMultiSelectPropertyRelationConverter
  44784.      */
  44785.     protected function getMagento19ProductChildMultiSelectPropertyRelationConverterService()
  44786.     {
  44787.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  44788.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  44789.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  44790.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductMultiSelectPropertyRelationConverter.php';
  44791.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Converter/Magento19ProductChildMultiSelectPropertyRelationConverter.php';
  44792.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19ProductChildMultiSelectPropertyRelationConverter'] = new \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19ProductChildMultiSelectPropertyRelationConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44793.     }
  44794.     /**
  44795.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Converter\Magento19ProductChildPropertyRelationConverter' shared service.
  44796.      *
  44797.      * @return \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19ProductChildPropertyRelationConverter
  44798.      */
  44799.     protected function getMagento19ProductChildPropertyRelationConverterService()
  44800.     {
  44801.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  44802.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  44803.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  44804.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductPropertyRelationConverter.php';
  44805.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Converter/Magento19ProductChildPropertyRelationConverter.php';
  44806.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19ProductChildPropertyRelationConverter'] = new \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19ProductChildPropertyRelationConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44807.     }
  44808.     /**
  44809.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Converter\Magento19ProductConverter' shared service.
  44810.      *
  44811.      * @return \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19ProductConverter
  44812.      */
  44813.     protected function getMagento19ProductConverterService()
  44814.     {
  44815.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  44816.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  44817.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  44818.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductConverter.php';
  44819.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Converter/Magento19ProductConverter.php';
  44820.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  44821.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19ProductConverter'])) {
  44822.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19ProductConverter'];
  44823.         }
  44824.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19ProductConverter'] = new \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19ProductConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  44825.     }
  44826.     /**
  44827.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Converter\Magento19ProductCustomFieldConverter' shared service.
  44828.      *
  44829.      * @return \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19ProductCustomFieldConverter
  44830.      */
  44831.     protected function getMagento19ProductCustomFieldConverterService()
  44832.     {
  44833.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  44834.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  44835.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/CustomFieldConverter.php';
  44836.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Converter/Magento19ProductCustomFieldConverter.php';
  44837.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19ProductCustomFieldConverter'] = new \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19ProductCustomFieldConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44838.     }
  44839.     /**
  44840.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Converter\Magento19ProductMultiSelectPropertyRelationConverter' shared service.
  44841.      *
  44842.      * @return \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19ProductMultiSelectPropertyRelationConverter
  44843.      */
  44844.     protected function getMagento19ProductMultiSelectPropertyRelationConverterService()
  44845.     {
  44846.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  44847.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  44848.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  44849.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductMultiSelectPropertyRelationConverter.php';
  44850.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Converter/Magento19ProductMultiSelectPropertyRelationConverter.php';
  44851.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19ProductMultiSelectPropertyRelationConverter'] = new \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19ProductMultiSelectPropertyRelationConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44852.     }
  44853.     /**
  44854.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Converter\Magento19ProductOptionRelationConverter' shared service.
  44855.      *
  44856.      * @return \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19ProductOptionRelationConverter
  44857.      */
  44858.     protected function getMagento19ProductOptionRelationConverterService()
  44859.     {
  44860.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  44861.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  44862.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  44863.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductOptionRelationConverter.php';
  44864.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Converter/Magento19ProductOptionRelationConverter.php';
  44865.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19ProductOptionRelationConverter'] = new \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19ProductOptionRelationConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44866.     }
  44867.     /**
  44868.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Converter\Magento19ProductPropertyRelationConverter' shared service.
  44869.      *
  44870.      * @return \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19ProductPropertyRelationConverter
  44871.      */
  44872.     protected function getMagento19ProductPropertyRelationConverterService()
  44873.     {
  44874.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  44875.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  44876.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  44877.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductPropertyRelationConverter.php';
  44878.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Converter/Magento19ProductPropertyRelationConverter.php';
  44879.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19ProductPropertyRelationConverter'] = new \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19ProductPropertyRelationConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44880.     }
  44881.     /**
  44882.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Converter\Magento19ProductReviewConverter' shared service.
  44883.      *
  44884.      * @return \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19ProductReviewConverter
  44885.      */
  44886.     protected function getMagento19ProductReviewConverterService()
  44887.     {
  44888.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  44889.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  44890.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  44891.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductReviewConverter.php';
  44892.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Converter/Magento19ProductReviewConverter.php';
  44893.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19ProductReviewConverter'] = new \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19ProductReviewConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44894.     }
  44895.     /**
  44896.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Converter\Magento19PropertyGroupConverter' shared service.
  44897.      *
  44898.      * @return \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19PropertyGroupConverter
  44899.      */
  44900.     protected function getMagento19PropertyGroupConverterService()
  44901.     {
  44902.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  44903.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  44904.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  44905.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/PropertyGroupConverter.php';
  44906.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Converter/Magento19PropertyGroupConverter.php';
  44907.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19PropertyGroupConverter'] = new \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19PropertyGroupConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44908.     }
  44909.     /**
  44910.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Converter\Magento19SalesChannelConverter' shared service.
  44911.      *
  44912.      * @return \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19SalesChannelConverter
  44913.      */
  44914.     protected function getMagento19SalesChannelConverterService()
  44915.     {
  44916.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  44917.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  44918.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  44919.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/SalesChannelConverter.php';
  44920.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Converter/Magento19SalesChannelConverter.php';
  44921.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19SalesChannelConverter'] = new \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19SalesChannelConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44922.     }
  44923.     /**
  44924.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Converter\Magento19SeoUrlConverter' shared service.
  44925.      *
  44926.      * @return \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19SeoUrlConverter
  44927.      */
  44928.     protected function getMagento19SeoUrlConverterService()
  44929.     {
  44930.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  44931.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  44932.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  44933.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/SeoUrlConverter.php';
  44934.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Converter/Magento19SeoUrlConverter.php';
  44935.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Converter\\Magento19SeoUrlConverter'] = new \Swag\MigrationMagento\Profile\Magento19\Converter\Magento19SeoUrlConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  44936.     }
  44937.     /**
  44938.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Magento19LocalGateway' shared service.
  44939.      *
  44940.      * @return \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Magento19LocalGateway
  44941.      */
  44942.     protected function getMagento19LocalGatewayService()
  44943.     {
  44944.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/GatewayInterface.php';
  44945.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/MagentoGatewayInterface.php';
  44946.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Gateway/Local/Magento19LocalGateway.php';
  44947.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  44948.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  44949.         $a = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  44950.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Magento19LocalGateway'])) {
  44951.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Magento19LocalGateway'];
  44952.         }
  44953.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Magento19LocalGateway'] = new \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Magento19LocalGateway(($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\Reader\\ReaderRegistry'] ?? $this->getReaderRegistryService()), ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Local\\Reader\\EnvironmentReader'] ?? $this->getEnvironmentReaderService()), ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Local\\Reader\\LocalTableReader'] ?? $this->getLocalTableReaderService()), ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())), $a);
  44954.     }
  44955.     /**
  44956.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19CategoryReader' shared service.
  44957.      *
  44958.      * @return \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19CategoryReader
  44959.      */
  44960.     protected function getMagento19CategoryReaderService()
  44961.     {
  44962.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  44963.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  44964.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/CategoryReader.php';
  44965.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Gateway/Local/Reader/Magento19CategoryReader.php';
  44966.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  44967.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  44968.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19CategoryReader'] = new \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19CategoryReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  44969.     }
  44970.     /**
  44971.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19CountryReader' shared service.
  44972.      *
  44973.      * @return \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19CountryReader
  44974.      */
  44975.     protected function getMagento19CountryReaderService()
  44976.     {
  44977.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  44978.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  44979.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/CountryReader.php';
  44980.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Gateway/Local/Reader/Magento19CountryReader.php';
  44981.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  44982.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  44983.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19CountryReader'] = new \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19CountryReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  44984.     }
  44985.     /**
  44986.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19CrossSellingReader' shared service.
  44987.      *
  44988.      * @return \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19CrossSellingReader
  44989.      */
  44990.     protected function getMagento19CrossSellingReaderService()
  44991.     {
  44992.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  44993.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  44994.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/CrossSellingReader.php';
  44995.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Gateway/Local/Reader/Magento19CrossSellingReader.php';
  44996.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  44997.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  44998.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19CrossSellingReader'] = new \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19CrossSellingReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  44999.     }
  45000.     /**
  45001.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19CurrencyReader' shared service.
  45002.      *
  45003.      * @return \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19CurrencyReader
  45004.      */
  45005.     protected function getMagento19CurrencyReaderService()
  45006.     {
  45007.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  45008.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  45009.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/CurrencyReader.php';
  45010.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Gateway/Local/Reader/Magento19CurrencyReader.php';
  45011.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  45012.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  45013.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19CurrencyReader'] = new \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19CurrencyReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  45014.     }
  45015.     /**
  45016.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19CustomerGroupReader' shared service.
  45017.      *
  45018.      * @return \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19CustomerGroupReader
  45019.      */
  45020.     protected function getMagento19CustomerGroupReaderService()
  45021.     {
  45022.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  45023.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  45024.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/CustomerReader.php';
  45025.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Gateway/Local/Reader/Magento19CustomerGroupReader.php';
  45026.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  45027.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  45028.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19CustomerGroupReader'] = new \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19CustomerGroupReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  45029.     }
  45030.     /**
  45031.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19CustomerReader' shared service.
  45032.      *
  45033.      * @return \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19CustomerReader
  45034.      */
  45035.     protected function getMagento19CustomerReaderService()
  45036.     {
  45037.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  45038.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  45039.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/CustomerReader.php';
  45040.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Gateway/Local/Reader/Magento19CustomerReader.php';
  45041.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  45042.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  45043.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19CustomerReader'] = new \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19CustomerReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  45044.     }
  45045.     /**
  45046.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19LanguageReader' shared service.
  45047.      *
  45048.      * @return \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19LanguageReader
  45049.      */
  45050.     protected function getMagento19LanguageReaderService()
  45051.     {
  45052.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  45053.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  45054.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/LanguageReader.php';
  45055.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Gateway/Local/Reader/Magento19LanguageReader.php';
  45056.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  45057.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  45058.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19LanguageReader'] = new \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19LanguageReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  45059.     }
  45060.     /**
  45061.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19ManufacturerReader' shared service.
  45062.      *
  45063.      * @return \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19ManufacturerReader
  45064.      */
  45065.     protected function getMagento19ManufacturerReaderService()
  45066.     {
  45067.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  45068.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  45069.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ManufacturerReader.php';
  45070.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Gateway/Local/Reader/Magento19ManufacturerReader.php';
  45071.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  45072.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  45073.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19ManufacturerReader'] = new \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19ManufacturerReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  45074.     }
  45075.     /**
  45076.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19MediaReader' shared service.
  45077.      *
  45078.      * @return \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19MediaReader
  45079.      */
  45080.     protected function getMagento19MediaReaderService()
  45081.     {
  45082.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  45083.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  45084.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/MediaReader.php';
  45085.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Gateway/Local/Reader/Magento19MediaReader.php';
  45086.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  45087.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  45088.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19MediaReader'] = new \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19MediaReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  45089.     }
  45090.     /**
  45091.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19NewsletterRecipientReader' shared service.
  45092.      *
  45093.      * @return \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19NewsletterRecipientReader
  45094.      */
  45095.     protected function getMagento19NewsletterRecipientReaderService()
  45096.     {
  45097.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  45098.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  45099.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/NewsletterRecipientReader.php';
  45100.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Gateway/Local/Reader/Magento19NewsletterRecipientReader.php';
  45101.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  45102.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  45103.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19NewsletterRecipientReader'] = new \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19NewsletterRecipientReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  45104.     }
  45105.     /**
  45106.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19NotAssociatedMediaReader' shared service.
  45107.      *
  45108.      * @return \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19NotAssociatedMediaReader
  45109.      */
  45110.     protected function getMagento19NotAssociatedMediaReaderService()
  45111.     {
  45112.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  45113.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  45114.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/NotAssociatedMediaReader.php';
  45115.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Gateway/Local/Reader/Magento19NotAssociatedMediaReader.php';
  45116.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  45117.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  45118.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19NotAssociatedMediaReader'] = new \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19NotAssociatedMediaReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  45119.     }
  45120.     /**
  45121.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19OrderReader' shared service.
  45122.      *
  45123.      * @return \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19OrderReader
  45124.      */
  45125.     protected function getMagento19OrderReaderService()
  45126.     {
  45127.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  45128.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  45129.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/OrderReader.php';
  45130.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Gateway/Local/Reader/Magento19OrderReader.php';
  45131.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  45132.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  45133.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19OrderReader'] = new \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19OrderReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  45134.     }
  45135.     /**
  45136.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19ProductChildMultiSelectPropertyRelationReader' shared service.
  45137.      *
  45138.      * @return \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19ProductChildMultiSelectPropertyRelationReader
  45139.      */
  45140.     protected function getMagento19ProductChildMultiSelectPropertyRelationReaderService()
  45141.     {
  45142.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  45143.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  45144.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductChildMultiSelectPropertyRelationReader.php';
  45145.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Gateway/Local/Reader/Magento19ProductChildMultiSelectPropertyRelationReader.php';
  45146.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  45147.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  45148.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19ProductChildMultiSelectPropertyRelationReader'] = new \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19ProductChildMultiSelectPropertyRelationReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  45149.     }
  45150.     /**
  45151.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19ProductChildMultiSelectTextPropertyRelationReader' shared service.
  45152.      *
  45153.      * @return \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19ProductChildMultiSelectTextPropertyRelationReader
  45154.      */
  45155.     protected function getMagento19ProductChildMultiSelectTextPropertyRelationReaderService()
  45156.     {
  45157.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  45158.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  45159.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductChildMultiSelectTextPropertyRelationReader.php';
  45160.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Gateway/Local/Reader/Magento19ProductChildMultiSelectTextPropertyRelationReader.php';
  45161.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  45162.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  45163.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19ProductChildMultiSelectTextPropertyRelationReader'] = new \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19ProductChildMultiSelectTextPropertyRelationReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  45164.     }
  45165.     /**
  45166.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19ProductChildPropertyRelationReader' shared service.
  45167.      *
  45168.      * @return \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19ProductChildPropertyRelationReader
  45169.      */
  45170.     protected function getMagento19ProductChildPropertyRelationReaderService()
  45171.     {
  45172.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  45173.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  45174.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductChildPropertyRelationReader.php';
  45175.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Gateway/Local/Reader/Magento19ProductChildPropertyRelationReader.php';
  45176.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  45177.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  45178.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19ProductChildPropertyRelationReader'] = new \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19ProductChildPropertyRelationReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  45179.     }
  45180.     /**
  45181.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19ProductCustomFieldReader' shared service.
  45182.      *
  45183.      * @return \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19ProductCustomFieldReader
  45184.      */
  45185.     protected function getMagento19ProductCustomFieldReaderService()
  45186.     {
  45187.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  45188.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  45189.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductCustomFieldReader.php';
  45190.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Gateway/Local/Reader/Magento19ProductCustomFieldReader.php';
  45191.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  45192.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  45193.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19ProductCustomFieldReader'] = new \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19ProductCustomFieldReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  45194.     }
  45195.     /**
  45196.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19ProductMultiSelectPropertyRelationReader' shared service.
  45197.      *
  45198.      * @return \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19ProductMultiSelectPropertyRelationReader
  45199.      */
  45200.     protected function getMagento19ProductMultiSelectPropertyRelationReaderService()
  45201.     {
  45202.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  45203.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  45204.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductMultiSelectPropertyRelationReader.php';
  45205.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Gateway/Local/Reader/Magento19ProductMultiSelectPropertyRelationReader.php';
  45206.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  45207.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  45208.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19ProductMultiSelectPropertyRelationReader'] = new \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19ProductMultiSelectPropertyRelationReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  45209.     }
  45210.     /**
  45211.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19ProductMultiSelectTextPropertyRelationReader' shared service.
  45212.      *
  45213.      * @return \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19ProductMultiSelectTextPropertyRelationReader
  45214.      */
  45215.     protected function getMagento19ProductMultiSelectTextPropertyRelationReaderService()
  45216.     {
  45217.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  45218.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  45219.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductMultiSelectTextPropertyRelationReader.php';
  45220.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Gateway/Local/Reader/Magento19ProductMultiSelectTextPropertyRelationReader.php';
  45221.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  45222.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  45223.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19ProductMultiSelectTextPropertyRelationReader'] = new \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19ProductMultiSelectTextPropertyRelationReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  45224.     }
  45225.     /**
  45226.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19ProductOptionRelationReader' shared service.
  45227.      *
  45228.      * @return \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19ProductOptionRelationReader
  45229.      */
  45230.     protected function getMagento19ProductOptionRelationReaderService()
  45231.     {
  45232.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  45233.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  45234.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductOptionRelationReader.php';
  45235.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Gateway/Local/Reader/Magento19ProductOptionRelationReader.php';
  45236.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  45237.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  45238.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19ProductOptionRelationReader'] = new \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19ProductOptionRelationReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  45239.     }
  45240.     /**
  45241.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19ProductPropertyRelationReader' shared service.
  45242.      *
  45243.      * @return \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19ProductPropertyRelationReader
  45244.      */
  45245.     protected function getMagento19ProductPropertyRelationReaderService()
  45246.     {
  45247.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  45248.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  45249.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductPropertyRelationReader.php';
  45250.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Gateway/Local/Reader/Magento19ProductPropertyRelationReader.php';
  45251.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  45252.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  45253.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19ProductPropertyRelationReader'] = new \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19ProductPropertyRelationReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  45254.     }
  45255.     /**
  45256.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19ProductReader' shared service.
  45257.      *
  45258.      * @return \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19ProductReader
  45259.      */
  45260.     protected function getMagento19ProductReaderService()
  45261.     {
  45262.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  45263.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  45264.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductReader.php';
  45265.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Gateway/Local/Reader/Magento19ProductReader.php';
  45266.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  45267.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  45268.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19ProductReader'] = new \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19ProductReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  45269.     }
  45270.     /**
  45271.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19ProductReviewReader' shared service.
  45272.      *
  45273.      * @return \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19ProductReviewReader
  45274.      */
  45275.     protected function getMagento19ProductReviewReaderService()
  45276.     {
  45277.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  45278.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  45279.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductReviewReader.php';
  45280.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Gateway/Local/Reader/Magento19ProductReviewReader.php';
  45281.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  45282.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  45283.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19ProductReviewReader'] = new \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19ProductReviewReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  45284.     }
  45285.     /**
  45286.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19PropertyGroupReader' shared service.
  45287.      *
  45288.      * @return \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19PropertyGroupReader
  45289.      */
  45290.     protected function getMagento19PropertyGroupReaderService()
  45291.     {
  45292.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  45293.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  45294.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/PropertyGroupReader.php';
  45295.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Gateway/Local/Reader/Magento19PropertyGroupReader.php';
  45296.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  45297.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  45298.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19PropertyGroupReader'] = new \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19PropertyGroupReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  45299.     }
  45300.     /**
  45301.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19SalesChannelReader' shared service.
  45302.      *
  45303.      * @return \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19SalesChannelReader
  45304.      */
  45305.     protected function getMagento19SalesChannelReaderService()
  45306.     {
  45307.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  45308.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  45309.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/SalesChannelReader.php';
  45310.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Gateway/Local/Reader/Magento19SalesChannelReader.php';
  45311.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  45312.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  45313.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19SalesChannelReader'] = new \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19SalesChannelReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  45314.     }
  45315.     /**
  45316.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19SeoUrlReader' shared service.
  45317.      *
  45318.      * @return \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19SeoUrlReader
  45319.      */
  45320.     protected function getMagento19SeoUrlReaderService()
  45321.     {
  45322.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  45323.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  45324.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/SeoUrlReader.php';
  45325.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Gateway/Local/Reader/Magento19SeoUrlReader.php';
  45326.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  45327.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  45328.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Gateway\\Local\\Reader\\Magento19SeoUrlReader'] = new \Swag\MigrationMagento\Profile\Magento19\Gateway\Local\Reader\Magento19SeoUrlReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  45329.     }
  45330.     /**
  45331.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Premapping\Magento19CustomerGroupReader' shared service.
  45332.      *
  45333.      * @return \Swag\MigrationMagento\Profile\Magento19\Premapping\Magento19CustomerGroupReader
  45334.      */
  45335.     protected function getMagento19CustomerGroupReader2Service()
  45336.     {
  45337.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  45338.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  45339.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Premapping/CustomerGroupReader.php';
  45340.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Premapping/Magento19CustomerGroupReader.php';
  45341.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Premapping\\Magento19CustomerGroupReader'] = new \Swag\MigrationMagento\Profile\Magento19\Premapping\Magento19CustomerGroupReader(($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] ?? $this->getGatewayRegistryService()));
  45342.     }
  45343.     /**
  45344.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Premapping\Magento19OrderDeliveryStateReader' shared service.
  45345.      *
  45346.      * @return \Swag\MigrationMagento\Profile\Magento19\Premapping\Magento19OrderDeliveryStateReader
  45347.      */
  45348.     protected function getMagento19OrderDeliveryStateReaderService()
  45349.     {
  45350.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  45351.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  45352.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Premapping/OrderDeliveryStateReader.php';
  45353.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Premapping/Magento19OrderDeliveryStateReader.php';
  45354.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Premapping\\Magento19OrderDeliveryStateReader'] = new \Swag\MigrationMagento\Profile\Magento19\Premapping\Magento19OrderDeliveryStateReader(($this->services['state_machine.repository'] ?? $this->getStateMachine_RepositoryService()), ($this->services['state_machine_state.repository'] ?? $this->getStateMachineState_RepositoryService()));
  45355.     }
  45356.     /**
  45357.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Premapping\Magento19OrderStateReader' shared service.
  45358.      *
  45359.      * @return \Swag\MigrationMagento\Profile\Magento19\Premapping\Magento19OrderStateReader
  45360.      */
  45361.     protected function getMagento19OrderStateReaderService()
  45362.     {
  45363.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  45364.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  45365.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Premapping/OrderStateReader.php';
  45366.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Premapping/Magento19OrderStateReader.php';
  45367.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Premapping\\Magento19OrderStateReader'] = new \Swag\MigrationMagento\Profile\Magento19\Premapping\Magento19OrderStateReader(($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()));
  45368.     }
  45369.     /**
  45370.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Premapping\Magento19PaymentMethodReader' shared service.
  45371.      *
  45372.      * @return \Swag\MigrationMagento\Profile\Magento19\Premapping\Magento19PaymentMethodReader
  45373.      */
  45374.     protected function getMagento19PaymentMethodReaderService()
  45375.     {
  45376.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  45377.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  45378.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Premapping/PaymentMethodReader.php';
  45379.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Premapping/Magento19PaymentMethodReader.php';
  45380.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Premapping\\Magento19PaymentMethodReader'] = new \Swag\MigrationMagento\Profile\Magento19\Premapping\Magento19PaymentMethodReader(($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] ?? $this->getGatewayRegistryService()), ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()));
  45381.     }
  45382.     /**
  45383.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Premapping\Magento19SalutationReader' shared service.
  45384.      *
  45385.      * @return \Swag\MigrationMagento\Profile\Magento19\Premapping\Magento19SalutationReader
  45386.      */
  45387.     protected function getMagento19SalutationReaderService()
  45388.     {
  45389.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  45390.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  45391.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Premapping/SalutationReader.php';
  45392.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Premapping/Magento19SalutationReader.php';
  45393.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Premapping\\Magento19SalutationReader'] = new \Swag\MigrationMagento\Profile\Magento19\Premapping\Magento19SalutationReader(($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] ?? $this->getGatewayRegistryService()), ($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService()));
  45394.     }
  45395.     /**
  45396.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Premapping\Magento19ShippingMethodReader' shared service.
  45397.      *
  45398.      * @return \Swag\MigrationMagento\Profile\Magento19\Premapping\Magento19ShippingMethodReader
  45399.      */
  45400.     protected function getMagento19ShippingMethodReaderService()
  45401.     {
  45402.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  45403.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  45404.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Premapping/ShippingMethodReader.php';
  45405.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Premapping/Magento19ShippingMethodReader.php';
  45406.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Premapping\\Magento19ShippingMethodReader'] = new \Swag\MigrationMagento\Profile\Magento19\Premapping\Magento19ShippingMethodReader(($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] ?? $this->getGatewayRegistryService()), ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService()));
  45407.     }
  45408.     /**
  45409.      * Gets the private 'Swag\MigrationMagento\Profile\Magento19\Premapping\Magento19TaxReader' shared service.
  45410.      *
  45411.      * @return \Swag\MigrationMagento\Profile\Magento19\Premapping\Magento19TaxReader
  45412.      */
  45413.     protected function getMagento19TaxReaderService()
  45414.     {
  45415.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  45416.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  45417.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Premapping/TaxReader.php';
  45418.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento19/Premapping/Magento19TaxReader.php';
  45419.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento19\\Premapping\\Magento19TaxReader'] = new \Swag\MigrationMagento\Profile\Magento19\Premapping\Magento19TaxReader(($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] ?? $this->getGatewayRegistryService()), ($this->services['tax.repository'] ?? $this->getTax_RepositoryService()));
  45420.     }
  45421.     /**
  45422.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Converter\Magento20CategoryConverter' shared service.
  45423.      *
  45424.      * @return \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20CategoryConverter
  45425.      */
  45426.     protected function getMagento20CategoryConverterService()
  45427.     {
  45428.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  45429.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  45430.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  45431.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/CategoryConverter.php';
  45432.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Converter/Magento20CategoryConverter.php';
  45433.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  45434.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20CategoryConverter'])) {
  45435.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20CategoryConverter'];
  45436.         }
  45437.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20CategoryConverter'] = new \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20CategoryConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  45438.     }
  45439.     /**
  45440.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Converter\Magento20CountryConverter' shared service.
  45441.      *
  45442.      * @return \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20CountryConverter
  45443.      */
  45444.     protected function getMagento20CountryConverterService()
  45445.     {
  45446.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  45447.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  45448.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  45449.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/CountryConverter.php';
  45450.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Converter/Magento20CountryConverter.php';
  45451.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20CountryConverter'] = new \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20CountryConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45452.     }
  45453.     /**
  45454.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Converter\Magento20CrossSellingConverter' shared service.
  45455.      *
  45456.      * @return \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20CrossSellingConverter
  45457.      */
  45458.     protected function getMagento20CrossSellingConverterService()
  45459.     {
  45460.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  45461.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  45462.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  45463.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/CrossSellingConverter.php';
  45464.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Converter/Magento20CrossSellingConverter.php';
  45465.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20CrossSellingConverter'] = new \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20CrossSellingConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45466.     }
  45467.     /**
  45468.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Converter\Magento20CurrencyConverter' shared service.
  45469.      *
  45470.      * @return \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20CurrencyConverter
  45471.      */
  45472.     protected function getMagento20CurrencyConverterService()
  45473.     {
  45474.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  45475.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  45476.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  45477.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/CurrencyConverter.php';
  45478.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Converter/Magento20CurrencyConverter.php';
  45479.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20CurrencyConverter'] = new \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20CurrencyConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45480.     }
  45481.     /**
  45482.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Converter\Magento20CustomerConverter' shared service.
  45483.      *
  45484.      * @return \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20CustomerConverter
  45485.      */
  45486.     protected function getMagento20CustomerConverterService()
  45487.     {
  45488.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  45489.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  45490.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  45491.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/CustomerConverter.php';
  45492.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Converter/Magento2CustomerConverter.php';
  45493.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Converter/Magento20CustomerConverter.php';
  45494.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20CustomerConverter'] = new \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20CustomerConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService()));
  45495.     }
  45496.     /**
  45497.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Converter\Magento20CustomerGroupConverter' shared service.
  45498.      *
  45499.      * @return \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20CustomerGroupConverter
  45500.      */
  45501.     protected function getMagento20CustomerGroupConverterService()
  45502.     {
  45503.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  45504.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  45505.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  45506.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/CustomerGroupConverter.php';
  45507.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Converter/Magento20CustomerGroupConverter.php';
  45508.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20CustomerGroupConverter'] = new \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20CustomerGroupConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45509.     }
  45510.     /**
  45511.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Converter\Magento20LanguageConverter' shared service.
  45512.      *
  45513.      * @return \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20LanguageConverter
  45514.      */
  45515.     protected function getMagento20LanguageConverterService()
  45516.     {
  45517.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  45518.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  45519.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  45520.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/LanguageConverter.php';
  45521.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Converter/Magento20LanguageConverter.php';
  45522.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20LanguageConverter'] = new \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20LanguageConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45523.     }
  45524.     /**
  45525.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Converter\Magento20ManufacturerConverter' shared service.
  45526.      *
  45527.      * @return \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20ManufacturerConverter
  45528.      */
  45529.     protected function getMagento20ManufacturerConverterService()
  45530.     {
  45531.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  45532.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  45533.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  45534.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ManufacturerConverter.php';
  45535.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Converter/Magento20ManufacturerConverter.php';
  45536.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20ManufacturerConverter'] = new \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20ManufacturerConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45537.     }
  45538.     /**
  45539.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Converter\Magento20MediaConverter' shared service.
  45540.      *
  45541.      * @return \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20MediaConverter
  45542.      */
  45543.     protected function getMagento20MediaConverterService()
  45544.     {
  45545.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  45546.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  45547.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  45548.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MediaConverter.php';
  45549.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Converter/Magento20MediaConverter.php';
  45550.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  45551.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20MediaConverter'])) {
  45552.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20MediaConverter'];
  45553.         }
  45554.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20MediaConverter'] = new \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20MediaConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  45555.     }
  45556.     /**
  45557.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Converter\Magento20NewsletterRecipientConverter' shared service.
  45558.      *
  45559.      * @return \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20NewsletterRecipientConverter
  45560.      */
  45561.     protected function getMagento20NewsletterRecipientConverterService()
  45562.     {
  45563.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  45564.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  45565.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  45566.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/NewsletterRecipientConverter.php';
  45567.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Converter/Magento20NewsletterRecipientConverter.php';
  45568.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20NewsletterRecipientConverter'] = new \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20NewsletterRecipientConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45569.     }
  45570.     /**
  45571.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Converter\Magento20NotAssociatedMediaConverter' shared service.
  45572.      *
  45573.      * @return \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20NotAssociatedMediaConverter
  45574.      */
  45575.     protected function getMagento20NotAssociatedMediaConverterService()
  45576.     {
  45577.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  45578.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  45579.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  45580.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/NotAssociatedMediaConverter.php';
  45581.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Converter/Magento20NotAssociatedMediaConverter.php';
  45582.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  45583.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20NotAssociatedMediaConverter'])) {
  45584.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20NotAssociatedMediaConverter'];
  45585.         }
  45586.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20NotAssociatedMediaConverter'] = new \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20NotAssociatedMediaConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  45587.     }
  45588.     /**
  45589.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Converter\Magento20OrderConverter' shared service.
  45590.      *
  45591.      * @return \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20OrderConverter
  45592.      */
  45593.     protected function getMagento20OrderConverterService()
  45594.     {
  45595.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  45596.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  45597.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  45598.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/OrderConverter.php';
  45599.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Converter/Magento2OrderConverter.php';
  45600.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Converter/Magento20OrderConverter.php';
  45601.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20OrderConverter'] = new \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20OrderConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($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())), ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService()));
  45602.     }
  45603.     /**
  45604.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Converter\Magento20ProductChildMultiSelectPropertyRelationConverter' shared service.
  45605.      *
  45606.      * @return \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20ProductChildMultiSelectPropertyRelationConverter
  45607.      */
  45608.     protected function getMagento20ProductChildMultiSelectPropertyRelationConverterService()
  45609.     {
  45610.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  45611.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  45612.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  45613.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductMultiSelectPropertyRelationConverter.php';
  45614.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Converter/Magento20ProductChildMultiSelectPropertyRelationConverter.php';
  45615.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20ProductChildMultiSelectPropertyRelationConverter'] = new \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20ProductChildMultiSelectPropertyRelationConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45616.     }
  45617.     /**
  45618.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Converter\Magento20ProductChildPropertyRelationConverter' shared service.
  45619.      *
  45620.      * @return \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20ProductChildPropertyRelationConverter
  45621.      */
  45622.     protected function getMagento20ProductChildPropertyRelationConverterService()
  45623.     {
  45624.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  45625.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  45626.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  45627.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductPropertyRelationConverter.php';
  45628.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Converter/Magento20ProductChildPropertyRelationConverter.php';
  45629.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20ProductChildPropertyRelationConverter'] = new \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20ProductChildPropertyRelationConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45630.     }
  45631.     /**
  45632.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Converter\Magento20ProductConverter' shared service.
  45633.      *
  45634.      * @return \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20ProductConverter
  45635.      */
  45636.     protected function getMagento20ProductConverterService()
  45637.     {
  45638.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  45639.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  45640.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  45641.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductConverter.php';
  45642.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Converter/Magento2ProductConverter.php';
  45643.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Converter/Magento20ProductConverter.php';
  45644.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  45645.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20ProductConverter'])) {
  45646.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20ProductConverter'];
  45647.         }
  45648.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20ProductConverter'] = new \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20ProductConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  45649.     }
  45650.     /**
  45651.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Converter\Magento20ProductCustomFieldConverter' shared service.
  45652.      *
  45653.      * @return \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20ProductCustomFieldConverter
  45654.      */
  45655.     protected function getMagento20ProductCustomFieldConverterService()
  45656.     {
  45657.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  45658.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  45659.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/CustomFieldConverter.php';
  45660.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductCustomFieldConverter.php';
  45661.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Converter/Magento20ProductCustomFieldConverter.php';
  45662.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20ProductCustomFieldConverter'] = new \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20ProductCustomFieldConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45663.     }
  45664.     /**
  45665.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Converter\Magento20ProductMultiSelectPropertyRelationConverter' shared service.
  45666.      *
  45667.      * @return \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20ProductMultiSelectPropertyRelationConverter
  45668.      */
  45669.     protected function getMagento20ProductMultiSelectPropertyRelationConverterService()
  45670.     {
  45671.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  45672.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  45673.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  45674.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductMultiSelectPropertyRelationConverter.php';
  45675.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Converter/Magento20ProductMultiSelectPropertyRelationConverter.php';
  45676.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20ProductMultiSelectPropertyRelationConverter'] = new \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20ProductMultiSelectPropertyRelationConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45677.     }
  45678.     /**
  45679.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Converter\Magento20ProductOptionRelationConverter' shared service.
  45680.      *
  45681.      * @return \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20ProductOptionRelationConverter
  45682.      */
  45683.     protected function getMagento20ProductOptionRelationConverterService()
  45684.     {
  45685.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  45686.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  45687.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  45688.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductOptionRelationConverter.php';
  45689.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Converter/Magento20ProductOptionRelationConverter.php';
  45690.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20ProductOptionRelationConverter'] = new \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20ProductOptionRelationConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45691.     }
  45692.     /**
  45693.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Converter\Magento20ProductPropertyRelationConverter' shared service.
  45694.      *
  45695.      * @return \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20ProductPropertyRelationConverter
  45696.      */
  45697.     protected function getMagento20ProductPropertyRelationConverterService()
  45698.     {
  45699.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  45700.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  45701.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  45702.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductPropertyRelationConverter.php';
  45703.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Converter/Magento20ProductPropertyRelationConverter.php';
  45704.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20ProductPropertyRelationConverter'] = new \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20ProductPropertyRelationConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45705.     }
  45706.     /**
  45707.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Converter\Magento20ProductReviewConverter' shared service.
  45708.      *
  45709.      * @return \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20ProductReviewConverter
  45710.      */
  45711.     protected function getMagento20ProductReviewConverterService()
  45712.     {
  45713.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  45714.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  45715.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  45716.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductReviewConverter.php';
  45717.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Converter/Magento20ProductReviewConverter.php';
  45718.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20ProductReviewConverter'] = new \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20ProductReviewConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45719.     }
  45720.     /**
  45721.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Converter\Magento20PropertyGroupConverter' shared service.
  45722.      *
  45723.      * @return \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20PropertyGroupConverter
  45724.      */
  45725.     protected function getMagento20PropertyGroupConverterService()
  45726.     {
  45727.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  45728.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  45729.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  45730.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/PropertyGroupConverter.php';
  45731.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Converter/Magento20PropertyGroupConverter.php';
  45732.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20PropertyGroupConverter'] = new \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20PropertyGroupConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45733.     }
  45734.     /**
  45735.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Converter\Magento20SalesChannelConverter' shared service.
  45736.      *
  45737.      * @return \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20SalesChannelConverter
  45738.      */
  45739.     protected function getMagento20SalesChannelConverterService()
  45740.     {
  45741.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  45742.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  45743.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  45744.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/SalesChannelConverter.php';
  45745.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Converter/Magento2SalesChannelConverter.php';
  45746.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Converter/Magento20SalesChannelConverter.php';
  45747.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20SalesChannelConverter'] = new \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20SalesChannelConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45748.     }
  45749.     /**
  45750.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Converter\Magento20SeoUrlConverter' shared service.
  45751.      *
  45752.      * @return \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20SeoUrlConverter
  45753.      */
  45754.     protected function getMagento20SeoUrlConverterService()
  45755.     {
  45756.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  45757.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  45758.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  45759.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/SeoUrlConverter.php';
  45760.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Converter/Magento20SeoUrlConverter.php';
  45761.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Converter\\Magento20SeoUrlConverter'] = new \Swag\MigrationMagento\Profile\Magento20\Converter\Magento20SeoUrlConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  45762.     }
  45763.     /**
  45764.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Magento20LocalGateway' shared service.
  45765.      *
  45766.      * @return \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Magento20LocalGateway
  45767.      */
  45768.     protected function getMagento20LocalGatewayService()
  45769.     {
  45770.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/GatewayInterface.php';
  45771.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/MagentoGatewayInterface.php';
  45772.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Magento2LocalGateway.php';
  45773.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Gateway/Local/Magento20LocalGateway.php';
  45774.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  45775.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  45776.         $a = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  45777.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Magento20LocalGateway'])) {
  45778.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Magento20LocalGateway'];
  45779.         }
  45780.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Magento20LocalGateway'] = new \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Magento20LocalGateway(($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\Reader\\ReaderRegistry'] ?? $this->getReaderRegistryService()), ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Local\\Reader\\EnvironmentReader'] ?? $this->getEnvironmentReaderService()), ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Local\\Reader\\LocalTableReader'] ?? $this->getLocalTableReaderService()), ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())), $a);
  45781.     }
  45782.     /**
  45783.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20CategoryReader' shared service.
  45784.      *
  45785.      * @return \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20CategoryReader
  45786.      */
  45787.     protected function getMagento20CategoryReaderService()
  45788.     {
  45789.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  45790.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  45791.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/CategoryReader.php';
  45792.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2CategoryReader.php';
  45793.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Gateway/Local/Reader/Magento20CategoryReader.php';
  45794.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  45795.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  45796.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20CategoryReader'] = new \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20CategoryReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  45797.     }
  45798.     /**
  45799.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20CountryReader' shared service.
  45800.      *
  45801.      * @return \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20CountryReader
  45802.      */
  45803.     protected function getMagento20CountryReaderService()
  45804.     {
  45805.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  45806.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  45807.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/CountryReader.php';
  45808.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2CountryReader.php';
  45809.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Gateway/Local/Reader/Magento20CountryReader.php';
  45810.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  45811.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  45812.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20CountryReader'] = new \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20CountryReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  45813.     }
  45814.     /**
  45815.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20CrossSellingReader' shared service.
  45816.      *
  45817.      * @return \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20CrossSellingReader
  45818.      */
  45819.     protected function getMagento20CrossSellingReaderService()
  45820.     {
  45821.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  45822.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  45823.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/CrossSellingReader.php';
  45824.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Gateway/Local/Reader/Magento20CrossSellingReader.php';
  45825.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  45826.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  45827.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20CrossSellingReader'] = new \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20CrossSellingReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  45828.     }
  45829.     /**
  45830.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20CurrencyReader' shared service.
  45831.      *
  45832.      * @return \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20CurrencyReader
  45833.      */
  45834.     protected function getMagento20CurrencyReaderService()
  45835.     {
  45836.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  45837.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  45838.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/CurrencyReader.php';
  45839.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Gateway/Local/Reader/Magento20CurrencyReader.php';
  45840.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  45841.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  45842.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20CurrencyReader'] = new \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20CurrencyReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  45843.     }
  45844.     /**
  45845.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20CustomerGroupReader' shared service.
  45846.      *
  45847.      * @return \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20CustomerGroupReader
  45848.      */
  45849.     protected function getMagento20CustomerGroupReaderService()
  45850.     {
  45851.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  45852.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  45853.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/CustomerGroupReader.php';
  45854.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Gateway/Local/Reader/Magento20CustomerGroupReader.php';
  45855.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  45856.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  45857.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20CustomerGroupReader'] = new \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20CustomerGroupReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  45858.     }
  45859.     /**
  45860.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20CustomerReader' shared service.
  45861.      *
  45862.      * @return \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20CustomerReader
  45863.      */
  45864.     protected function getMagento20CustomerReaderService()
  45865.     {
  45866.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  45867.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  45868.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/CustomerReader.php';
  45869.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2CustomerReader.php';
  45870.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Gateway/Local/Reader/Magento20CustomerReader.php';
  45871.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  45872.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  45873.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20CustomerReader'] = new \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20CustomerReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  45874.     }
  45875.     /**
  45876.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20LanguageReader' shared service.
  45877.      *
  45878.      * @return \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20LanguageReader
  45879.      */
  45880.     protected function getMagento20LanguageReaderService()
  45881.     {
  45882.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  45883.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  45884.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/LanguageReader.php';
  45885.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2LanguageReader.php';
  45886.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Gateway/Local/Reader/Magento20LanguageReader.php';
  45887.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  45888.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  45889.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20LanguageReader'] = new \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20LanguageReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  45890.     }
  45891.     /**
  45892.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20ManufacturerReader' shared service.
  45893.      *
  45894.      * @return \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20ManufacturerReader
  45895.      */
  45896.     protected function getMagento20ManufacturerReaderService()
  45897.     {
  45898.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  45899.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  45900.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ManufacturerReader.php';
  45901.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Gateway/Local/Reader/Magento20ManufacturerReader.php';
  45902.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  45903.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  45904.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20ManufacturerReader'] = new \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20ManufacturerReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  45905.     }
  45906.     /**
  45907.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20MediaReader' shared service.
  45908.      *
  45909.      * @return \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20MediaReader
  45910.      */
  45911.     protected function getMagento20MediaReaderService()
  45912.     {
  45913.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  45914.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  45915.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/MediaReader.php';
  45916.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Gateway/Local/Reader/Magento20MediaReader.php';
  45917.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  45918.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  45919.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20MediaReader'] = new \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20MediaReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  45920.     }
  45921.     /**
  45922.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20NewsletterRecipientReader' shared service.
  45923.      *
  45924.      * @return \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20NewsletterRecipientReader
  45925.      */
  45926.     protected function getMagento20NewsletterRecipientReaderService()
  45927.     {
  45928.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  45929.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  45930.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/NewsletterRecipientReader.php';
  45931.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Gateway/Local/Reader/Magento20NewsletterRecipientReader.php';
  45932.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  45933.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  45934.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20NewsletterRecipientReader'] = new \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20NewsletterRecipientReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  45935.     }
  45936.     /**
  45937.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20NotAssociatedMediaReader' shared service.
  45938.      *
  45939.      * @return \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20NotAssociatedMediaReader
  45940.      */
  45941.     protected function getMagento20NotAssociatedMediaReaderService()
  45942.     {
  45943.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  45944.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  45945.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/NotAssociatedMediaReader.php';
  45946.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2NotAssociatedMediaReader.php';
  45947.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Gateway/Local/Reader/Magento20NotAssociatedMediaReader.php';
  45948.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  45949.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  45950.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20NotAssociatedMediaReader'] = new \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20NotAssociatedMediaReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  45951.     }
  45952.     /**
  45953.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20OrderReader' shared service.
  45954.      *
  45955.      * @return \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20OrderReader
  45956.      */
  45957.     protected function getMagento20OrderReaderService()
  45958.     {
  45959.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  45960.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  45961.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/OrderReader.php';
  45962.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2OrderReader.php';
  45963.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Gateway/Local/Reader/Magento20OrderReader.php';
  45964.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  45965.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  45966.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20OrderReader'] = new \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20OrderReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  45967.     }
  45968.     /**
  45969.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20ProductChildMultiSelectPropertyRelationReader' shared service.
  45970.      *
  45971.      * @return \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20ProductChildMultiSelectPropertyRelationReader
  45972.      */
  45973.     protected function getMagento20ProductChildMultiSelectPropertyRelationReaderService()
  45974.     {
  45975.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  45976.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  45977.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductChildMultiSelectPropertyRelationReader.php';
  45978.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2ProductChildMultiSelectPropertyRelationReader.php';
  45979.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Gateway/Local/Reader/Magento20ProductChildMultiSelectPropertyRelationReader.php';
  45980.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  45981.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  45982.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20ProductChildMultiSelectPropertyRelationReader'] = new \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20ProductChildMultiSelectPropertyRelationReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  45983.     }
  45984.     /**
  45985.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20ProductChildPropertyRelationReader' shared service.
  45986.      *
  45987.      * @return \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20ProductChildPropertyRelationReader
  45988.      */
  45989.     protected function getMagento20ProductChildPropertyRelationReaderService()
  45990.     {
  45991.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  45992.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  45993.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductChildPropertyRelationReader.php';
  45994.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2ProductChildPropertyRelationReader.php';
  45995.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Gateway/Local/Reader/Magento20ProductChildPropertyRelationReader.php';
  45996.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  45997.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  45998.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20ProductChildPropertyRelationReader'] = new \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20ProductChildPropertyRelationReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  45999.     }
  46000.     /**
  46001.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20ProductCustomFieldReader' shared service.
  46002.      *
  46003.      * @return \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20ProductCustomFieldReader
  46004.      */
  46005.     protected function getMagento20ProductCustomFieldReaderService()
  46006.     {
  46007.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  46008.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  46009.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductCustomFieldReader.php';
  46010.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Gateway/Local/Reader/Magento20ProductCustomFieldReader.php';
  46011.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  46012.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  46013.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20ProductCustomFieldReader'] = new \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20ProductCustomFieldReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  46014.     }
  46015.     /**
  46016.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20ProductMultiSelectPropertyRelationReader' shared service.
  46017.      *
  46018.      * @return \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20ProductMultiSelectPropertyRelationReader
  46019.      */
  46020.     protected function getMagento20ProductMultiSelectPropertyRelationReaderService()
  46021.     {
  46022.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  46023.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  46024.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductMultiSelectPropertyRelationReader.php';
  46025.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2ProductMultiSelectPropertyRelationReader.php';
  46026.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Gateway/Local/Reader/Magento20ProductMultiSelectPropertyRelationReader.php';
  46027.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  46028.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  46029.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20ProductMultiSelectPropertyRelationReader'] = new \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20ProductMultiSelectPropertyRelationReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  46030.     }
  46031.     /**
  46032.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20ProductOptionRelationReader' shared service.
  46033.      *
  46034.      * @return \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20ProductOptionRelationReader
  46035.      */
  46036.     protected function getMagento20ProductOptionRelationReaderService()
  46037.     {
  46038.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  46039.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  46040.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductOptionRelationReader.php';
  46041.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2ProductOptionRelationReader.php';
  46042.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Gateway/Local/Reader/Magento20ProductOptionRelationReader.php';
  46043.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  46044.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  46045.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20ProductOptionRelationReader'] = new \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20ProductOptionRelationReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  46046.     }
  46047.     /**
  46048.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20ProductPropertyRelationReader' shared service.
  46049.      *
  46050.      * @return \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20ProductPropertyRelationReader
  46051.      */
  46052.     protected function getMagento20ProductPropertyRelationReaderService()
  46053.     {
  46054.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  46055.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  46056.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductPropertyRelationReader.php';
  46057.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2ProductPropertyRelationReader.php';
  46058.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Gateway/Local/Reader/Magento20ProductPropertyRelationReader.php';
  46059.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  46060.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  46061.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20ProductPropertyRelationReader'] = new \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20ProductPropertyRelationReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  46062.     }
  46063.     /**
  46064.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20ProductReader' shared service.
  46065.      *
  46066.      * @return \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20ProductReader
  46067.      */
  46068.     protected function getMagento20ProductReaderService()
  46069.     {
  46070.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  46071.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  46072.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductReader.php';
  46073.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2ProductReader.php';
  46074.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Gateway/Local/Reader/Magento20ProductReader.php';
  46075.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  46076.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  46077.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20ProductReader'] = new \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20ProductReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  46078.     }
  46079.     /**
  46080.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20ProductReviewReader' shared service.
  46081.      *
  46082.      * @return \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20ProductReviewReader
  46083.      */
  46084.     protected function getMagento20ProductReviewReaderService()
  46085.     {
  46086.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  46087.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  46088.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductReviewReader.php';
  46089.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Gateway/Local/Reader/Magento20ProductReviewReader.php';
  46090.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  46091.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  46092.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20ProductReviewReader'] = new \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20ProductReviewReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  46093.     }
  46094.     /**
  46095.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20PropertyGroupReader' shared service.
  46096.      *
  46097.      * @return \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20PropertyGroupReader
  46098.      */
  46099.     protected function getMagento20PropertyGroupReaderService()
  46100.     {
  46101.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  46102.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  46103.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/PropertyGroupReader.php';
  46104.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2PropertyGroupReader.php';
  46105.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Gateway/Local/Reader/Magento20PropertyGroupReader.php';
  46106.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  46107.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  46108.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20PropertyGroupReader'] = new \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20PropertyGroupReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  46109.     }
  46110.     /**
  46111.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20SalesChannelReader' shared service.
  46112.      *
  46113.      * @return \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20SalesChannelReader
  46114.      */
  46115.     protected function getMagento20SalesChannelReaderService()
  46116.     {
  46117.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  46118.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  46119.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/SalesChannelReader.php';
  46120.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2SalesChannelReader.php';
  46121.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Gateway/Local/Reader/Magento20SalesChannelReader.php';
  46122.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  46123.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  46124.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20SalesChannelReader'] = new \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20SalesChannelReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  46125.     }
  46126.     /**
  46127.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20SeoUrlReader' shared service.
  46128.      *
  46129.      * @return \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20SeoUrlReader
  46130.      */
  46131.     protected function getMagento20SeoUrlReaderService()
  46132.     {
  46133.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  46134.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  46135.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/SeoUrlReader.php';
  46136.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2SeoUrlReader.php';
  46137.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Gateway/Local/Reader/Magento20SeoUrlReader.php';
  46138.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  46139.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  46140.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Gateway\\Local\\Reader\\Magento20SeoUrlReader'] = new \Swag\MigrationMagento\Profile\Magento20\Gateway\Local\Reader\Magento20SeoUrlReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  46141.     }
  46142.     /**
  46143.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Media\Magento20LocalMediaProcessor' shared service.
  46144.      *
  46145.      * @return \Swag\MigrationMagento\Profile\Magento20\Media\Magento20LocalMediaProcessor
  46146.      */
  46147.     protected function getMagento20LocalMediaProcessorService()
  46148.     {
  46149.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Media/BaseMediaService.php';
  46150.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Media/MediaFileProcessorInterface.php';
  46151.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Media/LocalMediaProcessor.php';
  46152.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Media/Magento2LocalMediaProcessor.php';
  46153.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Media/Magento20LocalMediaProcessor.php';
  46154.         $a = ($this->services['swag_migration_media_file.repository'] ?? $this->getSwagMigrationMediaFile_RepositoryService());
  46155.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Media\\Magento20LocalMediaProcessor'])) {
  46156.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Media\\Magento20LocalMediaProcessor'];
  46157.         }
  46158.         $b = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  46159.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Media\\Magento20LocalMediaProcessor'])) {
  46160.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Media\\Magento20LocalMediaProcessor'];
  46161.         }
  46162.         $c = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  46163.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Media\\Magento20LocalMediaProcessor'])) {
  46164.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Media\\Magento20LocalMediaProcessor'];
  46165.         }
  46166.         $d = ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service());
  46167.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Media\\Magento20LocalMediaProcessor'])) {
  46168.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Media\\Magento20LocalMediaProcessor'];
  46169.         }
  46170.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Media\\Magento20LocalMediaProcessor'] = new \Swag\MigrationMagento\Profile\Magento20\Media\Magento20LocalMediaProcessor($a$b$c$d, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  46171.     }
  46172.     /**
  46173.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Premapping\Magento20CountryReader' shared service.
  46174.      *
  46175.      * @return \Swag\MigrationMagento\Profile\Magento20\Premapping\Magento20CountryReader
  46176.      */
  46177.     protected function getMagento20CountryReader2Service()
  46178.     {
  46179.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  46180.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  46181.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Premapping/Magento2CountryReader.php';
  46182.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Premapping/Magento20CountryReader.php';
  46183.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Premapping\\Magento20CountryReader'] = new \Swag\MigrationMagento\Profile\Magento20\Premapping\Magento20CountryReader(($this->services['country.repository'] ?? $this->getCountry_RepositoryService()));
  46184.     }
  46185.     /**
  46186.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Premapping\Magento20CurrencyReader' shared service.
  46187.      *
  46188.      * @return \Swag\MigrationMagento\Profile\Magento20\Premapping\Magento20CurrencyReader
  46189.      */
  46190.     protected function getMagento20CurrencyReader2Service()
  46191.     {
  46192.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  46193.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  46194.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Premapping/Magento2CurrencyReader.php';
  46195.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Premapping/Magento20CurrencyReader.php';
  46196.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Premapping\\Magento20CurrencyReader'] = new \Swag\MigrationMagento\Profile\Magento20\Premapping\Magento20CurrencyReader(($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService()));
  46197.     }
  46198.     /**
  46199.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Premapping\Magento20CustomerGroupReader' shared service.
  46200.      *
  46201.      * @return \Swag\MigrationMagento\Profile\Magento20\Premapping\Magento20CustomerGroupReader
  46202.      */
  46203.     protected function getMagento20CustomerGroupReader2Service()
  46204.     {
  46205.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  46206.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  46207.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Premapping/CustomerGroupReader.php';
  46208.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Premapping/Magento20CustomerGroupReader.php';
  46209.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Premapping\\Magento20CustomerGroupReader'] = new \Swag\MigrationMagento\Profile\Magento20\Premapping\Magento20CustomerGroupReader(($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] ?? $this->getGatewayRegistryService()));
  46210.     }
  46211.     /**
  46212.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Premapping\Magento20LanguageReader' shared service.
  46213.      *
  46214.      * @return \Swag\MigrationMagento\Profile\Magento20\Premapping\Magento20LanguageReader
  46215.      */
  46216.     protected function getMagento20LanguageReader2Service()
  46217.     {
  46218.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  46219.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  46220.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Premapping/Magento2LanguageReader.php';
  46221.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Premapping/Magento20LanguageReader.php';
  46222.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Premapping\\Magento20LanguageReader'] = new \Swag\MigrationMagento\Profile\Magento20\Premapping\Magento20LanguageReader(($this->services['language.repository'] ?? $this->getLanguage_RepositoryService()));
  46223.     }
  46224.     /**
  46225.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Premapping\Magento20OrderStateReader' shared service.
  46226.      *
  46227.      * @return \Swag\MigrationMagento\Profile\Magento20\Premapping\Magento20OrderStateReader
  46228.      */
  46229.     protected function getMagento20OrderStateReaderService()
  46230.     {
  46231.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  46232.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  46233.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Premapping/OrderStateReader.php';
  46234.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Premapping/Magento20OrderStateReader.php';
  46235.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Premapping\\Magento20OrderStateReader'] = new \Swag\MigrationMagento\Profile\Magento20\Premapping\Magento20OrderStateReader(($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()));
  46236.     }
  46237.     /**
  46238.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Premapping\Magento20PaymentMethodReader' shared service.
  46239.      *
  46240.      * @return \Swag\MigrationMagento\Profile\Magento20\Premapping\Magento20PaymentMethodReader
  46241.      */
  46242.     protected function getMagento20PaymentMethodReaderService()
  46243.     {
  46244.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  46245.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  46246.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Premapping/PaymentMethodReader.php';
  46247.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Premapping/Magento20PaymentMethodReader.php';
  46248.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Premapping\\Magento20PaymentMethodReader'] = new \Swag\MigrationMagento\Profile\Magento20\Premapping\Magento20PaymentMethodReader(($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] ?? $this->getGatewayRegistryService()), ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()));
  46249.     }
  46250.     /**
  46251.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Premapping\Magento20SalutationReader' shared service.
  46252.      *
  46253.      * @return \Swag\MigrationMagento\Profile\Magento20\Premapping\Magento20SalutationReader
  46254.      */
  46255.     protected function getMagento20SalutationReaderService()
  46256.     {
  46257.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  46258.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  46259.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Premapping/SalutationReader.php';
  46260.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Premapping/Magento20SalutationReader.php';
  46261.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Premapping\\Magento20SalutationReader'] = new \Swag\MigrationMagento\Profile\Magento20\Premapping\Magento20SalutationReader(($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] ?? $this->getGatewayRegistryService()), ($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService()));
  46262.     }
  46263.     /**
  46264.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Premapping\Magento20ShippingMethodReader' shared service.
  46265.      *
  46266.      * @return \Swag\MigrationMagento\Profile\Magento20\Premapping\Magento20ShippingMethodReader
  46267.      */
  46268.     protected function getMagento20ShippingMethodReaderService()
  46269.     {
  46270.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  46271.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  46272.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Premapping/ShippingMethodReader.php';
  46273.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Premapping/Magento20ShippingMethodReader.php';
  46274.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Premapping\\Magento20ShippingMethodReader'] = new \Swag\MigrationMagento\Profile\Magento20\Premapping\Magento20ShippingMethodReader(($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] ?? $this->getGatewayRegistryService()), ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService()));
  46275.     }
  46276.     /**
  46277.      * Gets the private 'Swag\MigrationMagento\Profile\Magento20\Premapping\Magento20TaxReader' shared service.
  46278.      *
  46279.      * @return \Swag\MigrationMagento\Profile\Magento20\Premapping\Magento20TaxReader
  46280.      */
  46281.     protected function getMagento20TaxReaderService()
  46282.     {
  46283.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  46284.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  46285.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Premapping/TaxReader.php';
  46286.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento20/Premapping/Magento20TaxReader.php';
  46287.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento20\\Premapping\\Magento20TaxReader'] = new \Swag\MigrationMagento\Profile\Magento20\Premapping\Magento20TaxReader(($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] ?? $this->getGatewayRegistryService()), ($this->services['tax.repository'] ?? $this->getTax_RepositoryService()));
  46288.     }
  46289.     /**
  46290.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Converter\Magento21CategoryConverter' shared service.
  46291.      *
  46292.      * @return \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21CategoryConverter
  46293.      */
  46294.     protected function getMagento21CategoryConverterService()
  46295.     {
  46296.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  46297.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  46298.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  46299.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/CategoryConverter.php';
  46300.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Converter/Magento21CategoryConverter.php';
  46301.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  46302.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21CategoryConverter'])) {
  46303.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21CategoryConverter'];
  46304.         }
  46305.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21CategoryConverter'] = new \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21CategoryConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  46306.     }
  46307.     /**
  46308.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Converter\Magento21CountryConverter' shared service.
  46309.      *
  46310.      * @return \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21CountryConverter
  46311.      */
  46312.     protected function getMagento21CountryConverterService()
  46313.     {
  46314.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  46315.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  46316.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  46317.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/CountryConverter.php';
  46318.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Converter/Magento21CountryConverter.php';
  46319.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21CountryConverter'] = new \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21CountryConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46320.     }
  46321.     /**
  46322.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Converter\Magento21CrossSellingConverter' shared service.
  46323.      *
  46324.      * @return \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21CrossSellingConverter
  46325.      */
  46326.     protected function getMagento21CrossSellingConverterService()
  46327.     {
  46328.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  46329.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  46330.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  46331.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/CrossSellingConverter.php';
  46332.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Converter/Magento21CrossSellingConverter.php';
  46333.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21CrossSellingConverter'] = new \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21CrossSellingConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46334.     }
  46335.     /**
  46336.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Converter\Magento21CurrencyConverter' shared service.
  46337.      *
  46338.      * @return \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21CurrencyConverter
  46339.      */
  46340.     protected function getMagento21CurrencyConverterService()
  46341.     {
  46342.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  46343.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  46344.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  46345.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/CurrencyConverter.php';
  46346.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Converter/Magento21CurrencyConverter.php';
  46347.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21CurrencyConverter'] = new \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21CurrencyConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46348.     }
  46349.     /**
  46350.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Converter\Magento21CustomerConverter' shared service.
  46351.      *
  46352.      * @return \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21CustomerConverter
  46353.      */
  46354.     protected function getMagento21CustomerConverterService()
  46355.     {
  46356.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  46357.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  46358.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  46359.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/CustomerConverter.php';
  46360.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Converter/Magento2CustomerConverter.php';
  46361.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Converter/Magento21CustomerConverter.php';
  46362.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21CustomerConverter'] = new \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21CustomerConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService()));
  46363.     }
  46364.     /**
  46365.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Converter\Magento21CustomerGroupConverter' shared service.
  46366.      *
  46367.      * @return \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21CustomerGroupConverter
  46368.      */
  46369.     protected function getMagento21CustomerGroupConverterService()
  46370.     {
  46371.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  46372.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  46373.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  46374.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/CustomerGroupConverter.php';
  46375.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Converter/Magento21CustomerGroupConverter.php';
  46376.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21CustomerGroupConverter'] = new \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21CustomerGroupConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46377.     }
  46378.     /**
  46379.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Converter\Magento21LanguageConverter' shared service.
  46380.      *
  46381.      * @return \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21LanguageConverter
  46382.      */
  46383.     protected function getMagento21LanguageConverterService()
  46384.     {
  46385.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  46386.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  46387.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  46388.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/LanguageConverter.php';
  46389.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Converter/Magento21LanguageConverter.php';
  46390.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21LanguageConverter'] = new \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21LanguageConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46391.     }
  46392.     /**
  46393.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Converter\Magento21ManufacturerConverter' shared service.
  46394.      *
  46395.      * @return \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21ManufacturerConverter
  46396.      */
  46397.     protected function getMagento21ManufacturerConverterService()
  46398.     {
  46399.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  46400.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  46401.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  46402.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ManufacturerConverter.php';
  46403.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Converter/Magento21ManufacturerConverter.php';
  46404.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21ManufacturerConverter'] = new \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21ManufacturerConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46405.     }
  46406.     /**
  46407.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Converter\Magento21MediaConverter' shared service.
  46408.      *
  46409.      * @return \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21MediaConverter
  46410.      */
  46411.     protected function getMagento21MediaConverterService()
  46412.     {
  46413.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  46414.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  46415.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  46416.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MediaConverter.php';
  46417.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Converter/Magento21MediaConverter.php';
  46418.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  46419.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21MediaConverter'])) {
  46420.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21MediaConverter'];
  46421.         }
  46422.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21MediaConverter'] = new \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21MediaConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  46423.     }
  46424.     /**
  46425.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Converter\Magento21NewsletterRecipientConverter' shared service.
  46426.      *
  46427.      * @return \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21NewsletterRecipientConverter
  46428.      */
  46429.     protected function getMagento21NewsletterRecipientConverterService()
  46430.     {
  46431.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  46432.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  46433.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  46434.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/NewsletterRecipientConverter.php';
  46435.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Converter/Magento21NewsletterRecipientConverter.php';
  46436.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21NewsletterRecipientConverter'] = new \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21NewsletterRecipientConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46437.     }
  46438.     /**
  46439.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Converter\Magento21NotAssociatedMediaConverter' shared service.
  46440.      *
  46441.      * @return \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21NotAssociatedMediaConverter
  46442.      */
  46443.     protected function getMagento21NotAssociatedMediaConverterService()
  46444.     {
  46445.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  46446.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  46447.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  46448.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/NotAssociatedMediaConverter.php';
  46449.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Converter/Magento21NotAssociatedMediaConverter.php';
  46450.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  46451.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21NotAssociatedMediaConverter'])) {
  46452.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21NotAssociatedMediaConverter'];
  46453.         }
  46454.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21NotAssociatedMediaConverter'] = new \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21NotAssociatedMediaConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  46455.     }
  46456.     /**
  46457.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Converter\Magento21OrderConverter' shared service.
  46458.      *
  46459.      * @return \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21OrderConverter
  46460.      */
  46461.     protected function getMagento21OrderConverterService()
  46462.     {
  46463.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  46464.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  46465.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  46466.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/OrderConverter.php';
  46467.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Converter/Magento2OrderConverter.php';
  46468.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Converter/Magento21OrderConverter.php';
  46469.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21OrderConverter'] = new \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21OrderConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($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())), ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService()));
  46470.     }
  46471.     /**
  46472.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Converter\Magento21ProductChildMultiSelectPropertyRelationConverter' shared service.
  46473.      *
  46474.      * @return \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21ProductChildMultiSelectPropertyRelationConverter
  46475.      */
  46476.     protected function getMagento21ProductChildMultiSelectPropertyRelationConverterService()
  46477.     {
  46478.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  46479.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  46480.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  46481.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductMultiSelectPropertyRelationConverter.php';
  46482.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Converter/Magento21ProductChildMultiSelectPropertyRelationConverter.php';
  46483.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21ProductChildMultiSelectPropertyRelationConverter'] = new \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21ProductChildMultiSelectPropertyRelationConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46484.     }
  46485.     /**
  46486.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Converter\Magento21ProductChildPropertyRelationConverter' shared service.
  46487.      *
  46488.      * @return \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21ProductChildPropertyRelationConverter
  46489.      */
  46490.     protected function getMagento21ProductChildPropertyRelationConverterService()
  46491.     {
  46492.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  46493.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  46494.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  46495.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductPropertyRelationConverter.php';
  46496.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Converter/Magento21ProductChildPropertyRelationConverter.php';
  46497.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21ProductChildPropertyRelationConverter'] = new \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21ProductChildPropertyRelationConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46498.     }
  46499.     /**
  46500.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Converter\Magento21ProductConverter' shared service.
  46501.      *
  46502.      * @return \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21ProductConverter
  46503.      */
  46504.     protected function getMagento21ProductConverterService()
  46505.     {
  46506.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  46507.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  46508.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  46509.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductConverter.php';
  46510.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Converter/Magento2ProductConverter.php';
  46511.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Converter/Magento21ProductConverter.php';
  46512.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  46513.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21ProductConverter'])) {
  46514.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21ProductConverter'];
  46515.         }
  46516.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21ProductConverter'] = new \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21ProductConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  46517.     }
  46518.     /**
  46519.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Converter\Magento21ProductCustomFieldConverter' shared service.
  46520.      *
  46521.      * @return \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21ProductCustomFieldConverter
  46522.      */
  46523.     protected function getMagento21ProductCustomFieldConverterService()
  46524.     {
  46525.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  46526.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  46527.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/CustomFieldConverter.php';
  46528.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductCustomFieldConverter.php';
  46529.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Converter/Magento21ProductCustomFieldConverter.php';
  46530.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21ProductCustomFieldConverter'] = new \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21ProductCustomFieldConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46531.     }
  46532.     /**
  46533.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Converter\Magento21ProductMultiSelectPropertyRelationConverter' shared service.
  46534.      *
  46535.      * @return \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21ProductMultiSelectPropertyRelationConverter
  46536.      */
  46537.     protected function getMagento21ProductMultiSelectPropertyRelationConverterService()
  46538.     {
  46539.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  46540.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  46541.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  46542.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductMultiSelectPropertyRelationConverter.php';
  46543.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Converter/Magento21ProductMultiSelectPropertyRelationConverter.php';
  46544.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21ProductMultiSelectPropertyRelationConverter'] = new \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21ProductMultiSelectPropertyRelationConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46545.     }
  46546.     /**
  46547.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Converter\Magento21ProductOptionRelationConverter' shared service.
  46548.      *
  46549.      * @return \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21ProductOptionRelationConverter
  46550.      */
  46551.     protected function getMagento21ProductOptionRelationConverterService()
  46552.     {
  46553.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  46554.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  46555.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  46556.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductOptionRelationConverter.php';
  46557.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Converter/Magento21ProductOptionRelationConverter.php';
  46558.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21ProductOptionRelationConverter'] = new \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21ProductOptionRelationConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46559.     }
  46560.     /**
  46561.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Converter\Magento21ProductPropertyRelationConverter' shared service.
  46562.      *
  46563.      * @return \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21ProductPropertyRelationConverter
  46564.      */
  46565.     protected function getMagento21ProductPropertyRelationConverterService()
  46566.     {
  46567.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  46568.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  46569.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  46570.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductPropertyRelationConverter.php';
  46571.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Converter/Magento21ProductPropertyRelationConverter.php';
  46572.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21ProductPropertyRelationConverter'] = new \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21ProductPropertyRelationConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46573.     }
  46574.     /**
  46575.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Converter\Magento21ProductReviewConverter' shared service.
  46576.      *
  46577.      * @return \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21ProductReviewConverter
  46578.      */
  46579.     protected function getMagento21ProductReviewConverterService()
  46580.     {
  46581.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  46582.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  46583.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  46584.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductReviewConverter.php';
  46585.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Converter/Magento21ProductReviewConverter.php';
  46586.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21ProductReviewConverter'] = new \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21ProductReviewConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46587.     }
  46588.     /**
  46589.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Converter\Magento21PropertyGroupConverter' shared service.
  46590.      *
  46591.      * @return \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21PropertyGroupConverter
  46592.      */
  46593.     protected function getMagento21PropertyGroupConverterService()
  46594.     {
  46595.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  46596.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  46597.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  46598.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/PropertyGroupConverter.php';
  46599.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Converter/Magento21PropertyGroupConverter.php';
  46600.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21PropertyGroupConverter'] = new \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21PropertyGroupConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46601.     }
  46602.     /**
  46603.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Converter\Magento21SalesChannelConverter' shared service.
  46604.      *
  46605.      * @return \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21SalesChannelConverter
  46606.      */
  46607.     protected function getMagento21SalesChannelConverterService()
  46608.     {
  46609.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  46610.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  46611.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  46612.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/SalesChannelConverter.php';
  46613.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Converter/Magento2SalesChannelConverter.php';
  46614.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Converter/Magento21SalesChannelConverter.php';
  46615.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21SalesChannelConverter'] = new \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21SalesChannelConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46616.     }
  46617.     /**
  46618.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Converter\Magento21SeoUrlConverter' shared service.
  46619.      *
  46620.      * @return \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21SeoUrlConverter
  46621.      */
  46622.     protected function getMagento21SeoUrlConverterService()
  46623.     {
  46624.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  46625.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  46626.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  46627.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/SeoUrlConverter.php';
  46628.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Converter/Magento21SeoUrlConverter.php';
  46629.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Converter\\Magento21SeoUrlConverter'] = new \Swag\MigrationMagento\Profile\Magento21\Converter\Magento21SeoUrlConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  46630.     }
  46631.     /**
  46632.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Magento21LocalGateway' shared service.
  46633.      *
  46634.      * @return \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Magento21LocalGateway
  46635.      */
  46636.     protected function getMagento21LocalGatewayService()
  46637.     {
  46638.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/GatewayInterface.php';
  46639.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/MagentoGatewayInterface.php';
  46640.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Magento2LocalGateway.php';
  46641.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Gateway/Local/Magento21LocalGateway.php';
  46642.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  46643.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  46644.         $a = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  46645.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Magento21LocalGateway'])) {
  46646.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Magento21LocalGateway'];
  46647.         }
  46648.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Magento21LocalGateway'] = new \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Magento21LocalGateway(($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\Reader\\ReaderRegistry'] ?? $this->getReaderRegistryService()), ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Local\\Reader\\EnvironmentReader'] ?? $this->getEnvironmentReaderService()), ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Local\\Reader\\LocalTableReader'] ?? $this->getLocalTableReaderService()), ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())), $a);
  46649.     }
  46650.     /**
  46651.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21CategoryReader' shared service.
  46652.      *
  46653.      * @return \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21CategoryReader
  46654.      */
  46655.     protected function getMagento21CategoryReaderService()
  46656.     {
  46657.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  46658.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  46659.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/CategoryReader.php';
  46660.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2CategoryReader.php';
  46661.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Gateway/Local/Reader/Magento21CategoryReader.php';
  46662.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  46663.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  46664.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21CategoryReader'] = new \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21CategoryReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  46665.     }
  46666.     /**
  46667.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21CountryReader' shared service.
  46668.      *
  46669.      * @return \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21CountryReader
  46670.      */
  46671.     protected function getMagento21CountryReaderService()
  46672.     {
  46673.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  46674.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  46675.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/CountryReader.php';
  46676.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2CountryReader.php';
  46677.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Gateway/Local/Reader/Magento21CountryReader.php';
  46678.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  46679.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  46680.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21CountryReader'] = new \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21CountryReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  46681.     }
  46682.     /**
  46683.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21CrossSellingReader' shared service.
  46684.      *
  46685.      * @return \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21CrossSellingReader
  46686.      */
  46687.     protected function getMagento21CrossSellingReaderService()
  46688.     {
  46689.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  46690.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  46691.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/CrossSellingReader.php';
  46692.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Gateway/Local/Reader/Magento21CrossSellingReader.php';
  46693.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  46694.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  46695.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21CrossSellingReader'] = new \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21CrossSellingReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  46696.     }
  46697.     /**
  46698.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21CurrencyReader' shared service.
  46699.      *
  46700.      * @return \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21CurrencyReader
  46701.      */
  46702.     protected function getMagento21CurrencyReaderService()
  46703.     {
  46704.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  46705.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  46706.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/CurrencyReader.php';
  46707.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Gateway/Local/Reader/Magento21CurrencyReader.php';
  46708.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  46709.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  46710.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21CurrencyReader'] = new \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21CurrencyReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  46711.     }
  46712.     /**
  46713.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21CustomerGroupReader' shared service.
  46714.      *
  46715.      * @return \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21CustomerGroupReader
  46716.      */
  46717.     protected function getMagento21CustomerGroupReaderService()
  46718.     {
  46719.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  46720.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  46721.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/CustomerGroupReader.php';
  46722.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Gateway/Local/Reader/Magento21CustomerGroupReader.php';
  46723.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  46724.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  46725.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21CustomerGroupReader'] = new \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21CustomerGroupReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  46726.     }
  46727.     /**
  46728.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21CustomerReader' shared service.
  46729.      *
  46730.      * @return \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21CustomerReader
  46731.      */
  46732.     protected function getMagento21CustomerReaderService()
  46733.     {
  46734.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  46735.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  46736.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/CustomerReader.php';
  46737.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2CustomerReader.php';
  46738.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Gateway/Local/Reader/Magento21CustomerReader.php';
  46739.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  46740.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  46741.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21CustomerReader'] = new \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21CustomerReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  46742.     }
  46743.     /**
  46744.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21LanguageReader' shared service.
  46745.      *
  46746.      * @return \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21LanguageReader
  46747.      */
  46748.     protected function getMagento21LanguageReaderService()
  46749.     {
  46750.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  46751.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  46752.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/LanguageReader.php';
  46753.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2LanguageReader.php';
  46754.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Gateway/Local/Reader/Magento21LanguageReader.php';
  46755.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  46756.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  46757.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21LanguageReader'] = new \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21LanguageReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  46758.     }
  46759.     /**
  46760.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21ManufacturerReader' shared service.
  46761.      *
  46762.      * @return \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21ManufacturerReader
  46763.      */
  46764.     protected function getMagento21ManufacturerReaderService()
  46765.     {
  46766.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  46767.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  46768.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ManufacturerReader.php';
  46769.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Gateway/Local/Reader/Magento21ManufacturerReader.php';
  46770.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  46771.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  46772.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21ManufacturerReader'] = new \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21ManufacturerReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  46773.     }
  46774.     /**
  46775.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21MediaReader' shared service.
  46776.      *
  46777.      * @return \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21MediaReader
  46778.      */
  46779.     protected function getMagento21MediaReaderService()
  46780.     {
  46781.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  46782.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  46783.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/MediaReader.php';
  46784.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Gateway/Local/Reader/Magento21MediaReader.php';
  46785.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  46786.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  46787.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21MediaReader'] = new \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21MediaReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  46788.     }
  46789.     /**
  46790.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21NewsletterRecipientReader' shared service.
  46791.      *
  46792.      * @return \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21NewsletterRecipientReader
  46793.      */
  46794.     protected function getMagento21NewsletterRecipientReaderService()
  46795.     {
  46796.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  46797.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  46798.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/NewsletterRecipientReader.php';
  46799.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Gateway/Local/Reader/Magento21NewsletterRecipientReader.php';
  46800.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  46801.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  46802.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21NewsletterRecipientReader'] = new \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21NewsletterRecipientReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  46803.     }
  46804.     /**
  46805.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21NotAssociatedMediaReader' shared service.
  46806.      *
  46807.      * @return \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21NotAssociatedMediaReader
  46808.      */
  46809.     protected function getMagento21NotAssociatedMediaReaderService()
  46810.     {
  46811.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  46812.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  46813.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/NotAssociatedMediaReader.php';
  46814.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2NotAssociatedMediaReader.php';
  46815.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Gateway/Local/Reader/Magento21NotAssociatedMediaReader.php';
  46816.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  46817.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  46818.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21NotAssociatedMediaReader'] = new \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21NotAssociatedMediaReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  46819.     }
  46820.     /**
  46821.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21OrderReader' shared service.
  46822.      *
  46823.      * @return \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21OrderReader
  46824.      */
  46825.     protected function getMagento21OrderReaderService()
  46826.     {
  46827.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  46828.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  46829.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/OrderReader.php';
  46830.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2OrderReader.php';
  46831.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Gateway/Local/Reader/Magento21OrderReader.php';
  46832.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  46833.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  46834.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21OrderReader'] = new \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21OrderReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  46835.     }
  46836.     /**
  46837.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21ProductChildMultiSelectPropertyRelationReader' shared service.
  46838.      *
  46839.      * @return \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21ProductChildMultiSelectPropertyRelationReader
  46840.      */
  46841.     protected function getMagento21ProductChildMultiSelectPropertyRelationReaderService()
  46842.     {
  46843.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  46844.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  46845.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductChildMultiSelectPropertyRelationReader.php';
  46846.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2ProductChildMultiSelectPropertyRelationReader.php';
  46847.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Gateway/Local/Reader/Magento21ProductChildMultiSelectPropertyRelationReader.php';
  46848.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  46849.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  46850.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21ProductChildMultiSelectPropertyRelationReader'] = new \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21ProductChildMultiSelectPropertyRelationReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  46851.     }
  46852.     /**
  46853.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21ProductChildPropertyRelationReader' shared service.
  46854.      *
  46855.      * @return \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21ProductChildPropertyRelationReader
  46856.      */
  46857.     protected function getMagento21ProductChildPropertyRelationReaderService()
  46858.     {
  46859.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  46860.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  46861.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductChildPropertyRelationReader.php';
  46862.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2ProductChildPropertyRelationReader.php';
  46863.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Gateway/Local/Reader/Magento21ProductChildPropertyRelationReader.php';
  46864.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  46865.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  46866.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21ProductChildPropertyRelationReader'] = new \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21ProductChildPropertyRelationReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  46867.     }
  46868.     /**
  46869.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21ProductCustomFieldReader' shared service.
  46870.      *
  46871.      * @return \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21ProductCustomFieldReader
  46872.      */
  46873.     protected function getMagento21ProductCustomFieldReaderService()
  46874.     {
  46875.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  46876.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  46877.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductCustomFieldReader.php';
  46878.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Gateway/Local/Reader/Magento21ProductCustomFieldReader.php';
  46879.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  46880.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  46881.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21ProductCustomFieldReader'] = new \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21ProductCustomFieldReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  46882.     }
  46883.     /**
  46884.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21ProductMultiSelectPropertyRelationReader' shared service.
  46885.      *
  46886.      * @return \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21ProductMultiSelectPropertyRelationReader
  46887.      */
  46888.     protected function getMagento21ProductMultiSelectPropertyRelationReaderService()
  46889.     {
  46890.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  46891.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  46892.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductMultiSelectPropertyRelationReader.php';
  46893.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2ProductMultiSelectPropertyRelationReader.php';
  46894.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Gateway/Local/Reader/Magento21ProductMultiSelectPropertyRelationReader.php';
  46895.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  46896.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  46897.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21ProductMultiSelectPropertyRelationReader'] = new \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21ProductMultiSelectPropertyRelationReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  46898.     }
  46899.     /**
  46900.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21ProductOptionRelationReader' shared service.
  46901.      *
  46902.      * @return \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21ProductOptionRelationReader
  46903.      */
  46904.     protected function getMagento21ProductOptionRelationReaderService()
  46905.     {
  46906.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  46907.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  46908.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductOptionRelationReader.php';
  46909.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2ProductOptionRelationReader.php';
  46910.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Gateway/Local/Reader/Magento21ProductOptionRelationReader.php';
  46911.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  46912.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  46913.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21ProductOptionRelationReader'] = new \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21ProductOptionRelationReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  46914.     }
  46915.     /**
  46916.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21ProductPropertyRelationReader' shared service.
  46917.      *
  46918.      * @return \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21ProductPropertyRelationReader
  46919.      */
  46920.     protected function getMagento21ProductPropertyRelationReaderService()
  46921.     {
  46922.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  46923.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  46924.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductPropertyRelationReader.php';
  46925.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2ProductPropertyRelationReader.php';
  46926.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Gateway/Local/Reader/Magento21ProductPropertyRelationReader.php';
  46927.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  46928.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  46929.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21ProductPropertyRelationReader'] = new \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21ProductPropertyRelationReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  46930.     }
  46931.     /**
  46932.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21ProductReader' shared service.
  46933.      *
  46934.      * @return \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21ProductReader
  46935.      */
  46936.     protected function getMagento21ProductReaderService()
  46937.     {
  46938.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  46939.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  46940.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductReader.php';
  46941.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2ProductReader.php';
  46942.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Gateway/Local/Reader/Magento21ProductReader.php';
  46943.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  46944.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  46945.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21ProductReader'] = new \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21ProductReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  46946.     }
  46947.     /**
  46948.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21ProductReviewReader' shared service.
  46949.      *
  46950.      * @return \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21ProductReviewReader
  46951.      */
  46952.     protected function getMagento21ProductReviewReaderService()
  46953.     {
  46954.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  46955.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  46956.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductReviewReader.php';
  46957.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Gateway/Local/Reader/Magento21ProductReviewReader.php';
  46958.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  46959.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  46960.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21ProductReviewReader'] = new \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21ProductReviewReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  46961.     }
  46962.     /**
  46963.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21PropertyGroupReader' shared service.
  46964.      *
  46965.      * @return \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21PropertyGroupReader
  46966.      */
  46967.     protected function getMagento21PropertyGroupReaderService()
  46968.     {
  46969.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  46970.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  46971.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/PropertyGroupReader.php';
  46972.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2PropertyGroupReader.php';
  46973.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Gateway/Local/Reader/Magento21PropertyGroupReader.php';
  46974.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  46975.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  46976.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21PropertyGroupReader'] = new \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21PropertyGroupReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  46977.     }
  46978.     /**
  46979.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21SalesChannelReader' shared service.
  46980.      *
  46981.      * @return \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21SalesChannelReader
  46982.      */
  46983.     protected function getMagento21SalesChannelReaderService()
  46984.     {
  46985.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  46986.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  46987.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/SalesChannelReader.php';
  46988.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2SalesChannelReader.php';
  46989.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Gateway/Local/Reader/Magento21SalesChannelReader.php';
  46990.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  46991.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  46992.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21SalesChannelReader'] = new \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21SalesChannelReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  46993.     }
  46994.     /**
  46995.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21SeoUrlReader' shared service.
  46996.      *
  46997.      * @return \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21SeoUrlReader
  46998.      */
  46999.     protected function getMagento21SeoUrlReaderService()
  47000.     {
  47001.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  47002.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  47003.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/SeoUrlReader.php';
  47004.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2SeoUrlReader.php';
  47005.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Gateway/Local/Reader/Magento21SeoUrlReader.php';
  47006.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  47007.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  47008.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Gateway\\Local\\Reader\\Magento21SeoUrlReader'] = new \Swag\MigrationMagento\Profile\Magento21\Gateway\Local\Reader\Magento21SeoUrlReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  47009.     }
  47010.     /**
  47011.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Media\Magento21LocalMediaProcessor' shared service.
  47012.      *
  47013.      * @return \Swag\MigrationMagento\Profile\Magento21\Media\Magento21LocalMediaProcessor
  47014.      */
  47015.     protected function getMagento21LocalMediaProcessorService()
  47016.     {
  47017.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Media/BaseMediaService.php';
  47018.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Media/MediaFileProcessorInterface.php';
  47019.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Media/LocalMediaProcessor.php';
  47020.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Media/Magento2LocalMediaProcessor.php';
  47021.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Media/Magento21LocalMediaProcessor.php';
  47022.         $a = ($this->services['swag_migration_media_file.repository'] ?? $this->getSwagMigrationMediaFile_RepositoryService());
  47023.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Media\\Magento21LocalMediaProcessor'])) {
  47024.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Media\\Magento21LocalMediaProcessor'];
  47025.         }
  47026.         $b = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  47027.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Media\\Magento21LocalMediaProcessor'])) {
  47028.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Media\\Magento21LocalMediaProcessor'];
  47029.         }
  47030.         $c = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  47031.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Media\\Magento21LocalMediaProcessor'])) {
  47032.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Media\\Magento21LocalMediaProcessor'];
  47033.         }
  47034.         $d = ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service());
  47035.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Media\\Magento21LocalMediaProcessor'])) {
  47036.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Media\\Magento21LocalMediaProcessor'];
  47037.         }
  47038.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Media\\Magento21LocalMediaProcessor'] = new \Swag\MigrationMagento\Profile\Magento21\Media\Magento21LocalMediaProcessor($a$b$c$d, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  47039.     }
  47040.     /**
  47041.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Premapping\Magento21CountryReader' shared service.
  47042.      *
  47043.      * @return \Swag\MigrationMagento\Profile\Magento21\Premapping\Magento21CountryReader
  47044.      */
  47045.     protected function getMagento21CountryReader2Service()
  47046.     {
  47047.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  47048.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  47049.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Premapping/Magento2CountryReader.php';
  47050.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Premapping/Magento21CountryReader.php';
  47051.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Premapping\\Magento21CountryReader'] = new \Swag\MigrationMagento\Profile\Magento21\Premapping\Magento21CountryReader(($this->services['country.repository'] ?? $this->getCountry_RepositoryService()));
  47052.     }
  47053.     /**
  47054.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Premapping\Magento21CurrencyReader' shared service.
  47055.      *
  47056.      * @return \Swag\MigrationMagento\Profile\Magento21\Premapping\Magento21CurrencyReader
  47057.      */
  47058.     protected function getMagento21CurrencyReader2Service()
  47059.     {
  47060.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  47061.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  47062.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Premapping/Magento2CurrencyReader.php';
  47063.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Premapping/Magento21CurrencyReader.php';
  47064.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Premapping\\Magento21CurrencyReader'] = new \Swag\MigrationMagento\Profile\Magento21\Premapping\Magento21CurrencyReader(($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService()));
  47065.     }
  47066.     /**
  47067.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Premapping\Magento21CustomerGroupReader' shared service.
  47068.      *
  47069.      * @return \Swag\MigrationMagento\Profile\Magento21\Premapping\Magento21CustomerGroupReader
  47070.      */
  47071.     protected function getMagento21CustomerGroupReader2Service()
  47072.     {
  47073.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  47074.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  47075.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Premapping/CustomerGroupReader.php';
  47076.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Premapping/Magento21CustomerGroupReader.php';
  47077.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Premapping\\Magento21CustomerGroupReader'] = new \Swag\MigrationMagento\Profile\Magento21\Premapping\Magento21CustomerGroupReader(($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] ?? $this->getGatewayRegistryService()));
  47078.     }
  47079.     /**
  47080.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Premapping\Magento21LanguageReader' shared service.
  47081.      *
  47082.      * @return \Swag\MigrationMagento\Profile\Magento21\Premapping\Magento21LanguageReader
  47083.      */
  47084.     protected function getMagento21LanguageReader2Service()
  47085.     {
  47086.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  47087.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  47088.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Premapping/Magento2LanguageReader.php';
  47089.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Premapping/Magento21LanguageReader.php';
  47090.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Premapping\\Magento21LanguageReader'] = new \Swag\MigrationMagento\Profile\Magento21\Premapping\Magento21LanguageReader(($this->services['language.repository'] ?? $this->getLanguage_RepositoryService()));
  47091.     }
  47092.     /**
  47093.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Premapping\Magento21OrderStateReader' shared service.
  47094.      *
  47095.      * @return \Swag\MigrationMagento\Profile\Magento21\Premapping\Magento21OrderStateReader
  47096.      */
  47097.     protected function getMagento21OrderStateReaderService()
  47098.     {
  47099.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  47100.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  47101.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Premapping/OrderStateReader.php';
  47102.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Premapping/Magento21OrderStateReader.php';
  47103.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Premapping\\Magento21OrderStateReader'] = new \Swag\MigrationMagento\Profile\Magento21\Premapping\Magento21OrderStateReader(($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()));
  47104.     }
  47105.     /**
  47106.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Premapping\Magento21PaymentMethodReader' shared service.
  47107.      *
  47108.      * @return \Swag\MigrationMagento\Profile\Magento21\Premapping\Magento21PaymentMethodReader
  47109.      */
  47110.     protected function getMagento21PaymentMethodReaderService()
  47111.     {
  47112.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  47113.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  47114.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Premapping/PaymentMethodReader.php';
  47115.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Premapping/Magento21PaymentMethodReader.php';
  47116.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Premapping\\Magento21PaymentMethodReader'] = new \Swag\MigrationMagento\Profile\Magento21\Premapping\Magento21PaymentMethodReader(($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] ?? $this->getGatewayRegistryService()), ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()));
  47117.     }
  47118.     /**
  47119.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Premapping\Magento21SalutationReader' shared service.
  47120.      *
  47121.      * @return \Swag\MigrationMagento\Profile\Magento21\Premapping\Magento21SalutationReader
  47122.      */
  47123.     protected function getMagento21SalutationReaderService()
  47124.     {
  47125.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  47126.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  47127.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Premapping/SalutationReader.php';
  47128.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Premapping/Magento21SalutationReader.php';
  47129.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Premapping\\Magento21SalutationReader'] = new \Swag\MigrationMagento\Profile\Magento21\Premapping\Magento21SalutationReader(($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] ?? $this->getGatewayRegistryService()), ($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService()));
  47130.     }
  47131.     /**
  47132.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Premapping\Magento21ShippingMethodReader' shared service.
  47133.      *
  47134.      * @return \Swag\MigrationMagento\Profile\Magento21\Premapping\Magento21ShippingMethodReader
  47135.      */
  47136.     protected function getMagento21ShippingMethodReaderService()
  47137.     {
  47138.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  47139.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  47140.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Premapping/ShippingMethodReader.php';
  47141.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Premapping/Magento21ShippingMethodReader.php';
  47142.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Premapping\\Magento21ShippingMethodReader'] = new \Swag\MigrationMagento\Profile\Magento21\Premapping\Magento21ShippingMethodReader(($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] ?? $this->getGatewayRegistryService()), ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService()));
  47143.     }
  47144.     /**
  47145.      * Gets the private 'Swag\MigrationMagento\Profile\Magento21\Premapping\Magento21TaxReader' shared service.
  47146.      *
  47147.      * @return \Swag\MigrationMagento\Profile\Magento21\Premapping\Magento21TaxReader
  47148.      */
  47149.     protected function getMagento21TaxReaderService()
  47150.     {
  47151.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  47152.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  47153.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Premapping/TaxReader.php';
  47154.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento21/Premapping/Magento21TaxReader.php';
  47155.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento21\\Premapping\\Magento21TaxReader'] = new \Swag\MigrationMagento\Profile\Magento21\Premapping\Magento21TaxReader(($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] ?? $this->getGatewayRegistryService()), ($this->services['tax.repository'] ?? $this->getTax_RepositoryService()));
  47156.     }
  47157.     /**
  47158.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Converter\Magento22CategoryConverter' shared service.
  47159.      *
  47160.      * @return \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22CategoryConverter
  47161.      */
  47162.     protected function getMagento22CategoryConverterService()
  47163.     {
  47164.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  47165.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  47166.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  47167.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/CategoryConverter.php';
  47168.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Converter/Magento22CategoryConverter.php';
  47169.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  47170.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22CategoryConverter'])) {
  47171.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22CategoryConverter'];
  47172.         }
  47173.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22CategoryConverter'] = new \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22CategoryConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  47174.     }
  47175.     /**
  47176.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Converter\Magento22CountryConverter' shared service.
  47177.      *
  47178.      * @return \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22CountryConverter
  47179.      */
  47180.     protected function getMagento22CountryConverterService()
  47181.     {
  47182.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  47183.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  47184.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  47185.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/CountryConverter.php';
  47186.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Converter/Magento22CountryConverter.php';
  47187.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22CountryConverter'] = new \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22CountryConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  47188.     }
  47189.     /**
  47190.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Converter\Magento22CrossSellingConverter' shared service.
  47191.      *
  47192.      * @return \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22CrossSellingConverter
  47193.      */
  47194.     protected function getMagento22CrossSellingConverterService()
  47195.     {
  47196.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  47197.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  47198.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  47199.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/CrossSellingConverter.php';
  47200.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Converter/Magento22CrossSellingConverter.php';
  47201.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22CrossSellingConverter'] = new \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22CrossSellingConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  47202.     }
  47203.     /**
  47204.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Converter\Magento22CurrencyConverter' shared service.
  47205.      *
  47206.      * @return \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22CurrencyConverter
  47207.      */
  47208.     protected function getMagento22CurrencyConverterService()
  47209.     {
  47210.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  47211.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  47212.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  47213.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/CurrencyConverter.php';
  47214.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Converter/Magento22CurrencyConverter.php';
  47215.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22CurrencyConverter'] = new \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22CurrencyConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  47216.     }
  47217.     /**
  47218.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Converter\Magento22CustomerConverter' shared service.
  47219.      *
  47220.      * @return \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22CustomerConverter
  47221.      */
  47222.     protected function getMagento22CustomerConverterService()
  47223.     {
  47224.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  47225.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  47226.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  47227.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/CustomerConverter.php';
  47228.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Converter/Magento2CustomerConverter.php';
  47229.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Converter/Magento22CustomerConverter.php';
  47230.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22CustomerConverter'] = new \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22CustomerConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService()));
  47231.     }
  47232.     /**
  47233.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Converter\Magento22CustomerGroupConverter' shared service.
  47234.      *
  47235.      * @return \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22CustomerGroupConverter
  47236.      */
  47237.     protected function getMagento22CustomerGroupConverterService()
  47238.     {
  47239.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  47240.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  47241.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  47242.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/CustomerGroupConverter.php';
  47243.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Converter/Magento22CustomerGroupConverter.php';
  47244.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22CustomerGroupConverter'] = new \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22CustomerGroupConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  47245.     }
  47246.     /**
  47247.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Converter\Magento22LanguageConverter' shared service.
  47248.      *
  47249.      * @return \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22LanguageConverter
  47250.      */
  47251.     protected function getMagento22LanguageConverterService()
  47252.     {
  47253.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  47254.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  47255.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  47256.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/LanguageConverter.php';
  47257.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Converter/Magento22LanguageConverter.php';
  47258.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22LanguageConverter'] = new \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22LanguageConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  47259.     }
  47260.     /**
  47261.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Converter\Magento22ManufacturerConverter' shared service.
  47262.      *
  47263.      * @return \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22ManufacturerConverter
  47264.      */
  47265.     protected function getMagento22ManufacturerConverterService()
  47266.     {
  47267.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  47268.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  47269.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  47270.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ManufacturerConverter.php';
  47271.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Converter/Magento22ManufacturerConverter.php';
  47272.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22ManufacturerConverter'] = new \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22ManufacturerConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  47273.     }
  47274.     /**
  47275.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Converter\Magento22MediaConverter' shared service.
  47276.      *
  47277.      * @return \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22MediaConverter
  47278.      */
  47279.     protected function getMagento22MediaConverterService()
  47280.     {
  47281.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  47282.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  47283.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  47284.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MediaConverter.php';
  47285.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Converter/Magento22MediaConverter.php';
  47286.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  47287.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22MediaConverter'])) {
  47288.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22MediaConverter'];
  47289.         }
  47290.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22MediaConverter'] = new \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22MediaConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  47291.     }
  47292.     /**
  47293.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Converter\Magento22NewsletterRecipientConverter' shared service.
  47294.      *
  47295.      * @return \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22NewsletterRecipientConverter
  47296.      */
  47297.     protected function getMagento22NewsletterRecipientConverterService()
  47298.     {
  47299.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  47300.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  47301.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  47302.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/NewsletterRecipientConverter.php';
  47303.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Converter/Magento22NewsletterRecipientConverter.php';
  47304.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22NewsletterRecipientConverter'] = new \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22NewsletterRecipientConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  47305.     }
  47306.     /**
  47307.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Converter\Magento22NotAssociatedMediaConverter' shared service.
  47308.      *
  47309.      * @return \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22NotAssociatedMediaConverter
  47310.      */
  47311.     protected function getMagento22NotAssociatedMediaConverterService()
  47312.     {
  47313.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  47314.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  47315.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  47316.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/NotAssociatedMediaConverter.php';
  47317.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Converter/Magento22NotAssociatedMediaConverter.php';
  47318.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  47319.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22NotAssociatedMediaConverter'])) {
  47320.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22NotAssociatedMediaConverter'];
  47321.         }
  47322.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22NotAssociatedMediaConverter'] = new \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22NotAssociatedMediaConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  47323.     }
  47324.     /**
  47325.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Converter\Magento22OrderConverter' shared service.
  47326.      *
  47327.      * @return \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22OrderConverter
  47328.      */
  47329.     protected function getMagento22OrderConverterService()
  47330.     {
  47331.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  47332.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  47333.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  47334.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/OrderConverter.php';
  47335.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Converter/Magento2OrderConverter.php';
  47336.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Converter/Magento22OrderConverter.php';
  47337.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22OrderConverter'] = new \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22OrderConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($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())), ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService()));
  47338.     }
  47339.     /**
  47340.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Converter\Magento22ProductChildMultiSelectPropertyRelationConverter' shared service.
  47341.      *
  47342.      * @return \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22ProductChildMultiSelectPropertyRelationConverter
  47343.      */
  47344.     protected function getMagento22ProductChildMultiSelectPropertyRelationConverterService()
  47345.     {
  47346.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  47347.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  47348.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  47349.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductMultiSelectPropertyRelationConverter.php';
  47350.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Converter/Magento22ProductChildMultiSelectPropertyRelationConverter.php';
  47351.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22ProductChildMultiSelectPropertyRelationConverter'] = new \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22ProductChildMultiSelectPropertyRelationConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  47352.     }
  47353.     /**
  47354.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Converter\Magento22ProductChildPropertyRelationConverter' shared service.
  47355.      *
  47356.      * @return \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22ProductChildPropertyRelationConverter
  47357.      */
  47358.     protected function getMagento22ProductChildPropertyRelationConverterService()
  47359.     {
  47360.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  47361.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  47362.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  47363.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductPropertyRelationConverter.php';
  47364.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Converter/Magento22ProductChildPropertyRelationConverter.php';
  47365.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22ProductChildPropertyRelationConverter'] = new \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22ProductChildPropertyRelationConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  47366.     }
  47367.     /**
  47368.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Converter\Magento22ProductConverter' shared service.
  47369.      *
  47370.      * @return \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22ProductConverter
  47371.      */
  47372.     protected function getMagento22ProductConverterService()
  47373.     {
  47374.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  47375.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  47376.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  47377.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductConverter.php';
  47378.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Converter/Magento2ProductConverter.php';
  47379.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Converter/Magento22ProductConverter.php';
  47380.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  47381.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22ProductConverter'])) {
  47382.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22ProductConverter'];
  47383.         }
  47384.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22ProductConverter'] = new \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22ProductConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  47385.     }
  47386.     /**
  47387.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Converter\Magento22ProductCustomFieldConverter' shared service.
  47388.      *
  47389.      * @return \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22ProductCustomFieldConverter
  47390.      */
  47391.     protected function getMagento22ProductCustomFieldConverterService()
  47392.     {
  47393.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  47394.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  47395.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/CustomFieldConverter.php';
  47396.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductCustomFieldConverter.php';
  47397.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Converter/Magento22ProductCustomFieldConverter.php';
  47398.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22ProductCustomFieldConverter'] = new \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22ProductCustomFieldConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  47399.     }
  47400.     /**
  47401.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Converter\Magento22ProductMultiSelectPropertyRelationConverter' shared service.
  47402.      *
  47403.      * @return \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22ProductMultiSelectPropertyRelationConverter
  47404.      */
  47405.     protected function getMagento22ProductMultiSelectPropertyRelationConverterService()
  47406.     {
  47407.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  47408.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  47409.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  47410.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductMultiSelectPropertyRelationConverter.php';
  47411.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Converter/Magento22ProductMultiSelectPropertyRelationConverter.php';
  47412.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22ProductMultiSelectPropertyRelationConverter'] = new \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22ProductMultiSelectPropertyRelationConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  47413.     }
  47414.     /**
  47415.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Converter\Magento22ProductOptionRelationConverter' shared service.
  47416.      *
  47417.      * @return \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22ProductOptionRelationConverter
  47418.      */
  47419.     protected function getMagento22ProductOptionRelationConverterService()
  47420.     {
  47421.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  47422.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  47423.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  47424.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductOptionRelationConverter.php';
  47425.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Converter/Magento22ProductOptionRelationConverter.php';
  47426.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22ProductOptionRelationConverter'] = new \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22ProductOptionRelationConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  47427.     }
  47428.     /**
  47429.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Converter\Magento22ProductPropertyRelationConverter' shared service.
  47430.      *
  47431.      * @return \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22ProductPropertyRelationConverter
  47432.      */
  47433.     protected function getMagento22ProductPropertyRelationConverterService()
  47434.     {
  47435.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  47436.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  47437.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  47438.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductPropertyRelationConverter.php';
  47439.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Converter/Magento22ProductPropertyRelationConverter.php';
  47440.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22ProductPropertyRelationConverter'] = new \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22ProductPropertyRelationConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  47441.     }
  47442.     /**
  47443.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Converter\Magento22ProductReviewConverter' shared service.
  47444.      *
  47445.      * @return \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22ProductReviewConverter
  47446.      */
  47447.     protected function getMagento22ProductReviewConverterService()
  47448.     {
  47449.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  47450.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  47451.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  47452.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductReviewConverter.php';
  47453.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Converter/Magento22ProductReviewConverter.php';
  47454.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22ProductReviewConverter'] = new \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22ProductReviewConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  47455.     }
  47456.     /**
  47457.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Converter\Magento22PropertyGroupConverter' shared service.
  47458.      *
  47459.      * @return \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22PropertyGroupConverter
  47460.      */
  47461.     protected function getMagento22PropertyGroupConverterService()
  47462.     {
  47463.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  47464.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  47465.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  47466.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/PropertyGroupConverter.php';
  47467.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Converter/Magento22PropertyGroupConverter.php';
  47468.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22PropertyGroupConverter'] = new \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22PropertyGroupConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  47469.     }
  47470.     /**
  47471.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Converter\Magento22SalesChannelConverter' shared service.
  47472.      *
  47473.      * @return \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22SalesChannelConverter
  47474.      */
  47475.     protected function getMagento22SalesChannelConverterService()
  47476.     {
  47477.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  47478.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  47479.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  47480.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/SalesChannelConverter.php';
  47481.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Converter/Magento2SalesChannelConverter.php';
  47482.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Converter/Magento22SalesChannelConverter.php';
  47483.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22SalesChannelConverter'] = new \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22SalesChannelConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  47484.     }
  47485.     /**
  47486.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Converter\Magento22SeoUrlConverter' shared service.
  47487.      *
  47488.      * @return \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22SeoUrlConverter
  47489.      */
  47490.     protected function getMagento22SeoUrlConverterService()
  47491.     {
  47492.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  47493.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  47494.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  47495.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/SeoUrlConverter.php';
  47496.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Converter/Magento22SeoUrlConverter.php';
  47497.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Converter\\Magento22SeoUrlConverter'] = new \Swag\MigrationMagento\Profile\Magento22\Converter\Magento22SeoUrlConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  47498.     }
  47499.     /**
  47500.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Magento22LocalGateway' shared service.
  47501.      *
  47502.      * @return \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Magento22LocalGateway
  47503.      */
  47504.     protected function getMagento22LocalGatewayService()
  47505.     {
  47506.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/GatewayInterface.php';
  47507.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/MagentoGatewayInterface.php';
  47508.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Magento2LocalGateway.php';
  47509.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Gateway/Local/Magento22LocalGateway.php';
  47510.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  47511.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  47512.         $a = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  47513.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Magento22LocalGateway'])) {
  47514.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Magento22LocalGateway'];
  47515.         }
  47516.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Magento22LocalGateway'] = new \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Magento22LocalGateway(($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\Reader\\ReaderRegistry'] ?? $this->getReaderRegistryService()), ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Local\\Reader\\EnvironmentReader'] ?? $this->getEnvironmentReaderService()), ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Local\\Reader\\LocalTableReader'] ?? $this->getLocalTableReaderService()), ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())), $a);
  47517.     }
  47518.     /**
  47519.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22CategoryReader' shared service.
  47520.      *
  47521.      * @return \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22CategoryReader
  47522.      */
  47523.     protected function getMagento22CategoryReaderService()
  47524.     {
  47525.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  47526.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  47527.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/CategoryReader.php';
  47528.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2CategoryReader.php';
  47529.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Gateway/Local/Reader/Magento22CategoryReader.php';
  47530.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  47531.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  47532.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22CategoryReader'] = new \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22CategoryReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  47533.     }
  47534.     /**
  47535.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22CountryReader' shared service.
  47536.      *
  47537.      * @return \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22CountryReader
  47538.      */
  47539.     protected function getMagento22CountryReaderService()
  47540.     {
  47541.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  47542.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  47543.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/CountryReader.php';
  47544.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2CountryReader.php';
  47545.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Gateway/Local/Reader/Magento22CountryReader.php';
  47546.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  47547.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  47548.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22CountryReader'] = new \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22CountryReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  47549.     }
  47550.     /**
  47551.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22CrossSellingReader' shared service.
  47552.      *
  47553.      * @return \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22CrossSellingReader
  47554.      */
  47555.     protected function getMagento22CrossSellingReaderService()
  47556.     {
  47557.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  47558.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  47559.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/CrossSellingReader.php';
  47560.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Gateway/Local/Reader/Magento22CrossSellingReader.php';
  47561.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  47562.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  47563.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22CrossSellingReader'] = new \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22CrossSellingReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  47564.     }
  47565.     /**
  47566.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22CurrencyReader' shared service.
  47567.      *
  47568.      * @return \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22CurrencyReader
  47569.      */
  47570.     protected function getMagento22CurrencyReaderService()
  47571.     {
  47572.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  47573.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  47574.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/CurrencyReader.php';
  47575.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Gateway/Local/Reader/Magento22CurrencyReader.php';
  47576.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  47577.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  47578.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22CurrencyReader'] = new \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22CurrencyReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  47579.     }
  47580.     /**
  47581.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22CustomerGroupReader' shared service.
  47582.      *
  47583.      * @return \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22CustomerGroupReader
  47584.      */
  47585.     protected function getMagento22CustomerGroupReaderService()
  47586.     {
  47587.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  47588.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  47589.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/CustomerGroupReader.php';
  47590.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Gateway/Local/Reader/Magento22CustomerGroupReader.php';
  47591.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  47592.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  47593.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22CustomerGroupReader'] = new \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22CustomerGroupReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  47594.     }
  47595.     /**
  47596.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22CustomerReader' shared service.
  47597.      *
  47598.      * @return \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22CustomerReader
  47599.      */
  47600.     protected function getMagento22CustomerReaderService()
  47601.     {
  47602.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  47603.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  47604.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/CustomerReader.php';
  47605.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2CustomerReader.php';
  47606.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Gateway/Local/Reader/Magento22CustomerReader.php';
  47607.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  47608.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  47609.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22CustomerReader'] = new \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22CustomerReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  47610.     }
  47611.     /**
  47612.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22LanguageReader' shared service.
  47613.      *
  47614.      * @return \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22LanguageReader
  47615.      */
  47616.     protected function getMagento22LanguageReaderService()
  47617.     {
  47618.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  47619.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  47620.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/LanguageReader.php';
  47621.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2LanguageReader.php';
  47622.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Gateway/Local/Reader/Magento22LanguageReader.php';
  47623.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  47624.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  47625.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22LanguageReader'] = new \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22LanguageReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  47626.     }
  47627.     /**
  47628.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22ManufacturerReader' shared service.
  47629.      *
  47630.      * @return \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22ManufacturerReader
  47631.      */
  47632.     protected function getMagento22ManufacturerReaderService()
  47633.     {
  47634.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  47635.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  47636.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ManufacturerReader.php';
  47637.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Gateway/Local/Reader/Magento22ManufacturerReader.php';
  47638.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  47639.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  47640.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22ManufacturerReader'] = new \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22ManufacturerReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  47641.     }
  47642.     /**
  47643.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22MediaReader' shared service.
  47644.      *
  47645.      * @return \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22MediaReader
  47646.      */
  47647.     protected function getMagento22MediaReaderService()
  47648.     {
  47649.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  47650.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  47651.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/MediaReader.php';
  47652.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Gateway/Local/Reader/Magento22MediaReader.php';
  47653.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  47654.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  47655.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22MediaReader'] = new \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22MediaReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  47656.     }
  47657.     /**
  47658.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22NewsletterRecipientReader' shared service.
  47659.      *
  47660.      * @return \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22NewsletterRecipientReader
  47661.      */
  47662.     protected function getMagento22NewsletterRecipientReaderService()
  47663.     {
  47664.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  47665.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  47666.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/NewsletterRecipientReader.php';
  47667.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Gateway/Local/Reader/Magento22NewsletterRecipientReader.php';
  47668.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  47669.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  47670.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22NewsletterRecipientReader'] = new \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22NewsletterRecipientReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  47671.     }
  47672.     /**
  47673.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22NotAssociatedMediaReader' shared service.
  47674.      *
  47675.      * @return \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22NotAssociatedMediaReader
  47676.      */
  47677.     protected function getMagento22NotAssociatedMediaReaderService()
  47678.     {
  47679.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  47680.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  47681.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/NotAssociatedMediaReader.php';
  47682.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2NotAssociatedMediaReader.php';
  47683.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Gateway/Local/Reader/Magento22NotAssociatedMediaReader.php';
  47684.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  47685.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  47686.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22NotAssociatedMediaReader'] = new \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22NotAssociatedMediaReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  47687.     }
  47688.     /**
  47689.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22OrderReader' shared service.
  47690.      *
  47691.      * @return \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22OrderReader
  47692.      */
  47693.     protected function getMagento22OrderReaderService()
  47694.     {
  47695.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  47696.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  47697.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/OrderReader.php';
  47698.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2OrderReader.php';
  47699.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Gateway/Local/Reader/Magento22OrderReader.php';
  47700.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  47701.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  47702.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22OrderReader'] = new \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22OrderReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  47703.     }
  47704.     /**
  47705.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22ProductChildMultiSelectPropertyRelationReader' shared service.
  47706.      *
  47707.      * @return \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22ProductChildMultiSelectPropertyRelationReader
  47708.      */
  47709.     protected function getMagento22ProductChildMultiSelectPropertyRelationReaderService()
  47710.     {
  47711.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  47712.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  47713.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductChildMultiSelectPropertyRelationReader.php';
  47714.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2ProductChildMultiSelectPropertyRelationReader.php';
  47715.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Gateway/Local/Reader/Magento22ProductChildMultiSelectPropertyRelationReader.php';
  47716.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  47717.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  47718.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22ProductChildMultiSelectPropertyRelationReader'] = new \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22ProductChildMultiSelectPropertyRelationReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  47719.     }
  47720.     /**
  47721.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22ProductChildPropertyRelationReader' shared service.
  47722.      *
  47723.      * @return \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22ProductChildPropertyRelationReader
  47724.      */
  47725.     protected function getMagento22ProductChildPropertyRelationReaderService()
  47726.     {
  47727.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  47728.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  47729.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductChildPropertyRelationReader.php';
  47730.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2ProductChildPropertyRelationReader.php';
  47731.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Gateway/Local/Reader/Magento22ProductChildPropertyRelationReader.php';
  47732.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  47733.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  47734.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22ProductChildPropertyRelationReader'] = new \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22ProductChildPropertyRelationReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  47735.     }
  47736.     /**
  47737.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22ProductCustomFieldReader' shared service.
  47738.      *
  47739.      * @return \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22ProductCustomFieldReader
  47740.      */
  47741.     protected function getMagento22ProductCustomFieldReaderService()
  47742.     {
  47743.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  47744.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  47745.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductCustomFieldReader.php';
  47746.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Gateway/Local/Reader/Magento22ProductCustomFieldReader.php';
  47747.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  47748.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  47749.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22ProductCustomFieldReader'] = new \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22ProductCustomFieldReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  47750.     }
  47751.     /**
  47752.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22ProductMultiSelectPropertyRelationReader' shared service.
  47753.      *
  47754.      * @return \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22ProductMultiSelectPropertyRelationReader
  47755.      */
  47756.     protected function getMagento22ProductMultiSelectPropertyRelationReaderService()
  47757.     {
  47758.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  47759.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  47760.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductMultiSelectPropertyRelationReader.php';
  47761.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2ProductMultiSelectPropertyRelationReader.php';
  47762.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Gateway/Local/Reader/Magento22ProductMultiSelectPropertyRelationReader.php';
  47763.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  47764.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  47765.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22ProductMultiSelectPropertyRelationReader'] = new \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22ProductMultiSelectPropertyRelationReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  47766.     }
  47767.     /**
  47768.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22ProductOptionRelationReader' shared service.
  47769.      *
  47770.      * @return \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22ProductOptionRelationReader
  47771.      */
  47772.     protected function getMagento22ProductOptionRelationReaderService()
  47773.     {
  47774.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  47775.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  47776.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductOptionRelationReader.php';
  47777.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2ProductOptionRelationReader.php';
  47778.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Gateway/Local/Reader/Magento22ProductOptionRelationReader.php';
  47779.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  47780.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  47781.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22ProductOptionRelationReader'] = new \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22ProductOptionRelationReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  47782.     }
  47783.     /**
  47784.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22ProductPropertyRelationReader' shared service.
  47785.      *
  47786.      * @return \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22ProductPropertyRelationReader
  47787.      */
  47788.     protected function getMagento22ProductPropertyRelationReaderService()
  47789.     {
  47790.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  47791.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  47792.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductPropertyRelationReader.php';
  47793.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2ProductPropertyRelationReader.php';
  47794.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Gateway/Local/Reader/Magento22ProductPropertyRelationReader.php';
  47795.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  47796.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  47797.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22ProductPropertyRelationReader'] = new \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22ProductPropertyRelationReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  47798.     }
  47799.     /**
  47800.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22ProductReader' shared service.
  47801.      *
  47802.      * @return \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22ProductReader
  47803.      */
  47804.     protected function getMagento22ProductReaderService()
  47805.     {
  47806.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  47807.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  47808.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductReader.php';
  47809.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2ProductReader.php';
  47810.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Gateway/Local/Reader/Magento22ProductReader.php';
  47811.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  47812.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  47813.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22ProductReader'] = new \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22ProductReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  47814.     }
  47815.     /**
  47816.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22ProductReviewReader' shared service.
  47817.      *
  47818.      * @return \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22ProductReviewReader
  47819.      */
  47820.     protected function getMagento22ProductReviewReaderService()
  47821.     {
  47822.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  47823.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  47824.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductReviewReader.php';
  47825.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Gateway/Local/Reader/Magento22ProductReviewReader.php';
  47826.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  47827.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  47828.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22ProductReviewReader'] = new \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22ProductReviewReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  47829.     }
  47830.     /**
  47831.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22PropertyGroupReader' shared service.
  47832.      *
  47833.      * @return \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22PropertyGroupReader
  47834.      */
  47835.     protected function getMagento22PropertyGroupReaderService()
  47836.     {
  47837.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  47838.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  47839.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/PropertyGroupReader.php';
  47840.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2PropertyGroupReader.php';
  47841.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Gateway/Local/Reader/Magento22PropertyGroupReader.php';
  47842.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  47843.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  47844.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22PropertyGroupReader'] = new \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22PropertyGroupReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  47845.     }
  47846.     /**
  47847.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22SalesChannelReader' shared service.
  47848.      *
  47849.      * @return \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22SalesChannelReader
  47850.      */
  47851.     protected function getMagento22SalesChannelReaderService()
  47852.     {
  47853.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  47854.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  47855.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/SalesChannelReader.php';
  47856.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2SalesChannelReader.php';
  47857.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Gateway/Local/Reader/Magento22SalesChannelReader.php';
  47858.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  47859.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  47860.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22SalesChannelReader'] = new \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22SalesChannelReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  47861.     }
  47862.     /**
  47863.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22SeoUrlReader' shared service.
  47864.      *
  47865.      * @return \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22SeoUrlReader
  47866.      */
  47867.     protected function getMagento22SeoUrlReaderService()
  47868.     {
  47869.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  47870.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  47871.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/SeoUrlReader.php';
  47872.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2SeoUrlReader.php';
  47873.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Gateway/Local/Reader/Magento22SeoUrlReader.php';
  47874.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  47875.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  47876.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Gateway\\Local\\Reader\\Magento22SeoUrlReader'] = new \Swag\MigrationMagento\Profile\Magento22\Gateway\Local\Reader\Magento22SeoUrlReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  47877.     }
  47878.     /**
  47879.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Media\Magento22LocalMediaProcessor' shared service.
  47880.      *
  47881.      * @return \Swag\MigrationMagento\Profile\Magento22\Media\Magento22LocalMediaProcessor
  47882.      */
  47883.     protected function getMagento22LocalMediaProcessorService()
  47884.     {
  47885.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Media/BaseMediaService.php';
  47886.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Media/MediaFileProcessorInterface.php';
  47887.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Media/LocalMediaProcessor.php';
  47888.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Media/Magento2LocalMediaProcessor.php';
  47889.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Media/Magento22LocalMediaProcessor.php';
  47890.         $a = ($this->services['swag_migration_media_file.repository'] ?? $this->getSwagMigrationMediaFile_RepositoryService());
  47891.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Media\\Magento22LocalMediaProcessor'])) {
  47892.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Media\\Magento22LocalMediaProcessor'];
  47893.         }
  47894.         $b = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  47895.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Media\\Magento22LocalMediaProcessor'])) {
  47896.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Media\\Magento22LocalMediaProcessor'];
  47897.         }
  47898.         $c = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  47899.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Media\\Magento22LocalMediaProcessor'])) {
  47900.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Media\\Magento22LocalMediaProcessor'];
  47901.         }
  47902.         $d = ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service());
  47903.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Media\\Magento22LocalMediaProcessor'])) {
  47904.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Media\\Magento22LocalMediaProcessor'];
  47905.         }
  47906.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Media\\Magento22LocalMediaProcessor'] = new \Swag\MigrationMagento\Profile\Magento22\Media\Magento22LocalMediaProcessor($a$b$c$d, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  47907.     }
  47908.     /**
  47909.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Premapping\Magento22CountryReader' shared service.
  47910.      *
  47911.      * @return \Swag\MigrationMagento\Profile\Magento22\Premapping\Magento22CountryReader
  47912.      */
  47913.     protected function getMagento22CountryReader2Service()
  47914.     {
  47915.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  47916.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  47917.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Premapping/Magento2CountryReader.php';
  47918.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Premapping/Magento22CountryReader.php';
  47919.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Premapping\\Magento22CountryReader'] = new \Swag\MigrationMagento\Profile\Magento22\Premapping\Magento22CountryReader(($this->services['country.repository'] ?? $this->getCountry_RepositoryService()));
  47920.     }
  47921.     /**
  47922.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Premapping\Magento22CurrencyReader' shared service.
  47923.      *
  47924.      * @return \Swag\MigrationMagento\Profile\Magento22\Premapping\Magento22CurrencyReader
  47925.      */
  47926.     protected function getMagento22CurrencyReader2Service()
  47927.     {
  47928.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  47929.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  47930.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Premapping/Magento2CurrencyReader.php';
  47931.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Premapping/Magento22CurrencyReader.php';
  47932.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Premapping\\Magento22CurrencyReader'] = new \Swag\MigrationMagento\Profile\Magento22\Premapping\Magento22CurrencyReader(($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService()));
  47933.     }
  47934.     /**
  47935.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Premapping\Magento22CustomerGroupReader' shared service.
  47936.      *
  47937.      * @return \Swag\MigrationMagento\Profile\Magento22\Premapping\Magento22CustomerGroupReader
  47938.      */
  47939.     protected function getMagento22CustomerGroupReader2Service()
  47940.     {
  47941.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  47942.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  47943.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Premapping/CustomerGroupReader.php';
  47944.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Premapping/Magento22CustomerGroupReader.php';
  47945.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Premapping\\Magento22CustomerGroupReader'] = new \Swag\MigrationMagento\Profile\Magento22\Premapping\Magento22CustomerGroupReader(($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] ?? $this->getGatewayRegistryService()));
  47946.     }
  47947.     /**
  47948.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Premapping\Magento22LanguageReader' shared service.
  47949.      *
  47950.      * @return \Swag\MigrationMagento\Profile\Magento22\Premapping\Magento22LanguageReader
  47951.      */
  47952.     protected function getMagento22LanguageReader2Service()
  47953.     {
  47954.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  47955.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  47956.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Premapping/Magento2LanguageReader.php';
  47957.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Premapping/Magento22LanguageReader.php';
  47958.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Premapping\\Magento22LanguageReader'] = new \Swag\MigrationMagento\Profile\Magento22\Premapping\Magento22LanguageReader(($this->services['language.repository'] ?? $this->getLanguage_RepositoryService()));
  47959.     }
  47960.     /**
  47961.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Premapping\Magento22OrderStateReader' shared service.
  47962.      *
  47963.      * @return \Swag\MigrationMagento\Profile\Magento22\Premapping\Magento22OrderStateReader
  47964.      */
  47965.     protected function getMagento22OrderStateReaderService()
  47966.     {
  47967.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  47968.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  47969.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Premapping/OrderStateReader.php';
  47970.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Premapping/Magento22OrderStateReader.php';
  47971.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Premapping\\Magento22OrderStateReader'] = new \Swag\MigrationMagento\Profile\Magento22\Premapping\Magento22OrderStateReader(($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()));
  47972.     }
  47973.     /**
  47974.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Premapping\Magento22PaymentMethodReader' shared service.
  47975.      *
  47976.      * @return \Swag\MigrationMagento\Profile\Magento22\Premapping\Magento22PaymentMethodReader
  47977.      */
  47978.     protected function getMagento22PaymentMethodReaderService()
  47979.     {
  47980.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  47981.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  47982.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Premapping/PaymentMethodReader.php';
  47983.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Premapping/Magento22PaymentMethodReader.php';
  47984.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Premapping\\Magento22PaymentMethodReader'] = new \Swag\MigrationMagento\Profile\Magento22\Premapping\Magento22PaymentMethodReader(($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] ?? $this->getGatewayRegistryService()), ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()));
  47985.     }
  47986.     /**
  47987.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Premapping\Magento22SalutationReader' shared service.
  47988.      *
  47989.      * @return \Swag\MigrationMagento\Profile\Magento22\Premapping\Magento22SalutationReader
  47990.      */
  47991.     protected function getMagento22SalutationReaderService()
  47992.     {
  47993.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  47994.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  47995.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Premapping/SalutationReader.php';
  47996.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Premapping/Magento22SalutationReader.php';
  47997.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Premapping\\Magento22SalutationReader'] = new \Swag\MigrationMagento\Profile\Magento22\Premapping\Magento22SalutationReader(($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] ?? $this->getGatewayRegistryService()), ($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService()));
  47998.     }
  47999.     /**
  48000.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Premapping\Magento22ShippingMethodReader' shared service.
  48001.      *
  48002.      * @return \Swag\MigrationMagento\Profile\Magento22\Premapping\Magento22ShippingMethodReader
  48003.      */
  48004.     protected function getMagento22ShippingMethodReaderService()
  48005.     {
  48006.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  48007.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  48008.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Premapping/ShippingMethodReader.php';
  48009.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Premapping/Magento22ShippingMethodReader.php';
  48010.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Premapping\\Magento22ShippingMethodReader'] = new \Swag\MigrationMagento\Profile\Magento22\Premapping\Magento22ShippingMethodReader(($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] ?? $this->getGatewayRegistryService()), ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService()));
  48011.     }
  48012.     /**
  48013.      * Gets the private 'Swag\MigrationMagento\Profile\Magento22\Premapping\Magento22TaxReader' shared service.
  48014.      *
  48015.      * @return \Swag\MigrationMagento\Profile\Magento22\Premapping\Magento22TaxReader
  48016.      */
  48017.     protected function getMagento22TaxReaderService()
  48018.     {
  48019.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  48020.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  48021.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Premapping/TaxReader.php';
  48022.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento22/Premapping/Magento22TaxReader.php';
  48023.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento22\\Premapping\\Magento22TaxReader'] = new \Swag\MigrationMagento\Profile\Magento22\Premapping\Magento22TaxReader(($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] ?? $this->getGatewayRegistryService()), ($this->services['tax.repository'] ?? $this->getTax_RepositoryService()));
  48024.     }
  48025.     /**
  48026.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Converter\Magento23CategoryConverter' shared service.
  48027.      *
  48028.      * @return \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23CategoryConverter
  48029.      */
  48030.     protected function getMagento23CategoryConverterService()
  48031.     {
  48032.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  48033.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  48034.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  48035.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/CategoryConverter.php';
  48036.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Converter/Magento23CategoryConverter.php';
  48037.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  48038.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23CategoryConverter'])) {
  48039.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23CategoryConverter'];
  48040.         }
  48041.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23CategoryConverter'] = new \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23CategoryConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  48042.     }
  48043.     /**
  48044.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Converter\Magento23CountryConverter' shared service.
  48045.      *
  48046.      * @return \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23CountryConverter
  48047.      */
  48048.     protected function getMagento23CountryConverterService()
  48049.     {
  48050.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  48051.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  48052.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  48053.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/CountryConverter.php';
  48054.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Converter/Magento23CountryConverter.php';
  48055.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23CountryConverter'] = new \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23CountryConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  48056.     }
  48057.     /**
  48058.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Converter\Magento23CrossSellingConverter' shared service.
  48059.      *
  48060.      * @return \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23CrossSellingConverter
  48061.      */
  48062.     protected function getMagento23CrossSellingConverterService()
  48063.     {
  48064.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  48065.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  48066.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  48067.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/CrossSellingConverter.php';
  48068.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Converter/Magento23CrossSellingConverter.php';
  48069.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23CrossSellingConverter'] = new \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23CrossSellingConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  48070.     }
  48071.     /**
  48072.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Converter\Magento23CurrencyConverter' shared service.
  48073.      *
  48074.      * @return \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23CurrencyConverter
  48075.      */
  48076.     protected function getMagento23CurrencyConverterService()
  48077.     {
  48078.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  48079.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  48080.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  48081.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/CurrencyConverter.php';
  48082.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Converter/Magento23CurrencyConverter.php';
  48083.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23CurrencyConverter'] = new \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23CurrencyConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  48084.     }
  48085.     /**
  48086.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Converter\Magento23CustomerConverter' shared service.
  48087.      *
  48088.      * @return \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23CustomerConverter
  48089.      */
  48090.     protected function getMagento23CustomerConverterService()
  48091.     {
  48092.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  48093.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  48094.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  48095.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/CustomerConverter.php';
  48096.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Converter/Magento2CustomerConverter.php';
  48097.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Converter/Magento23CustomerConverter.php';
  48098.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23CustomerConverter'] = new \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23CustomerConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService()));
  48099.     }
  48100.     /**
  48101.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Converter\Magento23CustomerGroupConverter' shared service.
  48102.      *
  48103.      * @return \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23CustomerGroupConverter
  48104.      */
  48105.     protected function getMagento23CustomerGroupConverterService()
  48106.     {
  48107.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  48108.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  48109.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  48110.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/CustomerGroupConverter.php';
  48111.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Converter/Magento23CustomerGroupConverter.php';
  48112.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23CustomerGroupConverter'] = new \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23CustomerGroupConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  48113.     }
  48114.     /**
  48115.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Converter\Magento23LanguageConverter' shared service.
  48116.      *
  48117.      * @return \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23LanguageConverter
  48118.      */
  48119.     protected function getMagento23LanguageConverterService()
  48120.     {
  48121.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  48122.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  48123.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  48124.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/LanguageConverter.php';
  48125.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Converter/Magento23LanguageConverter.php';
  48126.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23LanguageConverter'] = new \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23LanguageConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  48127.     }
  48128.     /**
  48129.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Converter\Magento23ManufacturerConverter' shared service.
  48130.      *
  48131.      * @return \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23ManufacturerConverter
  48132.      */
  48133.     protected function getMagento23ManufacturerConverterService()
  48134.     {
  48135.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  48136.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  48137.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  48138.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ManufacturerConverter.php';
  48139.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Converter/Magento23ManufacturerConverter.php';
  48140.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23ManufacturerConverter'] = new \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23ManufacturerConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  48141.     }
  48142.     /**
  48143.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Converter\Magento23MediaConverter' shared service.
  48144.      *
  48145.      * @return \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23MediaConverter
  48146.      */
  48147.     protected function getMagento23MediaConverterService()
  48148.     {
  48149.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  48150.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  48151.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  48152.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MediaConverter.php';
  48153.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Converter/Magento23MediaConverter.php';
  48154.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  48155.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23MediaConverter'])) {
  48156.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23MediaConverter'];
  48157.         }
  48158.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23MediaConverter'] = new \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23MediaConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  48159.     }
  48160.     /**
  48161.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Converter\Magento23NewsletterRecipientConverter' shared service.
  48162.      *
  48163.      * @return \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23NewsletterRecipientConverter
  48164.      */
  48165.     protected function getMagento23NewsletterRecipientConverterService()
  48166.     {
  48167.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  48168.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  48169.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  48170.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/NewsletterRecipientConverter.php';
  48171.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Converter/Magento23NewsletterRecipientConverter.php';
  48172.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23NewsletterRecipientConverter'] = new \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23NewsletterRecipientConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  48173.     }
  48174.     /**
  48175.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Converter\Magento23NotAssociatedMediaConverter' shared service.
  48176.      *
  48177.      * @return \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23NotAssociatedMediaConverter
  48178.      */
  48179.     protected function getMagento23NotAssociatedMediaConverterService()
  48180.     {
  48181.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  48182.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  48183.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  48184.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/NotAssociatedMediaConverter.php';
  48185.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Converter/Magento23NotAssociatedMediaConverter.php';
  48186.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  48187.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23NotAssociatedMediaConverter'])) {
  48188.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23NotAssociatedMediaConverter'];
  48189.         }
  48190.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23NotAssociatedMediaConverter'] = new \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23NotAssociatedMediaConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  48191.     }
  48192.     /**
  48193.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Converter\Magento23OrderConverter' shared service.
  48194.      *
  48195.      * @return \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23OrderConverter
  48196.      */
  48197.     protected function getMagento23OrderConverterService()
  48198.     {
  48199.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  48200.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  48201.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  48202.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/OrderConverter.php';
  48203.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Converter/Magento2OrderConverter.php';
  48204.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Converter/Magento23OrderConverter.php';
  48205.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23OrderConverter'] = new \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23OrderConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($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())), ($this->services['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface'] ?? $this->getNumberRangeValueGeneratorInterfaceService()));
  48206.     }
  48207.     /**
  48208.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Converter\Magento23ProductChildMultiSelectPropertyRelationConverter' shared service.
  48209.      *
  48210.      * @return \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23ProductChildMultiSelectPropertyRelationConverter
  48211.      */
  48212.     protected function getMagento23ProductChildMultiSelectPropertyRelationConverterService()
  48213.     {
  48214.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  48215.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  48216.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  48217.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductMultiSelectPropertyRelationConverter.php';
  48218.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Converter/Magento23ProductChildMultiSelectPropertyRelationConverter.php';
  48219.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23ProductChildMultiSelectPropertyRelationConverter'] = new \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23ProductChildMultiSelectPropertyRelationConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  48220.     }
  48221.     /**
  48222.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Converter\Magento23ProductChildPropertyRelationConverter' shared service.
  48223.      *
  48224.      * @return \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23ProductChildPropertyRelationConverter
  48225.      */
  48226.     protected function getMagento23ProductChildPropertyRelationConverterService()
  48227.     {
  48228.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  48229.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  48230.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  48231.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductPropertyRelationConverter.php';
  48232.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Converter/Magento23ProductChildPropertyRelationConverter.php';
  48233.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23ProductChildPropertyRelationConverter'] = new \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23ProductChildPropertyRelationConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  48234.     }
  48235.     /**
  48236.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Converter\Magento23ProductConverter' shared service.
  48237.      *
  48238.      * @return \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23ProductConverter
  48239.      */
  48240.     protected function getMagento23ProductConverterService()
  48241.     {
  48242.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  48243.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  48244.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  48245.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductConverter.php';
  48246.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Converter/Magento2ProductConverter.php';
  48247.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Converter/Magento23ProductConverter.php';
  48248.         $a = ($this->privates['SwagMigrationAssistant\\Migration\\Media\\MediaFileService'] ?? $this->getMediaFileServiceService());
  48249.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23ProductConverter'])) {
  48250.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23ProductConverter'];
  48251.         }
  48252.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23ProductConverter'] = new \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23ProductConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()), $a);
  48253.     }
  48254.     /**
  48255.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Converter\Magento23ProductCustomFieldConverter' shared service.
  48256.      *
  48257.      * @return \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23ProductCustomFieldConverter
  48258.      */
  48259.     protected function getMagento23ProductCustomFieldConverterService()
  48260.     {
  48261.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  48262.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  48263.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/CustomFieldConverter.php';
  48264.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductCustomFieldConverter.php';
  48265.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Converter/Magento23ProductCustomFieldConverter.php';
  48266.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23ProductCustomFieldConverter'] = new \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23ProductCustomFieldConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  48267.     }
  48268.     /**
  48269.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Converter\Magento23ProductMultiSelectPropertyRelationConverter' shared service.
  48270.      *
  48271.      * @return \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23ProductMultiSelectPropertyRelationConverter
  48272.      */
  48273.     protected function getMagento23ProductMultiSelectPropertyRelationConverterService()
  48274.     {
  48275.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  48276.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  48277.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  48278.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductMultiSelectPropertyRelationConverter.php';
  48279.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Converter/Magento23ProductMultiSelectPropertyRelationConverter.php';
  48280.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23ProductMultiSelectPropertyRelationConverter'] = new \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23ProductMultiSelectPropertyRelationConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  48281.     }
  48282.     /**
  48283.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Converter\Magento23ProductOptionRelationConverter' shared service.
  48284.      *
  48285.      * @return \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23ProductOptionRelationConverter
  48286.      */
  48287.     protected function getMagento23ProductOptionRelationConverterService()
  48288.     {
  48289.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  48290.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  48291.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  48292.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductOptionRelationConverter.php';
  48293.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Converter/Magento23ProductOptionRelationConverter.php';
  48294.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23ProductOptionRelationConverter'] = new \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23ProductOptionRelationConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  48295.     }
  48296.     /**
  48297.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Converter\Magento23ProductPropertyRelationConverter' shared service.
  48298.      *
  48299.      * @return \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23ProductPropertyRelationConverter
  48300.      */
  48301.     protected function getMagento23ProductPropertyRelationConverterService()
  48302.     {
  48303.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  48304.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  48305.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  48306.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductPropertyRelationConverter.php';
  48307.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Converter/Magento23ProductPropertyRelationConverter.php';
  48308.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23ProductPropertyRelationConverter'] = new \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23ProductPropertyRelationConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  48309.     }
  48310.     /**
  48311.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Converter\Magento23ProductReviewConverter' shared service.
  48312.      *
  48313.      * @return \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23ProductReviewConverter
  48314.      */
  48315.     protected function getMagento23ProductReviewConverterService()
  48316.     {
  48317.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  48318.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  48319.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  48320.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/ProductReviewConverter.php';
  48321.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Converter/Magento23ProductReviewConverter.php';
  48322.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23ProductReviewConverter'] = new \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23ProductReviewConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  48323.     }
  48324.     /**
  48325.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Converter\Magento23PropertyGroupConverter' shared service.
  48326.      *
  48327.      * @return \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23PropertyGroupConverter
  48328.      */
  48329.     protected function getMagento23PropertyGroupConverterService()
  48330.     {
  48331.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  48332.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  48333.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  48334.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/PropertyGroupConverter.php';
  48335.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Converter/Magento23PropertyGroupConverter.php';
  48336.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23PropertyGroupConverter'] = new \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23PropertyGroupConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  48337.     }
  48338.     /**
  48339.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Converter\Magento23SalesChannelConverter' shared service.
  48340.      *
  48341.      * @return \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23SalesChannelConverter
  48342.      */
  48343.     protected function getMagento23SalesChannelConverterService()
  48344.     {
  48345.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  48346.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  48347.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  48348.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/SalesChannelConverter.php';
  48349.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Converter/Magento2SalesChannelConverter.php';
  48350.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Converter/Magento23SalesChannelConverter.php';
  48351.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23SalesChannelConverter'] = new \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23SalesChannelConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  48352.     }
  48353.     /**
  48354.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Converter\Magento23SeoUrlConverter' shared service.
  48355.      *
  48356.      * @return \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23SeoUrlConverter
  48357.      */
  48358.     protected function getMagento23SeoUrlConverterService()
  48359.     {
  48360.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/ConverterInterface.php';
  48361.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Converter/Converter.php';
  48362.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/MagentoConverter.php';
  48363.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Converter/SeoUrlConverter.php';
  48364.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Converter/Magento23SeoUrlConverter.php';
  48365.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Converter\\Magento23SeoUrlConverter'] = new \Swag\MigrationMagento\Profile\Magento23\Converter\Magento23SeoUrlConverter(($this->privates['Swag\\MigrationMagento\\Migration\\Mapping\\MagentoMappingService'] ?? $this->getMagentoMappingServiceService()), ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service()));
  48366.     }
  48367.     /**
  48368.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Magento23LocalGateway' shared service.
  48369.      *
  48370.      * @return \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Magento23LocalGateway
  48371.      */
  48372.     protected function getMagento23LocalGatewayService()
  48373.     {
  48374.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/GatewayInterface.php';
  48375.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/MagentoGatewayInterface.php';
  48376.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Magento2LocalGateway.php';
  48377.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Gateway/Local/Magento23LocalGateway.php';
  48378.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  48379.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  48380.         $a = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  48381.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Magento23LocalGateway'])) {
  48382.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Magento23LocalGateway'];
  48383.         }
  48384.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Magento23LocalGateway'] = new \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Magento23LocalGateway(($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\Reader\\ReaderRegistry'] ?? $this->getReaderRegistryService()), ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Local\\Reader\\EnvironmentReader'] ?? $this->getEnvironmentReaderService()), ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Local\\Reader\\LocalTableReader'] ?? $this->getLocalTableReaderService()), ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())), $a);
  48385.     }
  48386.     /**
  48387.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23CategoryReader' shared service.
  48388.      *
  48389.      * @return \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23CategoryReader
  48390.      */
  48391.     protected function getMagento23CategoryReaderService()
  48392.     {
  48393.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  48394.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  48395.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/CategoryReader.php';
  48396.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2CategoryReader.php';
  48397.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Gateway/Local/Reader/Magento23CategoryReader.php';
  48398.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  48399.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  48400.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23CategoryReader'] = new \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23CategoryReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  48401.     }
  48402.     /**
  48403.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23CountryReader' shared service.
  48404.      *
  48405.      * @return \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23CountryReader
  48406.      */
  48407.     protected function getMagento23CountryReaderService()
  48408.     {
  48409.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  48410.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  48411.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/CountryReader.php';
  48412.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2CountryReader.php';
  48413.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Gateway/Local/Reader/Magento23CountryReader.php';
  48414.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  48415.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  48416.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23CountryReader'] = new \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23CountryReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  48417.     }
  48418.     /**
  48419.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23CrossSellingReader' shared service.
  48420.      *
  48421.      * @return \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23CrossSellingReader
  48422.      */
  48423.     protected function getMagento23CrossSellingReaderService()
  48424.     {
  48425.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  48426.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  48427.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/CrossSellingReader.php';
  48428.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Gateway/Local/Reader/Magento23CrossSellingReader.php';
  48429.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  48430.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  48431.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23CrossSellingReader'] = new \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23CrossSellingReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  48432.     }
  48433.     /**
  48434.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23CurrencyReader' shared service.
  48435.      *
  48436.      * @return \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23CurrencyReader
  48437.      */
  48438.     protected function getMagento23CurrencyReaderService()
  48439.     {
  48440.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  48441.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  48442.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/CurrencyReader.php';
  48443.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Gateway/Local/Reader/Magento23CurrencyReader.php';
  48444.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  48445.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  48446.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23CurrencyReader'] = new \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23CurrencyReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  48447.     }
  48448.     /**
  48449.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23CustomerGroupReader' shared service.
  48450.      *
  48451.      * @return \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23CustomerGroupReader
  48452.      */
  48453.     protected function getMagento23CustomerGroupReaderService()
  48454.     {
  48455.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  48456.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  48457.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/CustomerGroupReader.php';
  48458.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Gateway/Local/Reader/Magento23CustomerGroupReader.php';
  48459.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  48460.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  48461.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23CustomerGroupReader'] = new \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23CustomerGroupReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  48462.     }
  48463.     /**
  48464.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23CustomerReader' shared service.
  48465.      *
  48466.      * @return \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23CustomerReader
  48467.      */
  48468.     protected function getMagento23CustomerReaderService()
  48469.     {
  48470.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  48471.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  48472.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/CustomerReader.php';
  48473.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2CustomerReader.php';
  48474.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Gateway/Local/Reader/Magento23CustomerReader.php';
  48475.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  48476.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  48477.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23CustomerReader'] = new \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23CustomerReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  48478.     }
  48479.     /**
  48480.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23LanguageReader' shared service.
  48481.      *
  48482.      * @return \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23LanguageReader
  48483.      */
  48484.     protected function getMagento23LanguageReaderService()
  48485.     {
  48486.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  48487.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  48488.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/LanguageReader.php';
  48489.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2LanguageReader.php';
  48490.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Gateway/Local/Reader/Magento23LanguageReader.php';
  48491.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  48492.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  48493.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23LanguageReader'] = new \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23LanguageReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  48494.     }
  48495.     /**
  48496.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23ManufacturerReader' shared service.
  48497.      *
  48498.      * @return \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23ManufacturerReader
  48499.      */
  48500.     protected function getMagento23ManufacturerReaderService()
  48501.     {
  48502.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  48503.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  48504.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ManufacturerReader.php';
  48505.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Gateway/Local/Reader/Magento23ManufacturerReader.php';
  48506.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  48507.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  48508.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23ManufacturerReader'] = new \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23ManufacturerReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  48509.     }
  48510.     /**
  48511.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23MediaReader' shared service.
  48512.      *
  48513.      * @return \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23MediaReader
  48514.      */
  48515.     protected function getMagento23MediaReaderService()
  48516.     {
  48517.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  48518.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  48519.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/MediaReader.php';
  48520.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Gateway/Local/Reader/Magento23MediaReader.php';
  48521.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  48522.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  48523.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23MediaReader'] = new \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23MediaReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  48524.     }
  48525.     /**
  48526.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23NewsletterRecipientReader' shared service.
  48527.      *
  48528.      * @return \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23NewsletterRecipientReader
  48529.      */
  48530.     protected function getMagento23NewsletterRecipientReaderService()
  48531.     {
  48532.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  48533.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  48534.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/NewsletterRecipientReader.php';
  48535.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Gateway/Local/Reader/Magento23NewsletterRecipientReader.php';
  48536.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  48537.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  48538.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23NewsletterRecipientReader'] = new \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23NewsletterRecipientReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  48539.     }
  48540.     /**
  48541.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23NotAssociatedMediaReader' shared service.
  48542.      *
  48543.      * @return \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23NotAssociatedMediaReader
  48544.      */
  48545.     protected function getMagento23NotAssociatedMediaReaderService()
  48546.     {
  48547.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  48548.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  48549.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/NotAssociatedMediaReader.php';
  48550.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2NotAssociatedMediaReader.php';
  48551.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Gateway/Local/Reader/Magento23NotAssociatedMediaReader.php';
  48552.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  48553.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  48554.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23NotAssociatedMediaReader'] = new \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23NotAssociatedMediaReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  48555.     }
  48556.     /**
  48557.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23OrderReader' shared service.
  48558.      *
  48559.      * @return \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23OrderReader
  48560.      */
  48561.     protected function getMagento23OrderReaderService()
  48562.     {
  48563.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  48564.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  48565.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/OrderReader.php';
  48566.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2OrderReader.php';
  48567.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Gateway/Local/Reader/Magento23OrderReader.php';
  48568.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  48569.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  48570.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23OrderReader'] = new \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23OrderReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  48571.     }
  48572.     /**
  48573.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23ProductChildMultiSelectPropertyRelationReader' shared service.
  48574.      *
  48575.      * @return \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23ProductChildMultiSelectPropertyRelationReader
  48576.      */
  48577.     protected function getMagento23ProductChildMultiSelectPropertyRelationReaderService()
  48578.     {
  48579.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  48580.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  48581.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductChildMultiSelectPropertyRelationReader.php';
  48582.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2ProductChildMultiSelectPropertyRelationReader.php';
  48583.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Gateway/Local/Reader/Magento23ProductChildMultiSelectPropertyRelationReader.php';
  48584.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  48585.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  48586.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23ProductChildMultiSelectPropertyRelationReader'] = new \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23ProductChildMultiSelectPropertyRelationReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  48587.     }
  48588.     /**
  48589.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23ProductChildPropertyRelationReader' shared service.
  48590.      *
  48591.      * @return \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23ProductChildPropertyRelationReader
  48592.      */
  48593.     protected function getMagento23ProductChildPropertyRelationReaderService()
  48594.     {
  48595.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  48596.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  48597.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductChildPropertyRelationReader.php';
  48598.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2ProductChildPropertyRelationReader.php';
  48599.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Gateway/Local/Reader/Magento23ProductChildPropertyRelationReader.php';
  48600.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  48601.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  48602.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23ProductChildPropertyRelationReader'] = new \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23ProductChildPropertyRelationReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  48603.     }
  48604.     /**
  48605.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23ProductCustomFieldReader' shared service.
  48606.      *
  48607.      * @return \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23ProductCustomFieldReader
  48608.      */
  48609.     protected function getMagento23ProductCustomFieldReaderService()
  48610.     {
  48611.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  48612.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  48613.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductCustomFieldReader.php';
  48614.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Gateway/Local/Reader/Magento23ProductCustomFieldReader.php';
  48615.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  48616.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  48617.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23ProductCustomFieldReader'] = new \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23ProductCustomFieldReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  48618.     }
  48619.     /**
  48620.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23ProductMultiSelectPropertyRelationReader' shared service.
  48621.      *
  48622.      * @return \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23ProductMultiSelectPropertyRelationReader
  48623.      */
  48624.     protected function getMagento23ProductMultiSelectPropertyRelationReaderService()
  48625.     {
  48626.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  48627.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  48628.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductMultiSelectPropertyRelationReader.php';
  48629.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2ProductMultiSelectPropertyRelationReader.php';
  48630.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Gateway/Local/Reader/Magento23ProductMultiSelectPropertyRelationReader.php';
  48631.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  48632.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  48633.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23ProductMultiSelectPropertyRelationReader'] = new \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23ProductMultiSelectPropertyRelationReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  48634.     }
  48635.     /**
  48636.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23ProductOptionRelationReader' shared service.
  48637.      *
  48638.      * @return \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23ProductOptionRelationReader
  48639.      */
  48640.     protected function getMagento23ProductOptionRelationReaderService()
  48641.     {
  48642.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  48643.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  48644.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductOptionRelationReader.php';
  48645.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2ProductOptionRelationReader.php';
  48646.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Gateway/Local/Reader/Magento23ProductOptionRelationReader.php';
  48647.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  48648.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  48649.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23ProductOptionRelationReader'] = new \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23ProductOptionRelationReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  48650.     }
  48651.     /**
  48652.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23ProductPropertyRelationReader' shared service.
  48653.      *
  48654.      * @return \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23ProductPropertyRelationReader
  48655.      */
  48656.     protected function getMagento23ProductPropertyRelationReaderService()
  48657.     {
  48658.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  48659.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  48660.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductPropertyRelationReader.php';
  48661.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2ProductPropertyRelationReader.php';
  48662.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Gateway/Local/Reader/Magento23ProductPropertyRelationReader.php';
  48663.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  48664.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  48665.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23ProductPropertyRelationReader'] = new \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23ProductPropertyRelationReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  48666.     }
  48667.     /**
  48668.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23ProductReader' shared service.
  48669.      *
  48670.      * @return \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23ProductReader
  48671.      */
  48672.     protected function getMagento23ProductReaderService()
  48673.     {
  48674.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  48675.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  48676.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductReader.php';
  48677.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2ProductReader.php';
  48678.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Gateway/Local/Reader/Magento23ProductReader.php';
  48679.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  48680.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  48681.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23ProductReader'] = new \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23ProductReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  48682.     }
  48683.     /**
  48684.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23ProductReviewReader' shared service.
  48685.      *
  48686.      * @return \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23ProductReviewReader
  48687.      */
  48688.     protected function getMagento23ProductReviewReaderService()
  48689.     {
  48690.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  48691.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  48692.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/ProductReviewReader.php';
  48693.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Gateway/Local/Reader/Magento23ProductReviewReader.php';
  48694.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  48695.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  48696.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23ProductReviewReader'] = new \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23ProductReviewReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  48697.     }
  48698.     /**
  48699.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23PropertyGroupReader' shared service.
  48700.      *
  48701.      * @return \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23PropertyGroupReader
  48702.      */
  48703.     protected function getMagento23PropertyGroupReaderService()
  48704.     {
  48705.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  48706.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  48707.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/PropertyGroupReader.php';
  48708.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2PropertyGroupReader.php';
  48709.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Gateway/Local/Reader/Magento23PropertyGroupReader.php';
  48710.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  48711.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  48712.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23PropertyGroupReader'] = new \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23PropertyGroupReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  48713.     }
  48714.     /**
  48715.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23SalesChannelReader' shared service.
  48716.      *
  48717.      * @return \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23SalesChannelReader
  48718.      */
  48719.     protected function getMagento23SalesChannelReaderService()
  48720.     {
  48721.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  48722.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  48723.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/SalesChannelReader.php';
  48724.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2SalesChannelReader.php';
  48725.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Gateway/Local/Reader/Magento23SalesChannelReader.php';
  48726.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  48727.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  48728.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23SalesChannelReader'] = new \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23SalesChannelReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  48729.     }
  48730.     /**
  48731.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23SeoUrlReader' shared service.
  48732.      *
  48733.      * @return \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23SeoUrlReader
  48734.      */
  48735.     protected function getMagento23SeoUrlReaderService()
  48736.     {
  48737.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/ReaderInterface.php';
  48738.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/AbstractReader.php';
  48739.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/SeoUrlReader.php';
  48740.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Gateway/Local/Reader/Magento2SeoUrlReader.php';
  48741.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Gateway/Local/Reader/Magento23SeoUrlReader.php';
  48742.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  48743.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  48744.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Gateway\\Local\\Reader\\Magento23SeoUrlReader'] = new \Swag\MigrationMagento\Profile\Magento23\Gateway\Local\Reader\Magento23SeoUrlReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  48745.     }
  48746.     /**
  48747.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Media\Magento23LocalMediaProcessor' shared service.
  48748.      *
  48749.      * @return \Swag\MigrationMagento\Profile\Magento23\Media\Magento23LocalMediaProcessor
  48750.      */
  48751.     protected function getMagento23LocalMediaProcessorService()
  48752.     {
  48753.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Media/BaseMediaService.php';
  48754.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Media/MediaFileProcessorInterface.php';
  48755.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Media/LocalMediaProcessor.php';
  48756.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Media/Magento2LocalMediaProcessor.php';
  48757.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Media/Magento23LocalMediaProcessor.php';
  48758.         $a = ($this->services['swag_migration_media_file.repository'] ?? $this->getSwagMigrationMediaFile_RepositoryService());
  48759.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Media\\Magento23LocalMediaProcessor'])) {
  48760.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Media\\Magento23LocalMediaProcessor'];
  48761.         }
  48762.         $b = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  48763.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Media\\Magento23LocalMediaProcessor'])) {
  48764.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Media\\Magento23LocalMediaProcessor'];
  48765.         }
  48766.         $c = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  48767.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Media\\Magento23LocalMediaProcessor'])) {
  48768.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Media\\Magento23LocalMediaProcessor'];
  48769.         }
  48770.         $d = ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service());
  48771.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Media\\Magento23LocalMediaProcessor'])) {
  48772.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Media\\Magento23LocalMediaProcessor'];
  48773.         }
  48774.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Media\\Magento23LocalMediaProcessor'] = new \Swag\MigrationMagento\Profile\Magento23\Media\Magento23LocalMediaProcessor($a$b$c$d, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  48775.     }
  48776.     /**
  48777.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Premapping\Magento23CountryReader' shared service.
  48778.      *
  48779.      * @return \Swag\MigrationMagento\Profile\Magento23\Premapping\Magento23CountryReader
  48780.      */
  48781.     protected function getMagento23CountryReader2Service()
  48782.     {
  48783.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  48784.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  48785.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Premapping/Magento2CountryReader.php';
  48786.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Premapping/Magento23CountryReader.php';
  48787.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Premapping\\Magento23CountryReader'] = new \Swag\MigrationMagento\Profile\Magento23\Premapping\Magento23CountryReader(($this->services['country.repository'] ?? $this->getCountry_RepositoryService()));
  48788.     }
  48789.     /**
  48790.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Premapping\Magento23CurrencyReader' shared service.
  48791.      *
  48792.      * @return \Swag\MigrationMagento\Profile\Magento23\Premapping\Magento23CurrencyReader
  48793.      */
  48794.     protected function getMagento23CurrencyReader2Service()
  48795.     {
  48796.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  48797.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  48798.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Premapping/Magento2CurrencyReader.php';
  48799.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Premapping/Magento23CurrencyReader.php';
  48800.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Premapping\\Magento23CurrencyReader'] = new \Swag\MigrationMagento\Profile\Magento23\Premapping\Magento23CurrencyReader(($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService()));
  48801.     }
  48802.     /**
  48803.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Premapping\Magento23CustomerGroupReader' shared service.
  48804.      *
  48805.      * @return \Swag\MigrationMagento\Profile\Magento23\Premapping\Magento23CustomerGroupReader
  48806.      */
  48807.     protected function getMagento23CustomerGroupReader2Service()
  48808.     {
  48809.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  48810.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  48811.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Premapping/CustomerGroupReader.php';
  48812.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Premapping/Magento23CustomerGroupReader.php';
  48813.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Premapping\\Magento23CustomerGroupReader'] = new \Swag\MigrationMagento\Profile\Magento23\Premapping\Magento23CustomerGroupReader(($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] ?? $this->getGatewayRegistryService()));
  48814.     }
  48815.     /**
  48816.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Premapping\Magento23LanguageReader' shared service.
  48817.      *
  48818.      * @return \Swag\MigrationMagento\Profile\Magento23\Premapping\Magento23LanguageReader
  48819.      */
  48820.     protected function getMagento23LanguageReader2Service()
  48821.     {
  48822.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  48823.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  48824.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento2/Premapping/Magento2LanguageReader.php';
  48825.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Premapping/Magento23LanguageReader.php';
  48826.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Premapping\\Magento23LanguageReader'] = new \Swag\MigrationMagento\Profile\Magento23\Premapping\Magento23LanguageReader(($this->services['language.repository'] ?? $this->getLanguage_RepositoryService()));
  48827.     }
  48828.     /**
  48829.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Premapping\Magento23OrderStateReader' shared service.
  48830.      *
  48831.      * @return \Swag\MigrationMagento\Profile\Magento23\Premapping\Magento23OrderStateReader
  48832.      */
  48833.     protected function getMagento23OrderStateReaderService()
  48834.     {
  48835.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  48836.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  48837.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Premapping/OrderStateReader.php';
  48838.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Premapping/Magento23OrderStateReader.php';
  48839.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Premapping\\Magento23OrderStateReader'] = new \Swag\MigrationMagento\Profile\Magento23\Premapping\Magento23OrderStateReader(($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()));
  48840.     }
  48841.     /**
  48842.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Premapping\Magento23PaymentMethodReader' shared service.
  48843.      *
  48844.      * @return \Swag\MigrationMagento\Profile\Magento23\Premapping\Magento23PaymentMethodReader
  48845.      */
  48846.     protected function getMagento23PaymentMethodReaderService()
  48847.     {
  48848.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  48849.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  48850.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Premapping/PaymentMethodReader.php';
  48851.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Premapping/Magento23PaymentMethodReader.php';
  48852.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Premapping\\Magento23PaymentMethodReader'] = new \Swag\MigrationMagento\Profile\Magento23\Premapping\Magento23PaymentMethodReader(($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] ?? $this->getGatewayRegistryService()), ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()));
  48853.     }
  48854.     /**
  48855.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Premapping\Magento23SalutationReader' shared service.
  48856.      *
  48857.      * @return \Swag\MigrationMagento\Profile\Magento23\Premapping\Magento23SalutationReader
  48858.      */
  48859.     protected function getMagento23SalutationReaderService()
  48860.     {
  48861.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  48862.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  48863.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Premapping/SalutationReader.php';
  48864.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Premapping/Magento23SalutationReader.php';
  48865.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Premapping\\Magento23SalutationReader'] = new \Swag\MigrationMagento\Profile\Magento23\Premapping\Magento23SalutationReader(($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] ?? $this->getGatewayRegistryService()), ($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService()));
  48866.     }
  48867.     /**
  48868.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Premapping\Magento23ShippingMethodReader' shared service.
  48869.      *
  48870.      * @return \Swag\MigrationMagento\Profile\Magento23\Premapping\Magento23ShippingMethodReader
  48871.      */
  48872.     protected function getMagento23ShippingMethodReaderService()
  48873.     {
  48874.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  48875.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  48876.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Premapping/ShippingMethodReader.php';
  48877.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Premapping/Magento23ShippingMethodReader.php';
  48878.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Premapping\\Magento23ShippingMethodReader'] = new \Swag\MigrationMagento\Profile\Magento23\Premapping\Magento23ShippingMethodReader(($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] ?? $this->getGatewayRegistryService()), ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService()));
  48879.     }
  48880.     /**
  48881.      * Gets the private 'Swag\MigrationMagento\Profile\Magento23\Premapping\Magento23TaxReader' shared service.
  48882.      *
  48883.      * @return \Swag\MigrationMagento\Profile\Magento23\Premapping\Magento23TaxReader
  48884.      */
  48885.     protected function getMagento23TaxReaderService()
  48886.     {
  48887.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/PremappingReaderInterface.php';
  48888.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Premapping/AbstractPremappingReader.php';
  48889.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Premapping/TaxReader.php';
  48890.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento23/Premapping/Magento23TaxReader.php';
  48891.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento23\\Premapping\\Magento23TaxReader'] = new \Swag\MigrationMagento\Profile\Magento23\Premapping\Magento23TaxReader(($this->privates['SwagMigrationAssistant\\Migration\\Gateway\\GatewayRegistry'] ?? $this->getGatewayRegistryService()), ($this->services['tax.repository'] ?? $this->getTax_RepositoryService()));
  48892.     }
  48893.     /**
  48894.      * Gets the private 'Swag\MigrationMagento\Profile\Magento\Gateway\Local\Reader\EnvironmentReader' shared service.
  48895.      *
  48896.      * @return \Swag\MigrationMagento\Profile\Magento\Gateway\Local\Reader\EnvironmentReader
  48897.      */
  48898.     protected function getEnvironmentReaderService()
  48899.     {
  48900.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Gateway/Reader/EnvironmentReaderInterface.php';
  48901.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/EnvironmentReader.php';
  48902.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  48903.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  48904.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Local\\Reader\\EnvironmentReader'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Local\Reader\EnvironmentReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  48905.     }
  48906.     /**
  48907.      * Gets the private 'Swag\MigrationMagento\Profile\Magento\Gateway\Local\Reader\LocalTableReader' shared service.
  48908.      *
  48909.      * @return \Swag\MigrationMagento\Profile\Magento\Gateway\Local\Reader\LocalTableReader
  48910.      */
  48911.     protected function getLocalTableReaderService()
  48912.     {
  48913.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/TableReaderInterface.php';
  48914.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Local/Reader/LocalTableReader.php';
  48915.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactoryInterface.php';
  48916.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Gateway/Connection/ConnectionFactory.php';
  48917.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Local\\Reader\\LocalTableReader'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Local\Reader\LocalTableReader(($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] ?? ($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Gateway\\Connection\\ConnectionFactory'] = new \Swag\MigrationMagento\Profile\Magento\Gateway\Connection\ConnectionFactory())));
  48918.     }
  48919.     /**
  48920.      * Gets the private 'Swag\MigrationMagento\Profile\Magento\Media\LocalMediaProcessor' shared service.
  48921.      *
  48922.      * @return \Swag\MigrationMagento\Profile\Magento\Media\LocalMediaProcessor
  48923.      */
  48924.     protected function getLocalMediaProcessor2Service()
  48925.     {
  48926.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Profile/Shopware/Media/BaseMediaService.php';
  48927.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Migration/Media/MediaFileProcessorInterface.php';
  48928.         include_once \dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Profile/Magento/Media/LocalMediaProcessor.php';
  48929.         $a = ($this->services['swag_migration_media_file.repository'] ?? $this->getSwagMigrationMediaFile_RepositoryService());
  48930.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Media\\LocalMediaProcessor'])) {
  48931.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Media\\LocalMediaProcessor'];
  48932.         }
  48933.         $b = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  48934.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Media\\LocalMediaProcessor'])) {
  48935.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Media\\LocalMediaProcessor'];
  48936.         }
  48937.         $c = ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService());
  48938.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Media\\LocalMediaProcessor'])) {
  48939.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Media\\LocalMediaProcessor'];
  48940.         }
  48941.         $d = ($this->privates['SwagMigrationAssistant\\Migration\\Logging\\LoggingService'] ?? $this->getLoggingService2Service());
  48942.         if (isset($this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Media\\LocalMediaProcessor'])) {
  48943.             return $this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Media\\LocalMediaProcessor'];
  48944.         }
  48945.         return $this->privates['Swag\\MigrationMagento\\Profile\\Magento\\Media\\LocalMediaProcessor'] = new \Swag\MigrationMagento\Profile\Magento\Media\LocalMediaProcessor($a$b$c$d, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  48946.     }
  48947.     /**
  48948.      * Gets the private 'Swag\PayPal\Checkout\Cart\Service\ExcludedProductValidator' shared service.
  48949.      *
  48950.      * @return \Swag\PayPal\Checkout\Cart\Service\ExcludedProductValidator
  48951.      */
  48952.     protected function getExcludedProductValidatorService()
  48953.     {
  48954.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  48955.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\ExcludedProductValidator'])) {
  48956.             return $this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\ExcludedProductValidator'];
  48957.         }
  48958.         $b = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  48959.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\ExcludedProductValidator'])) {
  48960.             return $this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\ExcludedProductValidator'];
  48961.         }
  48962.         return $this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\ExcludedProductValidator'] = new \Swag\PayPal\Checkout\Cart\Service\ExcludedProductValidator($a$b);
  48963.     }
  48964.     /**
  48965.      * Gets the private 'Swag\PayPal\Checkout\Cart\Validation\CartValidator' shared service.
  48966.      *
  48967.      * @return \Swag\PayPal\Checkout\Cart\Validation\CartValidator
  48968.      */
  48969.     protected function getCartValidatorService()
  48970.     {
  48971.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartValidatorInterface.php';
  48972.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Cart/Validation/CartValidator.php';
  48973.         $a = ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'] ?? $this->getPaymentMethodDataRegistryService());
  48974.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Cart\\Validation\\CartValidator'])) {
  48975.             return $this->privates['Swag\\PayPal\\Checkout\\Cart\\Validation\\CartValidator'];
  48976.         }
  48977.         $b = ($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService());
  48978.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Cart\\Validation\\CartValidator'])) {
  48979.             return $this->privates['Swag\\PayPal\\Checkout\\Cart\\Validation\\CartValidator'];
  48980.         }
  48981.         $c = ($this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\ExcludedProductValidator'] ?? $this->getExcludedProductValidatorService());
  48982.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Cart\\Validation\\CartValidator'])) {
  48983.             return $this->privates['Swag\\PayPal\\Checkout\\Cart\\Validation\\CartValidator'];
  48984.         }
  48985.         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()));
  48986.     }
  48987.     /**
  48988.      * Gets the private 'Swag\PayPal\Checkout\CheckoutSubscriber' shared service.
  48989.      *
  48990.      * @return \Swag\PayPal\Checkout\CheckoutSubscriber
  48991.      */
  48992.     protected function getCheckoutSubscriber2Service()
  48993.     {
  48994.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/CheckoutSubscriber.php';
  48995.         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()));
  48996.     }
  48997.     /**
  48998.      * Gets the private 'Swag\PayPal\Checkout\ExpressCheckout\ExpressCheckoutSubscriber' shared service.
  48999.      *
  49000.      * @return \Swag\PayPal\Checkout\ExpressCheckout\ExpressCheckoutSubscriber
  49001.      */
  49002.     protected function getExpressCheckoutSubscriberService()
  49003.     {
  49004.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/ExpressCheckout/ExpressCheckoutSubscriber.php';
  49005.         $a = ($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\Service\\PayPalExpressCheckoutDataService'] ?? $this->getPayPalExpressCheckoutDataServiceService());
  49006.         if (isset($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'])) {
  49007.             return $this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'];
  49008.         }
  49009.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  49010.         if (isset($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'])) {
  49011.             return $this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'];
  49012.         }
  49013.         $c = ($this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\ExcludedProductValidator'] ?? $this->getExcludedProductValidatorService());
  49014.         if (isset($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'])) {
  49015.             return $this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber'];
  49016.         }
  49017.         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()));
  49018.     }
  49019.     /**
  49020.      * Gets the private 'Swag\PayPal\Checkout\ExpressCheckout\Service\PayPalExpressCheckoutDataService' shared service.
  49021.      *
  49022.      * @return \Swag\PayPal\Checkout\ExpressCheckout\Service\PayPalExpressCheckoutDataService
  49023.      */
  49024.     protected function getPayPalExpressCheckoutDataServiceService()
  49025.     {
  49026.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/ExpressCheckout/Service/ExpressCheckoutDataServiceInterface.php';
  49027.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/ExpressCheckout/Service/PayPalExpressCheckoutDataService.php';
  49028.         $a = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  49029.         if (isset($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\Service\\PayPalExpressCheckoutDataService'])) {
  49030.             return $this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\Service\\PayPalExpressCheckoutDataService'];
  49031.         }
  49032.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  49033.         if (isset($this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\Service\\PayPalExpressCheckoutDataService'])) {
  49034.             return $this->privates['Swag\\PayPal\\Checkout\\ExpressCheckout\\Service\\PayPalExpressCheckoutDataService'];
  49035.         }
  49036.         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())));
  49037.     }
  49038.     /**
  49039.      * Gets the private 'Swag\PayPal\Checkout\Order\Shipping\ShippingSubscriber' shared service.
  49040.      *
  49041.      * @return \Swag\PayPal\Checkout\Order\Shipping\ShippingSubscriber
  49042.      */
  49043.     protected function getShippingSubscriberService()
  49044.     {
  49045.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Order/Shipping/ShippingSubscriber.php';
  49046.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Order/Shipping/Service/ShippingService.php';
  49047.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V1/Resource/ShippingResource.php';
  49048.         $a = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  49049.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Order\\Shipping\\ShippingSubscriber'])) {
  49050.             return $this->privates['Swag\\PayPal\\Checkout\\Order\\Shipping\\ShippingSubscriber'];
  49051.         }
  49052.         $b = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  49053.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Order\\Shipping\\ShippingSubscriber'])) {
  49054.             return $this->privates['Swag\\PayPal\\Checkout\\Order\\Shipping\\ShippingSubscriber'];
  49055.         }
  49056.         $c = ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService());
  49057.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Order\\Shipping\\ShippingSubscriber'])) {
  49058.             return $this->privates['Swag\\PayPal\\Checkout\\Order\\Shipping\\ShippingSubscriber'];
  49059.         }
  49060.         $d = ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service());
  49061.         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);
  49062.     }
  49063.     /**
  49064.      * Gets the private 'Swag\PayPal\Checkout\PUI\PUISubscriber' shared service.
  49065.      *
  49066.      * @return \Swag\PayPal\Checkout\PUI\PUISubscriber
  49067.      */
  49068.     protected function getPUISubscriberService()
  49069.     {
  49070.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/PUI/PUISubscriber.php';
  49071.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/PUI/Service/PUIFraudNetDataService.php';
  49072.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/PUI/Service/PUIPaymentInstructionDataService.php';
  49073.         $a = ($this->services['Swag\\PayPal\\Checkout\\PUI\\SalesChannel\\PUIPaymentInstructionsRoute'] ?? $this->getPUIPaymentInstructionsRouteService());
  49074.         if (isset($this->privates['Swag\\PayPal\\Checkout\\PUI\\PUISubscriber'])) {
  49075.             return $this->privates['Swag\\PayPal\\Checkout\\PUI\\PUISubscriber'];
  49076.         }
  49077.         $b = ($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'] ?? $this->getPaymentMethodDataRegistryService());
  49078.         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()));
  49079.     }
  49080.     /**
  49081.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\ACDCHandler' shared service.
  49082.      *
  49083.      * @return \Swag\PayPal\Checkout\Payment\Method\ACDCHandler
  49084.      */
  49085.     protected function getACDCHandlerService()
  49086.     {
  49087.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  49088.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  49089.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  49090.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractSyncAPMHandler.php';
  49091.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/ACDCHandler.php';
  49092.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/ACDC/ACDCValidatorInterface.php';
  49093.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/ACDC/ACDCValidator.php';
  49094.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  49095.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler'])) {
  49096.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler'];
  49097.         }
  49098.         $b = ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderExecuteService'] ?? $this->getOrderExecuteServiceService());
  49099.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler'])) {
  49100.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler'];
  49101.         }
  49102.         $c = ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderPatchService'] ?? $this->getOrderPatchServiceService());
  49103.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler'])) {
  49104.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler'];
  49105.         }
  49106.         $d = ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] ?? $this->getTransactionDataServiceService());
  49107.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler'])) {
  49108.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler'];
  49109.         }
  49110.         $e = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  49111.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler'])) {
  49112.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler'];
  49113.         }
  49114.         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));
  49115.     }
  49116.     /**
  49117.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\BancontactAPMHandler' shared service.
  49118.      *
  49119.      * @return \Swag\PayPal\Checkout\Payment\Method\APMHandler
  49120.      */
  49121.     protected function getBancontactAPMHandlerService()
  49122.     {
  49123.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  49124.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  49125.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  49126.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/APMHandler.php';
  49127.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  49128.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/AbstractAPMOrderBuilder.php';
  49129.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/BancontactOrderBuilder.php';
  49130.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/Util/AddressProvider.php';
  49131.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  49132.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BancontactAPMHandler'])) {
  49133.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BancontactAPMHandler'];
  49134.         }
  49135.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  49136.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BancontactAPMHandler'])) {
  49137.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BancontactAPMHandler'];
  49138.         }
  49139.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  49140.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BancontactAPMHandler'])) {
  49141.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BancontactAPMHandler'];
  49142.         }
  49143.         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));
  49144.     }
  49145.     /**
  49146.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\BlikAPMHandler' shared service.
  49147.      *
  49148.      * @return \Swag\PayPal\Checkout\Payment\Method\APMHandler
  49149.      */
  49150.     protected function getBlikAPMHandlerService()
  49151.     {
  49152.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  49153.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  49154.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  49155.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/APMHandler.php';
  49156.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  49157.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/AbstractAPMOrderBuilder.php';
  49158.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/BlikOrderBuilder.php';
  49159.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/Util/AddressProvider.php';
  49160.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  49161.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BlikAPMHandler'])) {
  49162.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BlikAPMHandler'];
  49163.         }
  49164.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  49165.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BlikAPMHandler'])) {
  49166.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BlikAPMHandler'];
  49167.         }
  49168.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  49169.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BlikAPMHandler'])) {
  49170.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\BlikAPMHandler'];
  49171.         }
  49172.         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));
  49173.     }
  49174.     /**
  49175.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\EpsAPMHandler' shared service.
  49176.      *
  49177.      * @return \Swag\PayPal\Checkout\Payment\Method\APMHandler
  49178.      */
  49179.     protected function getEpsAPMHandlerService()
  49180.     {
  49181.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  49182.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  49183.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  49184.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/APMHandler.php';
  49185.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  49186.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/AbstractAPMOrderBuilder.php';
  49187.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/EpsOrderBuilder.php';
  49188.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/Util/AddressProvider.php';
  49189.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  49190.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\EpsAPMHandler'])) {
  49191.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\EpsAPMHandler'];
  49192.         }
  49193.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  49194.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\EpsAPMHandler'])) {
  49195.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\EpsAPMHandler'];
  49196.         }
  49197.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  49198.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\EpsAPMHandler'])) {
  49199.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\EpsAPMHandler'];
  49200.         }
  49201.         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));
  49202.     }
  49203.     /**
  49204.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\GiropayAPMHandler' shared service.
  49205.      *
  49206.      * @return \Swag\PayPal\Checkout\Payment\Method\APMHandler
  49207.      */
  49208.     protected function getGiropayAPMHandlerService()
  49209.     {
  49210.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  49211.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  49212.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  49213.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/APMHandler.php';
  49214.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  49215.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/AbstractAPMOrderBuilder.php';
  49216.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/GiropayOrderBuilder.php';
  49217.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/Util/AddressProvider.php';
  49218.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  49219.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\GiropayAPMHandler'])) {
  49220.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\GiropayAPMHandler'];
  49221.         }
  49222.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  49223.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\GiropayAPMHandler'])) {
  49224.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\GiropayAPMHandler'];
  49225.         }
  49226.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  49227.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\GiropayAPMHandler'])) {
  49228.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\GiropayAPMHandler'];
  49229.         }
  49230.         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));
  49231.     }
  49232.     /**
  49233.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\IdealAPMHandler' shared service.
  49234.      *
  49235.      * @return \Swag\PayPal\Checkout\Payment\Method\APMHandler
  49236.      */
  49237.     protected function getIdealAPMHandlerService()
  49238.     {
  49239.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  49240.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  49241.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  49242.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/APMHandler.php';
  49243.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  49244.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/AbstractAPMOrderBuilder.php';
  49245.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/IdealOrderBuilder.php';
  49246.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/Util/AddressProvider.php';
  49247.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  49248.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\IdealAPMHandler'])) {
  49249.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\IdealAPMHandler'];
  49250.         }
  49251.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  49252.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\IdealAPMHandler'])) {
  49253.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\IdealAPMHandler'];
  49254.         }
  49255.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  49256.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\IdealAPMHandler'])) {
  49257.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\IdealAPMHandler'];
  49258.         }
  49259.         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));
  49260.     }
  49261.     /**
  49262.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\MultibancoAPMHandler' shared service.
  49263.      *
  49264.      * @return \Swag\PayPal\Checkout\Payment\Method\APMHandler
  49265.      */
  49266.     protected function getMultibancoAPMHandlerService()
  49267.     {
  49268.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  49269.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  49270.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  49271.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/APMHandler.php';
  49272.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  49273.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/AbstractAPMOrderBuilder.php';
  49274.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/MultibancoOrderBuilder.php';
  49275.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/Util/AddressProvider.php';
  49276.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  49277.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MultibancoAPMHandler'])) {
  49278.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MultibancoAPMHandler'];
  49279.         }
  49280.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  49281.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MultibancoAPMHandler'])) {
  49282.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MultibancoAPMHandler'];
  49283.         }
  49284.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  49285.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MultibancoAPMHandler'])) {
  49286.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MultibancoAPMHandler'];
  49287.         }
  49288.         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));
  49289.     }
  49290.     /**
  49291.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\MyBankAPMHandler' shared service.
  49292.      *
  49293.      * @return \Swag\PayPal\Checkout\Payment\Method\APMHandler
  49294.      */
  49295.     protected function getMyBankAPMHandlerService()
  49296.     {
  49297.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  49298.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  49299.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  49300.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/APMHandler.php';
  49301.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  49302.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/AbstractAPMOrderBuilder.php';
  49303.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/MyBankOrderBuilder.php';
  49304.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/Util/AddressProvider.php';
  49305.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  49306.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MyBankAPMHandler'])) {
  49307.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MyBankAPMHandler'];
  49308.         }
  49309.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  49310.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MyBankAPMHandler'])) {
  49311.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MyBankAPMHandler'];
  49312.         }
  49313.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  49314.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MyBankAPMHandler'])) {
  49315.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\MyBankAPMHandler'];
  49316.         }
  49317.         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));
  49318.     }
  49319.     /**
  49320.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\OxxoAPMHandler' shared service.
  49321.      *
  49322.      * @return \Swag\PayPal\Checkout\Payment\Method\APMHandler
  49323.      */
  49324.     protected function getOxxoAPMHandlerService()
  49325.     {
  49326.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  49327.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  49328.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  49329.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/APMHandler.php';
  49330.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  49331.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/AbstractAPMOrderBuilder.php';
  49332.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/OxxoOrderBuilder.php';
  49333.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/Util/AddressProvider.php';
  49334.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  49335.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\OxxoAPMHandler'])) {
  49336.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\OxxoAPMHandler'];
  49337.         }
  49338.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  49339.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\OxxoAPMHandler'])) {
  49340.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\OxxoAPMHandler'];
  49341.         }
  49342.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  49343.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\OxxoAPMHandler'])) {
  49344.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\OxxoAPMHandler'];
  49345.         }
  49346.         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));
  49347.     }
  49348.     /**
  49349.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\P24APMHandler' shared service.
  49350.      *
  49351.      * @return \Swag\PayPal\Checkout\Payment\Method\APMHandler
  49352.      */
  49353.     protected function getP24APMHandlerService()
  49354.     {
  49355.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  49356.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  49357.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  49358.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/APMHandler.php';
  49359.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  49360.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/AbstractAPMOrderBuilder.php';
  49361.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/P24OrderBuilder.php';
  49362.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/Util/AddressProvider.php';
  49363.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  49364.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\P24APMHandler'])) {
  49365.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\P24APMHandler'];
  49366.         }
  49367.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  49368.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\P24APMHandler'])) {
  49369.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\P24APMHandler'];
  49370.         }
  49371.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  49372.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\P24APMHandler'])) {
  49373.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\P24APMHandler'];
  49374.         }
  49375.         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));
  49376.     }
  49377.     /**
  49378.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\PUIHandler' shared service.
  49379.      *
  49380.      * @return \Swag\PayPal\Checkout\Payment\Method\PUIHandler
  49381.      */
  49382.     protected function getPUIHandlerService()
  49383.     {
  49384.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  49385.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  49386.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  49387.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/PUIHandler.php';
  49388.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  49389.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/PUIOrderBuilder.php';
  49390.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/PUI/Service/PUICustomerDataService.php';
  49391.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/Util/AddressProvider.php';
  49392.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  49393.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'])) {
  49394.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'];
  49395.         }
  49396.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  49397.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'])) {
  49398.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'];
  49399.         }
  49400.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  49401.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'])) {
  49402.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'];
  49403.         }
  49404.         $d = ($this->privates['Swag\\PayPal\\Util\\LocaleCodeProvider'] ?? $this->getLocaleCodeProviderService());
  49405.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'])) {
  49406.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'];
  49407.         }
  49408.         $e = ($this->services['order_address.repository'] ?? $this->getOrderAddress_RepositoryService());
  49409.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'])) {
  49410.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'];
  49411.         }
  49412.         $f = ($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService());
  49413.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'])) {
  49414.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'];
  49415.         }
  49416.         $g = ($this->services['translator'] ?? $this->getTranslatorService());
  49417.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'])) {
  49418.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler'];
  49419.         }
  49420.         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()));
  49421.     }
  49422.     /**
  49423.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\PayLaterHandler' shared service.
  49424.      *
  49425.      * @return \Swag\PayPal\Checkout\Payment\Method\PayLaterHandler
  49426.      */
  49427.     protected function getPayLaterHandlerService()
  49428.     {
  49429.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  49430.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  49431.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  49432.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractSyncAPMHandler.php';
  49433.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/PayLaterHandler.php';
  49434.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  49435.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PayLaterHandler'])) {
  49436.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PayLaterHandler'];
  49437.         }
  49438.         $b = ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderPatchService'] ?? $this->getOrderPatchServiceService());
  49439.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PayLaterHandler'])) {
  49440.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\PayLaterHandler'];
  49441.         }
  49442.         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()));
  49443.     }
  49444.     /**
  49445.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\SEPAHandler' shared service.
  49446.      *
  49447.      * @return \Swag\PayPal\Checkout\Payment\Method\SEPAHandler
  49448.      */
  49449.     protected function getSEPAHandlerService()
  49450.     {
  49451.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  49452.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  49453.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  49454.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractSyncAPMHandler.php';
  49455.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/SEPAHandler.php';
  49456.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  49457.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\SEPAHandler'])) {
  49458.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\SEPAHandler'];
  49459.         }
  49460.         $b = ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderPatchService'] ?? $this->getOrderPatchServiceService());
  49461.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\SEPAHandler'])) {
  49462.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\SEPAHandler'];
  49463.         }
  49464.         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()));
  49465.     }
  49466.     /**
  49467.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\SofortAPMHandler' shared service.
  49468.      *
  49469.      * @return \Swag\PayPal\Checkout\Payment\Method\APMHandler
  49470.      */
  49471.     protected function getSofortAPMHandlerService()
  49472.     {
  49473.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  49474.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  49475.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  49476.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/APMHandler.php';
  49477.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  49478.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/AbstractAPMOrderBuilder.php';
  49479.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/SofortOrderBuilder.php';
  49480.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/Util/AddressProvider.php';
  49481.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  49482.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\SofortAPMHandler'])) {
  49483.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\SofortAPMHandler'];
  49484.         }
  49485.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  49486.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\SofortAPMHandler'])) {
  49487.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\SofortAPMHandler'];
  49488.         }
  49489.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  49490.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\SofortAPMHandler'])) {
  49491.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\SofortAPMHandler'];
  49492.         }
  49493.         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));
  49494.     }
  49495.     /**
  49496.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\TrustlyAPMHandler' shared service.
  49497.      *
  49498.      * @return \Swag\PayPal\Checkout\Payment\Method\APMHandler
  49499.      */
  49500.     protected function getTrustlyAPMHandlerService()
  49501.     {
  49502.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  49503.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  49504.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  49505.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/APMHandler.php';
  49506.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  49507.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/AbstractAPMOrderBuilder.php';
  49508.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/APM/TrustlyOrderBuilder.php';
  49509.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/Util/AddressProvider.php';
  49510.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  49511.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\TrustlyAPMHandler'])) {
  49512.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\TrustlyAPMHandler'];
  49513.         }
  49514.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  49515.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\TrustlyAPMHandler'])) {
  49516.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\TrustlyAPMHandler'];
  49517.         }
  49518.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  49519.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\TrustlyAPMHandler'])) {
  49520.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\TrustlyAPMHandler'];
  49521.         }
  49522.         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));
  49523.     }
  49524.     /**
  49525.      * Gets the private 'Swag\PayPal\Checkout\Payment\Method\VenmoHandler' shared service.
  49526.      *
  49527.      * @return \Swag\PayPal\Checkout\Payment\Method\VenmoHandler
  49528.      */
  49529.     protected function getVenmoHandlerService()
  49530.     {
  49531.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractPaymentMethodHandler.php';
  49532.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  49533.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  49534.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/AbstractSyncAPMHandler.php';
  49535.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/VenmoHandler.php';
  49536.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  49537.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\VenmoHandler'])) {
  49538.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\VenmoHandler'];
  49539.         }
  49540.         $b = ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderPatchService'] ?? $this->getOrderPatchServiceService());
  49541.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\VenmoHandler'])) {
  49542.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Method\\VenmoHandler'];
  49543.         }
  49544.         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()));
  49545.     }
  49546.     /**
  49547.      * Gets the private 'Swag\PayPal\Checkout\Payment\PayPalPaymentHandler' shared service.
  49548.      *
  49549.      * @return \Swag\PayPal\Checkout\Payment\PayPalPaymentHandler
  49550.      */
  49551.     protected function getPayPalPaymentHandlerService()
  49552.     {
  49553.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  49554.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  49555.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/PayPalPaymentHandler.php';
  49556.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Handler/PayPalHandler.php';
  49557.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Handler/PlusPuiHandler.php';
  49558.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/PaymentsApi/Patch/PayerInfoPatchBuilder.php';
  49559.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/PaymentsApi/Patch/OrderNumberPatchBuilder.php';
  49560.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/PaymentsApi/Patch/TransactionPatchBuilder.php';
  49561.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/PaymentsApi/Patch/ShippingAddressPatchBuilder.php';
  49562.         $a = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  49563.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'])) {
  49564.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'];
  49565.         }
  49566.         $b = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\OrderFromOrderBuilder'] ?? $this->getOrderFromOrderBuilderService());
  49567.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'])) {
  49568.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'];
  49569.         }
  49570.         $c = ($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderPatchService'] ?? $this->getOrderPatchServiceService());
  49571.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'])) {
  49572.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'];
  49573.         }
  49574.         $d = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  49575.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'])) {
  49576.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'];
  49577.         }
  49578.         $e = ($this->privates['Swag\\PayPal\\PaymentsApi\\Builder\\OrderPaymentBuilder'] ?? $this->getOrderPaymentBuilderService());
  49579.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'])) {
  49580.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'];
  49581.         }
  49582.         $f = ($this->services['state_machine_state.repository'] ?? $this->getStateMachineState_RepositoryService());
  49583.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'])) {
  49584.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler'];
  49585.         }
  49586.         $g = ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service());
  49587.         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()));
  49588.     }
  49589.     /**
  49590.      * Gets the private 'Swag\PayPal\Checkout\Payment\ScheduledTask\CancelTransactionsTaskHandler' shared service.
  49591.      *
  49592.      * @return \Swag\PayPal\Checkout\Payment\ScheduledTask\CancelTransactionsTaskHandler
  49593.      */
  49594.     protected function getCancelTransactionsTaskHandlerService()
  49595.     {
  49596.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/ScheduledTask/CancelTransactionsTaskHandler.php';
  49597.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  49598.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'])) {
  49599.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'];
  49600.         }
  49601.         $b = ($this->privates['Swag\\PayPal\\Util\\PaymentMethodUtil'] ?? $this->getPaymentMethodUtilService());
  49602.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'])) {
  49603.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'];
  49604.         }
  49605.         $c = ($this->services['state_machine_state.repository'] ?? $this->getStateMachineState_RepositoryService());
  49606.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'])) {
  49607.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'];
  49608.         }
  49609.         $d = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  49610.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'])) {
  49611.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'];
  49612.         }
  49613.         $e = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  49614.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'])) {
  49615.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'];
  49616.         }
  49617.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTaskHandler'] = new \Swag\PayPal\Checkout\Payment\ScheduledTask\CancelTransactionsTaskHandler($a$b$c$d$e);
  49618.     }
  49619.     /**
  49620.      * Gets the private 'Swag\PayPal\Checkout\Payment\Service\OrderExecuteService' shared service.
  49621.      *
  49622.      * @return \Swag\PayPal\Checkout\Payment\Service\OrderExecuteService
  49623.      */
  49624.     protected function getOrderExecuteServiceService()
  49625.     {
  49626.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Service/OrderExecuteService.php';
  49627.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Patch/OrderNumberPatchBuilder.php';
  49628.         $a = ($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] ?? $this->getOrderResourceService());
  49629.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderExecuteService'])) {
  49630.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderExecuteService'];
  49631.         }
  49632.         $b = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  49633.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderExecuteService'])) {
  49634.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderExecuteService'];
  49635.         }
  49636.         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()));
  49637.     }
  49638.     /**
  49639.      * Gets the private 'Swag\PayPal\Checkout\Payment\Service\OrderPatchService' shared service.
  49640.      *
  49641.      * @return \Swag\PayPal\Checkout\Payment\Service\OrderPatchService
  49642.      */
  49643.     protected function getOrderPatchServiceService()
  49644.     {
  49645.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Service/OrderPatchService.php';
  49646.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Patch/PurchaseUnitPatchBuilder.php';
  49647.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  49648.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderPatchService'])) {
  49649.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderPatchService'];
  49650.         }
  49651.         $b = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'] ?? $this->getPurchaseUnitProviderService());
  49652.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderPatchService'])) {
  49653.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderPatchService'];
  49654.         }
  49655.         $c = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  49656.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderPatchService'])) {
  49657.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\OrderPatchService'];
  49658.         }
  49659.         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()));
  49660.     }
  49661.     /**
  49662.      * Gets the private 'Swag\PayPal\Checkout\Payment\Service\TransactionDataService' shared service.
  49663.      *
  49664.      * @return \Swag\PayPal\Checkout\Payment\Service\TransactionDataService
  49665.      */
  49666.     protected function getTransactionDataServiceService()
  49667.     {
  49668.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Service/TransactionDataService.php';
  49669.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  49670.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'])) {
  49671.             return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'];
  49672.         }
  49673.         return $this->privates['Swag\\PayPal\\Checkout\\Payment\\Service\\TransactionDataService'] = new \Swag\PayPal\Checkout\Payment\Service\TransactionDataService($a);
  49674.     }
  49675.     /**
  49676.      * Gets the private 'Swag\PayPal\Checkout\Plus\PlusSubscriber' shared service.
  49677.      *
  49678.      * @return \Swag\PayPal\Checkout\Plus\PlusSubscriber
  49679.      */
  49680.     protected function getPlusSubscriberService()
  49681.     {
  49682.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Plus/PlusSubscriber.php';
  49683.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Plus/Service/PlusDataService.php';
  49684.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/PaymentsApi/Builder/AbstractPaymentBuilder.php';
  49685.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/PaymentsApi/Builder/CartPaymentBuilderInterface.php';
  49686.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/PaymentsApi/Builder/CartPaymentBuilder.php';
  49687.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/PriceFormatter.php';
  49688.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  49689.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Plus\\PlusSubscriber'])) {
  49690.             return $this->privates['Swag\\PayPal\\Checkout\\Plus\\PlusSubscriber'];
  49691.         }
  49692.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  49693.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Plus\\PlusSubscriber'])) {
  49694.             return $this->privates['Swag\\PayPal\\Checkout\\Plus\\PlusSubscriber'];
  49695.         }
  49696.         $c = ($this->privates['Swag\\PayPal\\PaymentsApi\\Builder\\OrderPaymentBuilder'] ?? $this->getOrderPaymentBuilderService());
  49697.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Plus\\PlusSubscriber'])) {
  49698.             return $this->privates['Swag\\PayPal\\Checkout\\Plus\\PlusSubscriber'];
  49699.         }
  49700.         $d = ($this->services['translator'] ?? $this->getTranslatorService());
  49701.         if (isset($this->privates['Swag\\PayPal\\Checkout\\Plus\\PlusSubscriber'])) {
  49702.             return $this->privates['Swag\\PayPal\\Checkout\\Plus\\PlusSubscriber'];
  49703.         }
  49704.         $e = ($this->privates['Swag\\PayPal\\Util\\LocaleCodeProvider'] ?? $this->getLocaleCodeProviderService());
  49705.         $f = ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service());
  49706.         $g = ($this->privates['Swag\\PayPal\\Util\\PaymentMethodUtil'] ?? $this->getPaymentMethodUtilService());
  49707.         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);
  49708.     }
  49709.     /**
  49710.      * Gets the private 'Swag\PayPal\Installment\Banner\InstallmentBannerSubscriber' shared service.
  49711.      *
  49712.      * @return \Swag\PayPal\Installment\Banner\InstallmentBannerSubscriber
  49713.      */
  49714.     protected function getInstallmentBannerSubscriberService()
  49715.     {
  49716.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Installment/Banner/InstallmentBannerSubscriber.php';
  49717.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Installment/Banner/Service/BannerDataServiceInterface.php';
  49718.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Installment/Banner/Service/BannerDataService.php';
  49719.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  49720.         if (isset($this->privates['Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber'])) {
  49721.             return $this->privates['Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber'];
  49722.         }
  49723.         $b = ($this->privates['Swag\\PayPal\\Checkout\\Cart\\Service\\ExcludedProductValidator'] ?? $this->getExcludedProductValidatorService());
  49724.         if (isset($this->privates['Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber'])) {
  49725.             return $this->privates['Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber'];
  49726.         }
  49727.         $c = ($this->privates['Swag\\PayPal\\Util\\PaymentMethodUtil'] ?? $this->getPaymentMethodUtilService());
  49728.         return $this->privates['Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber'] = new \Swag\PayPal\Installment\Banner\InstallmentBannerSubscriber(($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] ?? $this->getSettingsValidationServiceService()), $a$c, new \Swag\PayPal\Installment\Banner\Service\BannerDataService($c, ($this->privates['Swag\\PayPal\\Setting\\Service\\CredentialsUtil'] ?? $this->getCredentialsUtilService())), $b, ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()));
  49729.     }
  49730.     /**
  49731.      * Gets the private 'Swag\PayPal\OrdersApi\Builder\OrderFromCartBuilder' shared service.
  49732.      *
  49733.      * @return \Swag\PayPal\OrdersApi\Builder\OrderFromCartBuilder
  49734.      */
  49735.     protected function getOrderFromCartBuilderService()
  49736.     {
  49737.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  49738.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/OrderFromCartBuilder.php';
  49739.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/PriceFormatter.php';
  49740.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/Util/AddressProvider.php';
  49741.         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()));
  49742.     }
  49743.     /**
  49744.      * Gets the private 'Swag\PayPal\OrdersApi\Builder\OrderFromOrderBuilder' shared service.
  49745.      *
  49746.      * @return \Swag\PayPal\OrdersApi\Builder\OrderFromOrderBuilder
  49747.      */
  49748.     protected function getOrderFromOrderBuilderService()
  49749.     {
  49750.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/AbstractOrderBuilder.php';
  49751.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/OrderFromOrderBuilder.php';
  49752.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/Util/AddressProvider.php';
  49753.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  49754.         if (isset($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\OrderFromOrderBuilder'])) {
  49755.             return $this->privates['Swag\\PayPal\\OrdersApi\\Builder\\OrderFromOrderBuilder'];
  49756.         }
  49757.         $b = ($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'] ?? $this->getItemListProviderService());
  49758.         if (isset($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\OrderFromOrderBuilder'])) {
  49759.             return $this->privates['Swag\\PayPal\\OrdersApi\\Builder\\OrderFromOrderBuilder'];
  49760.         }
  49761.         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);
  49762.     }
  49763.     /**
  49764.      * Gets the private 'Swag\PayPal\OrdersApi\Builder\Util\ItemListProvider' shared service.
  49765.      *
  49766.      * @return \Swag\PayPal\OrdersApi\Builder\Util\ItemListProvider
  49767.      */
  49768.     protected function getItemListProviderService()
  49769.     {
  49770.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/Util/ItemListProvider.php';
  49771.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/PriceFormatter.php';
  49772.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  49773.         if (isset($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'])) {
  49774.             return $this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\ItemListProvider'];
  49775.         }
  49776.         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()));
  49777.     }
  49778.     /**
  49779.      * Gets the private 'Swag\PayPal\OrdersApi\Builder\Util\PurchaseUnitProvider' shared service.
  49780.      *
  49781.      * @return \Swag\PayPal\OrdersApi\Builder\Util\PurchaseUnitProvider
  49782.      */
  49783.     protected function getPurchaseUnitProviderService()
  49784.     {
  49785.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/Util/PurchaseUnitProvider.php';
  49786.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/Util/AmountProvider.php';
  49787.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/Util/CustomIdProvider.php';
  49788.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/PriceFormatter.php';
  49789.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/OrdersApi/Builder/Util/AddressProvider.php';
  49790.         $a = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  49791.         if (isset($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'])) {
  49792.             return $this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'];
  49793.         }
  49794.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  49795.         if (isset($this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'])) {
  49796.             return $this->privates['Swag\\PayPal\\OrdersApi\\Builder\\Util\\PurchaseUnitProvider'];
  49797.         }
  49798.         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.2'), $b);
  49799.     }
  49800.     /**
  49801.      * Gets the private 'Swag\PayPal\PaymentsApi\Builder\OrderPaymentBuilder' shared service.
  49802.      *
  49803.      * @return \Swag\PayPal\PaymentsApi\Builder\OrderPaymentBuilder
  49804.      */
  49805.     protected function getOrderPaymentBuilderService()
  49806.     {
  49807.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/PaymentsApi/Builder/AbstractPaymentBuilder.php';
  49808.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/PaymentsApi/Builder/OrderPaymentBuilderInterface.php';
  49809.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/PaymentsApi/Builder/OrderPaymentBuilder.php';
  49810.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/PriceFormatter.php';
  49811.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  49812.         if (isset($this->privates['Swag\\PayPal\\PaymentsApi\\Builder\\OrderPaymentBuilder'])) {
  49813.             return $this->privates['Swag\\PayPal\\PaymentsApi\\Builder\\OrderPaymentBuilder'];
  49814.         }
  49815.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  49816.         if (isset($this->privates['Swag\\PayPal\\PaymentsApi\\Builder\\OrderPaymentBuilder'])) {
  49817.             return $this->privates['Swag\\PayPal\\PaymentsApi\\Builder\\OrderPaymentBuilder'];
  49818.         }
  49819.         $c = ($this->services['currency.repository'] ?? $this->getCurrency_RepositoryService());
  49820.         if (isset($this->privates['Swag\\PayPal\\PaymentsApi\\Builder\\OrderPaymentBuilder'])) {
  49821.             return $this->privates['Swag\\PayPal\\PaymentsApi\\Builder\\OrderPaymentBuilder'];
  49822.         }
  49823.         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);
  49824.     }
  49825.     /**
  49826.      * Gets the private 'Swag\PayPal\Pos\Client\PosClientFactory' shared service.
  49827.      *
  49828.      * @return \Swag\PayPal\Pos\Client\PosClientFactory
  49829.      */
  49830.     protected function getPosClientFactoryService()
  49831.     {
  49832.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Client/PosClientFactory.php';
  49833.         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()));
  49834.     }
  49835.     /**
  49836.      * Gets the private 'Swag\PayPal\Pos\Command\PosImageSyncCommand' shared service.
  49837.      *
  49838.      * @return \Swag\PayPal\Pos\Command\PosImageSyncCommand
  49839.      */
  49840.     protected function getPosImageSyncCommandService()
  49841.     {
  49842.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  49843.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Command/AbstractPosCommand.php';
  49844.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Command/PosImageSyncCommand.php';
  49845.         $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()));
  49846.         $instance->setName('swag:paypal:pos:sync:images');
  49847.         $instance->setDescription('Sync only images to Zettle');
  49848.         return $instance;
  49849.     }
  49850.     /**
  49851.      * Gets the private 'Swag\PayPal\Pos\Command\PosInventorySyncCommand' shared service.
  49852.      *
  49853.      * @return \Swag\PayPal\Pos\Command\PosInventorySyncCommand
  49854.      */
  49855.     protected function getPosInventorySyncCommandService()
  49856.     {
  49857.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  49858.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Command/AbstractPosCommand.php';
  49859.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Command/PosInventorySyncCommand.php';
  49860.         $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()));
  49861.         $instance->setName('swag:paypal:pos:sync:inventory');
  49862.         $instance->setDescription('Sync only inventory to Zettle');
  49863.         return $instance;
  49864.     }
  49865.     /**
  49866.      * Gets the private 'Swag\PayPal\Pos\Command\PosLogCleanupCommand' shared service.
  49867.      *
  49868.      * @return \Swag\PayPal\Pos\Command\PosLogCleanupCommand
  49869.      */
  49870.     protected function getPosLogCleanupCommandService()
  49871.     {
  49872.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  49873.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Command/AbstractPosCommand.php';
  49874.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Command/PosLogCleanupCommand.php';
  49875.         $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()));
  49876.         $instance->setName('swag:paypal:pos:log:cleanup');
  49877.         $instance->setDescription('Cleanup Zettle sync log');
  49878.         return $instance;
  49879.     }
  49880.     /**
  49881.      * Gets the private 'Swag\PayPal\Pos\Command\PosProductSyncCommand' shared service.
  49882.      *
  49883.      * @return \Swag\PayPal\Pos\Command\PosProductSyncCommand
  49884.      */
  49885.     protected function getPosProductSyncCommandService()
  49886.     {
  49887.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  49888.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Command/AbstractPosCommand.php';
  49889.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Command/PosProductSyncCommand.php';
  49890.         $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()));
  49891.         $instance->setName('swag:paypal:pos:sync:product');
  49892.         $instance->setDescription('Sync only products to Zettle');
  49893.         return $instance;
  49894.     }
  49895.     /**
  49896.      * Gets the private 'Swag\PayPal\Pos\Command\PosSyncCommand' shared service.
  49897.      *
  49898.      * @return \Swag\PayPal\Pos\Command\PosSyncCommand
  49899.      */
  49900.     protected function getPosSyncCommandService()
  49901.     {
  49902.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  49903.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Command/AbstractPosCommand.php';
  49904.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Command/PosSyncCommand.php';
  49905.         $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()));
  49906.         $instance->setName('swag:paypal:pos:sync');
  49907.         $instance->setDescription('Sync to Zettle');
  49908.         return $instance;
  49909.     }
  49910.     /**
  49911.      * Gets the private 'Swag\PayPal\Pos\MessageQueue\Handler\CloneVisibilityHandler' shared service.
  49912.      *
  49913.      * @return \Swag\PayPal\Pos\MessageQueue\Handler\CloneVisibilityHandler
  49914.      */
  49915.     protected function getCloneVisibilityHandlerService()
  49916.     {
  49917.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/Handler/Sync/AbstractSyncHandler.php';
  49918.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/Handler/CloneVisibilityHandler.php';
  49919.         $a = ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunService2Service());
  49920.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\CloneVisibilityHandler'])) {
  49921.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\CloneVisibilityHandler'];
  49922.         }
  49923.         $b = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService());
  49924.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\CloneVisibilityHandler'])) {
  49925.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\CloneVisibilityHandler'];
  49926.         }
  49927.         $c = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageHydrator'] ?? $this->getMessageHydratorService());
  49928.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\CloneVisibilityHandler'])) {
  49929.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\CloneVisibilityHandler'];
  49930.         }
  49931.         $d = ($this->services['product_visibility.repository'] ?? $this->getProductVisibility_RepositoryService());
  49932.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\CloneVisibilityHandler'])) {
  49933.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\CloneVisibilityHandler'];
  49934.         }
  49935.         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);
  49936.     }
  49937.     /**
  49938.      * Gets the private 'Swag\PayPal\Pos\MessageQueue\Handler\InventoryUpdateHandler' shared service.
  49939.      *
  49940.      * @return \Swag\PayPal\Pos\MessageQueue\Handler\InventoryUpdateHandler
  49941.      */
  49942.     protected function getInventoryUpdateHandlerService()
  49943.     {
  49944.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/Handler/InventoryUpdateHandler.php';
  49945.         $a = ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunService2Service());
  49946.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\InventoryUpdateHandler'])) {
  49947.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\InventoryUpdateHandler'];
  49948.         }
  49949.         $b = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  49950.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\InventoryUpdateHandler'])) {
  49951.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\InventoryUpdateHandler'];
  49952.         }
  49953.         $c = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Manager\\InventorySyncManager'] ?? $this->getInventorySyncManagerService());
  49954.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\InventoryUpdateHandler'])) {
  49955.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\InventoryUpdateHandler'];
  49956.         }
  49957.         $d = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService());
  49958.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\InventoryUpdateHandler'])) {
  49959.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\InventoryUpdateHandler'];
  49960.         }
  49961.         return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\InventoryUpdateHandler'] = new \Swag\PayPal\Pos\MessageQueue\Handler\InventoryUpdateHandler($a$b$c$d);
  49962.     }
  49963.     /**
  49964.      * Gets the private 'Swag\PayPal\Pos\MessageQueue\Handler\SyncManagerHandler' shared service.
  49965.      *
  49966.      * @return \Swag\PayPal\Pos\MessageQueue\Handler\SyncManagerHandler
  49967.      */
  49968.     protected function getSyncManagerHandlerService()
  49969.     {
  49970.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/Handler/SyncManagerHandler.php';
  49971.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/Manager/AbstractSyncManager.php';
  49972.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Util/PosSalesChannelTrait.php';
  49973.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/Manager/ImageSyncManager.php';
  49974.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/Manager/ProductSyncManager.php';
  49975.         $a = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService());
  49976.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'])) {
  49977.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'];
  49978.         }
  49979.         $b = ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunService2Service());
  49980.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'])) {
  49981.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'];
  49982.         }
  49983.         $c = ($this->services['swag_paypal_pos_sales_channel_media.repository'] ?? $this->getSwagPaypalPosSalesChannelMedia_RepositoryService());
  49984.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'])) {
  49985.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'];
  49986.         }
  49987.         $d = ($this->privates['Swag\\PayPal\\Pos\\Sync\\ImageSyncer'] ?? $this->getImageSyncerService());
  49988.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'])) {
  49989.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'];
  49990.         }
  49991.         $e = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Manager\\InventorySyncManager'] ?? $this->getInventorySyncManagerService());
  49992.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'])) {
  49993.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'];
  49994.         }
  49995.         $f = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  49996.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'])) {
  49997.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\SyncManagerHandler'];
  49998.         }
  49999.         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));
  50000.     }
  50001.     /**
  50002.      * Gets the private 'Swag\PayPal\Pos\MessageQueue\Handler\Sync\ImageSyncHandler' shared service.
  50003.      *
  50004.      * @return \Swag\PayPal\Pos\MessageQueue\Handler\Sync\ImageSyncHandler
  50005.      */
  50006.     protected function getImageSyncHandlerService()
  50007.     {
  50008.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/Handler/Sync/AbstractSyncHandler.php';
  50009.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/Handler/Sync/ImageSyncHandler.php';
  50010.         $a = ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunService2Service());
  50011.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ImageSyncHandler'])) {
  50012.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ImageSyncHandler'];
  50013.         }
  50014.         $b = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService());
  50015.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ImageSyncHandler'])) {
  50016.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ImageSyncHandler'];
  50017.         }
  50018.         $c = ($this->services['swag_paypal_pos_sales_channel_media.repository'] ?? $this->getSwagPaypalPosSalesChannelMedia_RepositoryService());
  50019.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ImageSyncHandler'])) {
  50020.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ImageSyncHandler'];
  50021.         }
  50022.         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()));
  50023.     }
  50024.     /**
  50025.      * Gets the private 'Swag\PayPal\Pos\MessageQueue\Handler\Sync\InventorySyncHandler' shared service.
  50026.      *
  50027.      * @return \Swag\PayPal\Pos\MessageQueue\Handler\Sync\InventorySyncHandler
  50028.      */
  50029.     protected function getInventorySyncHandlerService()
  50030.     {
  50031.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/Handler/Sync/AbstractSyncHandler.php';
  50032.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/Handler/Sync/InventorySyncHandler.php';
  50033.         $a = ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunService2Service());
  50034.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'])) {
  50035.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'];
  50036.         }
  50037.         $b = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService());
  50038.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'])) {
  50039.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'];
  50040.         }
  50041.         $c = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  50042.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'])) {
  50043.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'];
  50044.         }
  50045.         $d = ($this->privates['Swag\\PayPal\\Pos\\Sync\\Context\\InventoryContextFactory'] ?? $this->getInventoryContextFactoryService());
  50046.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'])) {
  50047.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'];
  50048.         }
  50049.         $e = ($this->privates['Swag\\PayPal\\Pos\\Sync\\InventorySyncer'] ?? $this->getInventorySyncerService());
  50050.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'])) {
  50051.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\InventorySyncHandler'];
  50052.         }
  50053.         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);
  50054.     }
  50055.     /**
  50056.      * Gets the private 'Swag\PayPal\Pos\MessageQueue\Handler\Sync\ProductCleanupSyncHandler' shared service.
  50057.      *
  50058.      * @return \Swag\PayPal\Pos\MessageQueue\Handler\Sync\ProductCleanupSyncHandler
  50059.      */
  50060.     protected function getProductCleanupSyncHandlerService()
  50061.     {
  50062.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/Handler/Sync/AbstractSyncHandler.php';
  50063.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Util/PosSalesChannelTrait.php';
  50064.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/Handler/Sync/ProductCleanupSyncHandler.php';
  50065.         $a = ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunService2Service());
  50066.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'])) {
  50067.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'];
  50068.         }
  50069.         $b = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService());
  50070.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'])) {
  50071.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'];
  50072.         }
  50073.         $c = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  50074.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'])) {
  50075.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'];
  50076.         }
  50077.         $d = ($this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSyncer'] ?? $this->getProductSyncerService());
  50078.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'])) {
  50079.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'];
  50080.         }
  50081.         $e = ($this->services['swag_paypal_pos_sales_channel.repository'] ?? $this->getSwagPaypalPosSalesChannel_RepositoryService());
  50082.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'])) {
  50083.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductCleanupSyncHandler'];
  50084.         }
  50085.         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);
  50086.     }
  50087.     /**
  50088.      * Gets the private 'Swag\PayPal\Pos\MessageQueue\Handler\Sync\ProductSingleSyncHandler' shared service.
  50089.      *
  50090.      * @return \Swag\PayPal\Pos\MessageQueue\Handler\Sync\ProductSingleSyncHandler
  50091.      */
  50092.     protected function getProductSingleSyncHandlerService()
  50093.     {
  50094.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/Handler/Sync/AbstractSyncHandler.php';
  50095.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Util/PosSalesChannelTrait.php';
  50096.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/Handler/Sync/ProductSingleSyncHandler.php';
  50097.         $a = ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunService2Service());
  50098.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductSingleSyncHandler'])) {
  50099.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductSingleSyncHandler'];
  50100.         }
  50101.         $b = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService());
  50102.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductSingleSyncHandler'])) {
  50103.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductSingleSyncHandler'];
  50104.         }
  50105.         $c = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  50106.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductSingleSyncHandler'])) {
  50107.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductSingleSyncHandler'];
  50108.         }
  50109.         $d = ($this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSyncer'] ?? $this->getProductSyncerService());
  50110.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductSingleSyncHandler'])) {
  50111.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductSingleSyncHandler'];
  50112.         }
  50113.         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);
  50114.     }
  50115.     /**
  50116.      * Gets the private 'Swag\PayPal\Pos\MessageQueue\Handler\Sync\ProductVariantSyncHandler' shared service.
  50117.      *
  50118.      * @return \Swag\PayPal\Pos\MessageQueue\Handler\Sync\ProductVariantSyncHandler
  50119.      */
  50120.     protected function getProductVariantSyncHandlerService()
  50121.     {
  50122.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/Handler/Sync/AbstractSyncHandler.php';
  50123.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Util/PosSalesChannelTrait.php';
  50124.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/Handler/Sync/ProductVariantSyncHandler.php';
  50125.         $a = ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunService2Service());
  50126.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductVariantSyncHandler'])) {
  50127.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductVariantSyncHandler'];
  50128.         }
  50129.         $b = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService());
  50130.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductVariantSyncHandler'])) {
  50131.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductVariantSyncHandler'];
  50132.         }
  50133.         $c = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  50134.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductVariantSyncHandler'])) {
  50135.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductVariantSyncHandler'];
  50136.         }
  50137.         $d = ($this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSyncer'] ?? $this->getProductSyncerService());
  50138.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductVariantSyncHandler'])) {
  50139.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Handler\\Sync\\ProductVariantSyncHandler'];
  50140.         }
  50141.         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);
  50142.     }
  50143.     /**
  50144.      * Gets the private 'Swag\PayPal\Pos\MessageQueue\Manager\InventorySyncManager' shared service.
  50145.      *
  50146.      * @return \Swag\PayPal\Pos\MessageQueue\Manager\InventorySyncManager
  50147.      */
  50148.     protected function getInventorySyncManagerService()
  50149.     {
  50150.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/Manager/AbstractSyncManager.php';
  50151.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/Manager/InventorySyncManager.php';
  50152.         $a = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService());
  50153.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Manager\\InventorySyncManager'])) {
  50154.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Manager\\InventorySyncManager'];
  50155.         }
  50156.         $b = ($this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSelection'] ?? $this->getProductSelectionService());
  50157.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Manager\\InventorySyncManager'])) {
  50158.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Manager\\InventorySyncManager'];
  50159.         }
  50160.         $c = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  50161.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Manager\\InventorySyncManager'])) {
  50162.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Manager\\InventorySyncManager'];
  50163.         }
  50164.         $d = ($this->privates['Swag\\PayPal\\Pos\\Sync\\Context\\InventoryContextFactory'] ?? $this->getInventoryContextFactoryService());
  50165.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Manager\\InventorySyncManager'])) {
  50166.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Manager\\InventorySyncManager'];
  50167.         }
  50168.         return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\Manager\\InventorySyncManager'] = new \Swag\PayPal\Pos\MessageQueue\Manager\InventorySyncManager($a$b$c$d);
  50169.     }
  50170.     /**
  50171.      * Gets the private 'Swag\PayPal\Pos\MessageQueue\MessageDispatcher' shared service.
  50172.      *
  50173.      * @return \Swag\PayPal\Pos\MessageQueue\MessageDispatcher
  50174.      */
  50175.     protected function getMessageDispatcherService()
  50176.     {
  50177.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/MessageDispatcher.php';
  50178.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  50179.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'])) {
  50180.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'];
  50181.         }
  50182.         return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] = new \Swag\PayPal\Pos\MessageQueue\MessageDispatcher($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  50183.     }
  50184.     /**
  50185.      * Gets the private 'Swag\PayPal\Pos\MessageQueue\MessageHydrator' shared service.
  50186.      *
  50187.      * @return \Swag\PayPal\Pos\MessageQueue\MessageHydrator
  50188.      */
  50189.     protected function getMessageHydratorService()
  50190.     {
  50191.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/MessageQueue/MessageHydrator.php';
  50192.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService());
  50193.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageHydrator'])) {
  50194.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageHydrator'];
  50195.         }
  50196.         $b = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  50197.         if (isset($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageHydrator'])) {
  50198.             return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageHydrator'];
  50199.         }
  50200.         return $this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageHydrator'] = new \Swag\PayPal\Pos\MessageQueue\MessageHydrator($a$b);
  50201.     }
  50202.     /**
  50203.      * Gets the private 'Swag\PayPal\Pos\Resource\InventoryResource' shared service.
  50204.      *
  50205.      * @return \Swag\PayPal\Pos\Resource\InventoryResource
  50206.      */
  50207.     protected function getInventoryResourceService()
  50208.     {
  50209.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Resource/InventoryResource.php';
  50210.         return $this->privates['Swag\\PayPal\\Pos\\Resource\\InventoryResource'] = new \Swag\PayPal\Pos\Resource\InventoryResource(($this->privates['Swag\\PayPal\\Pos\\Client\\PosClientFactory'] ?? $this->getPosClientFactoryService()));
  50211.     }
  50212.     /**
  50213.      * Gets the private 'Swag\PayPal\Pos\Resource\ProductResource' shared service.
  50214.      *
  50215.      * @return \Swag\PayPal\Pos\Resource\ProductResource
  50216.      */
  50217.     protected function getProductResourceService()
  50218.     {
  50219.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Resource/ProductResource.php';
  50220.         return $this->privates['Swag\\PayPal\\Pos\\Resource\\ProductResource'] = new \Swag\PayPal\Pos\Resource\ProductResource(($this->privates['Swag\\PayPal\\Pos\\Client\\PosClientFactory'] ?? $this->getPosClientFactoryService()));
  50221.     }
  50222.     /**
  50223.      * Gets the private 'Swag\PayPal\Pos\Resource\TokenResource' shared service.
  50224.      *
  50225.      * @return \Swag\PayPal\Pos\Resource\TokenResource
  50226.      */
  50227.     protected function getTokenResourceService()
  50228.     {
  50229.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Resource/TokenResource.php';
  50230.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Client/TokenClientFactory.php';
  50231.         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())));
  50232.     }
  50233.     /**
  50234.      * Gets the private 'Swag\PayPal\Pos\Run\Administration\LogCleaner' shared service.
  50235.      *
  50236.      * @return \Swag\PayPal\Pos\Run\Administration\LogCleaner
  50237.      */
  50238.     protected function getLogCleanerService()
  50239.     {
  50240.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Run/Administration/LogCleaner.php';
  50241.         $a = ($this->services['swag_paypal_pos_sales_channel_run.repository'] ?? $this->getSwagPaypalPosSalesChannelRun_RepositoryService());
  50242.         if (isset($this->privates['Swag\\PayPal\\Pos\\Run\\Administration\\LogCleaner'])) {
  50243.             return $this->privates['Swag\\PayPal\\Pos\\Run\\Administration\\LogCleaner'];
  50244.         }
  50245.         return $this->privates['Swag\\PayPal\\Pos\\Run\\Administration\\LogCleaner'] = new \Swag\PayPal\Pos\Run\Administration\LogCleaner($a);
  50246.     }
  50247.     /**
  50248.      * Gets the private 'Swag\PayPal\Pos\Run\Logger' shared service.
  50249.      *
  50250.      * @return \Monolog\Logger
  50251.      */
  50252.     protected function getLogger4Service()
  50253.     {
  50254.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Run/LoggerFactory.php';
  50255.         return $this->privates['Swag\\PayPal\\Pos\\Run\\Logger'] = (new \Swag\PayPal\Pos\Run\LoggerFactory())->createLogger();
  50256.     }
  50257.     /**
  50258.      * Gets the private 'Swag\PayPal\Pos\Run\RunService' shared service.
  50259.      *
  50260.      * @return \Swag\PayPal\Pos\Run\RunService
  50261.      */
  50262.     protected function getRunService2Service()
  50263.     {
  50264.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Run/RunService.php';
  50265.         $a = ($this->services['swag_paypal_pos_sales_channel_run.repository'] ?? $this->getSwagPaypalPosSalesChannelRun_RepositoryService());
  50266.         if (isset($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'])) {
  50267.             return $this->privates['Swag\\PayPal\\Pos\\Run\\RunService'];
  50268.         }
  50269.         $b = ($this->services['swag_paypal_pos_sales_channel_run_log.repository'] ?? $this->getSwagPaypalPosSalesChannelRunLog_RepositoryService());
  50270.         if (isset($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'])) {
  50271.             return $this->privates['Swag\\PayPal\\Pos\\Run\\RunService'];
  50272.         }
  50273.         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()));
  50274.     }
  50275.     /**
  50276.      * Gets the private 'Swag\PayPal\Pos\Run\Task\CompleteTask' shared service.
  50277.      *
  50278.      * @return \Swag\PayPal\Pos\Run\Task\CompleteTask
  50279.      */
  50280.     protected function getCompleteTaskService()
  50281.     {
  50282.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Run/Task/AbstractTask.php';
  50283.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Run/Task/CompleteTask.php';
  50284.         $a = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService());
  50285.         if (isset($this->privates['Swag\\PayPal\\Pos\\Run\\Task\\CompleteTask'])) {
  50286.             return $this->privates['Swag\\PayPal\\Pos\\Run\\Task\\CompleteTask'];
  50287.         }
  50288.         $b = ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunService2Service());
  50289.         if (isset($this->privates['Swag\\PayPal\\Pos\\Run\\Task\\CompleteTask'])) {
  50290.             return $this->privates['Swag\\PayPal\\Pos\\Run\\Task\\CompleteTask'];
  50291.         }
  50292.         return $this->privates['Swag\\PayPal\\Pos\\Run\\Task\\CompleteTask'] = new \Swag\PayPal\Pos\Run\Task\CompleteTask($a$b);
  50293.     }
  50294.     /**
  50295.      * Gets the private 'Swag\PayPal\Pos\Run\Task\ImageTask' shared service.
  50296.      *
  50297.      * @return \Swag\PayPal\Pos\Run\Task\ImageTask
  50298.      */
  50299.     protected function getImageTaskService()
  50300.     {
  50301.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Run/Task/AbstractTask.php';
  50302.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Run/Task/ImageTask.php';
  50303.         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()));
  50304.     }
  50305.     /**
  50306.      * Gets the private 'Swag\PayPal\Pos\Run\Task\InventoryTask' shared service.
  50307.      *
  50308.      * @return \Swag\PayPal\Pos\Run\Task\InventoryTask
  50309.      */
  50310.     protected function getInventoryTaskService()
  50311.     {
  50312.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Run/Task/AbstractTask.php';
  50313.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Run/Task/InventoryTask.php';
  50314.         $a = ($this->privates['Swag\\PayPal\\Pos\\MessageQueue\\MessageDispatcher'] ?? $this->getMessageDispatcherService());
  50315.         if (isset($this->privates['Swag\\PayPal\\Pos\\Run\\Task\\InventoryTask'])) {
  50316.             return $this->privates['Swag\\PayPal\\Pos\\Run\\Task\\InventoryTask'];
  50317.         }
  50318.         $b = ($this->privates['Swag\\PayPal\\Pos\\Run\\RunService'] ?? $this->getRunService2Service());
  50319.         if (isset($this->privates['Swag\\PayPal\\Pos\\Run\\Task\\InventoryTask'])) {
  50320.             return $this->privates['Swag\\PayPal\\Pos\\Run\\Task\\InventoryTask'];
  50321.         }
  50322.         return $this->privates['Swag\\PayPal\\Pos\\Run\\Task\\InventoryTask'] = new \Swag\PayPal\Pos\Run\Task\InventoryTask($a$b);
  50323.     }
  50324.     /**
  50325.      * Gets the private 'Swag\PayPal\Pos\Run\Task\ProductTask' shared service.
  50326.      *
  50327.      * @return \Swag\PayPal\Pos\Run\Task\ProductTask
  50328.      */
  50329.     protected function getProductTaskService()
  50330.     {
  50331.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Run/Task/AbstractTask.php';
  50332.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Run/Task/ProductTask.php';
  50333.         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()));
  50334.     }
  50335.     /**
  50336.      * Gets the private 'Swag\PayPal\Pos\Schedule\CleanUpLogTaskHandler' shared service.
  50337.      *
  50338.      * @return \Swag\PayPal\Pos\Schedule\CleanUpLogTaskHandler
  50339.      */
  50340.     protected function getCleanUpLogTaskHandlerService()
  50341.     {
  50342.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Schedule/AbstractSyncTaskHandler.php';
  50343.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Schedule/CleanUpLogTaskHandler.php';
  50344.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  50345.         if (isset($this->privates['Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTaskHandler'])) {
  50346.             return $this->privates['Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTaskHandler'];
  50347.         }
  50348.         $b = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  50349.         if (isset($this->privates['Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTaskHandler'])) {
  50350.             return $this->privates['Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTaskHandler'];
  50351.         }
  50352.         $c = ($this->privates['Swag\\PayPal\\Pos\\Run\\Administration\\LogCleaner'] ?? $this->getLogCleanerService());
  50353.         if (isset($this->privates['Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTaskHandler'])) {
  50354.             return $this->privates['Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTaskHandler'];
  50355.         }
  50356.         return $this->privates['Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTaskHandler'] = new \Swag\PayPal\Pos\Schedule\CleanUpLogTaskHandler($a$b$c);
  50357.     }
  50358.     /**
  50359.      * Gets the private 'Swag\PayPal\Pos\Schedule\CompleteSyncTaskHandler' shared service.
  50360.      *
  50361.      * @return \Swag\PayPal\Pos\Schedule\CompleteSyncTaskHandler
  50362.      */
  50363.     protected function getCompleteSyncTaskHandlerService()
  50364.     {
  50365.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Schedule/AbstractSyncTaskHandler.php';
  50366.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Schedule/CompleteSyncTaskHandler.php';
  50367.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  50368.         if (isset($this->privates['Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTaskHandler'])) {
  50369.             return $this->privates['Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTaskHandler'];
  50370.         }
  50371.         $b = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  50372.         if (isset($this->privates['Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTaskHandler'])) {
  50373.             return $this->privates['Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTaskHandler'];
  50374.         }
  50375.         $c = ($this->privates['Swag\\PayPal\\Pos\\Run\\Task\\CompleteTask'] ?? $this->getCompleteTaskService());
  50376.         if (isset($this->privates['Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTaskHandler'])) {
  50377.             return $this->privates['Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTaskHandler'];
  50378.         }
  50379.         return $this->privates['Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTaskHandler'] = new \Swag\PayPal\Pos\Schedule\CompleteSyncTaskHandler($a$b$c);
  50380.     }
  50381.     /**
  50382.      * Gets the private 'Swag\PayPal\Pos\Schedule\InventorySyncTaskHandler' shared service.
  50383.      *
  50384.      * @return \Swag\PayPal\Pos\Schedule\InventorySyncTaskHandler
  50385.      */
  50386.     protected function getInventorySyncTaskHandlerService()
  50387.     {
  50388.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Schedule/AbstractSyncTaskHandler.php';
  50389.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Schedule/InventorySyncTaskHandler.php';
  50390.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  50391.         if (isset($this->privates['Swag\\PayPal\\Pos\\Schedule\\InventorySyncTaskHandler'])) {
  50392.             return $this->privates['Swag\\PayPal\\Pos\\Schedule\\InventorySyncTaskHandler'];
  50393.         }
  50394.         $b = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  50395.         if (isset($this->privates['Swag\\PayPal\\Pos\\Schedule\\InventorySyncTaskHandler'])) {
  50396.             return $this->privates['Swag\\PayPal\\Pos\\Schedule\\InventorySyncTaskHandler'];
  50397.         }
  50398.         $c = ($this->privates['Swag\\PayPal\\Pos\\Run\\Task\\InventoryTask'] ?? $this->getInventoryTaskService());
  50399.         if (isset($this->privates['Swag\\PayPal\\Pos\\Schedule\\InventorySyncTaskHandler'])) {
  50400.             return $this->privates['Swag\\PayPal\\Pos\\Schedule\\InventorySyncTaskHandler'];
  50401.         }
  50402.         return $this->privates['Swag\\PayPal\\Pos\\Schedule\\InventorySyncTaskHandler'] = new \Swag\PayPal\Pos\Schedule\InventorySyncTaskHandler($a$b$c);
  50403.     }
  50404.     /**
  50405.      * Gets the private 'Swag\PayPal\Pos\Sync\Context\InventoryContextFactory' shared service.
  50406.      *
  50407.      * @return \Swag\PayPal\Pos\Sync\Context\InventoryContextFactory
  50408.      */
  50409.     protected function getInventoryContextFactoryService()
  50410.     {
  50411.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Sync/Context/InventoryContextFactory.php';
  50412.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Api/Service/Converter/UuidConverter.php';
  50413.         $a = ($this->services['swag_paypal_pos_sales_channel_inventory.repository'] ?? $this->getSwagPaypalPosSalesChannelInventory_RepositoryService());
  50414.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\Context\\InventoryContextFactory'])) {
  50415.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\Context\\InventoryContextFactory'];
  50416.         }
  50417.         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);
  50418.     }
  50419.     /**
  50420.      * Gets the private 'Swag\PayPal\Pos\Sync\ImageSyncer' shared service.
  50421.      *
  50422.      * @return \Swag\PayPal\Pos\Sync\ImageSyncer
  50423.      */
  50424.     protected function getImageSyncerService()
  50425.     {
  50426.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Util/PosSalesChannelTrait.php';
  50427.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Sync/ImageSyncer.php';
  50428.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Api/Service/MediaConverter.php';
  50429.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Resource/ImageResource.php';
  50430.         $a = ($this->services['swag_paypal_pos_sales_channel_media.repository'] ?? $this->getSwagPaypalPosSalesChannelMedia_RepositoryService());
  50431.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\ImageSyncer'])) {
  50432.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\ImageSyncer'];
  50433.         }
  50434.         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()));
  50435.     }
  50436.     /**
  50437.      * Gets the private 'Swag\PayPal\Pos\Sync\InventorySyncer' shared service.
  50438.      *
  50439.      * @return \Swag\PayPal\Pos\Sync\InventorySyncer
  50440.      */
  50441.     protected function getInventorySyncerService()
  50442.     {
  50443.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Sync/InventorySyncer.php';
  50444.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Sync/Inventory/LocalUpdater.php';
  50445.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Sync/Inventory/Calculator/LocalCalculatorInterface.php';
  50446.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Sync/Inventory/Calculator/LocalCalculator.php';
  50447.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Sync/Inventory/RemoteUpdater.php';
  50448.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Sync/Inventory/Calculator/RemoteCalculator.php';
  50449.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Api/Service/Converter/UuidConverter.php';
  50450.         $a = ($this->privates['Swag\\PayPal\\Pos\\Sync\\Context\\InventoryContextFactory'] ?? $this->getInventoryContextFactoryService());
  50451.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\InventorySyncer'])) {
  50452.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\InventorySyncer'];
  50453.         }
  50454.         $b = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  50455.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\InventorySyncer'])) {
  50456.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\InventorySyncer'];
  50457.         }
  50458.         $c = ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  50459.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\InventorySyncer'])) {
  50460.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\InventorySyncer'];
  50461.         }
  50462.         $d = ($this->services['swag_paypal_pos_sales_channel_inventory.repository'] ?? $this->getSwagPaypalPosSalesChannelInventory_RepositoryService());
  50463.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\InventorySyncer'])) {
  50464.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\InventorySyncer'];
  50465.         }
  50466.         $e = ($this->privates['Swag\\PayPal\\Pos\\Run\\Logger'] ?? $this->getLogger4Service());
  50467.         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);
  50468.     }
  50469.     /**
  50470.      * Gets the private 'Swag\PayPal\Pos\Sync\Inventory\StockSubscriber' shared service.
  50471.      *
  50472.      * @return \Swag\PayPal\Pos\Sync\Inventory\StockSubscriber
  50473.      */
  50474.     protected function getStockSubscriberService()
  50475.     {
  50476.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Sync/Inventory/StockSubscriber.php';
  50477.         $a = ($this->services['order_line_item.repository'] ?? $this->getOrderLineItem_RepositoryService());
  50478.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\Inventory\\StockSubscriber'])) {
  50479.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\Inventory\\StockSubscriber'];
  50480.         }
  50481.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  50482.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\Inventory\\StockSubscriber'])) {
  50483.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\Inventory\\StockSubscriber'];
  50484.         }
  50485.         $c = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  50486.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\Inventory\\StockSubscriber'])) {
  50487.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\Inventory\\StockSubscriber'];
  50488.         }
  50489.         return $this->privates['Swag\\PayPal\\Pos\\Sync\\Inventory\\StockSubscriber'] = new \Swag\PayPal\Pos\Sync\Inventory\StockSubscriber($a$b$c);
  50490.     }
  50491.     /**
  50492.      * Gets the private 'Swag\PayPal\Pos\Sync\ProductSelection' shared service.
  50493.      *
  50494.      * @return \Swag\PayPal\Pos\Sync\ProductSelection
  50495.      */
  50496.     protected function getProductSelectionService()
  50497.     {
  50498.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Sync/ProductSelection.php';
  50499.         $a = ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService());
  50500.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSelection'])) {
  50501.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSelection'];
  50502.         }
  50503.         $b = ($this->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? $this->getSalesChannelContextFactoryService());
  50504.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSelection'])) {
  50505.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSelection'];
  50506.         }
  50507.         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);
  50508.     }
  50509.     /**
  50510.      * Gets the private 'Swag\PayPal\Pos\Sync\ProductSyncer' shared service.
  50511.      *
  50512.      * @return \Swag\PayPal\Pos\Sync\ProductSyncer
  50513.      */
  50514.     protected function getProductSyncerService()
  50515.     {
  50516.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Sync/ProductSyncer.php';
  50517.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Api/Service/ProductConverter.php';
  50518.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Api/Service/Converter/CategoryConverter.php';
  50519.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Api/Service/Converter/VariantConverter.php';
  50520.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Api/Service/Converter/PriceConverter.php';
  50521.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Api/Service/Converter/PresentationConverter.php';
  50522.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Api/Service/Converter/OptionGroupConverter.php';
  50523.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Api/Service/MetadataGenerator.php';
  50524.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Sync/Context/ProductContextFactory.php';
  50525.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Sync/Product/NewUpdater.php';
  50526.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Sync/Product/OutdatedUpdater.php';
  50527.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Sync/Product/DeletedUpdater.php';
  50528.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Sync/Product/UnsyncedChecker.php';
  50529.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Api/Service/Converter/UuidConverter.php';
  50530.         $a = ($this->services['swag_paypal_pos_sales_channel_product.repository'] ?? $this->getSwagPaypalPosSalesChannelProduct_RepositoryService());
  50531.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSyncer'])) {
  50532.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSyncer'];
  50533.         }
  50534.         $b = ($this->services['swag_paypal_pos_sales_channel_media.repository'] ?? $this->getSwagPaypalPosSalesChannelMedia_RepositoryService());
  50535.         if (isset($this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSyncer'])) {
  50536.             return $this->privates['Swag\\PayPal\\Pos\\Sync\\ProductSyncer'];
  50537.         }
  50538.         $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()));
  50539.         $d = new \Swag\PayPal\Pos\Api\Service\Converter\PresentationConverter();
  50540.         $e = ($this->privates['Swag\\PayPal\\Pos\\Run\\Logger'] ?? $this->getLogger4Service());
  50541.         $f = ($this->privates['Swag\\PayPal\\Pos\\Resource\\ProductResource'] ?? $this->getProductResourceService());
  50542.         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));
  50543.     }
  50544.     /**
  50545.      * Gets the private 'Swag\PayPal\Pos\Webhook\Handler\InventoryChangedHandler' shared service.
  50546.      *
  50547.      * @return \Swag\PayPal\Pos\Webhook\Handler\InventoryChangedHandler
  50548.      */
  50549.     protected function getInventoryChangedHandlerService()
  50550.     {
  50551.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Webhook/WebhookHandler.php';
  50552.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Util/PosSalesChannelTrait.php';
  50553.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Webhook/Handler/AbstractWebhookHandler.php';
  50554.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Webhook/Handler/InventoryChangedHandler.php';
  50555.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Sync/Inventory/Calculator/LocalCalculatorInterface.php';
  50556.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Sync/Inventory/Calculator/LocalWebhookCalculator.php';
  50557.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Sync/Inventory/LocalUpdater.php';
  50558.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Api/Service/ApiKeyDecoder.php';
  50559.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Pos/Api/Service/Converter/UuidConverter.php';
  50560.         $a = new \Swag\PayPal\Pos\Sync\Inventory\Calculator\LocalWebhookCalculator();
  50561.         $b = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  50562.         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())));
  50563.     }
  50564.     /**
  50565.      * Gets the private 'Swag\PayPal\RestApi\Client\PayPalClientFactory' shared service.
  50566.      *
  50567.      * @return \Swag\PayPal\RestApi\Client\PayPalClientFactory
  50568.      */
  50569.     protected function getPayPalClientFactoryService()
  50570.     {
  50571.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/Client/PayPalClientFactoryInterface.php';
  50572.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/Client/PayPalClientFactory.php';
  50573.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V1/Resource/TokenResourceInterface.php';
  50574.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V1/Resource/TokenResource.php';
  50575.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V1/Service/TokenValidator.php';
  50576.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  50577.         if (isset($this->privates['Swag\\PayPal\\RestApi\\Client\\PayPalClientFactory'])) {
  50578.             return $this->privates['Swag\\PayPal\\RestApi\\Client\\PayPalClientFactory'];
  50579.         }
  50580.         $b = ($this->privates['Swag\\PayPal\\Setting\\Service\\CredentialsUtil'] ?? $this->getCredentialsUtilService());
  50581.         if (isset($this->privates['Swag\\PayPal\\RestApi\\Client\\PayPalClientFactory'])) {
  50582.             return $this->privates['Swag\\PayPal\\RestApi\\Client\\PayPalClientFactory'];
  50583.         }
  50584.         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()));
  50585.     }
  50586.     /**
  50587.      * Gets the private 'Swag\PayPal\RestApi\Client\TokenClientFactory' shared service.
  50588.      *
  50589.      * @return \Swag\PayPal\RestApi\Client\TokenClientFactory
  50590.      */
  50591.     protected function getTokenClientFactoryService()
  50592.     {
  50593.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/Client/TokenClientFactory.php';
  50594.         return $this->privates['Swag\\PayPal\\RestApi\\Client\\TokenClientFactory'] = new \Swag\PayPal\RestApi\Client\TokenClientFactory(($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()));
  50595.     }
  50596.     /**
  50597.      * Gets the private 'Swag\PayPal\RestApi\V1\Resource\IdentityResource' shared service.
  50598.      *
  50599.      * @return \Swag\PayPal\RestApi\V1\Resource\IdentityResource
  50600.      */
  50601.     protected function getIdentityResourceService()
  50602.     {
  50603.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V1/Resource/IdentityResource.php';
  50604.         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()));
  50605.     }
  50606.     /**
  50607.      * Gets the private 'Swag\PayPal\RestApi\V1\Resource\PaymentResource' shared service.
  50608.      *
  50609.      * @return \Swag\PayPal\RestApi\V1\Resource\PaymentResource
  50610.      */
  50611.     protected function getPaymentResourceService()
  50612.     {
  50613.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V1/Resource/PaymentResource.php';
  50614.         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()));
  50615.     }
  50616.     /**
  50617.      * Gets the private 'Swag\PayPal\RestApi\V1\Resource\SaleResource' shared service.
  50618.      *
  50619.      * @return \Swag\PayPal\RestApi\V1\Resource\SaleResource
  50620.      */
  50621.     protected function getSaleResourceService()
  50622.     {
  50623.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V1/Resource/SaleResource.php';
  50624.         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()));
  50625.     }
  50626.     /**
  50627.      * Gets the private 'Swag\PayPal\RestApi\V2\Resource\OrderResource' shared service.
  50628.      *
  50629.      * @return \Swag\PayPal\RestApi\V2\Resource\OrderResource
  50630.      */
  50631.     protected function getOrderResourceService()
  50632.     {
  50633.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/RestApi/V2/Resource/OrderResource.php';
  50634.         $a = ($this->privates['Swag\\PayPal\\RestApi\\Client\\PayPalClientFactory'] ?? $this->getPayPalClientFactoryService());
  50635.         if (isset($this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'])) {
  50636.             return $this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'];
  50637.         }
  50638.         return $this->privates['Swag\\PayPal\\RestApi\\V2\\Resource\\OrderResource'] = new \Swag\PayPal\RestApi\V2\Resource\OrderResource($a);
  50639.     }
  50640.     /**
  50641.      * Gets the private 'Swag\PayPal\Setting\Service\CredentialsUtil' shared service.
  50642.      *
  50643.      * @return \Swag\PayPal\Setting\Service\CredentialsUtil
  50644.      */
  50645.     protected function getCredentialsUtilService()
  50646.     {
  50647.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Setting/Service/CredentialsUtilInterface.php';
  50648.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Setting/Service/CredentialsUtil.php';
  50649.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  50650.         if (isset($this->privates['Swag\\PayPal\\Setting\\Service\\CredentialsUtil'])) {
  50651.             return $this->privates['Swag\\PayPal\\Setting\\Service\\CredentialsUtil'];
  50652.         }
  50653.         return $this->privates['Swag\\PayPal\\Setting\\Service\\CredentialsUtil'] = new \Swag\PayPal\Setting\Service\CredentialsUtil($a);
  50654.     }
  50655.     /**
  50656.      * Gets the private 'Swag\PayPal\Setting\Service\SettingsValidationService' shared service.
  50657.      *
  50658.      * @return \Swag\PayPal\Setting\Service\SettingsValidationService
  50659.      */
  50660.     protected function getSettingsValidationServiceService()
  50661.     {
  50662.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  50663.         if (isset($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'])) {
  50664.             return $this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'];
  50665.         }
  50666.         $b = ($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service());
  50667.         if (isset($this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'])) {
  50668.             return $this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'];
  50669.         }
  50670.         return $this->privates['Swag\\PayPal\\Setting\\Service\\SettingsValidationService'] = new \Swag\PayPal\Setting\Service\SettingsValidationService($a$b);
  50671.     }
  50672.     /**
  50673.      * Gets the private 'Swag\PayPal\Storefront\Data\CheckoutDataSubscriber' shared service.
  50674.      *
  50675.      * @return \Swag\PayPal\Storefront\Data\CheckoutDataSubscriber
  50676.      */
  50677.     protected function getCheckoutDataSubscriberService()
  50678.     {
  50679.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Storefront/Data/CheckoutDataSubscriber.php';
  50680.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  50681.         if (isset($this->privates['Swag\\PayPal\\Storefront\\Data\\CheckoutDataSubscriber'])) {
  50682.             return $this->privates['Swag\\PayPal\\Storefront\\Data\\CheckoutDataSubscriber'];
  50683.         }
  50684.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  50685.         if (isset($this->privates['Swag\\PayPal\\Storefront\\Data\\CheckoutDataSubscriber'])) {
  50686.             return $this->privates['Swag\\PayPal\\Storefront\\Data\\CheckoutDataSubscriber'];
  50687.         }
  50688.         return $this->privates['Swag\\PayPal\\Storefront\\Data\\CheckoutDataSubscriber'] = new \Swag\PayPal\Storefront\Data\CheckoutDataSubscriber(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($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 () {
  50689.             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)));
  50690.             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)));
  50691.             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)));
  50692.             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)));
  50693.             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)));
  50694.         }, 5));
  50695.     }
  50696.     /**
  50697.      * Gets the private 'Swag\PayPal\Storefront\Data\FundingSubscriber' shared service.
  50698.      *
  50699.      * @return \Swag\PayPal\Storefront\Data\FundingSubscriber
  50700.      */
  50701.     protected function getFundingSubscriberService()
  50702.     {
  50703.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Storefront/Data/FundingSubscriber.php';
  50704.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Storefront/Data/Service/FundingEligibilityDataService.php';
  50705.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  50706.         if (isset($this->privates['Swag\\PayPal\\Storefront\\Data\\FundingSubscriber'])) {
  50707.             return $this->privates['Swag\\PayPal\\Storefront\\Data\\FundingSubscriber'];
  50708.         }
  50709.         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()))));
  50710.     }
  50711.     /**
  50712.      * Gets the private 'Swag\PayPal\Storefront\RequestSubscriber' shared service.
  50713.      *
  50714.      * @return \Swag\PayPal\Storefront\RequestSubscriber
  50715.      */
  50716.     protected function getRequestSubscriberService()
  50717.     {
  50718.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Storefront/RequestSubscriber.php';
  50719.         return $this->privates['Swag\\PayPal\\Storefront\\RequestSubscriber'] = new \Swag\PayPal\Storefront\RequestSubscriber(($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()));
  50720.     }
  50721.     /**
  50722.      * Gets the private 'Swag\PayPal\Util\Availability\AvailabilityService' shared service.
  50723.      *
  50724.      * @return \Swag\PayPal\Util\Availability\AvailabilityService
  50725.      */
  50726.     protected function getAvailabilityServiceService()
  50727.     {
  50728.         return $this->privates['Swag\\PayPal\\Util\\Availability\\AvailabilityService'] = new \Swag\PayPal\Util\Availability\AvailabilityService(($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'] ?? $this->getPaymentMethodDataRegistryService()));
  50729.     }
  50730.     /**
  50731.      * Gets the private 'Swag\PayPal\Util\Lifecycle\Method\PaymentMethodDataRegistry' shared service.
  50732.      *
  50733.      * @return \Swag\PayPal\Util\Lifecycle\Method\PaymentMethodDataRegistry
  50734.      */
  50735.     protected function getPaymentMethodDataRegistryService()
  50736.     {
  50737.         $a = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  50738.         if (isset($this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'])) {
  50739.             return $this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'];
  50740.         }
  50741.         return $this->privates['Swag\\PayPal\\Util\\Lifecycle\\Method\\PaymentMethodDataRegistry'] = new \Swag\PayPal\Util\Lifecycle\Method\PaymentMethodDataRegistry($a$this, new RewindableGenerator(function () {
  50742.             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)));
  50743.             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)));
  50744.             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)));
  50745.             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)));
  50746.             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)));
  50747.             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)));
  50748.             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)));
  50749.             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)));
  50750.             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)));
  50751.             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)));
  50752.             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)));
  50753.             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)));
  50754.             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)));
  50755.             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)));
  50756.             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)));
  50757.             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)));
  50758.             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)));
  50759.         }, 17));
  50760.     }
  50761.     /**
  50762.      * Gets the private 'Swag\PayPal\Util\LocaleCodeProvider' shared service.
  50763.      *
  50764.      * @return \Swag\PayPal\Util\LocaleCodeProvider
  50765.      */
  50766.     protected function getLocaleCodeProviderService()
  50767.     {
  50768.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/LocaleCodeProvider.php';
  50769.         $a = ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService());
  50770.         if (isset($this->privates['Swag\\PayPal\\Util\\LocaleCodeProvider'])) {
  50771.             return $this->privates['Swag\\PayPal\\Util\\LocaleCodeProvider'];
  50772.         }
  50773.         return $this->privates['Swag\\PayPal\\Util\\LocaleCodeProvider'] = new \Swag\PayPal\Util\LocaleCodeProvider($a);
  50774.     }
  50775.     /**
  50776.      * Gets the private 'Swag\PayPal\Util\Logger' shared service.
  50777.      *
  50778.      * @return \Monolog\Logger
  50779.      */
  50780.     protected function getLogger3Service()
  50781.     {
  50782.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  50783.         if (isset($this->privates['Swag\\PayPal\\Util\\Logger'])) {
  50784.             return $this->privates['Swag\\PayPal\\Util\\Logger'];
  50785.         }
  50786.         $b = new \Swag\PayPal\Util\Log\LoggerFactory((\dirname(__DIR__3).'/log/%s_dev.log'), 14);
  50787.         $b->setLogLevel($a);
  50788.         return $this->privates['Swag\\PayPal\\Util\\Logger'] = $b->createRotating('swag_paypal');
  50789.     }
  50790.     /**
  50791.      * Gets the private 'Swag\PayPal\Util\PaymentMethodUtil' shared service.
  50792.      *
  50793.      * @return \Swag\PayPal\Util\PaymentMethodUtil
  50794.      */
  50795.     protected function getPaymentMethodUtilService()
  50796.     {
  50797.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/PaymentMethodUtil.php';
  50798.         $a = ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService());
  50799.         if (isset($this->privates['Swag\\PayPal\\Util\\PaymentMethodUtil'])) {
  50800.             return $this->privates['Swag\\PayPal\\Util\\PaymentMethodUtil'];
  50801.         }
  50802.         return $this->privates['Swag\\PayPal\\Util\\PaymentMethodUtil'] = new \Swag\PayPal\Util\PaymentMethodUtil(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  50803.     }
  50804.     /**
  50805.      * Gets the private 'Swag\PayPal\Util\PaymentStatusUtilV2' shared service.
  50806.      *
  50807.      * @return \Swag\PayPal\Util\PaymentStatusUtilV2
  50808.      */
  50809.     protected function getPaymentStatusUtilV2Service()
  50810.     {
  50811.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/PaymentStatusUtilV2.php';
  50812.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Util/PriceFormatter.php';
  50813.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  50814.         if (isset($this->privates['Swag\\PayPal\\Util\\PaymentStatusUtilV2'])) {
  50815.             return $this->privates['Swag\\PayPal\\Util\\PaymentStatusUtilV2'];
  50816.         }
  50817.         $b = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  50818.         if (isset($this->privates['Swag\\PayPal\\Util\\PaymentStatusUtilV2'])) {
  50819.             return $this->privates['Swag\\PayPal\\Util\\PaymentStatusUtilV2'];
  50820.         }
  50821.         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())));
  50822.     }
  50823.     /**
  50824.      * Gets the private 'Swag\PayPal\Webhook\Command\CrawlWebhookEventNamesCommand' shared service.
  50825.      *
  50826.      * @return \Swag\PayPal\Webhook\Command\CrawlWebhookEventNamesCommand
  50827.      */
  50828.     protected function getCrawlWebhookEventNamesCommandService()
  50829.     {
  50830.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  50831.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Command/CrawlWebhookEventNamesCommand.php';
  50832.         $this->privates['Swag\\PayPal\\Webhook\\Command\\CrawlWebhookEventNamesCommand'] = $instance = new \Swag\PayPal\Webhook\Command\CrawlWebhookEventNamesCommand();
  50833.         $instance->setName('swag:paypal:crawl:webhooks');
  50834.         $instance->setDescription('Crawls the PayPal developer website for webhook event names and updates "Swag\\PayPal\\Webhook\\WebhookEventTypes"');
  50835.         return $instance;
  50836.     }
  50837.     /**
  50838.      * Gets the private 'Swag\PayPal\Webhook\Handler\AuthorizationVoided' shared service.
  50839.      *
  50840.      * @return \Swag\PayPal\Webhook\Handler\AuthorizationVoided
  50841.      */
  50842.     protected function getAuthorizationVoidedService()
  50843.     {
  50844.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/WebhookHandler.php';
  50845.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Handler/AbstractWebhookHandler.php';
  50846.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Handler/AuthorizationVoided.php';
  50847.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  50848.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\AuthorizationVoided'])) {
  50849.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\AuthorizationVoided'];
  50850.         }
  50851.         $b = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  50852.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\AuthorizationVoided'])) {
  50853.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\AuthorizationVoided'];
  50854.         }
  50855.         return $this->privates['Swag\\PayPal\\Webhook\\Handler\\AuthorizationVoided'] = new \Swag\PayPal\Webhook\Handler\AuthorizationVoided($a$b);
  50856.     }
  50857.     /**
  50858.      * Gets the private 'Swag\PayPal\Webhook\Handler\CaptureCompleted' shared service.
  50859.      *
  50860.      * @return \Swag\PayPal\Webhook\Handler\CaptureCompleted
  50861.      */
  50862.     protected function getCaptureCompletedService()
  50863.     {
  50864.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/WebhookHandler.php';
  50865.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Handler/AbstractWebhookHandler.php';
  50866.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Handler/CaptureCompleted.php';
  50867.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  50868.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureCompleted'])) {
  50869.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureCompleted'];
  50870.         }
  50871.         $b = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  50872.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureCompleted'])) {
  50873.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureCompleted'];
  50874.         }
  50875.         $c = ($this->privates['Swag\\PayPal\\Util\\PaymentStatusUtilV2'] ?? $this->getPaymentStatusUtilV2Service());
  50876.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureCompleted'])) {
  50877.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureCompleted'];
  50878.         }
  50879.         return $this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureCompleted'] = new \Swag\PayPal\Webhook\Handler\CaptureCompleted($a$b$c);
  50880.     }
  50881.     /**
  50882.      * Gets the private 'Swag\PayPal\Webhook\Handler\CaptureDenied' shared service.
  50883.      *
  50884.      * @return \Swag\PayPal\Webhook\Handler\CaptureDenied
  50885.      */
  50886.     protected function getCaptureDeniedService()
  50887.     {
  50888.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/WebhookHandler.php';
  50889.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Handler/AbstractWebhookHandler.php';
  50890.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Handler/CaptureDenied.php';
  50891.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  50892.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureDenied'])) {
  50893.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureDenied'];
  50894.         }
  50895.         $b = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  50896.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureDenied'])) {
  50897.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureDenied'];
  50898.         }
  50899.         return $this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureDenied'] = new \Swag\PayPal\Webhook\Handler\CaptureDenied($a$b);
  50900.     }
  50901.     /**
  50902.      * Gets the private 'Swag\PayPal\Webhook\Handler\CaptureRefunded' shared service.
  50903.      *
  50904.      * @return \Swag\PayPal\Webhook\Handler\CaptureRefunded
  50905.      */
  50906.     protected function getCaptureRefundedService()
  50907.     {
  50908.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/WebhookHandler.php';
  50909.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Handler/AbstractWebhookHandler.php';
  50910.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Handler/CaptureRefunded.php';
  50911.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  50912.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureRefunded'])) {
  50913.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureRefunded'];
  50914.         }
  50915.         $b = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  50916.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureRefunded'])) {
  50917.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureRefunded'];
  50918.         }
  50919.         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()));
  50920.     }
  50921.     /**
  50922.      * Gets the private 'Swag\PayPal\Webhook\Handler\CaptureReversed' shared service.
  50923.      *
  50924.      * @return \Swag\PayPal\Webhook\Handler\CaptureReversed
  50925.      */
  50926.     protected function getCaptureReversedService()
  50927.     {
  50928.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/WebhookHandler.php';
  50929.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Handler/AbstractWebhookHandler.php';
  50930.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Handler/CaptureRefunded.php';
  50931.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Handler/CaptureReversed.php';
  50932.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  50933.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureReversed'])) {
  50934.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureReversed'];
  50935.         }
  50936.         $b = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  50937.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureReversed'])) {
  50938.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\CaptureReversed'];
  50939.         }
  50940.         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()));
  50941.     }
  50942.     /**
  50943.      * Gets the private 'Swag\PayPal\Webhook\Handler\SaleComplete' shared service.
  50944.      *
  50945.      * @return \Swag\PayPal\Webhook\Handler\SaleComplete
  50946.      */
  50947.     protected function getSaleCompleteService()
  50948.     {
  50949.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/WebhookHandler.php';
  50950.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Handler/AbstractWebhookHandler.php';
  50951.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Handler/SaleComplete.php';
  50952.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  50953.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleComplete'])) {
  50954.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleComplete'];
  50955.         }
  50956.         $b = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  50957.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleComplete'])) {
  50958.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleComplete'];
  50959.         }
  50960.         return $this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleComplete'] = new \Swag\PayPal\Webhook\Handler\SaleComplete($a$b);
  50961.     }
  50962.     /**
  50963.      * Gets the private 'Swag\PayPal\Webhook\Handler\SaleDenied' shared service.
  50964.      *
  50965.      * @return \Swag\PayPal\Webhook\Handler\SaleDenied
  50966.      */
  50967.     protected function getSaleDeniedService()
  50968.     {
  50969.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/WebhookHandler.php';
  50970.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Handler/AbstractWebhookHandler.php';
  50971.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Handler/SaleDenied.php';
  50972.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  50973.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleDenied'])) {
  50974.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleDenied'];
  50975.         }
  50976.         $b = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  50977.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleDenied'])) {
  50978.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleDenied'];
  50979.         }
  50980.         return $this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleDenied'] = new \Swag\PayPal\Webhook\Handler\SaleDenied($a$b);
  50981.     }
  50982.     /**
  50983.      * Gets the private 'Swag\PayPal\Webhook\Handler\SaleRefunded' shared service.
  50984.      *
  50985.      * @return \Swag\PayPal\Webhook\Handler\SaleRefunded
  50986.      */
  50987.     protected function getSaleRefundedService()
  50988.     {
  50989.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/WebhookHandler.php';
  50990.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Handler/AbstractWebhookHandler.php';
  50991.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Handler/SaleRefunded.php';
  50992.         $a = ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService());
  50993.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleRefunded'])) {
  50994.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleRefunded'];
  50995.         }
  50996.         $b = ($this->privates['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionStateHandler'] ?? $this->getOrderTransactionStateHandlerService());
  50997.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleRefunded'])) {
  50998.             return $this->privates['Swag\\PayPal\\Webhook\\Handler\\SaleRefunded'];
  50999.         }
  51000.         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()));
  51001.     }
  51002.     /**
  51003.      * Gets the private 'Swag\PayPal\Webhook\Registration\WebhookSubscriber' shared service.
  51004.      *
  51005.      * @return \Swag\PayPal\Webhook\Registration\WebhookSubscriber
  51006.      */
  51007.     protected function getWebhookSubscriberService()
  51008.     {
  51009.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Webhook/Registration/WebhookSubscriber.php';
  51010.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  51011.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Registration\\WebhookSubscriber'])) {
  51012.             return $this->privates['Swag\\PayPal\\Webhook\\Registration\\WebhookSubscriber'];
  51013.         }
  51014.         $b = ($this->services['Swag\\PayPal\\Webhook\\WebhookService'] ?? $this->getWebhookService2Service());
  51015.         if (isset($this->privates['Swag\\PayPal\\Webhook\\Registration\\WebhookSubscriber'])) {
  51016.             return $this->privates['Swag\\PayPal\\Webhook\\Registration\\WebhookSubscriber'];
  51017.         }
  51018.         return $this->privates['Swag\\PayPal\\Webhook\\Registration\\WebhookSubscriber'] = new \Swag\PayPal\Webhook\Registration\WebhookSubscriber(($this->privates['Swag\\PayPal\\Util\\Logger'] ?? $this->getLogger3Service()), $a$b);
  51019.     }
  51020.     /**
  51021.      * Gets the private 'Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory' shared service.
  51022.      *
  51023.      * @return \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory
  51024.      */
  51025.     protected function getPsrHttpFactoryService()
  51026.     {
  51027.         $a = ($this->privates['Nyholm\\Psr7\\Factory\\Psr17Factory'] ?? ($this->privates['Nyholm\\Psr7\\Factory\\Psr17Factory'] = new \Nyholm\Psr7\Factory\Psr17Factory()));
  51028.         return $this->privates['Symfony\\Bridge\\PsrHttpMessage\\Factory\\PsrHttpFactory'] = new \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory($a$a$a$a);
  51029.     }
  51030.     /**
  51031.      * Gets the private 'Symfony\Component\Dotenv\Command\DotenvDumpCommand' shared autowired service.
  51032.      *
  51033.      * @return \Symfony\Component\Dotenv\Command\DotenvDumpCommand
  51034.      */
  51035.     protected function getDotenvDumpCommandService()
  51036.     {
  51037.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  51038.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DotenvDumpCommand.php';
  51039.         $this->privates['Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand'] = $instance = new \Symfony\Component\Dotenv\Command\DotenvDumpCommand(\dirname(__DIR__4));
  51040.         $instance->setName('dotenv:dump');
  51041.         $instance->setDescription('Compiles .env files to .env.local.php');
  51042.         return $instance;
  51043.     }
  51044.     /**
  51045.      * Gets the private 'Wbm\TagManagerEcomm\Services\DataLayerModules' shared service.
  51046.      *
  51047.      * @return \Wbm\TagManagerEcomm\Services\DataLayerModules
  51048.      */
  51049.     protected function getDataLayerModulesService()
  51050.     {
  51051.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  51052.         if (isset($this->privates['Wbm\\TagManagerEcomm\\Services\\DataLayerModules'])) {
  51053.             return $this->privates['Wbm\\TagManagerEcomm\\Services\\DataLayerModules'];
  51054.         }
  51055.         return $this->privates['Wbm\\TagManagerEcomm\\Services\\DataLayerModules'] = new \Wbm\TagManagerEcomm\Services\DataLayerModules(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), $a);
  51056.     }
  51057.     /**
  51058.      * Gets the private 'Wbm\TagManagerEcomm\Services\DataLayerRenderer' shared service.
  51059.      *
  51060.      * @return \Wbm\TagManagerEcomm\Services\DataLayerRenderer
  51061.      */
  51062.     protected function getDataLayerRendererService()
  51063.     {
  51064.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  51065.         if (isset($this->privates['Wbm\\TagManagerEcomm\\Services\\DataLayerRenderer'])) {
  51066.             return $this->privates['Wbm\\TagManagerEcomm\\Services\\DataLayerRenderer'];
  51067.         }
  51068.         return $this->privates['Wbm\\TagManagerEcomm\\Services\\DataLayerRenderer'] = new \Wbm\TagManagerEcomm\Services\DataLayerRenderer($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  51069.     }
  51070.     /**
  51071.      * Gets the private 'Wbm\TagManagerEcomm\Subscriber\CartAddPrice\AfterLineItemAddedSubscriber' shared service.
  51072.      *
  51073.      * @return \Wbm\TagManagerEcomm\Subscriber\CartAddPrice\AfterLineItemAddedSubscriber
  51074.      */
  51075.     protected function getAfterLineItemAddedSubscriberService()
  51076.     {
  51077.         include_once \dirname(__DIR__4).'/custom/plugins/WbmTagManagerEcomm/src/Subscriber/CartAddPrice/AfterLineItemAddedSubscriber.php';
  51078.         $a = ($this->services['product.repository'] ?? $this->getProduct_RepositoryService());
  51079.         if (isset($this->privates['Wbm\\TagManagerEcomm\\Subscriber\\CartAddPrice\\AfterLineItemAddedSubscriber'])) {
  51080.             return $this->privates['Wbm\\TagManagerEcomm\\Subscriber\\CartAddPrice\\AfterLineItemAddedSubscriber'];
  51081.         }
  51082.         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);
  51083.     }
  51084.     /**
  51085.      * Gets the private 'Wbm\TagManagerEcomm\Subscriber\KernelEventsSubscriber' shared service.
  51086.      *
  51087.      * @return \Wbm\TagManagerEcomm\Subscriber\KernelEventsSubscriber
  51088.      */
  51089.     protected function getKernelEventsSubscriberService()
  51090.     {
  51091.         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()));
  51092.     }
  51093.     /**
  51094.      * Gets the private 'Wbm\TagManagerEcomm\Subscriber\StorefrontRenderSubscriber' shared service.
  51095.      *
  51096.      * @return \Wbm\TagManagerEcomm\Subscriber\StorefrontRenderSubscriber
  51097.      */
  51098.     protected function getStorefrontRenderSubscriberService()
  51099.     {
  51100.         include_once \dirname(__DIR__4).'/custom/plugins/WbmTagManagerEcomm/src/Subscriber/StorefrontRenderSubscriber.php';
  51101.         $a = ($this->privates['Wbm\\TagManagerEcomm\\Services\\DataLayerModules'] ?? $this->getDataLayerModulesService());
  51102.         if (isset($this->privates['Wbm\\TagManagerEcomm\\Subscriber\\StorefrontRenderSubscriber'])) {
  51103.             return $this->privates['Wbm\\TagManagerEcomm\\Subscriber\\StorefrontRenderSubscriber'];
  51104.         }
  51105.         $b = ($this->privates['Wbm\\TagManagerEcomm\\Services\\DataLayerRenderer'] ?? $this->getDataLayerRendererService());
  51106.         if (isset($this->privates['Wbm\\TagManagerEcomm\\Subscriber\\StorefrontRenderSubscriber'])) {
  51107.             return $this->privates['Wbm\\TagManagerEcomm\\Subscriber\\StorefrontRenderSubscriber'];
  51108.         }
  51109.         return $this->privates['Wbm\\TagManagerEcomm\\Subscriber\\StorefrontRenderSubscriber'] = new \Wbm\TagManagerEcomm\Subscriber\StorefrontRenderSubscriber($a$b, ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  51110.     }
  51111.     /**
  51112.      * Gets the private 'Weedesign\Images2WebP\Listener\ResponseListener' shared service.
  51113.      *
  51114.      * @return \Weedesign\Images2WebP\Listener\ResponseListener
  51115.      */
  51116.     protected function getResponseListenerService()
  51117.     {
  51118.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  51119.         if (isset($this->privates['Weedesign\\Images2WebP\\Listener\\ResponseListener'])) {
  51120.             return $this->privates['Weedesign\\Images2WebP\\Listener\\ResponseListener'];
  51121.         }
  51122.         return $this->privates['Weedesign\\Images2WebP\\Listener\\ResponseListener'] = new \Weedesign\Images2WebP\Listener\ResponseListener($a);
  51123.     }
  51124.     /**
  51125.      * Gets the private 'Weedesign\Images2WebP\Service\GenerateMediaFiles' shared service.
  51126.      *
  51127.      * @return \Weedesign\Images2WebP\Service\GenerateMediaFiles
  51128.      */
  51129.     protected function getGenerateMediaFilesService()
  51130.     {
  51131.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  51132.         if (isset($this->privates['Weedesign\\Images2WebP\\Service\\GenerateMediaFiles'])) {
  51133.             return $this->privates['Weedesign\\Images2WebP\\Service\\GenerateMediaFiles'];
  51134.         }
  51135.         return $this->privates['Weedesign\\Images2WebP\\Service\\GenerateMediaFiles'] = new \Weedesign\Images2WebP\Service\GenerateMediaFiles(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), '');
  51136.     }
  51137.     /**
  51138.      * Gets the private 'Weedesign\Images2WebP\Service\ScheduledTask\GenerateMediaHandler' shared service.
  51139.      *
  51140.      * @return \Weedesign\Images2WebP\Service\ScheduledTask\GenerateMediaHandler
  51141.      */
  51142.     protected function getGenerateMediaHandlerService()
  51143.     {
  51144.         include_once \dirname(__DIR__4).'/custom/plugins/WeedesignImages2WebP/src/Service/ScheduledTask/GenerateMediaHandler.php';
  51145.         $a = ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService());
  51146.         if (isset($this->privates['Weedesign\\Images2WebP\\Service\\ScheduledTask\\GenerateMediaHandler'])) {
  51147.             return $this->privates['Weedesign\\Images2WebP\\Service\\ScheduledTask\\GenerateMediaHandler'];
  51148.         }
  51149.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  51150.         if (isset($this->privates['Weedesign\\Images2WebP\\Service\\ScheduledTask\\GenerateMediaHandler'])) {
  51151.             return $this->privates['Weedesign\\Images2WebP\\Service\\ScheduledTask\\GenerateMediaHandler'];
  51152.         }
  51153.         return $this->privates['Weedesign\\Images2WebP\\Service\\ScheduledTask\\GenerateMediaHandler'] = new \Weedesign\Images2WebP\Service\ScheduledTask\GenerateMediaHandler($a$b, ($this->privates['Weedesign\\Images2WebP\\Service\\GenerateMediaFiles'] ?? $this->getGenerateMediaFilesService()));
  51154.     }
  51155.     /**
  51156.      * Gets the private 'annotations.cache_adapter' shared service.
  51157.      *
  51158.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  51159.      */
  51160.     protected function getAnnotations_CacheAdapterService()
  51161.     {
  51162.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  51163.     }
  51164.     /**
  51165.      * Gets the private 'annotations.cache_warmer' shared service.
  51166.      *
  51167.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  51168.      */
  51169.     protected function getAnnotations_CacheWarmerService()
  51170.     {
  51171.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  51172.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  51173.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  51174.         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);
  51175.     }
  51176.     /**
  51177.      * Gets the private 'annotations.cached_reader' shared service.
  51178.      *
  51179.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  51180.      */
  51181.     protected function getAnnotations_CachedReaderService()
  51182.     {
  51183.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  51184.     }
  51185.     /**
  51186.      * Gets the private 'annotations.reader' shared service.
  51187.      *
  51188.      * @return \Shopware\Core\Framework\Compatibility\AnnotationReader
  51189.      */
  51190.     protected function getAnnotations_ReaderService()
  51191.     {
  51192.         $this->privates['annotations.reader'] = $instance = new \Shopware\Core\Framework\Compatibility\AnnotationReader();
  51193.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  51194.         $a->registerUniqueLoader('class_exists');
  51195.         $instance->addGlobalIgnoredName('required'$a);
  51196.         return $instance;
  51197.     }
  51198.     /**
  51199.      * Gets the private 'assets.packages' shared service.
  51200.      *
  51201.      * @return \Symfony\Component\Asset\Packages
  51202.      */
  51203.     protected function getAssets_PackagesService()
  51204.     {
  51205.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  51206.         $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 () {
  51207.             yield 'public' => ($this->privates['shopware.asset.public'] ?? $this->getShopware_Asset_PublicService());
  51208.             yield 'theme' => ($this->privates['shopware.asset.theme'] ?? $this->getShopware_Asset_ThemeService());
  51209.             yield 'asset' => ($this->privates['shopware.asset.asset'] ?? $this->getShopware_Asset_AssetService());
  51210.             yield 'sitemap' => ($this->privates['shopware.asset.sitemap'] ?? $this->getShopware_Asset_SitemapService());
  51211.         }, 4));
  51212.         $instance->setDefaultPackage(($this->privates['shopware.asset.asset'] ?? $this->getShopware_Asset_AssetService()));
  51213.         return $instance;
  51214.     }
  51215.     /**
  51216.      * Gets the private 'cache.annotations' shared service.
  51217.      *
  51218.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  51219.      */
  51220.     protected function getCache_AnnotationsService()
  51221.     {
  51222.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('zjpe-10vaA'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  51223.     }
  51224.     /**
  51225.      * Gets the private 'cache.http' shared service.
  51226.      *
  51227.      * @return \Symfony\Component\Cache\Adapter\TagAwareAdapter
  51228.      */
  51229.     protected function getCache_HttpService()
  51230.     {
  51231.         $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()));
  51232.         $instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  51233.         return $instance;
  51234.     }
  51235.     /**
  51236.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  51237.      *
  51238.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  51239.      */
  51240.     protected function getCache_Messenger_RestartWorkersSignalService()
  51241.     {
  51242.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  51243.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  51244.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  51245.     }
  51246.     /**
  51247.      * Gets the private 'cache.property_info' shared service.
  51248.      *
  51249.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  51250.      */
  51251.     protected function getCache_PropertyInfoService()
  51252.     {
  51253.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('wewtvejtfq'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  51254.     }
  51255.     /**
  51256.      * Gets the private 'cache.rate_limiter' shared service.
  51257.      *
  51258.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  51259.      */
  51260.     protected function getCache_RateLimiterService()
  51261.     {
  51262.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  51263.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  51264.         return $this->privates['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  51265.     }
  51266.     /**
  51267.      * Gets the private 'cache.serializer' shared service.
  51268.      *
  51269.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  51270.      */
  51271.     protected function getCache_SerializerService()
  51272.     {
  51273.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('tYBbB15X9k'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  51274.     }
  51275.     /**
  51276.      * Gets the private 'cache.tags' shared service.
  51277.      *
  51278.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  51279.      */
  51280.     protected function getCache_TagsService()
  51281.     {
  51282.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  51283.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  51284.         return $this->privates['cache.tags'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  51285.     }
  51286.     /**
  51287.      * Gets the private 'cache.validator' shared service.
  51288.      *
  51289.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  51290.      */
  51291.     protected function getCache_ValidatorService()
  51292.     {
  51293.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('J0IbkRnU6F'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  51294.     }
  51295.     /**
  51296.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  51297.      *
  51298.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  51299.      */
  51300.     protected function getCachePoolClearer_CacheWarmerService()
  51301.     {
  51302.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  51303.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  51304.         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']);
  51305.     }
  51306.     /**
  51307.      * Gets the private 'config_builder.warmer' shared service.
  51308.      *
  51309.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  51310.      */
  51311.     protected function getConfigBuilder_WarmerService()
  51312.     {
  51313.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  51314.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  51315.         return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  51316.     }
  51317.     /**
  51318.      * Gets the private 'config_cache_factory' shared service.
  51319.      *
  51320.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  51321.      */
  51322.     protected function getConfigCacheFactoryService()
  51323.     {
  51324.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  51325.             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)));
  51326.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  51327.         }, 2));
  51328.     }
  51329.     /**
  51330.      * Gets the private 'console.command.about' shared service.
  51331.      *
  51332.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  51333.      */
  51334.     protected function getConsole_Command_AboutService()
  51335.     {
  51336.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  51337.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  51338.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  51339.         $instance->setName('about');
  51340.         $instance->setDescription('Display information about the current project');
  51341.         return $instance;
  51342.     }
  51343.     /**
  51344.      * Gets the private 'console.command.assets_install' shared service.
  51345.      *
  51346.      * @return \Shopware\Core\Framework\Adapter\Asset\AssetInstallCommand
  51347.      */
  51348.     protected function getConsole_Command_AssetsInstallService()
  51349.     {
  51350.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  51351.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Asset/AssetInstallCommand.php';
  51352.         $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()));
  51353.         $instance->setName('assets:install');
  51354.         return $instance;
  51355.     }
  51356.     /**
  51357.      * Gets the private 'console.command.cache_clear' shared service.
  51358.      *
  51359.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  51360.      */
  51361.     protected function getConsole_Command_CacheClearService()
  51362.     {
  51363.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  51364.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  51365.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  51366.         $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())));
  51367.         $instance->setName('cache:clear');
  51368.         $instance->setDescription('Clear the cache');
  51369.         return $instance;
  51370.     }
  51371.     /**
  51372.      * Gets the private 'console.command.cache_pool_clear' shared service.
  51373.      *
  51374.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  51375.      */
  51376.     protected function getConsole_Command_CachePoolClearService()
  51377.     {
  51378.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  51379.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  51380.         $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']);
  51381.         $instance->setName('cache:pool:clear');
  51382.         $instance->setDescription('Clear cache pools');
  51383.         return $instance;
  51384.     }
  51385.     /**
  51386.      * Gets the private 'console.command.cache_pool_delete' shared service.
  51387.      *
  51388.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  51389.      */
  51390.     protected function getConsole_Command_CachePoolDeleteService()
  51391.     {
  51392.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  51393.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  51394.         $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']);
  51395.         $instance->setName('cache:pool:delete');
  51396.         $instance->setDescription('Delete an item from a cache pool');
  51397.         return $instance;
  51398.     }
  51399.     /**
  51400.      * Gets the private 'console.command.cache_pool_list' shared service.
  51401.      *
  51402.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  51403.      */
  51404.     protected function getConsole_Command_CachePoolListService()
  51405.     {
  51406.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  51407.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  51408.         $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']);
  51409.         $instance->setName('cache:pool:list');
  51410.         $instance->setDescription('List available cache pools');
  51411.         return $instance;
  51412.     }
  51413.     /**
  51414.      * Gets the private 'console.command.cache_pool_prune' shared service.
  51415.      *
  51416.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  51417.      */
  51418.     protected function getConsole_Command_CachePoolPruneService()
  51419.     {
  51420.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  51421.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  51422.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  51423.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  51424.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  51425.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  51426.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  51427.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  51428.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  51429.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  51430.             yield 'cache.rate_limiter' => ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService());
  51431.             yield '.cache.object.inner' => ($this->privates['.cache.object.inner'] ?? $this->get_Cache_Object_InnerService());
  51432.             yield '.cache.http.inner' => ($this->privates['.cache.http.inner'] ?? $this->get_Cache_Http_InnerService());
  51433.             yield 'cache.tags' => ($this->privates['cache.tags'] ?? $this->getCache_TagsService());
  51434.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  51435.         }, 12));
  51436.         $instance->setName('cache:pool:prune');
  51437.         $instance->setDescription('Prune cache pools');
  51438.         return $instance;
  51439.     }
  51440.     /**
  51441.      * Gets the private 'console.command.cache_warmup' shared service.
  51442.      *
  51443.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  51444.      */
  51445.     protected function getConsole_Command_CacheWarmupService()
  51446.     {
  51447.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  51448.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  51449.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  51450.         $instance->setName('cache:warmup');
  51451.         $instance->setDescription('Warm up an empty cache');
  51452.         return $instance;
  51453.     }
  51454.     /**
  51455.      * Gets the private 'console.command.config_debug' shared service.
  51456.      *
  51457.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  51458.      */
  51459.     protected function getConsole_Command_ConfigDebugService()
  51460.     {
  51461.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  51462.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  51463.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  51464.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  51465.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  51466.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  51467.         $instance->setName('debug:config');
  51468.         $instance->setDescription('Dump the current configuration for an extension');
  51469.         return $instance;
  51470.     }
  51471.     /**
  51472.      * Gets the private 'console.command.config_dump_reference' shared service.
  51473.      *
  51474.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  51475.      */
  51476.     protected function getConsole_Command_ConfigDumpReferenceService()
  51477.     {
  51478.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  51479.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  51480.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  51481.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  51482.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  51483.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  51484.         $instance->setName('config:dump-reference');
  51485.         $instance->setDescription('Dump the default configuration for an extension');
  51486.         return $instance;
  51487.     }
  51488.     /**
  51489.      * Gets the private 'console.command.container_debug' shared service.
  51490.      *
  51491.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  51492.      */
  51493.     protected function getConsole_Command_ContainerDebugService()
  51494.     {
  51495.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  51496.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  51497.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  51498.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  51499.         $instance->setName('debug:container');
  51500.         $instance->setDescription('Display current services for an application');
  51501.         return $instance;
  51502.     }
  51503.     /**
  51504.      * Gets the private 'console.command.container_lint' shared service.
  51505.      *
  51506.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  51507.      */
  51508.     protected function getConsole_Command_ContainerLintService()
  51509.     {
  51510.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  51511.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  51512.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  51513.         $instance->setName('lint:container');
  51514.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  51515.         return $instance;
  51516.     }
  51517.     /**
  51518.      * Gets the private 'console.command.debug_autowiring' shared service.
  51519.      *
  51520.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  51521.      */
  51522.     protected function getConsole_Command_DebugAutowiringService()
  51523.     {
  51524.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  51525.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  51526.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  51527.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  51528.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  51529.         $instance->setName('debug:autowiring');
  51530.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  51531.         return $instance;
  51532.     }
  51533.     /**
  51534.      * Gets the private 'console.command.dotenv_debug' shared service.
  51535.      *
  51536.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  51537.      */
  51538.     protected function getConsole_Command_DotenvDebugService()
  51539.     {
  51540.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  51541.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  51542.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__4));
  51543.         $instance->setName('debug:dotenv');
  51544.         $instance->setDescription('Lists all dotenv files with variables and values');
  51545.         return $instance;
  51546.     }
  51547.     /**
  51548.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  51549.      *
  51550.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  51551.      */
  51552.     protected function getConsole_Command_EventDispatcherDebugService()
  51553.     {
  51554.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  51555.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  51556.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  51557.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  51558.         ], [
  51559.             'event_dispatcher' => '?',
  51560.         ]));
  51561.         $instance->setName('debug:event-dispatcher');
  51562.         $instance->setDescription('Display configured listeners for an application');
  51563.         return $instance;
  51564.     }
  51565.     /**
  51566.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  51567.      *
  51568.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  51569.      */
  51570.     protected function getConsole_Command_MessengerConsumeMessagesService()
  51571.     {
  51572.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  51573.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  51574.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/ResetServicesListener.php';
  51575.         $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']);
  51576.         $instance->setName('messenger:consume');
  51577.         $instance->setDescription('Consume messages');
  51578.         return $instance;
  51579.     }
  51580.     /**
  51581.      * Gets the private 'console.command.messenger_debug' shared service.
  51582.      *
  51583.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  51584.      */
  51585.     protected function getConsole_Command_MessengerDebugService()
  51586.     {
  51587.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  51588.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  51589.         $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\\CustomizedProducts\\Template\\ScheduledTask\\CleanVersionsTask' => [=> [=> 'Swag\\CustomizedProducts\\Template\\ScheduledTask\\CleanVersionsTaskHandler'=> []]], 'Swag\\CustomizedProducts\\Template\\Message\\GenerateDecisionTreeMessage' => [=> [=> 'Swag\\CustomizedProducts\\Template\\Message\\GenerateDecisionTreeHandler'=> []]], 'SwagMigrationAssistant\\Migration\\MessageQueue\\Message\\ProcessMediaMessage' => [=> [=> 'SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\ProcessMediaHandler'=> []]], 'SwagMigrationAssistant\\Migration\\MessageQueue\\Message\\CleanupMigrationMessage' => [=> [=> 'SwagMigrationAssistant\\Migration\\MessageQueue\\Handler\\CleanupMigrationHandler'=> []]], 'Weedesign\\Images2WebP\\Service\\ScheduledTask\\GenerateMedia' => [=> [=> 'Weedesign\\Images2WebP\\Service\\ScheduledTask\\GenerateMediaHandler'=> []]], 'Cbax\\ModulAnalytics\\ScheduledTask\\Analytics' => [=> [=> 'Cbax\\ModulAnalytics\\ScheduledTask\\AnalyticsHandler'=> []]], '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'=> []]], 'Acris\\ProductVideo\\ScheduledTask\\MetaDataTask' => [=> [=> 'Acris\\ProductVideo\\ScheduledTask\\MetaDataTaskHandler'=> []]], 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> [=> 'mailer.messenger.message_handler'=> []]]]]);
  51590.         $instance->setName('debug:messenger');
  51591.         $instance->setDescription('List messages you can dispatch using the message buses');
  51592.         return $instance;
  51593.     }
  51594.     /**
  51595.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  51596.      *
  51597.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  51598.      */
  51599.     protected function getConsole_Command_MessengerSetupTransportsService()
  51600.     {
  51601.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  51602.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  51603.         $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']);
  51604.         $instance->setName('messenger:setup-transports');
  51605.         $instance->setDescription('Prepare the required infrastructure for the transport');
  51606.         return $instance;
  51607.     }
  51608.     /**
  51609.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  51610.      *
  51611.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  51612.      */
  51613.     protected function getConsole_Command_MessengerStopWorkersService()
  51614.     {
  51615.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  51616.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  51617.         $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()));
  51618.         $instance->setName('messenger:stop-workers');
  51619.         $instance->setDescription('Stop workers after their current message');
  51620.         return $instance;
  51621.     }
  51622.     /**
  51623.      * Gets the private 'console.command.router_debug' shared service.
  51624.      *
  51625.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  51626.      */
  51627.     protected function getConsole_Command_RouterDebugService()
  51628.     {
  51629.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  51630.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  51631.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  51632.         $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()));
  51633.         $instance->setName('debug:router');
  51634.         $instance->setDescription('Display current routes for an application');
  51635.         return $instance;
  51636.     }
  51637.     /**
  51638.      * Gets the private 'console.command.router_match' shared service.
  51639.      *
  51640.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  51641.      */
  51642.     protected function getConsole_Command_RouterMatchService()
  51643.     {
  51644.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  51645.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  51646.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  51647.             return new \EmptyIterator();
  51648.         }, 0));
  51649.         $instance->setName('router:match');
  51650.         $instance->setDescription('Help debug routes by simulating a path info match');
  51651.         return $instance;
  51652.     }
  51653.     /**
  51654.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  51655.      *
  51656.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  51657.      */
  51658.     protected function getConsole_Command_SecretsDecryptToLocalService()
  51659.     {
  51660.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  51661.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  51662.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  51663.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  51664.         $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')))));
  51665.         $instance->setName('secrets:decrypt-to-local');
  51666.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  51667.         return $instance;
  51668.     }
  51669.     /**
  51670.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  51671.      *
  51672.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  51673.      */
  51674.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  51675.     {
  51676.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  51677.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  51678.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  51679.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  51680.         $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')))));
  51681.         $instance->setName('secrets:encrypt-from-local');
  51682.         $instance->setDescription('Encrypt all local secrets to the vault');
  51683.         return $instance;
  51684.     }
  51685.     /**
  51686.      * Gets the private 'console.command.secrets_generate_key' shared service.
  51687.      *
  51688.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  51689.      */
  51690.     protected function getConsole_Command_SecretsGenerateKeyService()
  51691.     {
  51692.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  51693.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  51694.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  51695.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  51696.         $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')))));
  51697.         $instance->setName('secrets:generate-keys');
  51698.         $instance->setDescription('Generate new encryption keys');
  51699.         return $instance;
  51700.     }
  51701.     /**
  51702.      * Gets the private 'console.command.secrets_list' shared service.
  51703.      *
  51704.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  51705.      */
  51706.     protected function getConsole_Command_SecretsListService()
  51707.     {
  51708.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  51709.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  51710.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  51711.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  51712.         $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')))));
  51713.         $instance->setName('secrets:list');
  51714.         $instance->setDescription('List all secrets');
  51715.         return $instance;
  51716.     }
  51717.     /**
  51718.      * Gets the private 'console.command.secrets_remove' shared service.
  51719.      *
  51720.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  51721.      */
  51722.     protected function getConsole_Command_SecretsRemoveService()
  51723.     {
  51724.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  51725.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  51726.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  51727.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  51728.         $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')))));
  51729.         $instance->setName('secrets:remove');
  51730.         $instance->setDescription('Remove a secret from the vault');
  51731.         return $instance;
  51732.     }
  51733.     /**
  51734.      * Gets the private 'console.command.secrets_set' shared service.
  51735.      *
  51736.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  51737.      */
  51738.     protected function getConsole_Command_SecretsSetService()
  51739.     {
  51740.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  51741.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  51742.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  51743.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  51744.         $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')))));
  51745.         $instance->setName('secrets:set');
  51746.         $instance->setDescription('Set a secret in the vault');
  51747.         return $instance;
  51748.     }
  51749.     /**
  51750.      * Gets the private 'console.command.translation_debug' shared service.
  51751.      *
  51752.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  51753.      */
  51754.     protected function getConsole_Command_TranslationDebugService()
  51755.     {
  51756.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  51757.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  51758.         $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/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).'/custom/plugins/SwagCustomizedProducts/src/PayPal/PayPalLineItemSubscriber.php'), => (\dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Storefront/Page/Product/ProductPageSubscriber.php'), => (\dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Controller/EventController.php'), => (\dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/SalesChannel/ErrorRoute.php'), => (\dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Plus/PlusSubscriber.php'), => (\dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/PUIHandler.php'), => (\dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Storefront/Data/CheckoutDataSubscriber.php'), 10 => (\dirname(__DIR__4).'/custom/plugins/HuebertAccessoriesDirectly/src/Controller/SelectOptionController.php'), 11 => (\dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/EventListener/OrderChangeEventListener.php'), 12 => (\dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/PaymentHandler/KlarnaPaymentsPaymentHandler.php'), 13 => (\dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Form/Component/Handler/CheckboxComponentHandler.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 15 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 16 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 17 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 18 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 19 => (\dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Storefront/Framework/Twig/Extension/CustomizedProductsPriceTagTwigFilter.php')], []);
  51759.         $instance->setName('debug:translation');
  51760.         $instance->setDescription('Display translation messages information');
  51761.         return $instance;
  51762.     }
  51763.     /**
  51764.      * Gets the private 'console.command.translation_extract' shared service.
  51765.      *
  51766.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  51767.      */
  51768.     protected function getConsole_Command_TranslationExtractService()
  51769.     {
  51770.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  51771.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  51772.         $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/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).'/custom/plugins/SwagCustomizedProducts/src/PayPal/PayPalLineItemSubscriber.php'), => (\dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Storefront/Page/Product/ProductPageSubscriber.php'), => (\dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Controller/EventController.php'), => (\dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/SalesChannel/ErrorRoute.php'), => (\dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Plus/PlusSubscriber.php'), => (\dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Checkout/Payment/Method/PUIHandler.php'), => (\dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Storefront/Data/CheckoutDataSubscriber.php'), 10 => (\dirname(__DIR__4).'/custom/plugins/HuebertAccessoriesDirectly/src/Controller/SelectOptionController.php'), 11 => (\dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/EventListener/OrderChangeEventListener.php'), 12 => (\dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Components/PaymentHandler/KlarnaPaymentsPaymentHandler.php'), 13 => (\dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Form/Component/Handler/CheckboxComponentHandler.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 15 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 16 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 17 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 18 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 19 => (\dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Storefront/Framework/Twig/Extension/CustomizedProductsPriceTagTwigFilter.php')], []);
  51773.         $instance->setName('translation:extract');
  51774.         $instance->setAliases([=> 'translation:update']);
  51775.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  51776.         return $instance;
  51777.     }
  51778.     /**
  51779.      * Gets the private 'console.command.translation_pull' shared service.
  51780.      *
  51781.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  51782.      */
  51783.     protected function getConsole_Command_TranslationPullService()
  51784.     {
  51785.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  51786.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  51787.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  51788.         $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', [], []);
  51789.         $instance->setName('translation:pull');
  51790.         $instance->setDescription('Pull translations from a given provider.');
  51791.         return $instance;
  51792.     }
  51793.     /**
  51794.      * Gets the private 'console.command.translation_push' shared service.
  51795.      *
  51796.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  51797.      */
  51798.     protected function getConsole_Command_TranslationPushService()
  51799.     {
  51800.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  51801.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  51802.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  51803.         $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()), [], []);
  51804.         $instance->setName('translation:push');
  51805.         $instance->setDescription('Push translations to a given provider.');
  51806.         return $instance;
  51807.     }
  51808.     /**
  51809.      * Gets the private 'console.command.validator_debug' shared service.
  51810.      *
  51811.      * @return \Symfony\Component\Validator\Command\DebugCommand
  51812.      */
  51813.     protected function getConsole_Command_ValidatorDebugService()
  51814.     {
  51815.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  51816.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  51817.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  51818.         $instance->setName('debug:validator');
  51819.         $instance->setDescription('Display validation constraints for classes');
  51820.         return $instance;
  51821.     }
  51822.     /**
  51823.      * Gets the private 'console.command.xliff_lint' shared service.
  51824.      *
  51825.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  51826.      */
  51827.     protected function getConsole_Command_XliffLintService()
  51828.     {
  51829.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  51830.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  51831.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  51832.         $instance->setName('lint:xliff');
  51833.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  51834.         return $instance;
  51835.     }
  51836.     /**
  51837.      * Gets the private 'console.command.yaml_lint' shared service.
  51838.      *
  51839.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  51840.      */
  51841.     protected function getConsole_Command_YamlLintService()
  51842.     {
  51843.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  51844.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  51845.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  51846.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  51847.         $instance->setName('lint:yaml');
  51848.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  51849.         return $instance;
  51850.     }
  51851.     /**
  51852.      * Gets the private 'console.error_listener' shared service.
  51853.      *
  51854.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  51855.      */
  51856.     protected function getConsole_ErrorListenerService()
  51857.     {
  51858.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  51859.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  51860.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  51861.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  51862.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  51863.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  51864.     }
  51865.     /**
  51866.      * Gets the private 'container.env_var_processor' shared service.
  51867.      *
  51868.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  51869.      */
  51870.     protected function getContainer_EnvVarProcessorService()
  51871.     {
  51872.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  51873.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  51874.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  51875.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  51876.         }, 1));
  51877.     }
  51878.     /**
  51879.      * Gets the private 'data_collector.request' shared service.
  51880.      *
  51881.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  51882.      */
  51883.     protected function getDataCollector_RequestService()
  51884.     {
  51885.         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())));
  51886.     }
  51887.     /**
  51888.      * Gets the private 'data_collector.request.session_collector' shared service.
  51889.      *
  51890.      * @return \Closure
  51891.      */
  51892.     protected function getDataCollector_Request_SessionCollectorService()
  51893.     {
  51894.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  51895.     }
  51896.     /**
  51897.      * Gets the private 'debug.Shopware\Core\Checkout\Cart\CartValueResolver' shared service.
  51898.      *
  51899.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  51900.      */
  51901.     protected function getCartValueResolverService()
  51902.     {
  51903.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  51904.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  51905.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartValueResolver.php';
  51906.         $a = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  51907.         if (isset($this->privates['debug.Shopware\\Core\\Checkout\\Cart\\CartValueResolver'])) {
  51908.             return $this->privates['debug.Shopware\\Core\\Checkout\\Cart\\CartValueResolver'];
  51909.         }
  51910.         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))));
  51911.     }
  51912.     /**
  51913.      * Gets the private 'debug.Shopware\Core\Checkout\Customer\CustomerValueResolver' shared service.
  51914.      *
  51915.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  51916.      */
  51917.     protected function getCustomerValueResolverService()
  51918.     {
  51919.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  51920.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  51921.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/CustomerValueResolver.php';
  51922.         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))));
  51923.     }
  51924.     /**
  51925.      * Gets the private 'debug.Shopware\Core\Framework\Api\Context\ContextValueResolver' shared service.
  51926.      *
  51927.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  51928.      */
  51929.     protected function getContextValueResolverService()
  51930.     {
  51931.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  51932.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  51933.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Context/ContextValueResolver.php';
  51934.         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))));
  51935.     }
  51936.     /**
  51937.      * Gets the private 'debug.Shopware\Core\Framework\Api\Response\ResponseFactoryInterfaceValueResolver' shared service.
  51938.      *
  51939.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  51940.      */
  51941.     protected function getResponseFactoryInterfaceValueResolverService()
  51942.     {
  51943.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  51944.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  51945.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/ResponseFactoryInterfaceValueResolver.php';
  51946.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/ResponseFactoryRegistry.php';
  51947.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/ResponseFactoryInterface.php';
  51948.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/Type/JsonFactoryBase.php';
  51949.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/Type/Api/JsonApiType.php';
  51950.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Serializer/JsonApiEncoder.php';
  51951.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/Type/Api/JsonType.php';
  51952.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Api\\StructEncoder'] ?? $this->getStructEncoderService());
  51953.         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))));
  51954.     }
  51955.     /**
  51956.      * Gets the private 'debug.Shopware\Core\Framework\Routing\Annotation\CriteriaValueResolver' shared service.
  51957.      *
  51958.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  51959.      */
  51960.     protected function getCriteriaValueResolverService()
  51961.     {
  51962.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  51963.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  51964.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/Annotation/CriteriaValueResolver.php';
  51965.         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))));
  51966.     }
  51967.     /**
  51968.      * Gets the private 'debug.Shopware\Core\Framework\Routing\QueryDataBagResolver' shared service.
  51969.      *
  51970.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  51971.      */
  51972.     protected function getQueryDataBagResolverService()
  51973.     {
  51974.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  51975.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  51976.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/QueryDataBagResolver.php';
  51977.         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))));
  51978.     }
  51979.     /**
  51980.      * Gets the private 'debug.Shopware\Core\Framework\Routing\RequestDataBagResolver' shared service.
  51981.      *
  51982.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  51983.      */
  51984.     protected function getRequestDataBagResolverService()
  51985.     {
  51986.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  51987.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  51988.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RequestDataBagResolver.php';
  51989.         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))));
  51990.     }
  51991.     /**
  51992.      * Gets the private 'debug.Shopware\Core\System\SalesChannel\Context\SalesChannelContextValueResolver' shared service.
  51993.      *
  51994.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  51995.      */
  51996.     protected function getSalesChannelContextValueResolverService()
  51997.     {
  51998.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  51999.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  52000.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextValueResolver.php';
  52001.         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))));
  52002.     }
  52003.     /**
  52004.      * Gets the private 'debug.argument_resolver.default' shared service.
  52005.      *
  52006.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  52007.      */
  52008.     protected function getDebug_ArgumentResolver_DefaultService()
  52009.     {
  52010.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  52011.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  52012.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  52013.         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))));
  52014.     }
  52015.     /**
  52016.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  52017.      *
  52018.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  52019.      */
  52020.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  52021.     {
  52022.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  52023.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  52024.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  52025.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.VSsozr1'] ?? $this->get_ServiceLocator_VSsozr1Service())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  52026.     }
  52027.     /**
  52028.      * Gets the private 'debug.argument_resolver.request' shared service.
  52029.      *
  52030.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  52031.      */
  52032.     protected function getDebug_ArgumentResolver_RequestService()
  52033.     {
  52034.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  52035.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  52036.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  52037.         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))));
  52038.     }
  52039.     /**
  52040.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  52041.      *
  52042.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  52043.      */
  52044.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  52045.     {
  52046.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  52047.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  52048.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  52049.         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))));
  52050.     }
  52051.     /**
  52052.      * Gets the private 'debug.argument_resolver.service' shared service.
  52053.      *
  52054.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  52055.      */
  52056.     protected function getDebug_ArgumentResolver_ServiceService()
  52057.     {
  52058.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  52059.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  52060.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  52061.         $a = ($this->privates['.service_locator.VSsozr1'] ?? $this->get_ServiceLocator_VSsozr1Service());
  52062.         if (isset($this->privates['debug.argument_resolver.service'])) {
  52063.             return $this->privates['debug.argument_resolver.service'];
  52064.         }
  52065.         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))));
  52066.     }
  52067.     /**
  52068.      * Gets the private 'debug.argument_resolver.session' shared service.
  52069.      *
  52070.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  52071.      */
  52072.     protected function getDebug_ArgumentResolver_SessionService()
  52073.     {
  52074.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  52075.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  52076.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  52077.         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))));
  52078.     }
  52079.     /**
  52080.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  52081.      *
  52082.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  52083.      */
  52084.     protected function getDebug_ArgumentResolver_VariadicService()
  52085.     {
  52086.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  52087.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  52088.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  52089.         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))));
  52090.     }
  52091.     /**
  52092.      * Gets the private 'debug.debug_handlers_listener' shared service.
  52093.      *
  52094.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  52095.      */
  52096.     protected function getDebug_DebugHandlersListenerService()
  52097.     {
  52098.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  52099.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  52100.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  52101.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  52102.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  52103.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  52104.     }
  52105.     /**
  52106.      * Gets the private 'debug.dump_listener' shared service.
  52107.      *
  52108.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  52109.      */
  52110.     protected function getDebug_DumpListenerService()
  52111.     {
  52112.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  52113.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  52114.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  52115.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  52116.         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);
  52117.     }
  52118.     /**
  52119.      * Gets the private 'debug.file_link_formatter' shared service.
  52120.      *
  52121.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  52122.      */
  52123.     protected function getDebug_FileLinkFormatterService()
  52124.     {
  52125.         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 () {
  52126.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  52127.         });
  52128.     }
  52129.     /**
  52130.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  52131.      *
  52132.      * @return \string
  52133.      */
  52134.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  52135.     {
  52136.         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');
  52137.     }
  52138.     /**
  52139.      * Gets the private 'debug.log_processor' shared service.
  52140.      *
  52141.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  52142.      */
  52143.     protected function getDebug_LogProcessorService()
  52144.     {
  52145.         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())));
  52146.     }
  52147.     /**
  52148.      * Gets the private 'debug.validator' shared service.
  52149.      *
  52150.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  52151.      */
  52152.     protected function getDebug_ValidatorService()
  52153.     {
  52154.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  52155.         if (isset($this->privates['debug.validator'])) {
  52156.             return $this->privates['debug.validator'];
  52157.         }
  52158.         return $this->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  52159.     }
  52160.     /**
  52161.      * Gets the private 'enqueue.client.consume_command' shared service.
  52162.      *
  52163.      * @return \Enqueue\Symfony\Client\ConsumeCommand
  52164.      */
  52165.     protected function getEnqueue_Client_ConsumeCommandService()
  52166.     {
  52167.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  52168.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/LimitsExtensionsCommandTrait.php';
  52169.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/SetupBrokerExtensionCommandTrait.php';
  52170.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/QueueConsumerOptionsCommandTrait.php';
  52171.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/ChooseLoggerCommandTrait.php';
  52172.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/ConsumeCommand.php';
  52173.         $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');
  52174.         $instance->setName('enqueue:consume');
  52175.         return $instance;
  52176.     }
  52177.     /**
  52178.      * Gets the private 'enqueue.client.default.context' shared service.
  52179.      *
  52180.      * @return \Interop\Queue\Context
  52181.      */
  52182.     protected function getEnqueue_Client_Default_ContextService()
  52183.     {
  52184.         return $this->privates['enqueue.client.default.context'] = ($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService())->getContext();
  52185.     }
  52186.     /**
  52187.      * Gets the private 'enqueue.client.default.delegate_processor' shared service.
  52188.      *
  52189.      * @return \Enqueue\Client\DelegateProcessor
  52190.      */
  52191.     protected function getEnqueue_Client_Default_DelegateProcessorService()
  52192.     {
  52193.         include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/Processor.php';
  52194.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DelegateProcessor.php';
  52195.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/ProcessorRegistryInterface.php';
  52196.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/ContainerProcessorRegistry.php';
  52197.         return $this->privates['enqueue.client.default.delegate_processor'] = new \Enqueue\Client\DelegateProcessor(new \Enqueue\Symfony\ContainerProcessorRegistry((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  52198.             'enqueue.client.default.router_processor' => ['privates''enqueue.client.default.router_processor''getEnqueue_Client_Default_RouterProcessorService'false],
  52199.         ], [
  52200.             'enqueue.client.default.router_processor' => '?',
  52201.         ]))->withContext('enqueue.client.default.processor_registry'$this)));
  52202.     }
  52203.     /**
  52204.      * Gets the private 'enqueue.client.default.driver' shared service.
  52205.      *
  52206.      * @return \Enqueue\Client\DriverInterface
  52207.      */
  52208.     protected function getEnqueue_Client_Default_DriverService()
  52209.     {
  52210.         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([]));
  52211.     }
  52212.     /**
  52213.      * Gets the private 'enqueue.client.default.flush_spool_producer_listener' shared service.
  52214.      *
  52215.      * @return \Enqueue\Symfony\Client\FlushSpoolProducerListener
  52216.      */
  52217.     protected function getEnqueue_Client_Default_FlushSpoolProducerListenerService()
  52218.     {
  52219.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/FlushSpoolProducerListener.php';
  52220.         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()));
  52221.     }
  52222.     /**
  52223.      * Gets the private 'enqueue.client.default.lazy_producer' shared service.
  52224.      *
  52225.      * @return \Enqueue\Symfony\Client\LazyProducer
  52226.      */
  52227.     protected function getEnqueue_Client_Default_LazyProducerService()
  52228.     {
  52229.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/LazyProducer.php';
  52230.         return $this->privates['enqueue.client.default.lazy_producer'] = new \Enqueue\Symfony\Client\LazyProducer(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  52231.             'enqueue.client.default.producer' => ['services''enqueue.client.default.producer''getEnqueue_Client_Default_ProducerService'false],
  52232.         ], [
  52233.             'enqueue.client.default.producer' => '?',
  52234.         ]), 'enqueue.client.default.producer');
  52235.     }
  52236.     /**
  52237.      * Gets the private 'enqueue.client.default.queue_consumer' shared service.
  52238.      *
  52239.      * @return \Enqueue\Consumption\QueueConsumer
  52240.      */
  52241.     protected function getEnqueue_Client_Default_QueueConsumerService()
  52242.     {
  52243.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumerInterface.php';
  52244.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumer.php';
  52245.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/StartExtensionInterface.php';
  52246.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreSubscribeExtensionInterface.php';
  52247.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreConsumeExtensionInterface.php';
  52248.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageReceivedExtensionInterface.php';
  52249.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostMessageReceivedExtensionInterface.php';
  52250.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageResultExtensionInterface.php';
  52251.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ProcessorExceptionExtensionInterface.php';
  52252.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostConsumeExtensionInterface.php';
  52253.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/EndExtensionInterface.php';
  52254.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/InitLoggerExtensionInterface.php';
  52255.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ExtensionInterface.php';
  52256.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ChainExtension.php';
  52257.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ConsumptionExtension/SetRouterPropertiesExtension.php';
  52258.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ConsumptionExtension/ExclusiveCommandExtension.php';
  52259.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ConsumptionExtension/FlushSpoolProducerExtension.php';
  52260.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/SignalExtension.php';
  52261.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/ReplyExtension.php';
  52262.         $a = ($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService());
  52263.         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->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 1000);
  52264.     }
  52265.     /**
  52266.      * Gets the private 'enqueue.client.default.router_processor' shared service.
  52267.      *
  52268.      * @return \Enqueue\Client\RouterProcessor
  52269.      */
  52270.     protected function getEnqueue_Client_Default_RouterProcessorService()
  52271.     {
  52272.         include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/Processor.php';
  52273.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/RouterProcessor.php';
  52274.         return $this->privates['enqueue.client.default.router_processor'] = new \Enqueue\Client\RouterProcessor(($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService()));
  52275.     }
  52276.     /**
  52277.      * Gets the private 'enqueue.client.default.spool_producer' shared service.
  52278.      *
  52279.      * @return \Enqueue\Client\SpoolProducer
  52280.      */
  52281.     protected function getEnqueue_Client_Default_SpoolProducerService()
  52282.     {
  52283.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/SpoolProducer.php';
  52284.         return $this->privates['enqueue.client.default.spool_producer'] = new \Enqueue\Client\SpoolProducer(($this->privates['enqueue.client.default.lazy_producer'] ?? $this->getEnqueue_Client_Default_LazyProducerService()));
  52285.     }
  52286.     /**
  52287.      * Gets the private 'enqueue.client.produce_command' shared service.
  52288.      *
  52289.      * @return \Enqueue\Symfony\Client\ProduceCommand
  52290.      */
  52291.     protected function getEnqueue_Client_ProduceCommandService()
  52292.     {
  52293.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  52294.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/ProduceCommand.php';
  52295.         $this->privates['enqueue.client.produce_command'] = $instance = new \Enqueue\Symfony\Client\ProduceCommand(($this->privates['enqueue.locator'] ?? $this->getEnqueue_LocatorService()), 'default''enqueue.client.%s.producer');
  52296.         $instance->setName('enqueue:produce');
  52297.         return $instance;
  52298.     }
  52299.     /**
  52300.      * Gets the private 'enqueue.client.routes_command' shared service.
  52301.      *
  52302.      * @return \Enqueue\Symfony\Client\RoutesCommand
  52303.      */
  52304.     protected function getEnqueue_Client_RoutesCommandService()
  52305.     {
  52306.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  52307.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/RoutesCommand.php';
  52308.         $this->privates['enqueue.client.routes_command'] = $instance = new \Enqueue\Symfony\Client\RoutesCommand(($this->privates['enqueue.locator'] ?? $this->getEnqueue_LocatorService()), 'default''enqueue.client.%s.driver');
  52309.         $instance->setName('enqueue:routes');
  52310.         return $instance;
  52311.     }
  52312.     /**
  52313.      * Gets the private 'enqueue.client.setup_broker_command' shared service.
  52314.      *
  52315.      * @return \Enqueue\Symfony\Client\SetupBrokerCommand
  52316.      */
  52317.     protected function getEnqueue_Client_SetupBrokerCommandService()
  52318.     {
  52319.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  52320.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/SetupBrokerCommand.php';
  52321.         $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');
  52322.         $instance->setName('enqueue:setup-broker');
  52323.         return $instance;
  52324.     }
  52325.     /**
  52326.      * Gets the private 'enqueue.locator' shared service.
  52327.      *
  52328.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  52329.      */
  52330.     protected function getEnqueue_LocatorService()
  52331.     {
  52332.         return $this->privates['enqueue.locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  52333.             'enqueue.client.default.delegate_processor' => ['privates''enqueue.client.default.delegate_processor''getEnqueue_Client_Default_DelegateProcessorService'false],
  52334.             'enqueue.client.default.driver' => ['privates''enqueue.client.default.driver''getEnqueue_Client_Default_DriverService'false],
  52335.             'enqueue.client.default.producer' => ['privates''enqueue.client.default.lazy_producer''getEnqueue_Client_Default_LazyProducerService'false],
  52336.             'enqueue.client.default.queue_consumer' => ['privates''enqueue.client.default.queue_consumer''getEnqueue_Client_Default_QueueConsumerService'false],
  52337.             'enqueue.transport.default.context' => ['privates''enqueue.transport.default.context''getEnqueue_Transport_Default_ContextService'false],
  52338.             'enqueue.transport.default.processor_registry' => ['privates''enqueue.transport.default.processor_registry''getEnqueue_Transport_Default_ProcessorRegistryService'false],
  52339.             'enqueue.transport.default.queue_consumer' => ['privates''enqueue.transport.default.queue_consumer''getEnqueue_Transport_Default_QueueConsumerService'false],
  52340.         ], [
  52341.             'enqueue.client.default.delegate_processor' => '?',
  52342.             'enqueue.client.default.driver' => '?',
  52343.             'enqueue.client.default.producer' => '?',
  52344.             'enqueue.client.default.queue_consumer' => '?',
  52345.             'enqueue.transport.default.context' => '?',
  52346.             'enqueue.transport.default.processor_registry' => '?',
  52347.             'enqueue.transport.default.queue_consumer' => '?',
  52348.         ]);
  52349.     }
  52350.     /**
  52351.      * Gets the private 'enqueue.messenger_transport.factory' shared service.
  52352.      *
  52353.      * @return \Enqueue\MessengerAdapter\QueueInteropTransportFactory
  52354.      */
  52355.     protected function getEnqueue_MessengerTransport_FactoryService()
  52356.     {
  52357.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  52358.         include_once \dirname(__DIR__4).'/vendor/sroze/messenger-enqueue-transport/QueueInteropTransportFactory.php';
  52359.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  52360.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  52361.         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);
  52362.     }
  52363.     /**
  52364.      * Gets the private 'enqueue.transport.consume_command' shared service.
  52365.      *
  52366.      * @return \Enqueue\Symfony\Consumption\ConfigurableConsumeCommand
  52367.      */
  52368.     protected function getEnqueue_Transport_ConsumeCommandService()
  52369.     {
  52370.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  52371.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/LimitsExtensionsCommandTrait.php';
  52372.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/QueueConsumerOptionsCommandTrait.php';
  52373.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/ChooseLoggerCommandTrait.php';
  52374.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/ConfigurableConsumeCommand.php';
  52375.         $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');
  52376.         $instance->setName('enqueue:transport:consume');
  52377.         return $instance;
  52378.     }
  52379.     /**
  52380.      * Gets the private 'enqueue.transport.default.connection_factory' shared service.
  52381.      *
  52382.      * @return \Interop\Queue\ConnectionFactory
  52383.      */
  52384.     protected function getEnqueue_Transport_Default_ConnectionFactoryService()
  52385.     {
  52386.         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:']);
  52387.     }
  52388.     /**
  52389.      * Gets the private 'enqueue.transport.default.context' shared service.
  52390.      *
  52391.      * @return \Interop\Queue\Context
  52392.      */
  52393.     protected function getEnqueue_Transport_Default_ContextService()
  52394.     {
  52395.         return $this->privates['enqueue.transport.default.context'] = ($this->privates['enqueue.transport.default.connection_factory'] ?? $this->getEnqueue_Transport_Default_ConnectionFactoryService())->createContext();
  52396.     }
  52397.     /**
  52398.      * Gets the private 'enqueue.transport.default.processor_registry' shared service.
  52399.      *
  52400.      * @return \Enqueue\Symfony\ContainerProcessorRegistry
  52401.      */
  52402.     protected function getEnqueue_Transport_Default_ProcessorRegistryService()
  52403.     {
  52404.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/ProcessorRegistryInterface.php';
  52405.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/ContainerProcessorRegistry.php';
  52406.         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));
  52407.     }
  52408.     /**
  52409.      * Gets the private 'enqueue.transport.default.queue_consumer' shared service.
  52410.      *
  52411.      * @return \Enqueue\Consumption\QueueConsumer
  52412.      */
  52413.     protected function getEnqueue_Transport_Default_QueueConsumerService()
  52414.     {
  52415.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumerInterface.php';
  52416.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumer.php';
  52417.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/StartExtensionInterface.php';
  52418.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreSubscribeExtensionInterface.php';
  52419.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreConsumeExtensionInterface.php';
  52420.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageReceivedExtensionInterface.php';
  52421.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostMessageReceivedExtensionInterface.php';
  52422.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageResultExtensionInterface.php';
  52423.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ProcessorExceptionExtensionInterface.php';
  52424.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostConsumeExtensionInterface.php';
  52425.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/EndExtensionInterface.php';
  52426.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/InitLoggerExtensionInterface.php';
  52427.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ExtensionInterface.php';
  52428.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ChainExtension.php';
  52429.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/LogExtension.php';
  52430.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/SignalExtension.php';
  52431.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/ReplyExtension.php';
  52432.         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->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 1000);
  52433.     }
  52434.     /**
  52435.      * Gets the private 'error_handler.error_renderer.html' shared service.
  52436.      *
  52437.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  52438.      */
  52439.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  52440.     {
  52441.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  52442.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  52443.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  52444.         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->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  52445.     }
  52446.     /**
  52447.      * Gets the private 'esi_listener' shared service.
  52448.      *
  52449.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  52450.      */
  52451.     protected function getEsiListenerService()
  52452.     {
  52453.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  52454.     }
  52455.     /**
  52456.      * Gets the private 'exception_listener' shared service.
  52457.      *
  52458.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  52459.      */
  52460.     protected function getExceptionListenerService()
  52461.     {
  52462.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  52463.     }
  52464.     /**
  52465.      * Gets the private 'fragment.listener' shared service.
  52466.      *
  52467.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  52468.      */
  52469.     protected function getFragment_ListenerService()
  52470.     {
  52471.         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');
  52472.     }
  52473.     /**
  52474.      * Gets the private 'fragment.renderer.esi' shared service.
  52475.      *
  52476.      * @return \Symfony\Component\HttpKernel\Fragment\EsiFragmentRenderer
  52477.      */
  52478.     protected function getFragment_Renderer_EsiService()
  52479.     {
  52480.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  52481.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  52482.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php';
  52483.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/EsiFragmentRenderer.php';
  52484.         $a = ($this->privates['fragment.renderer.inline'] ?? $this->getFragment_Renderer_InlineService());
  52485.         if (isset($this->privates['fragment.renderer.esi'])) {
  52486.             return $this->privates['fragment.renderer.esi'];
  52487.         }
  52488.         $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')))));
  52489.         $instance->setFragmentPath('/_fragment');
  52490.         return $instance;
  52491.     }
  52492.     /**
  52493.      * Gets the private 'fragment.renderer.hinclude' shared service.
  52494.      *
  52495.      * @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer
  52496.      */
  52497.     protected function getFragment_Renderer_HincludeService()
  52498.     {
  52499.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  52500.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  52501.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php';
  52502.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  52503.         if (isset($this->privates['fragment.renderer.hinclude'])) {
  52504.             return $this->privates['fragment.renderer.hinclude'];
  52505.         }
  52506.         $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);
  52507.         $instance->setFragmentPath('/_fragment');
  52508.         return $instance;
  52509.     }
  52510.     /**
  52511.      * Gets the private 'fragment.renderer.inline' shared service.
  52512.      *
  52513.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  52514.      */
  52515.     protected function getFragment_Renderer_InlineService()
  52516.     {
  52517.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  52518.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  52519.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  52520.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  52521.         if (isset($this->privates['fragment.renderer.inline'])) {
  52522.             return $this->privates['fragment.renderer.inline'];
  52523.         }
  52524.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  52525.         if (isset($this->privates['fragment.renderer.inline'])) {
  52526.             return $this->privates['fragment.renderer.inline'];
  52527.         }
  52528.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  52529.         $instance->setFragmentPath('/_fragment');
  52530.         return $instance;
  52531.     }
  52532.     /**
  52533.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  52534.      *
  52535.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  52536.      */
  52537.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  52538.     {
  52539.         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);
  52540.     }
  52541.     /**
  52542.      * Gets the private 'kernel.bundles' shared service.
  52543.      *
  52544.      * @return \Iterator
  52545.      */
  52546.     protected function getKernel_BundlesService()
  52547.     {
  52548.         return $this->privates['kernel.bundles'] = ($this->services['kernel'] ?? $this->get('kernel'1))->getBundles();
  52549.     }
  52550.     /**
  52551.      * Gets the private 'locale_aware_listener' shared service.
  52552.      *
  52553.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  52554.      */
  52555.     protected function getLocaleAwareListenerService()
  52556.     {
  52557.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  52558.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en-GB')));
  52559.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  52560.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  52561.     }
  52562.     /**
  52563.      * Gets the private 'locale_listener' shared service.
  52564.      *
  52565.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  52566.      */
  52567.     protected function getLocaleListenerService()
  52568.     {
  52569.         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, []);
  52570.     }
  52571.     /**
  52572.      * Gets the private 'lock.default.factory' shared service.
  52573.      *
  52574.      * @return \Symfony\Component\Lock\LockFactory
  52575.      */
  52576.     protected function getLock_Default_FactoryService()
  52577.     {
  52578.         $this->privates['lock.default.factory'] = $instance = new \Symfony\Component\Lock\LockFactory(\Symfony\Component\Lock\Store\StoreFactory::createStore('semaphore'));
  52579.         $a = new \Symfony\Bridge\Monolog\Logger('lock');
  52580.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  52581.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  52582.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  52583.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  52584.         $instance->setLogger($a);
  52585.         return $instance;
  52586.     }
  52587.     /**
  52588.      * Gets the private 'mailer.messenger.message_handler' shared service.
  52589.      *
  52590.      * @return \Symfony\Component\Mailer\Messenger\MessageHandler
  52591.      */
  52592.     protected function getMailer_Messenger_MessageHandlerService()
  52593.     {
  52594.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  52595.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  52596.         if (isset($this->privates['mailer.messenger.message_handler'])) {
  52597.             return $this->privates['mailer.messenger.message_handler'];
  52598.         }
  52599.         return $this->privates['mailer.messenger.message_handler'] = new \Symfony\Component\Mailer\Messenger\MessageHandler($a);
  52600.     }
  52601.     /**
  52602.      * Gets the private 'mailer.transport_factory.native' shared service.
  52603.      *
  52604.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  52605.      */
  52606.     protected function getMailer_TransportFactory_NativeService()
  52607.     {
  52608.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  52609.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  52610.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  52611.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  52612.         if (isset($this->privates['mailer.transport_factory.native'])) {
  52613.             return $this->privates['mailer.transport_factory.native'];
  52614.         }
  52615.         return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  52616.     }
  52617.     /**
  52618.      * Gets the private 'mailer.transport_factory.null' shared service.
  52619.      *
  52620.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  52621.      */
  52622.     protected function getMailer_TransportFactory_NullService()
  52623.     {
  52624.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  52625.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  52626.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  52627.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  52628.         if (isset($this->privates['mailer.transport_factory.null'])) {
  52629.             return $this->privates['mailer.transport_factory.null'];
  52630.         }
  52631.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  52632.     }
  52633.     /**
  52634.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  52635.      *
  52636.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  52637.      */
  52638.     protected function getMailer_TransportFactory_SendmailService()
  52639.     {
  52640.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  52641.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  52642.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  52643.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  52644.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  52645.             return $this->privates['mailer.transport_factory.sendmail'];
  52646.         }
  52647.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  52648.     }
  52649.     /**
  52650.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  52651.      *
  52652.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  52653.      */
  52654.     protected function getMailer_TransportFactory_SmtpService()
  52655.     {
  52656.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  52657.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  52658.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  52659.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  52660.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  52661.             return $this->privates['mailer.transport_factory.smtp'];
  52662.         }
  52663.         return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory($aNULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  52664.     }
  52665.     /**
  52666.      * Gets the private 'mailer.transports' shared service.
  52667.      *
  52668.      * @return \Symfony\Component\Mailer\Transport\Transports
  52669.      */
  52670.     protected function getMailer_TransportsService()
  52671.     {
  52672.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  52673.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  52674.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  52675.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailerTransportFactory.php';
  52676.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailAttachmentsBuilder.php';
  52677.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  52678.         if (isset($this->privates['mailer.transports'])) {
  52679.             return $this->privates['mailer.transports'];
  52680.         }
  52681.         $b = ($this->privates['Shopware\\Core\\Content\\Media\\MediaService'] ?? $this->getMediaServiceService());
  52682.         if (isset($this->privates['mailer.transports'])) {
  52683.             return $this->privates['mailer.transports'];
  52684.         }
  52685.         $c = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  52686.         if (isset($this->privates['mailer.transports'])) {
  52687.             return $this->privates['mailer.transports'];
  52688.         }
  52689.         $d = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  52690.         if (isset($this->privates['mailer.transports'])) {
  52691.             return $this->privates['mailer.transports'];
  52692.         }
  52693.         $e = ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'] ?? $this->getDocumentGeneratorService());
  52694.         if (isset($this->privates['mailer.transports'])) {
  52695.             return $this->privates['mailer.transports'];
  52696.         }
  52697.         $f = ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentService'] ?? $this->getDocumentServiceService());
  52698.         if (isset($this->privates['mailer.transports'])) {
  52699.             return $this->privates['mailer.transports'];
  52700.         }
  52701.         return $this->privates['mailer.transports'] = (new \Shopware\Core\Content\Mail\Service\MailerTransportFactory(new RewindableGenerator(function () {
  52702.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  52703.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  52704.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  52705.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  52706.         }, 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')]);
  52707.     }
  52708.     /**
  52709.      * Gets the private 'messenger.bus.shopware.middleware.handle_message' shared service.
  52710.      *
  52711.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  52712.      */
  52713.     protected function getMessenger_Bus_Shopware_Middleware_HandleMessageService()
  52714.     {
  52715.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  52716.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  52717.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  52718.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  52719.         $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 () {
  52720.             yield => ($this->privates['.messenger.handler_descriptor.h1gRAD1'] ?? $this->get_Messenger_HandlerDescriptor_H1gRAD1Service());
  52721.         }, 1), 'Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTask' => new RewindableGenerator(function () {
  52722.             yield => ($this->privates['.messenger.handler_descriptor.aM76mVQ'] ?? $this->get_Messenger_HandlerDescriptor_AM76mVQService());
  52723.         }, 1), 'Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFolders' => new RewindableGenerator(function () {
  52724.             yield => ($this->privates['.messenger.handler_descriptor.goUFZIo'] ?? $this->get_Messenger_HandlerDescriptor_GoUFZIoService());
  52725.         }, 1), 'Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsMessage' => new RewindableGenerator(function () {
  52726.             yield => ($this->privates['.messenger.handler_descriptor.6a6vTR.'] ?? $this->get_Messenger_HandlerDescriptor_6a6vTR_Service());
  52727.         }, 1), 'Shopware\\Core\\Content\\Media\\Message\\UpdateThumbnailsMessage' => new RewindableGenerator(function () {
  52728.             yield => ($this->privates['.messenger.handler_descriptor.88lOdtC'] ?? $this->get_Messenger_HandlerDescriptor_88lOdtCService());
  52729.         }, 1), 'Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask' => new RewindableGenerator(function () {
  52730.             yield => ($this->privates['.messenger.handler_descriptor.vN2QjSm'] ?? $this->get_Messenger_HandlerDescriptor_VN2QjSmService());
  52731.         }, 1), 'Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask' => new RewindableGenerator(function () {
  52732.             yield => ($this->privates['.messenger.handler_descriptor.bD1J5H6'] ?? $this->get_Messenger_HandlerDescriptor_BD1J5H6Service());
  52733.         }, 1), 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexingMessage' => new RewindableGenerator(function () {
  52734.             yield => ($this->privates['.messenger.handler_descriptor.2yo6BZJ'] ?? $this->get_Messenger_HandlerDescriptor_2yo6BZJService());
  52735.         }, 1), 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\MessageQueue\\IterateEntityIndexerMessage' => new RewindableGenerator(function () {
  52736.             yield => ($this->privates['.messenger.handler_descriptor.hq66vfV'] ?? $this->get_Messenger_HandlerDescriptor_Hq66vfVService());
  52737.         }, 1), 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTask' => new RewindableGenerator(function () {
  52738.             yield => ($this->privates['.messenger.handler_descriptor.n5_pcyU'] ?? $this->get_Messenger_HandlerDescriptor_N5PcyUService());
  52739.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\Message\\EncryptedMessage' => new RewindableGenerator(function () {
  52740.             yield => ($this->privates['.messenger.handler_descriptor.W5d8anj'] ?? $this->get_Messenger_HandlerDescriptor_W5d8anjService());
  52741.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\Message\\RetryMessage' => new RewindableGenerator(function () {
  52742.             yield => ($this->privates['.messenger.handler_descriptor.rvKU_JQ'] ?? $this->get_Messenger_HandlerDescriptor_RvKUJQService());
  52743.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\Message\\SleepMessage' => new RewindableGenerator(function () {
  52744.             yield => ($this->privates['.messenger.handler_descriptor.6XWr01B'] ?? $this->get_Messenger_HandlerDescriptor_6XWr01BService());
  52745.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask' => new RewindableGenerator(function () {
  52746.             yield => ($this->privates['.messenger.handler_descriptor.BzkW.st'] ?? $this->get_Messenger_HandlerDescriptor_BzkW_StService());
  52747.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskMessage' => new RewindableGenerator(function () {
  52748.             yield => ($this->privates['.messenger.handler_descriptor.dVP21hY'] ?? $this->get_Messenger_HandlerDescriptor_DVP21hYService());
  52749.         }, 1), 'Shopware\\Core\\Framework\\Webhook\\Message\\WebhookEventMessage' => new RewindableGenerator(function () {
  52750.             yield => ($this->privates['.messenger.handler_descriptor.Z5qzcmD'] ?? $this->get_Messenger_HandlerDescriptor_Z5qzcmDService());
  52751.         }, 1), 'Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTask' => new RewindableGenerator(function () {
  52752.             yield => ($this->privates['.messenger.handler_descriptor._mx1WXF'] ?? $this->get_Messenger_HandlerDescriptor_Mx1WXFService());
  52753.         }, 1), 'Shopware\\Core\\Content\\Media\\Message\\DeleteFileMessage' => new RewindableGenerator(function () {
  52754.             yield => ($this->privates['.messenger.handler_descriptor.TaMu3bd'] ?? $this->get_Messenger_HandlerDescriptor_TaMu3bdService());
  52755.         }, 1), 'Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask' => new RewindableGenerator(function () {
  52756.             yield => ($this->privates['.messenger.handler_descriptor.vhvNn_P'] ?? $this->get_Messenger_HandlerDescriptor_VhvNnPService());
  52757.         }, 1), 'Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTask' => new RewindableGenerator(function () {
  52758.             yield => ($this->privates['.messenger.handler_descriptor.wUKKx8c'] ?? $this->get_Messenger_HandlerDescriptor_WUKKx8cService());
  52759.         }, 1), 'Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask' => new RewindableGenerator(function () {
  52760.             yield => ($this->privates['.messenger.handler_descriptor.6kBcctU'] ?? $this->get_Messenger_HandlerDescriptor_6kBcctUService());
  52761.         }, 1), 'Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTask' => new RewindableGenerator(function () {
  52762.             yield => ($this->privates['.messenger.handler_descriptor.zfOhFjq'] ?? $this->get_Messenger_HandlerDescriptor_ZfOhFjqService());
  52763.         }, 1), 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTask' => new RewindableGenerator(function () {
  52764.             yield => ($this->privates['.messenger.handler_descriptor.wYSIMNj'] ?? $this->get_Messenger_HandlerDescriptor_WYSIMNjService());
  52765.         }, 1), 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGeneration' => new RewindableGenerator(function () {
  52766.             yield => ($this->privates['.messenger.handler_descriptor.4htA3jl'] ?? $this->get_Messenger_HandlerDescriptor_4htA3jlService());
  52767.         }, 1), 'Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportMessage' => new RewindableGenerator(function () {
  52768.             yield => ($this->privates['.messenger.handler_descriptor.Sx4TzkJ'] ?? $this->get_Messenger_HandlerDescriptor_Sx4TzkJService());
  52769.         }, 1), 'Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileMessage' => new RewindableGenerator(function () {
  52770.             yield => ($this->privates['.messenger.handler_descriptor.3.rzR14'] ?? $this->get_Messenger_HandlerDescriptor_3_RzR14Service());
  52771.         }, 1), 'Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTask' => new RewindableGenerator(function () {
  52772.             yield => ($this->privates['.messenger.handler_descriptor.yKXilMm'] ?? $this->get_Messenger_HandlerDescriptor_YKXilMmService());
  52773.         }, 1), 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTask' => new RewindableGenerator(function () {
  52774.             yield => ($this->privates['.messenger.handler_descriptor.RWDR7vF'] ?? $this->get_Messenger_HandlerDescriptor_RWDR7vFService());
  52775.         }, 1), 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapMessage' => new RewindableGenerator(function () {
  52776.             yield => ($this->privates['.messenger.handler_descriptor.z290ooz'] ?? $this->get_Messenger_HandlerDescriptor_Z290oozService());
  52777.         }, 1), 'Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTask' => new RewindableGenerator(function () {
  52778.             yield => ($this->privates['.messenger.handler_descriptor.D8Msq11'] ?? $this->get_Messenger_HandlerDescriptor_D8Msq11Service());
  52779.         }, 1), 'Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\WarmUpMessage' => new RewindableGenerator(function () {
  52780.             yield => ($this->privates['.messenger.handler_descriptor.9FtfQXI'] ?? $this->get_Messenger_HandlerDescriptor_9FtfQXIService());
  52781.         }, 1), 'Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTask' => new RewindableGenerator(function () {
  52782.             yield => ($this->privates['.messenger.handler_descriptor.RaXVyBY'] ?? $this->get_Messenger_HandlerDescriptor_RaXVyBYService());
  52783.         }, 1), 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexingMessage' => new RewindableGenerator(function () {
  52784.             yield => ($this->privates['.messenger.handler_descriptor.9zA2HRZ'] ?? $this->get_Messenger_HandlerDescriptor_9zA2HRZService());
  52785.         }, 1), 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchLanguageIndexIteratorMessage' => new RewindableGenerator(function () {
  52786.             yield => ($this->privates['.messenger.handler_descriptor.ZFmY.qW'] ?? $this->get_Messenger_HandlerDescriptor_ZFmY_QWService());
  52787.         }, 1), 'Shopware\\Elasticsearch\\Admin\\AdminSearchIndexingMessage' => new RewindableGenerator(function () {
  52788.             yield => ($this->privates['.messenger.handler_descriptor.blq.UUc'] ?? $this->get_Messenger_HandlerDescriptor_Blq_UUcService());
  52789.         }, 1), 'Swag\\CustomizedProducts\\Template\\ScheduledTask\\CleanVersionsTask' => new RewindableGenerator(function () {
  52790.             yield => ($this->privates['.messenger.handler_descriptor.70X32gL'] ?? $this->get_Messenger_HandlerDescriptor_70X32gLService());
  52791.         }, 1), 'Swag\\CustomizedProducts\\Template\\Message\\GenerateDecisionTreeMessage' => new RewindableGenerator(function () {
  52792.             yield => ($this->privates['.messenger.handler_descriptor.e5GSK65'] ?? $this->get_Messenger_HandlerDescriptor_E5GSK65Service());
  52793.         }, 1), 'SwagMigrationAssistant\\Migration\\MessageQueue\\Message\\ProcessMediaMessage' => new RewindableGenerator(function () {
  52794.             yield => ($this->privates['.messenger.handler_descriptor.uhLObtn'] ?? $this->get_Messenger_HandlerDescriptor_UhLObtnService());
  52795.         }, 1), 'SwagMigrationAssistant\\Migration\\MessageQueue\\Message\\CleanupMigrationMessage' => new RewindableGenerator(function () {
  52796.             yield => ($this->privates['.messenger.handler_descriptor.NsPWeMd'] ?? $this->get_Messenger_HandlerDescriptor_NsPWeMdService());
  52797.         }, 1), 'Weedesign\\Images2WebP\\Service\\ScheduledTask\\GenerateMedia' => new RewindableGenerator(function () {
  52798.             yield => ($this->privates['.messenger.handler_descriptor.ZIjBpo6'] ?? $this->get_Messenger_HandlerDescriptor_ZIjBpo6Service());
  52799.         }, 1), 'Cbax\\ModulAnalytics\\ScheduledTask\\Analytics' => new RewindableGenerator(function () {
  52800.             yield => ($this->privates['.messenger.handler_descriptor.U_6ttgF'] ?? $this->get_Messenger_HandlerDescriptor_U6ttgFService());
  52801.         }, 1), 'Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTask' => new RewindableGenerator(function () {
  52802.             yield => ($this->privates['.messenger.handler_descriptor.0Tu9xxE'] ?? $this->get_Messenger_HandlerDescriptor_0Tu9xxEService());
  52803.         }, 1), 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\CloneVisibilityMessage' => new RewindableGenerator(function () {
  52804.             yield => ($this->privates['.messenger.handler_descriptor.I0UD7br'] ?? $this->get_Messenger_HandlerDescriptor_I0UD7brService());
  52805.         }, 1), 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\SyncManagerMessage' => new RewindableGenerator(function () {
  52806.             yield => ($this->privates['.messenger.handler_descriptor.ka59xCt'] ?? $this->get_Messenger_HandlerDescriptor_Ka59xCtService());
  52807.         }, 1), 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\Sync\\ProductSingleSyncMessage' => new RewindableGenerator(function () {
  52808.             yield => ($this->privates['.messenger.handler_descriptor.6KXPS1P'] ?? $this->get_Messenger_HandlerDescriptor_6KXPS1PService());
  52809.         }, 1), 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\Sync\\ProductVariantSyncMessage' => new RewindableGenerator(function () {
  52810.             yield => ($this->privates['.messenger.handler_descriptor.fTnptq7'] ?? $this->get_Messenger_HandlerDescriptor_FTnptq7Service());
  52811.         }, 1), 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\Sync\\ProductCleanupSyncMessage' => new RewindableGenerator(function () {
  52812.             yield => ($this->privates['.messenger.handler_descriptor.6yw2O.t'] ?? $this->get_Messenger_HandlerDescriptor_6yw2O_TService());
  52813.         }, 1), 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\Sync\\InventorySyncMessage' => new RewindableGenerator(function () {
  52814.             yield => ($this->privates['.messenger.handler_descriptor.vohgW1I'] ?? $this->get_Messenger_HandlerDescriptor_VohgW1IService());
  52815.         }, 1), 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\Sync\\ImageSyncMessage' => new RewindableGenerator(function () {
  52816.             yield => ($this->privates['.messenger.handler_descriptor.ex5cbt9'] ?? $this->get_Messenger_HandlerDescriptor_Ex5cbt9Service());
  52817.         }, 1), 'Swag\\PayPal\\Pos\\MessageQueue\\Message\\InventoryUpdateMessage' => new RewindableGenerator(function () {
  52818.             yield => ($this->privates['.messenger.handler_descriptor.FImPDsK'] ?? $this->get_Messenger_HandlerDescriptor_FImPDsKService());
  52819.         }, 1), 'Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTask' => new RewindableGenerator(function () {
  52820.             yield => ($this->privates['.messenger.handler_descriptor.jTJEFNe'] ?? $this->get_Messenger_HandlerDescriptor_JTJEFNeService());
  52821.         }, 1), 'Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTask' => new RewindableGenerator(function () {
  52822.             yield => ($this->privates['.messenger.handler_descriptor.u3lfLwH'] ?? $this->get_Messenger_HandlerDescriptor_U3lfLwHService());
  52823.         }, 1), 'Swag\\PayPal\\Pos\\Schedule\\InventorySyncTask' => new RewindableGenerator(function () {
  52824.             yield => ($this->privates['.messenger.handler_descriptor.xfSTNS5'] ?? $this->get_Messenger_HandlerDescriptor_XfSTNS5Service());
  52825.         }, 1), 'Acris\\ProductVideo\\ScheduledTask\\MetaDataTask' => new RewindableGenerator(function () {
  52826.             yield => ($this->privates['.messenger.handler_descriptor.SARnH.K'] ?? $this->get_Messenger_HandlerDescriptor_SARnH_KService());
  52827.         }, 1), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  52828.             yield => ($this->privates['.messenger.handler_descriptor.g5T3Vdz'] ?? $this->get_Messenger_HandlerDescriptor_G5T3VdzService());
  52829.         }, 1)]));
  52830.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  52831.         return $instance;
  52832.     }
  52833.     /**
  52834.      * Gets the private 'messenger.bus.shopware.middleware.traceable' shared service.
  52835.      *
  52836.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  52837.      */
  52838.     protected function getMessenger_Bus_Shopware_Middleware_TraceableService()
  52839.     {
  52840.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  52841.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  52842.         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');
  52843.     }
  52844.     /**
  52845.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  52846.      *
  52847.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  52848.      */
  52849.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  52850.     {
  52851.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  52852.         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()));
  52853.     }
  52854.     /**
  52855.      * Gets the private 'messenger.listener.stop_worker_on_sigterm_signal_listener' shared service.
  52856.      *
  52857.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener
  52858.      */
  52859.     protected function getMessenger_Listener_StopWorkerOnSigtermSignalListenerService()
  52860.     {
  52861.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnSigtermSignalListener.php';
  52862.         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()));
  52863.     }
  52864.     /**
  52865.      * Gets the private 'messenger.middleware.send_message' shared service.
  52866.      *
  52867.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  52868.      */
  52869.     protected function getMessenger_Middleware_SendMessageService()
  52870.     {
  52871.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  52872.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  52873.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  52874.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/DefaultSenderLocator.php';
  52875.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  52876.         $a = ($this->privates['.service_locator.ltYzMMM'] ?? $this->get_ServiceLocator_LtYzMMMService());
  52877.         if (isset($this->privates['messenger.middleware.send_message'])) {
  52878.             return $this->privates['messenger.middleware.send_message'];
  52879.         }
  52880.         $b = ($this->privates['messenger.transport.default'] ?? $this->getMessenger_Transport_DefaultService());
  52881.         if (isset($this->privates['messenger.middleware.send_message'])) {
  52882.             return $this->privates['messenger.middleware.send_message'];
  52883.         }
  52884.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  52885.         if (isset($this->privates['messenger.middleware.send_message'])) {
  52886.             return $this->privates['messenger.middleware.send_message'];
  52887.         }
  52888.         $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);
  52889.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  52890.         return $instance;
  52891.     }
  52892.     /**
  52893.      * Gets the private 'messenger.receiver_locator' shared service.
  52894.      *
  52895.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  52896.      */
  52897.     protected function getMessenger_ReceiverLocatorService()
  52898.     {
  52899.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  52900.             'default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  52901.             'messenger.transport.default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  52902.         ], [
  52903.             'default' => '?',
  52904.             'messenger.transport.default' => '?',
  52905.         ]);
  52906.     }
  52907.     /**
  52908.      * Gets the private 'messenger.retry.multiplier_retry_strategy.default' shared service.
  52909.      *
  52910.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  52911.      */
  52912.     protected function getMessenger_Retry_MultiplierRetryStrategy_DefaultService()
  52913.     {
  52914.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  52915.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  52916.         return $this->privates['messenger.retry.multiplier_retry_strategy.default'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  52917.     }
  52918.     /**
  52919.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  52920.      *
  52921.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  52922.      */
  52923.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  52924.     {
  52925.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  52926.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  52927.         if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  52928.             return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  52929.         }
  52930.         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, [
  52931.             'default' => ['privates''messenger.retry.multiplier_retry_strategy.default''getMessenger_Retry_MultiplierRetryStrategy_DefaultService'false],
  52932.         ], [
  52933.             'default' => '?',
  52934.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $a);
  52935.     }
  52936.     /**
  52937.      * Gets the private 'messenger.routable_message_bus' shared service.
  52938.      *
  52939.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  52940.      */
  52941.     protected function getMessenger_RoutableMessageBusService()
  52942.     {
  52943.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  52944.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  52945.         if (isset($this->privates['messenger.routable_message_bus'])) {
  52946.             return $this->privates['messenger.routable_message_bus'];
  52947.         }
  52948.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  52949.             'messenger.bus.shopware' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  52950.         ], [
  52951.             'messenger.bus.shopware' => '?',
  52952.         ]), $a);
  52953.     }
  52954.     /**
  52955.      * Gets the private 'messenger.transport.default' shared service.
  52956.      *
  52957.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  52958.      */
  52959.     protected function getMessenger_Transport_DefaultService()
  52960.     {
  52961.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  52962.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  52963.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  52964.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  52965.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  52966.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  52967.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  52968.         return $this->privates['messenger.transport.default'] = (new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  52969.             yield => (new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory());
  52970.             yield => (new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory());
  52971.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  52972.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  52973.             yield => $this->getEnqueue_MessengerTransport_FactoryService();
  52974.         }, 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())));
  52975.     }
  52976.     /**
  52977.      * Gets the private 'messenger.transport.sync.factory' shared service.
  52978.      *
  52979.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  52980.      */
  52981.     protected function getMessenger_Transport_Sync_FactoryService()
  52982.     {
  52983.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  52984.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  52985.         $a = ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService());
  52986.         if (isset($this->privates['messenger.transport.sync.factory'])) {
  52987.             return $this->privates['messenger.transport.sync.factory'];
  52988.         }
  52989.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory($a);
  52990.     }
  52991.     /**
  52992.      * Gets the private 'mime_types' shared service.
  52993.      *
  52994.      * @return \Symfony\Component\Mime\MimeTypes
  52995.      */
  52996.     protected function getMimeTypesService()
  52997.     {
  52998.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  52999.         $instance->setDefault($instance);
  53000.         return $instance;
  53001.     }
  53002.     /**
  53003.      * Gets the private 'monolog.command.server_log' shared service.
  53004.      *
  53005.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  53006.      */
  53007.     protected function getMonolog_Command_ServerLogService()
  53008.     {
  53009.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  53010.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  53011.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  53012.         $instance->setName('server:log');
  53013.         $instance->setDescription('Start a log server that displays logs in real time');
  53014.         return $instance;
  53015.     }
  53016.     /**
  53017.      * Gets the private 'monolog.handler.business_event_handler_buffer' shared service.
  53018.      *
  53019.      * @return \Monolog\Handler\BufferHandler
  53020.      */
  53021.     protected function getMonolog_Handler_BusinessEventHandlerBufferService()
  53022.     {
  53023.         include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  53024.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/Monolog/DoctrineSQLHandler.php';
  53025.         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);
  53026.     }
  53027.     /**
  53028.      * Gets the private 'monolog.handler.console' shared service.
  53029.      *
  53030.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  53031.      */
  53032.     protected function getMonolog_Handler_ConsoleService()
  53033.     {
  53034.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  53035.     }
  53036.     /**
  53037.      * Gets the private 'monolog.logger' shared service.
  53038.      *
  53039.      * @return \Symfony\Bridge\Monolog\Logger
  53040.      */
  53041.     protected function getMonolog_LoggerService()
  53042.     {
  53043.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  53044.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  53045.         $instance->useMicrosecondTimestamps(true);
  53046.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  53047.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  53048.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  53049.         return $instance;
  53050.     }
  53051.     /**
  53052.      * Gets the private 'monolog.logger.cache' shared service.
  53053.      *
  53054.      * @return \Symfony\Bridge\Monolog\Logger
  53055.      */
  53056.     protected function getMonolog_Logger_CacheService()
  53057.     {
  53058.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  53059.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  53060.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  53061.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  53062.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  53063.         return $instance;
  53064.     }
  53065.     /**
  53066.      * Gets the private 'monolog.logger.mailer' shared service.
  53067.      *
  53068.      * @return \Symfony\Bridge\Monolog\Logger
  53069.      */
  53070.     protected function getMonolog_Logger_MailerService()
  53071.     {
  53072.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  53073.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  53074.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  53075.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  53076.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  53077.         return $instance;
  53078.     }
  53079.     /**
  53080.      * Gets the private 'monolog.logger.messenger' shared service.
  53081.      *
  53082.      * @return \Symfony\Bridge\Monolog\Logger
  53083.      */
  53084.     protected function getMonolog_Logger_MessengerService()
  53085.     {
  53086.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  53087.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  53088.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  53089.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  53090.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  53091.         return $instance;
  53092.     }
  53093.     /**
  53094.      * Gets the private 'monolog.logger.request' shared service.
  53095.      *
  53096.      * @return \Symfony\Bridge\Monolog\Logger
  53097.      */
  53098.     protected function getMonolog_Logger_RequestService()
  53099.     {
  53100.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  53101.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  53102.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  53103.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  53104.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  53105.         return $instance;
  53106.     }
  53107.     /**
  53108.      * Gets the private 'netzp_events6.product_box_cms_service' shared service.
  53109.      *
  53110.      * @return \NetzpEvents6\Components\NetzpProductBoxCmsElementResolver
  53111.      */
  53112.     protected function getNetzpEvents6_ProductBoxCmsServiceService()
  53113.     {
  53114.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  53115.         include_once \dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Components/NetzpProductBoxCmsElementResolver.php';
  53116.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  53117.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/ProductBoxCmsElementResolver.php';
  53118.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  53119.         if (isset($this->privates['netzp_events6.product_box_cms_service'])) {
  53120.             return $this->privates['netzp_events6.product_box_cms_service'];
  53121.         }
  53122.         return $this->privates['netzp_events6.product_box_cms_service'] = new \NetzpEvents6\Components\NetzpProductBoxCmsElementResolver(new \Shopware\Core\Content\Product\Cms\ProductBoxCmsElementResolver($a));
  53123.     }
  53124.     /**
  53125.      * Gets the private 'netzp_events6.product_slider_cms_service' shared service.
  53126.      *
  53127.      * @return \NetzpEvents6\Components\NetzpProductSliderCmsElementResolver
  53128.      */
  53129.     protected function getNetzpEvents6_ProductSliderCmsServiceService()
  53130.     {
  53131.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  53132.         include_once \dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Components/NetzpProductSliderCmsElementResolver.php';
  53133.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  53134.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/ProductSliderCmsElementResolver.php';
  53135.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  53136.         if (isset($this->privates['netzp_events6.product_slider_cms_service'])) {
  53137.             return $this->privates['netzp_events6.product_slider_cms_service'];
  53138.         }
  53139.         return $this->privates['netzp_events6.product_slider_cms_service'] = new \NetzpEvents6\Components\NetzpProductSliderCmsElementResolver(new \Shopware\Core\Content\Product\Cms\ProductSliderCmsElementResolver(($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'] ?? $this->getProductStreamBuilderService()), $a));
  53140.     }
  53141.     /**
  53142.      * Gets the private 'parameter_bag' shared service.
  53143.      *
  53144.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  53145.      */
  53146.     protected function getParameterBagService()
  53147.     {
  53148.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  53149.     }
  53150.     /**
  53151.      * Gets the private 'profiler_listener' shared service.
  53152.      *
  53153.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  53154.      */
  53155.     protected function getProfilerListenerService()
  53156.     {
  53157.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  53158.         if (isset($this->privates['profiler_listener'])) {
  53159.             return $this->privates['profiler_listener'];
  53160.         }
  53161.         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);
  53162.     }
  53163.     /**
  53164.      * Gets the private 'property_info' shared service.
  53165.      *
  53166.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  53167.      */
  53168.     protected function getPropertyInfoService()
  53169.     {
  53170.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  53171.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  53172.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  53173.         }, 2), new RewindableGenerator(function () {
  53174.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  53175.         }, 1), new RewindableGenerator(function () {
  53176.             return new \EmptyIterator();
  53177.         }, 0), new RewindableGenerator(function () {
  53178.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  53179.         }, 1), new RewindableGenerator(function () {
  53180.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  53181.         }, 1));
  53182.     }
  53183.     /**
  53184.      * Gets the private 'property_info.serializer_extractor' shared service.
  53185.      *
  53186.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  53187.      */
  53188.     protected function getPropertyInfo_SerializerExtractorService()
  53189.     {
  53190.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  53191.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  53192.     }
  53193.     /**
  53194.      * Gets the private 'router.cache_warmer' shared service.
  53195.      *
  53196.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  53197.      */
  53198.     protected function getRouter_CacheWarmerService()
  53199.     {
  53200.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  53201.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  53202.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  53203.             'router' => ['services''router''getRouterService'false],
  53204.         ], [
  53205.             'router' => '?',
  53206.         ]))->withContext('router.cache_warmer'$this));
  53207.     }
  53208.     /**
  53209.      * Gets the private 'router.default' shared service.
  53210.      *
  53211.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  53212.      */
  53213.     protected function getRouter_DefaultService()
  53214.     {
  53215.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  53216.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  53217.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  53218.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  53219.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  53220.         $this->privates['router.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  53221.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  53222.         ], [
  53223.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  53224.         ]))->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');
  53225.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  53226.         return $instance;
  53227.     }
  53228.     /**
  53229.      * Gets the private 'router.request_context' shared service.
  53230.      *
  53231.      * @return \Symfony\Component\Routing\RequestContext
  53232.      */
  53233.     protected function getRouter_RequestContextService()
  53234.     {
  53235.         return $this->privates['router.request_context'] = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  53236.     }
  53237.     /**
  53238.      * Gets the private 'router_listener' shared service.
  53239.      *
  53240.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  53241.      */
  53242.     protected function getRouterListenerService()
  53243.     {
  53244.         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);
  53245.     }
  53246.     /**
  53247.      * Gets the private 'secrets.vault' shared service.
  53248.      *
  53249.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  53250.      */
  53251.     protected function getSecrets_VaultService()
  53252.     {
  53253.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  53254.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  53255.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  53256.         include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  53257.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  53258.         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'));
  53259.     }
  53260.     /**
  53261.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  53262.      *
  53263.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  53264.      */
  53265.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  53266.     {
  53267.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  53268.     }
  53269.     /**
  53270.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  53271.      *
  53272.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  53273.      */
  53274.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  53275.     {
  53276.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  53277.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(NULLNULL), 0'doctrine.orm');
  53278.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  53279.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  53280.     }
  53281.     /**
  53282.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  53283.      *
  53284.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  53285.      */
  53286.     protected function getSensioFrameworkExtra_View_ListenerService()
  53287.     {
  53288.         $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))));
  53289.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  53290.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  53291.         ], [
  53292.             'twig' => '?',
  53293.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  53294.         return $instance;
  53295.     }
  53296.     /**
  53297.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  53298.      *
  53299.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  53300.      */
  53301.     protected function getSerializer_Mapping_CacheWarmerService()
  53302.     {
  53303.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  53304.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  53305.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  53306.         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'));
  53307.     }
  53308.     /**
  53309.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  53310.      *
  53311.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  53312.      */
  53313.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  53314.     {
  53315.         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()))]));
  53316.     }
  53317.     /**
  53318.      * Gets the private 'session.factory' shared service.
  53319.      *
  53320.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  53321.      */
  53322.     protected function getSession_FactoryService()
  53323.     {
  53324.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  53325.         if (isset($this->privates['session.factory'])) {
  53326.             return $this->privates['session.factory'];
  53327.         }
  53328.         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']);
  53329.     }
  53330.     /**
  53331.      * Gets the private 'session.storage.factory.native' shared service.
  53332.      *
  53333.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory
  53334.      */
  53335.     protected function getSession_Storage_Factory_NativeService()
  53336.     {
  53337.         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);
  53338.     }
  53339.     /**
  53340.      * Gets the private 'session_listener' shared service.
  53341.      *
  53342.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  53343.      */
  53344.     protected function getSessionListenerService()
  53345.     {
  53346.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  53347.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  53348.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  53349.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  53350.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  53351.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  53352.         ], [
  53353.             'initialized_session' => '?',
  53354.             'logger' => '?',
  53355.             'session' => '?',
  53356.             'session_collector' => '?',
  53357.             'session_factory' => '?',
  53358.         ]), true$this->parameters['session.storage.options']);
  53359.     }
  53360.     /**
  53361.      * Gets the private 'shopware.api.authorization_server' shared service.
  53362.      *
  53363.      * @return \League\OAuth2\Server\AuthorizationServer
  53364.      */
  53365.     protected function getShopware_Api_AuthorizationServerService()
  53366.     {
  53367.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  53368.         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 () {
  53369.             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()));
  53370.             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()));
  53371.             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()));
  53372.         }, 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'));
  53373.     }
  53374.     /**
  53375.      * Gets the private 'shopware.app_system.guzzle' shared service.
  53376.      *
  53377.      * @return \GuzzleHttp\Client
  53378.      */
  53379.     protected function getShopware_AppSystem_GuzzleService($lazyLoad true)
  53380.     {
  53381.         if ($lazyLoad) {
  53382.             return $this->privates['shopware.app_system.guzzle'] = $this->createProxy('Client_b190fb5', function () {
  53383.                 return \Client_b190fb5::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  53384.                     $wrappedInstance $this->getShopware_AppSystem_GuzzleService(false);
  53385.                     $proxy->setProxyInitializer(null);
  53386.                     return true;
  53387.                 });
  53388.             });
  53389.         }
  53390.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  53391.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Hmac/Guzzle/AuthMiddleware.php';
  53392.         $a = \GuzzleHttp\HandlerStack::create();
  53393.         $a->push(new \Shopware\Core\Framework\App\Hmac\Guzzle\AuthMiddleware('6.4.20.2', ($this->services['Shopware\\Core\\Framework\\App\\AppLocaleProvider'] ?? $this->getAppLocaleProviderService())));
  53394.         return new \GuzzleHttp\Client(['timeout' => 5'connect_timeout' => 1'handler' => $a]);
  53395.     }
  53396.     /**
  53397.      * Gets the private 'shopware.asset.asset' shared service.
  53398.      *
  53399.      * @return \Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage
  53400.      */
  53401.     protected function getShopware_Asset_AssetService()
  53402.     {
  53403.         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()));
  53404.     }
  53405.     /**
  53406.      * Gets the private 'shopware.asset.asset.version_strategy' shared service.
  53407.      *
  53408.      * @return \Shopware\Core\Framework\Adapter\Asset\FlysystemLastModifiedVersionStrategy
  53409.      */
  53410.     protected function getShopware_Asset_Asset_VersionStrategyService()
  53411.     {
  53412.         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()));
  53413.     }
  53414.     /**
  53415.      * Gets the private 'shopware.asset.public' shared service.
  53416.      *
  53417.      * @return \Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage
  53418.      */
  53419.     protected function getShopware_Asset_PublicService()
  53420.     {
  53421.         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())));
  53422.     }
  53423.     /**
  53424.      * Gets the private 'shopware.asset.sitemap' shared service.
  53425.      *
  53426.      * @return \Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage
  53427.      */
  53428.     protected function getShopware_Asset_SitemapService()
  53429.     {
  53430.         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())));
  53431.     }
  53432.     /**
  53433.      * Gets the private 'shopware.asset.theme' shared service.
  53434.      *
  53435.      * @return \Shopware\Storefront\Theme\ThemeAssetPackage
  53436.      */
  53437.     protected function getShopware_Asset_ThemeService()
  53438.     {
  53439.         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())));
  53440.     }
  53441.     /**
  53442.      * Gets the private 'shopware.elasticsearch.logger' shared service.
  53443.      *
  53444.      * @return \Psr\Log\LoggerInterface
  53445.      */
  53446.     protected function getShopware_Elasticsearch_LoggerService()
  53447.     {
  53448.         return $this->privates['shopware.elasticsearch.logger'] = ($this->privates['Shopware\\Core\\Framework\\Log\\LoggerFactory'] ?? $this->getLoggerFactoryService())->createRotating('elasticsearch'90100);
  53449.     }
  53450.     /**
  53451.      * Gets the private 'shopware.es.profiled.adminClient.inner' shared service.
  53452.      *
  53453.      * @return \Elasticsearch\Client
  53454.      */
  53455.     protected function getShopware_Es_Profiled_AdminClient_InnerService($lazyLoad true)
  53456.     {
  53457.         if ($lazyLoad) {
  53458.             return $this->privates['shopware.es.profiled.adminClient.inner'] = $this->createProxy('Client_dba3ed3', function () {
  53459.                 return \Client_dba3ed3::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  53460.                     $wrappedInstance $this->getShopware_Es_Profiled_AdminClient_InnerService(false);
  53461.                     $proxy->setProxyInitializer(null);
  53462.                     return true;
  53463.                 });
  53464.             });
  53465.         }
  53466.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ClientFactory.php';
  53467.         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']);
  53468.     }
  53469.     /**
  53470.      * Gets the private 'shopware.es.profiled.client.inner' shared service.
  53471.      *
  53472.      * @return \Elasticsearch\Client
  53473.      */
  53474.     protected function getShopware_Es_Profiled_Client_InnerService($lazyLoad true)
  53475.     {
  53476.         if ($lazyLoad) {
  53477.             return $this->privates['shopware.es.profiled.client.inner'] = $this->createProxy('Client_dba3ed3', function () {
  53478.                 return \Client_dba3ed3::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  53479.                     $wrappedInstance $this->getShopware_Es_Profiled_Client_InnerService(false);
  53480.                     $proxy->setProxyInitializer(null);
  53481.                     return true;
  53482.                 });
  53483.             });
  53484.         }
  53485.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ClientFactory.php';
  53486.         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']);
  53487.     }
  53488.     /**
  53489.      * Gets the private 'shopware.increment.message_queue.gateway.mysql' shared service.
  53490.      *
  53491.      * @return \Shopware\Core\Framework\Increment\MySQLIncrementer
  53492.      */
  53493.     protected function getShopware_Increment_MessageQueue_Gateway_MysqlService()
  53494.     {
  53495.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/AbstractIncrementer.php';
  53496.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/MySQLIncrementer.php';
  53497.         $this->privates['shopware.increment.message_queue.gateway.mysql'] = $instance = new \Shopware\Core\Framework\Increment\MySQLIncrementer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  53498.         $instance->setPool('message_queue');
  53499.         $instance->setConfig([]);
  53500.         return $instance;
  53501.     }
  53502.     /**
  53503.      * Gets the private 'shopware.increment.user_activity.gateway.mysql' shared service.
  53504.      *
  53505.      * @return \Shopware\Core\Framework\Increment\MySQLIncrementer
  53506.      */
  53507.     protected function getShopware_Increment_UserActivity_Gateway_MysqlService()
  53508.     {
  53509.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/AbstractIncrementer.php';
  53510.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/MySQLIncrementer.php';
  53511.         $this->privates['shopware.increment.user_activity.gateway.mysql'] = $instance = new \Shopware\Core\Framework\Increment\MySQLIncrementer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  53512.         $instance->setPool('user_activity');
  53513.         $instance->setConfig([]);
  53514.         return $instance;
  53515.     }
  53516.     /**
  53517.      * Gets the private 'shopware.jwt_config' shared service.
  53518.      *
  53519.      * @return \Lcobucci\JWT\Configuration
  53520.      */
  53521.     protected function getShopware_JwtConfigService()
  53522.     {
  53523.         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')))));
  53524.     }
  53525.     /**
  53526.      * Gets the private 'shopware.rate_limiter' shared service.
  53527.      *
  53528.      * @return \Shopware\Core\Framework\RateLimiter\RateLimiter
  53529.      */
  53530.     protected function getShopware_RateLimiterService()
  53531.     {
  53532.         $this->privates['shopware.rate_limiter'] = $instance = new \Shopware\Core\Framework\RateLimiter\RateLimiter();
  53533.         $a = ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService());
  53534.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  53535.         $c = ($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService());
  53536.         $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));
  53537.         $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));
  53538.         $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));
  53539.         $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));
  53540.         $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));
  53541.         $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));
  53542.         $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));
  53543.         $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));
  53544.         $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));
  53545.         return $instance;
  53546.     }
  53547.     /**
  53548.      * Gets the private 'slugify' shared service.
  53549.      *
  53550.      * @return \Cocur\Slugify\Slugify
  53551.      */
  53552.     protected function getSlugifyService()
  53553.     {
  53554.         return $this->privates['slugify'] = new \Cocur\Slugify\Slugify($this->parameters['shopware.slug.config']);
  53555.     }
  53556.     /**
  53557.      * Gets the private 'translation.extractor' shared service.
  53558.      *
  53559.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  53560.      */
  53561.     protected function getTranslation_ExtractorService()
  53562.     {
  53563.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  53564.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  53565.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  53566.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  53567.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  53568.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  53569.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  53570.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  53571.         return $instance;
  53572.     }
  53573.     /**
  53574.      * Gets the private 'translation.loader.csv' shared service.
  53575.      *
  53576.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  53577.      */
  53578.     protected function getTranslation_Loader_CsvService()
  53579.     {
  53580.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  53581.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  53582.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  53583.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  53584.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  53585.     }
  53586.     /**
  53587.      * Gets the private 'translation.loader.dat' shared service.
  53588.      *
  53589.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  53590.      */
  53591.     protected function getTranslation_Loader_DatService()
  53592.     {
  53593.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  53594.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  53595.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  53596.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  53597.     }
  53598.     /**
  53599.      * Gets the private 'translation.loader.ini' shared service.
  53600.      *
  53601.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  53602.      */
  53603.     protected function getTranslation_Loader_IniService()
  53604.     {
  53605.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  53606.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  53607.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  53608.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  53609.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  53610.     }
  53611.     /**
  53612.      * Gets the private 'translation.loader.json' shared service.
  53613.      *
  53614.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  53615.      */
  53616.     protected function getTranslation_Loader_JsonService()
  53617.     {
  53618.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  53619.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  53620.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  53621.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  53622.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  53623.     }
  53624.     /**
  53625.      * Gets the private 'translation.loader.mo' shared service.
  53626.      *
  53627.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  53628.      */
  53629.     protected function getTranslation_Loader_MoService()
  53630.     {
  53631.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  53632.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  53633.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  53634.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  53635.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  53636.     }
  53637.     /**
  53638.      * Gets the private 'translation.loader.php' shared service.
  53639.      *
  53640.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  53641.      */
  53642.     protected function getTranslation_Loader_PhpService()
  53643.     {
  53644.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  53645.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  53646.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  53647.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  53648.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  53649.     }
  53650.     /**
  53651.      * Gets the private 'translation.loader.po' shared service.
  53652.      *
  53653.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  53654.      */
  53655.     protected function getTranslation_Loader_PoService()
  53656.     {
  53657.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  53658.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  53659.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  53660.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  53661.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  53662.     }
  53663.     /**
  53664.      * Gets the private 'translation.loader.qt' shared service.
  53665.      *
  53666.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  53667.      */
  53668.     protected function getTranslation_Loader_QtService()
  53669.     {
  53670.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  53671.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  53672.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  53673.     }
  53674.     /**
  53675.      * Gets the private 'translation.loader.res' shared service.
  53676.      *
  53677.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  53678.      */
  53679.     protected function getTranslation_Loader_ResService()
  53680.     {
  53681.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  53682.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  53683.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  53684.     }
  53685.     /**
  53686.      * Gets the private 'translation.loader.xliff' shared service.
  53687.      *
  53688.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  53689.      */
  53690.     protected function getTranslation_Loader_XliffService()
  53691.     {
  53692.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  53693.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  53694.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  53695.     }
  53696.     /**
  53697.      * Gets the private 'translation.loader.yml' shared service.
  53698.      *
  53699.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  53700.      */
  53701.     protected function getTranslation_Loader_YmlService()
  53702.     {
  53703.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  53704.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  53705.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  53706.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  53707.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  53708.     }
  53709.     /**
  53710.      * Gets the private 'translation.provider_collection' shared service.
  53711.      *
  53712.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  53713.      */
  53714.     protected function getTranslation_ProviderCollectionService()
  53715.     {
  53716.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  53717.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  53718.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  53719.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  53720.         }, 1), []))->fromConfig([]);
  53721.     }
  53722.     /**
  53723.      * Gets the private 'translation.reader' shared service.
  53724.      *
  53725.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  53726.      */
  53727.     protected function getTranslation_ReaderService()
  53728.     {
  53729.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  53730.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  53731.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  53732.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  53733.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  53734.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  53735.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  53736.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  53737.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  53738.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  53739.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  53740.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  53741.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  53742.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  53743.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  53744.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  53745.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  53746.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  53747.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  53748.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  53749.         $instance->addLoader('yaml'$a);
  53750.         $instance->addLoader('yml'$a);
  53751.         $instance->addLoader('xlf'$b);
  53752.         $instance->addLoader('xliff'$b);
  53753.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  53754.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  53755.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  53756.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  53757.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  53758.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  53759.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  53760.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  53761.         return $instance;
  53762.     }
  53763.     /**
  53764.      * Gets the private 'translation.warmer' shared service.
  53765.      *
  53766.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  53767.      */
  53768.     protected function getTranslation_WarmerService()
  53769.     {
  53770.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  53771.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  53772.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  53773.             'translator' => ['services''translator''getTranslatorService'false],
  53774.         ], [
  53775.             'translator' => '?',
  53776.         ]))->withContext('translation.warmer'$this));
  53777.     }
  53778.     /**
  53779.      * Gets the private 'translation.writer' shared service.
  53780.      *
  53781.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  53782.      */
  53783.     protected function getTranslation_WriterService()
  53784.     {
  53785.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  53786.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  53787.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  53788.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  53789.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  53790.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  53791.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  53792.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  53793.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  53794.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  53795.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  53796.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  53797.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  53798.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  53799.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  53800.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  53801.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  53802.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  53803.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  53804.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  53805.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  53806.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  53807.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  53808.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  53809.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  53810.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  53811.         return $instance;
  53812.     }
  53813.     /**
  53814.      * Gets the private 'translator.default' shared service.
  53815.      *
  53816.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  53817.      */
  53818.     protected function getTranslator_DefaultService()
  53819.     {
  53820.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  53821.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  53822.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  53823.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  53824.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  53825.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  53826.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  53827.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  53828.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  53829.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  53830.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  53831.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  53832.         ], [
  53833.             'translation.loader.csv' => '?',
  53834.             'translation.loader.dat' => '?',
  53835.             'translation.loader.ini' => '?',
  53836.             'translation.loader.json' => '?',
  53837.             'translation.loader.mo' => '?',
  53838.             'translation.loader.php' => '?',
  53839.             'translation.loader.po' => '?',
  53840.             'translation.loader.qt' => '?',
  53841.             'translation.loader.res' => '?',
  53842.             'translation.loader.xliff' => '?',
  53843.             'translation.loader.yml' => '?',
  53844.         ]), ($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')], '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')], '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/shopware/storefront/Resources/snippet/de_DE/storefront.de-DE.json')], 'en-GB' => [=> (\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/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'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), => (\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sroze/messenger-enqueue-transport/Bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/shopware/core/Framework/translations'), 11 => (\dirname(__DIR__4).'/vendor/shopware/core/System/translations'), 12 => (\dirname(__DIR__4).'/vendor/shopware/core/Content/translations'), 13 => (\dirname(__DIR__4).'/vendor/shopware/core/Checkout/translations'), 14 => (\dirname(__DIR__4).'/vendor/shopware/administration/translations'), 15 => (\dirname(__DIR__4).'/vendor/shopware/storefront/translations'), 16 => (\dirname(__DIR__4).'/vendor/shopware/elasticsearch/translations'), 17 => (\dirname(__DIR__4).'/vendor/shopware/core/Maintenance/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/shopware/core/Profiling/translations'), 20 => (\dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/translations'), 21 => (\dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/translations'), 22 => (\dirname(__DIR__4).'/custom/plugins/SheTinyMce/src/translations'), 23 => (\dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/translations'), 24 => (\dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/translations'), 25 => (\dirname(__DIR__4).'/custom/plugins/NetzpCalendar6/src/translations'), 26 => (\dirname(__DIR__4).'/custom/plugins/DecomTheme/src/translations'), 27 => (\dirname(__DIR__4).'/custom/plugins/IronHoliday/src/translations'), 28 => (\dirname(__DIR__4).'/custom/plugins/WeedesignImages2WebP/src/translations'), 29 => (\dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/translations'), 30 => (\dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/translations'), 31 => (\dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/translations'), 32 => (\dirname(__DIR__4).'/custom/plugins/HuebertAccessoriesDirectly/src/translations'), 33 => (\dirname(__DIR__4).'/custom/plugins/AcrisProductVideoCS/src/translations'), 34 => (\dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/translations'), 35 => (\dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/translations'), 36 => (\dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/translations'), 37 => (\dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/translations'), 38 => (\dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/translations'), 39 => (\dirname(__DIR__4).'/custom/plugins/AcrisProductCustomerGroupCS/src/translations'), 40 => (\dirname(__DIR__4).'/custom/plugins/WbmTagManagerEcomm/src/translations'), 41 => (\dirname(__DIR__4).'/custom/plugins/SolidAdvancedSliderElements/src/translations'), 42 => (\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/shopware/storefront/Resources/snippet'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/monolog-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/symfony/debug-bundle/translations'=> 'vendor/enqueue/enqueue-bundle/translations'=> 'vendor/sroze/messenger-enqueue-transport/Bundle/translations'10 => 'vendor/shopware/core/Framework/translations'11 => 'vendor/shopware/core/System/translations'12 => 'vendor/shopware/core/Content/translations'13 => 'vendor/shopware/core/Checkout/translations'14 => 'vendor/shopware/administration/translations'15 => 'vendor/shopware/storefront/translations'16 => 'vendor/shopware/elasticsearch/translations'17 => 'vendor/shopware/core/Maintenance/translations'18 => 'vendor/symfony/web-profiler-bundle/translations'19 => 'vendor/shopware/core/Profiling/translations'20 => 'custom/plugins/SwagCustomizedProducts/src/translations'21 => 'custom/plugins/NetzpEvents6/src/translations'22 => 'custom/plugins/SheTinyMce/src/translations'23 => 'custom/plugins/SwagMigrationAssistant/translations'24 => 'custom/plugins/SwagMigrationMagento/src/translations'25 => 'custom/plugins/NetzpCalendar6/src/translations'26 => 'custom/plugins/DecomTheme/src/translations'27 => 'custom/plugins/IronHoliday/src/translations'28 => 'custom/plugins/WeedesignImages2WebP/src/translations'29 => 'custom/plugins/CbaxModulAnalytics/src/translations'30 => 'custom/plugins/SasBlogModule/src/translations'31 => 'custom/plugins/SwagPayPal/src/translations'32 => 'custom/plugins/HuebertAccessoriesDirectly/src/translations'33 => 'custom/plugins/AcrisProductVideoCS/src/translations'34 => 'custom/plugins/SendcloudShipping/src/translations'35 => 'custom/plugins/SwagMarkets/src/translations'36 => 'custom/plugins/KlarnaPayment/src/translations'37 => 'custom/plugins/SwagExtensionStore/src/translations'38 => 'custom/plugins/SwagCmsExtensions/src/translations'39 => 'custom/plugins/AcrisProductCustomerGroupCS/src/translations'40 => 'custom/plugins/WbmTagManagerEcomm/src/translations'41 => 'custom/plugins/SolidAdvancedSliderElements/src/translations'42 => 'vendor/shopware/core/Framework/Plugin/KernelPluginLoader/translations']]], []);
  53845.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  53846.         $instance->setFallbackLocales([=> 'en_GB'=> 'en']);
  53847.         return $instance;
  53848.     }
  53849.     /**
  53850.      * Gets the private 'translator.formatter.default' shared service.
  53851.      *
  53852.      * @return \Symfony\Component\Translation\Formatter\MessageFormatter
  53853.      */
  53854.     protected function getTranslator_Formatter_DefaultService()
  53855.     {
  53856.         return $this->privates['translator.formatter.default'] = new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator());
  53857.     }
  53858.     /**
  53859.      * Gets the private 'twig.command.debug' shared service.
  53860.      *
  53861.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  53862.      */
  53863.     protected function getTwig_Command_DebugService()
  53864.     {
  53865.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  53866.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  53867.         $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()));
  53868.         $instance->setName('debug:twig');
  53869.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  53870.         return $instance;
  53871.     }
  53872.     /**
  53873.      * Gets the private 'twig.command.lint' shared service.
  53874.      *
  53875.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  53876.      */
  53877.     protected function getTwig_Command_LintService()
  53878.     {
  53879.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  53880.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  53881.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  53882.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  53883.         $instance->setName('lint:twig');
  53884.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  53885.         return $instance;
  53886.     }
  53887.     /**
  53888.      * Gets the private 'twig.extension.trans' shared service.
  53889.      *
  53890.      * @return \Symfony\Bridge\Twig\Extension\TranslationExtension
  53891.      */
  53892.     protected function getTwig_Extension_TransService()
  53893.     {
  53894.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  53895.         if (isset($this->privates['twig.extension.trans'])) {
  53896.             return $this->privates['twig.extension.trans'];
  53897.         }
  53898.         return $this->privates['twig.extension.trans'] = new \Symfony\Bridge\Twig\Extension\TranslationExtension($a);
  53899.     }
  53900.     /**
  53901.      * Gets the private 'twig.loader.chain' shared service.
  53902.      *
  53903.      * @return \Twig\Loader\ChainLoader
  53904.      */
  53905.     protected function getTwig_Loader_ChainService()
  53906.     {
  53907.         $this->privates['twig.loader.chain'] = $instance = new \Twig\Loader\ChainLoader();
  53908.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  53909.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  53910.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  53911.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'), 'Enqueue');
  53912.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'), '!Enqueue');
  53913.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'), 'Framework');
  53914.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'), '!Framework');
  53915.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'), 'Administration');
  53916.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'), '!Administration');
  53917.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'), 'Storefront');
  53918.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'), '!Storefront');
  53919.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'), 'Elasticsearch');
  53920.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'), '!Elasticsearch');
  53921.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  53922.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  53923.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'), 'Profiling');
  53924.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'), '!Profiling');
  53925.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Resources/views'), 'SwagCustomizedProducts');
  53926.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Resources/views'), '!SwagCustomizedProducts');
  53927.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Resources/views'), 'NetzpEvents6');
  53928.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Resources/views'), '!NetzpEvents6');
  53929.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Resources/views'), 'SwagMigrationAssistant');
  53930.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Resources/views'), '!SwagMigrationAssistant');
  53931.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/NetzpCalendar6/src/Resources/views'), 'NetzpCalendar6');
  53932.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/NetzpCalendar6/src/Resources/views'), '!NetzpCalendar6');
  53933.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/DecomTheme/src/Resources/views'), 'DecomTheme');
  53934.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/DecomTheme/src/Resources/views'), '!DecomTheme');
  53935.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/IronHoliday/src/Resources/views'), 'IronHoliday');
  53936.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/IronHoliday/src/Resources/views'), '!IronHoliday');
  53937.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/WeedesignImages2WebP/src/Resources/views'), 'WeedesignImages2WebP');
  53938.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/WeedesignImages2WebP/src/Resources/views'), '!WeedesignImages2WebP');
  53939.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Resources/views'), 'SasBlogModule');
  53940.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Resources/views'), '!SasBlogModule');
  53941.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Resources/views'), 'SwagPayPal');
  53942.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Resources/views'), '!SwagPayPal');
  53943.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/HuebertAccessoriesDirectly/src/Resources/views'), 'HuebertAccessoriesDirectly');
  53944.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/HuebertAccessoriesDirectly/src/Resources/views'), '!HuebertAccessoriesDirectly');
  53945.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/AcrisProductVideoCS/src/Resources/views'), 'AcrisProductVideoCS');
  53946.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/AcrisProductVideoCS/src/Resources/views'), '!AcrisProductVideoCS');
  53947.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Resources/views'), 'SendcloudShipping');
  53948.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Resources/views'), '!SendcloudShipping');
  53949.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Resources/views'), 'KlarnaPayment');
  53950.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Resources/views'), '!KlarnaPayment');
  53951.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Resources/views'), 'SwagCmsExtensions');
  53952.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Resources/views'), '!SwagCmsExtensions');
  53953.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/AcrisProductCustomerGroupCS/src/Resources/views'), 'AcrisProductCustomerGroupCS');
  53954.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/AcrisProductCustomerGroupCS/src/Resources/views'), '!AcrisProductCustomerGroupCS');
  53955.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/WbmTagManagerEcomm/src/Resources/views'), 'WbmTagManagerEcomm');
  53956.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/WbmTagManagerEcomm/src/Resources/views'), '!WbmTagManagerEcomm');
  53957.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SolidAdvancedSliderElements/src/Resources/views'), 'SolidAdvancedSliderElements');
  53958.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SolidAdvancedSliderElements/src/Resources/views'), '!SolidAdvancedSliderElements');
  53959.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  53960.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  53961.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources'), 'FrameworkBundle');
  53962.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/Resources'), 'MonologBundle');
  53963.         $a->addPath((\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Resources'), 'SensioFrameworkExtraBundle');
  53964.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources'), 'TwigBundle');
  53965.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'));
  53966.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'DebugBundle');
  53967.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources'), 'DebugBundle');
  53968.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'));
  53969.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'), 'EnqueueBundle');
  53970.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources'), 'EnqueueBundle');
  53971.         $a->addPath((\dirname(__DIR__4).'/vendor/sroze/messenger-enqueue-transport/Bundle/Resources'), 'EnqueueAdapterBundle');
  53972.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'));
  53973.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'), 'Framework');
  53974.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources'), 'Framework');
  53975.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/System/Resources'), 'System');
  53976.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Content/Resources'), 'Content');
  53977.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Checkout/Resources'), 'Checkout');
  53978.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'));
  53979.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'), 'Administration');
  53980.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources'), 'Administration');
  53981.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'));
  53982.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'), 'Storefront');
  53983.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views/../app/storefront/dist'), 'Storefront');
  53984.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources'), 'Storefront');
  53985.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'));
  53986.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'), 'Elasticsearch');
  53987.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources'), 'Elasticsearch');
  53988.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'));
  53989.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfilerBundle');
  53990.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources'), 'WebProfilerBundle');
  53991.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'));
  53992.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'), 'Profiling');
  53993.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources'), 'Profiling');
  53994.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Resources/views'));
  53995.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Resources/views'), 'SwagCustomizedProducts');
  53996.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Resources/views/../app/storefront/dist'), 'SwagCustomizedProducts');
  53997.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src/Resources'), 'SwagCustomizedProducts');
  53998.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Resources/views'));
  53999.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Resources/views'), 'NetzpEvents6');
  54000.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Resources/views/../app/storefront/dist'), 'NetzpEvents6');
  54001.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src/Resources'), 'NetzpEvents6');
  54002.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SheTinyMce/src/Resources'), 'SheTinyMce');
  54003.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Resources/views'));
  54004.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Resources/views'), 'SwagMigrationAssistant');
  54005.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant/Resources'), 'SwagMigrationAssistant');
  54006.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src/Resources'), 'SwagMigrationMagento');
  54007.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/NetzpCalendar6/src/Resources/views'));
  54008.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/NetzpCalendar6/src/Resources/views'), 'NetzpCalendar6');
  54009.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/NetzpCalendar6/src/Resources'), 'NetzpCalendar6');
  54010.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/DecomTheme/src/Resources/views'));
  54011.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/DecomTheme/src/Resources/views'), 'DecomTheme');
  54012.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/DecomTheme/src/Resources/views/../app/storefront/dist'), 'DecomTheme');
  54013.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/DecomTheme/src/Resources'), 'DecomTheme');
  54014.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/IronHoliday/src/Resources/views'));
  54015.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/IronHoliday/src/Resources/views'), 'IronHoliday');
  54016.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/IronHoliday/src/Resources'), 'IronHoliday');
  54017.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/WeedesignImages2WebP/src/Resources/views'));
  54018.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/WeedesignImages2WebP/src/Resources/views'), 'WeedesignImages2WebP');
  54019.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/WeedesignImages2WebP/src/Resources/views/../app/storefront/dist'), 'WeedesignImages2WebP');
  54020.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/WeedesignImages2WebP/src/Resources'), 'WeedesignImages2WebP');
  54021.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src/Resources'), 'CbaxModulAnalytics');
  54022.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Resources/views'));
  54023.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Resources/views'), 'SasBlogModule');
  54024.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SasBlogModule/src/Resources'), 'SasBlogModule');
  54025.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Resources/views'));
  54026.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Resources/views'), 'SwagPayPal');
  54027.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Resources/views/../app/storefront/dist'), 'SwagPayPal');
  54028.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagPayPal/src/Resources'), 'SwagPayPal');
  54029.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/HuebertAccessoriesDirectly/src/Resources/views'));
  54030.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/HuebertAccessoriesDirectly/src/Resources/views'), 'HuebertAccessoriesDirectly');
  54031.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/HuebertAccessoriesDirectly/src/Resources/views/../app/storefront/dist'), 'HuebertAccessoriesDirectly');
  54032.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/HuebertAccessoriesDirectly/src/Resources'), 'HuebertAccessoriesDirectly');
  54033.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/AcrisProductVideoCS/src/Resources/views'));
  54034.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/AcrisProductVideoCS/src/Resources/views'), 'AcrisProductVideoCS');
  54035.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/AcrisProductVideoCS/src/Resources/views/../app/storefront/dist'), 'AcrisProductVideoCS');
  54036.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/AcrisProductVideoCS/src/Resources'), 'AcrisProductVideoCS');
  54037.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Resources/views'));
  54038.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Resources/views'), 'SendcloudShipping');
  54039.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Resources/views/../app/storefront/dist'), 'SendcloudShipping');
  54040.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src/Resources'), 'SendcloudShipping');
  54041.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagMarkets/src/Resources'), 'SwagMarkets');
  54042.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Resources/views'));
  54043.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Resources/views'), 'KlarnaPayment');
  54044.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Resources/views/../app/storefront/dist'), 'KlarnaPayment');
  54045.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src/Resources'), 'KlarnaPayment');
  54046.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Resources'), 'SwagExtensionStore');
  54047.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Resources/views'));
  54048.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Resources/views'), 'SwagCmsExtensions');
  54049.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Resources/views/../app/storefront/dist'), 'SwagCmsExtensions');
  54050.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src/Resources'), 'SwagCmsExtensions');
  54051.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/AcrisProductCustomerGroupCS/src/Resources/views'));
  54052.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/AcrisProductCustomerGroupCS/src/Resources/views'), 'AcrisProductCustomerGroupCS');
  54053.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/AcrisProductCustomerGroupCS/src/Resources'), 'AcrisProductCustomerGroupCS');
  54054.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/WbmTagManagerEcomm/src/Resources/views'));
  54055.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/WbmTagManagerEcomm/src/Resources/views'), 'WbmTagManagerEcomm');
  54056.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/WbmTagManagerEcomm/src/Resources/views/../app/storefront/dist'), 'WbmTagManagerEcomm');
  54057.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/WbmTagManagerEcomm/src/Resources'), 'WbmTagManagerEcomm');
  54058.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SolidAdvancedSliderElements/src/Resources/views'));
  54059.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SolidAdvancedSliderElements/src/Resources/views'), 'SolidAdvancedSliderElements');
  54060.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SolidAdvancedSliderElements/src/Resources/views/../app/storefront/dist'), 'SolidAdvancedSliderElements');
  54061.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SolidAdvancedSliderElements/src/Resources'), 'SolidAdvancedSliderElements');
  54062.         $a->addPath((\dirname(__DIR__4).'/custom/apps/zenitAppFloatingBuybox/Resources/views'));
  54063.         $a->addPath((\dirname(__DIR__4).'/custom/apps/zenitAppFloatingBuybox/Resources/views'), 'zenitAppFloatingBuybox');
  54064.         $a->addPath((\dirname(__DIR__4).'/custom/apps/zenitAppFloatingBuybox/Resources/views/../app/storefront/dist'), 'zenitAppFloatingBuybox');
  54065.         $a->addPath((\dirname(__DIR__4).'/custom/apps/zenitAppFloatingBuybox/Resources'), 'zenitAppFloatingBuybox');
  54066.         $instance->addLoader(($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] ?? $this->getEntityTemplateLoaderService()));
  54067.         $instance->addLoader($a);
  54068.         return $instance;
  54069.     }
  54070.     /**
  54071.      * Gets the private 'twig.mailer.message_listener' shared service.
  54072.      *
  54073.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  54074.      */
  54075.     protected function getTwig_Mailer_MessageListenerService()
  54076.     {
  54077.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  54078.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  54079.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  54080.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  54081.         if (isset($this->privates['twig.mailer.message_listener'])) {
  54082.             return $this->privates['twig.mailer.message_listener'];
  54083.         }
  54084.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  54085.     }
  54086.     /**
  54087.      * Gets the private 'twig.runtime.httpkernel' shared service.
  54088.      *
  54089.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  54090.      */
  54091.     protected function getTwig_Runtime_HttpkernelService()
  54092.     {
  54093.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  54094.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  54095.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  54096.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  54097.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  54098.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  54099.         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, [
  54100.             'esi' => ['privates''fragment.renderer.esi''getFragment_Renderer_EsiService'false],
  54101.             'hinclude' => ['privates''fragment.renderer.hinclude''getFragment_Renderer_HincludeService'false],
  54102.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  54103.         ], [
  54104.             'esi' => '?',
  54105.             'hinclude' => '?',
  54106.             'inline' => '?',
  54107.         ]), $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));
  54108.     }
  54109.     /**
  54110.      * Gets the private 'twig.runtime.security_csrf' shared service.
  54111.      *
  54112.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  54113.      */
  54114.     protected function getTwig_Runtime_SecurityCsrfService()
  54115.     {
  54116.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  54117.         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()));
  54118.     }
  54119.     /**
  54120.      * Gets the private 'twig.runtime.serializer' shared service.
  54121.      *
  54122.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  54123.      */
  54124.     protected function getTwig_Runtime_SerializerService()
  54125.     {
  54126.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  54127.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  54128.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  54129.     }
  54130.     /**
  54131.      * Gets the private 'validator.builder' shared service.
  54132.      *
  54133.      * @return \Symfony\Component\Validator\ValidatorBuilder
  54134.      */
  54135.     protected function getValidator_BuilderService()
  54136.     {
  54137.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  54138.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  54139.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  54140.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerEmailUniqueValidator' => ['privates''Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerEmailUniqueValidator''getCustomerEmailUniqueValidatorService'false],
  54141.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator' => ['privates''Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator''getCustomerPasswordMatchesValidatorService'false],
  54142.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdentificationValidator' => ['privates''Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdentificationValidator''getCustomerVatIdentificationValidatorService'false],
  54143.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator' => ['privates''Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator''getCustomerZipCodeValidatorService'false],
  54144.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator''getEntityExistsValidatorService'false],
  54145.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator''getEntityNotExistsValidatorService'false],
  54146.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  54147.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  54148.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  54149.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  54150.         ], [
  54151.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerEmailUniqueValidator' => '?',
  54152.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator' => '?',
  54153.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdentificationValidator' => '?',
  54154.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator' => '?',
  54155.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator' => '?',
  54156.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator' => '?',
  54157.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  54158.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  54159.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  54160.             'validator.expression' => '?',
  54161.         ])));
  54162.         if ($this->has('translator')) {
  54163.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  54164.         }
  54165.         $instance->setTranslationDomain('validators');
  54166.         $instance->enableAnnotationMapping(true);
  54167.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  54168.         $instance->addMethodMapping('loadValidatorMetadata');
  54169.         $instance->addObjectInitializers([]);
  54170.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  54171.         return $instance;
  54172.     }
  54173.     /**
  54174.      * Gets the private 'validator.email' shared service.
  54175.      *
  54176.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  54177.      */
  54178.     protected function getValidator_EmailService()
  54179.     {
  54180.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  54181.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  54182.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  54183.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('loose');
  54184.     }
  54185.     /**
  54186.      * Gets the private 'validator.expression' shared service.
  54187.      *
  54188.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  54189.      */
  54190.     protected function getValidator_ExpressionService()
  54191.     {
  54192.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  54193.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  54194.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  54195.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(NULL);
  54196.     }
  54197.     /**
  54198.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  54199.      *
  54200.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  54201.      */
  54202.     protected function getValidator_Mapping_CacheWarmerService()
  54203.     {
  54204.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  54205.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  54206.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  54207.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  54208.     }
  54209.     /**
  54210.      * Gets the private 'validator.not_compromised_password' shared service.
  54211.      *
  54212.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  54213.      */
  54214.     protected function getValidator_NotCompromisedPasswordService()
  54215.     {
  54216.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  54217.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  54218.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  54219.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(NULL'UTF-8'trueNULL);
  54220.     }
  54221.     /**
  54222.      * Gets the private 'var_dumper.command.server_dump' shared service.
  54223.      *
  54224.      * @return \Symfony\Bundle\DebugBundle\Command\ServerDumpPlaceholderCommand
  54225.      */
  54226.     protected function getVarDumper_Command_ServerDumpService()
  54227.     {
  54228.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  54229.         include_once \dirname(__DIR__4).'/vendor/symfony/debug-bundle/Command/ServerDumpPlaceholderCommand.php';
  54230.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  54231.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  54232.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  54233.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  54234.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  54235.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  54236.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  54237.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeFlowEventHandler'] ?? $this->getExcludeFlowEventHandlerService()));
  54238.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  54239.         $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()))]);
  54240.         $instance->setName('server:dump');
  54241.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  54242.         return $instance;
  54243.     }
  54244.     /**
  54245.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  54246.      *
  54247.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  54248.      */
  54249.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  54250.     {
  54251.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  54252.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  54253.         return $instance;
  54254.     }
  54255.     /**
  54256.      * Gets the private 'var_dumper.html_dumper' shared service.
  54257.      *
  54258.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  54259.      */
  54260.     protected function getVarDumper_HtmlDumperService()
  54261.     {
  54262.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  54263.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  54264.         return $instance;
  54265.     }
  54266.     /**
  54267.      * Gets the private 'web_profiler.csp.handler' shared service.
  54268.      *
  54269.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  54270.      */
  54271.     protected function getWebProfiler_Csp_HandlerService()
  54272.     {
  54273.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  54274.     }
  54275.     /**
  54276.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  54277.      *
  54278.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  54279.      */
  54280.     protected function getWebProfiler_DebugToolbarService()
  54281.     {
  54282.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  54283.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  54284.             return $this->privates['web_profiler.debug_toolbar'];
  54285.         }
  54286.         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()));
  54287.     }
  54288.     /**
  54289.      * Gets the public 'cache_clearer' alias.
  54290.      *
  54291.      * @return object The ".container.private.cache_clearer" service.
  54292.      */
  54293.     protected function getCacheClearerService()
  54294.     {
  54295.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  54296.         return $this->get('.container.private.cache_clearer');
  54297.     }
  54298.     /**
  54299.      * Gets the public 'filesystem' alias.
  54300.      *
  54301.      * @return object The ".container.private.filesystem" service.
  54302.      */
  54303.     protected function getFilesystemService()
  54304.     {
  54305.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  54306.         return $this->get('.container.private.filesystem');
  54307.     }
  54308.     /**
  54309.      * Gets the public 'serializer' alias.
  54310.      *
  54311.      * @return object The ".container.private.serializer" service.
  54312.      */
  54313.     protected function getSerializerService()
  54314.     {
  54315.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  54316.         return $this->get('.container.private.serializer');
  54317.     }
  54318.     /**
  54319.      * Gets the public 'security.csrf.token_manager' alias.
  54320.      *
  54321.      * @return object The ".container.private.security.csrf.token_manager" service.
  54322.      */
  54323.     protected function getSecurity_Csrf_TokenManagerService()
  54324.     {
  54325.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  54326.         return $this->get('.container.private.security.csrf.token_manager');
  54327.     }
  54328.     /**
  54329.      * Gets the public 'profiler' alias.
  54330.      *
  54331.      * @return object The ".container.private.profiler" service.
  54332.      */
  54333.     protected function getProfiler2Service()
  54334.     {
  54335.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  54336.         return $this->get('.container.private.profiler');
  54337.     }
  54338.     /**
  54339.      * Gets the public 'twig' alias.
  54340.      *
  54341.      * @return object The ".container.private.twig" service.
  54342.      */
  54343.     protected function getTwigService()
  54344.     {
  54345.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  54346.         return $this->get('.container.private.twig');
  54347.     }
  54348.     /**
  54349.      * Gets the public 'session' alias.
  54350.      *
  54351.      * @return object The ".container.private.session" service.
  54352.      */
  54353.     protected function getSessionService()
  54354.     {
  54355.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  54356.         return $this->get('.container.private.session');
  54357.     }
  54358.     /**
  54359.      * Gets the public 'validator' alias.
  54360.      *
  54361.      * @return object The ".container.private.validator" service.
  54362.      */
  54363.     protected function getValidatorService()
  54364.     {
  54365.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  54366.         return $this->get('.container.private.validator');
  54367.     }
  54368.     /**
  54369.      * @return array|bool|float|int|string|\UnitEnum|null
  54370.      */
  54371.     public function getParameter(string $name)
  54372.     {
  54373.         if (isset($this->buildParameters[$name])) {
  54374.             return $this->buildParameters[$name];
  54375.         }
  54376.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  54377.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  54378.         }
  54379.         if (isset($this->loadedDynamicParameters[$name])) {
  54380.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  54381.         }
  54382.         return $this->parameters[$name];
  54383.     }
  54384.     public function hasParameter(string $name): bool
  54385.     {
  54386.         if (isset($this->buildParameters[$name])) {
  54387.             return true;
  54388.         }
  54389.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  54390.     }
  54391.     public function setParameter(string $name$value): void
  54392.     {
  54393.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  54394.     }
  54395.     public function getParameterBag(): ParameterBagInterface
  54396.     {
  54397.         if (null === $this->parameterBag) {
  54398.             $parameters $this->parameters;
  54399.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  54400.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  54401.             }
  54402.             foreach ($this->buildParameters as $name => $value) {
  54403.                 $parameters[$name] = $value;
  54404.             }
  54405.             $this->parameterBag = new FrozenParameterBag($parameters);
  54406.         }
  54407.         return $this->parameterBag;
  54408.     }
  54409.     private $loadedDynamicParameters = [
  54410.         'kernel.runtime_environment' => false,
  54411.         'kernel.build_dir' => false,
  54412.         'kernel.cache_dir' => false,
  54413.         'APP_URL' => false,
  54414.         'shopware.routing.registered_api_prefixes' => false,
  54415.         'shopware.dbal.time_zone_support_enabled' => false,
  54416.         'shopware.dbal.token_minimum_length' => false,
  54417.         'instance_id' => false,
  54418.         'shopware_administration.path_name' => false,
  54419.         'shopware.http.cache.enabled' => false,
  54420.         'shopware.http.cache.default_ttl' => false,
  54421.         'elasticsearch.enabled' => false,
  54422.         'elasticsearch.indexing_enabled' => false,
  54423.         'elasticsearch.hosts' => false,
  54424.         'elasticsearch.index_prefix' => false,
  54425.         'shopware.cdn.strategy' => false,
  54426.         'kernel.secret' => false,
  54427.         'debug.container.dump' => false,
  54428.         'serializer.mapping.cache.file' => false,
  54429.         'validator.mapping.cache.file' => false,
  54430.         'profiler.storage.dsn' => false,
  54431.         'shopware.cdn' => false,
  54432.         'shopware.deployment' => false,
  54433.         'shopware.deployment.blue_green' => false,
  54434.         'shopware.html_sanitizer' => false,
  54435.         'shopware.html_sanitizer.cache_dir' => false,
  54436.         'shopware.cache' => false,
  54437.         'shopware.cache.redis_prefix' => false,
  54438.         'elasticsearch.indexing_batch_size' => false,
  54439.         'elasticsearch.throw_exception' => false,
  54440.         'elasticsearch.administration' => false,
  54441.         'elasticsearch.administration.hosts' => false,
  54442.         'elasticsearch.administration.enabled' => false,
  54443.         'elasticsearch.administration.refresh_indices' => false,
  54444.         'elasticsearch.administration.index_prefix' => false,
  54445.     ];
  54446.     private $dynamicParameters = [];
  54447.     private function getDynamicParameter(string $name)
  54448.     {
  54449.         switch ($name) {
  54450.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  54451.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  54452.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  54453.             case 'APP_URL'$value $this->getEnv('string:APP_URL'); break;
  54454.             case 'shopware.routing.registered_api_prefixes'$value = [
  54455.                 => '_wdt',
  54456.                 => '_profiler',
  54457.                 => '_error',
  54458.                 => 'api',
  54459.                 => 'sw-domain-hash.html',
  54460.                 => 'store-api',
  54461.                 => $this->getEnv('resolve:SHOPWARE_ADMINISTRATION_PATH_NAME'),
  54462.                 => 'api',
  54463.             ]; break;
  54464.             case 'shopware.dbal.time_zone_support_enabled'$value $this->getEnv('bool:SHOPWARE_DBAL_TIMEZONE_SUPPORT_ENABLED'); break;
  54465.             case 'shopware.dbal.token_minimum_length'$value $this->getEnv('int:SHOPWARE_DBAL_TOKEN_MINIMUM_LENGTH'); break;
  54466.             case 'instance_id'$value $this->getEnv('INSTANCE_ID'); break;
  54467.             case 'shopware_administration.path_name'$value $this->getEnv('resolve:SHOPWARE_ADMINISTRATION_PATH_NAME'); break;
  54468.             case 'shopware.http.cache.enabled'$value $this->getEnv('default:shopware_http_cache_enabled_default:SHOPWARE_HTTP_CACHE_ENABLED'); break;
  54469.             case 'shopware.http.cache.default_ttl'$value $this->getEnv('default:shopware_http_cache_default_ttl_default:SHOPWARE_HTTP_DEFAULT_TTL'); break;
  54470.             case 'elasticsearch.enabled'$value $this->getEnv('bool:default:default_whitespace:SHOPWARE_ES_ENABLED'); break;
  54471.             case 'elasticsearch.indexing_enabled'$value $this->getEnv('bool:default:default_whitespace:SHOPWARE_ES_INDEXING_ENABLED'); break;
  54472.             case 'elasticsearch.hosts'$value $this->getEnv('string:default:default_whitespace:SHOPWARE_ES_HOSTS'); break;
  54473.             case 'elasticsearch.index_prefix'$value $this->getEnv('string:default:default_elasticsearch_prefix:SHOPWARE_ES_INDEX_PREFIX'); break;
  54474.             case 'shopware.cdn.strategy'$value $this->getEnv('default:default_cdn_strategy:SHOPWARE_CDN_STRATEGY_DEFAULT'); break;
  54475.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  54476.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Shopware_Core_KernelDevDebugContainer.xml'); break;
  54477.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  54478.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  54479.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  54480.             case 'shopware.cdn'$value = [
  54481.                 'url' => '',
  54482.                 'strategy' => $this->getEnv('string:default:default_cdn_strategy:SHOPWARE_CDN_STRATEGY_DEFAULT'),
  54483.             ]; break;
  54484.             case 'shopware.deployment'$value = [
  54485.                 'blue_green' => $this->getEnv('bool:default:defaults_bool_true:BLUE_GREEN_DEPLOYMENT'),
  54486.             ]; break;
  54487.             case 'shopware.deployment.blue_green'$value $this->getEnv('bool:default:defaults_bool_true:BLUE_GREEN_DEPLOYMENT'); break;
  54488.             case 'shopware.html_sanitizer'$value = [
  54489.                 'cache_dir' => $this->targetDir.'',
  54490.                 'cache_enabled' => true,
  54491.                 'sets' => [
  54492.                     'basic' => [
  54493.                         'tags' => [
  54494.                             => 'a',
  54495.                             => 'abbr',
  54496.                             => 'acronym',
  54497.                             => 'address',
  54498.                             => 'b',
  54499.                             => 'bdo',
  54500.                             => 'big',
  54501.                             => 'blockquote',
  54502.                             => 'br',
  54503.                             => 'caption',
  54504.                             10 => 'center',
  54505.                             11 => 'cite',
  54506.                             12 => 'code',
  54507.                             13 => 'col',
  54508.                             14 => 'colgroup',
  54509.                             15 => 'dd',
  54510.                             16 => 'del',
  54511.                             17 => 'dfn',
  54512.                             18 => 'dir',
  54513.                             19 => 'div',
  54514.                             20 => 'dl',
  54515.                             21 => 'dt',
  54516.                             22 => 'em',
  54517.                             23 => 'font',
  54518.                             24 => 'h1',
  54519.                             25 => 'h2',
  54520.                             26 => 'h3',
  54521.                             27 => 'h4',
  54522.                             28 => 'h5',
  54523.                             29 => 'h6',
  54524.                             30 => 'hr',
  54525.                             31 => 'i',
  54526.                             32 => 'ins',
  54527.                             33 => 'kbd',
  54528.                             34 => 'li',
  54529.                             35 => 'menu',
  54530.                             36 => 'ol',
  54531.                             37 => 'p',
  54532.                             38 => 'pre',
  54533.                             39 => 'q',
  54534.                             40 => 's',
  54535.                             41 => 'samp',
  54536.                             42 => 'small',
  54537.                             43 => 'span',
  54538.                             44 => 'strike',
  54539.                             45 => 'strong',
  54540.                             46 => 'sub',
  54541.                             47 => 'sup',
  54542.                             48 => 'table',
  54543.                             49 => 'tbody',
  54544.                             50 => 'td',
  54545.                             51 => 'tfoot',
  54546.                             52 => 'th',
  54547.                             53 => 'thead',
  54548.                             54 => 'tr',
  54549.                             55 => 'tt',
  54550.                             56 => 'u',
  54551.                             57 => 'ul',
  54552.                             58 => 'var',
  54553.                         ],
  54554.                         'attributes' => [
  54555.                             => 'align',
  54556.                             => 'bgcolor',
  54557.                             => 'border',
  54558.                             => 'cellpadding',
  54559.                             => 'cellspacing',
  54560.                             => 'cite',
  54561.                             => 'class',
  54562.                             => 'clear',
  54563.                             => 'color',
  54564.                             => 'colspan',
  54565.                             10 => 'dir',
  54566.                             11 => 'face',
  54567.                             12 => 'frame',
  54568.                             13 => 'height',
  54569.                             14 => 'href',
  54570.                             15 => 'id',
  54571.                             16 => 'lang',
  54572.                             17 => 'name',
  54573.                             18 => 'noshade',
  54574.                             19 => 'nowrap',
  54575.                             20 => 'rel',
  54576.                             21 => 'rev',
  54577.                             22 => 'rowspan',
  54578.                             23 => 'scope',
  54579.                             24 => 'size',
  54580.                             25 => 'span',
  54581.                             26 => 'start',
  54582.                             27 => 'style',
  54583.                             28 => 'summary',
  54584.                             29 => 'title',
  54585.                             30 => 'type',
  54586.                             31 => 'valign',
  54587.                             32 => 'value',
  54588.                             33 => 'width',
  54589.                         ],
  54590.                         'options' => [
  54591.                         ],
  54592.                     ],
  54593.                     'media' => [
  54594.                         'tags' => [
  54595.                             => 'img',
  54596.                         ],
  54597.                         'attributes' => [
  54598.                             => 'src',
  54599.                             => 'alt',
  54600.                         ],
  54601.                         'options' => [
  54602.                         ],
  54603.                     ],
  54604.                     'script' => [
  54605.                         'tags' => [
  54606.                             => 'script',
  54607.                         ],
  54608.                         'options' => [
  54609.                             'HTML.Trusted' => true,
  54610.                         ],
  54611.                         'attributes' => [
  54612.                         ],
  54613.                     ],
  54614.                     'tidy' => [
  54615.                         'options' => [
  54616.                             'Output.TidyFormat' => true,
  54617.                         ],
  54618.                         'tags' => [
  54619.                         ],
  54620.                         'attributes' => [
  54621.                         ],
  54622.                     ],
  54623.                 ],
  54624.                 'fields' => [
  54625.                     'product_translation.description' => [
  54626.                         'sets' => [
  54627.                             => 'basic',
  54628.                             => 'media',
  54629.                         ],
  54630.                     ],
  54631.                     'app_cms_block.template' => [
  54632.                         'sets' => [
  54633.                             => 'basic',
  54634.                             => 'media',
  54635.                             => 'tidy',
  54636.                         ],
  54637.                     ],
  54638.                 ],
  54639.             ]; break;
  54640.             case 'shopware.html_sanitizer.cache_dir'$value $this->targetDir.''; break;
  54641.             case 'shopware.cache'$value = [
  54642.                 'redis_prefix' => $this->getEnv('REDIS_PREFIX'),
  54643.                 'invalidation' => [
  54644.                     'delay' => 0,
  54645.                     'count' => 150,
  54646.                     'http_cache' => [
  54647.                         => 'logged-in',
  54648.                         => 'cart-filled',
  54649.                     ],
  54650.                     'product_listing_route' => [
  54651.                     ],
  54652.                     'product_detail_route' => [
  54653.                     ],
  54654.                     'product_review_route' => [
  54655.                     ],
  54656.                     'product_search_route' => [
  54657.                     ],
  54658.                     'product_suggest_route' => [
  54659.                     ],
  54660.                     'product_cross_selling_route' => [
  54661.                     ],
  54662.                     'payment_method_route' => [
  54663.                     ],
  54664.                     'shipping_method_route' => [
  54665.                     ],
  54666.                     'navigation_route' => [
  54667.                     ],
  54668.                     'category_route' => [
  54669.                     ],
  54670.                     'landing_page_route' => [
  54671.                     ],
  54672.                     'language_route' => [
  54673.                     ],
  54674.                     'currency_route' => [
  54675.                     ],
  54676.                     'country_route' => [
  54677.                     ],
  54678.                     'country_state_route' => [
  54679.                     ],
  54680.                     'salutation_route' => [
  54681.                     ],
  54682.                     'sitemap_route' => [
  54683.                     ],
  54684.                 ],
  54685.             ]; break;
  54686.             case 'shopware.cache.redis_prefix'$value $this->getEnv('REDIS_PREFIX'); break;
  54687.             case 'elasticsearch.indexing_batch_size'$value $this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'); break;
  54688.             case 'elasticsearch.throw_exception'$value $this->getEnv('string:SHOPWARE_ES_THROW_EXCEPTION'); break;
  54689.             case 'elasticsearch.administration'$value = [
  54690.                 'hosts' => $this->getEnv('string:ADMIN_OPENSEARCH_URL'),
  54691.                 'enabled' => $this->getEnv('bool:SHOPWARE_ADMIN_ES_ENABLED'),
  54692.                 'refresh_indices' => $this->getEnv('bool:SHOPWARE_ADMIN_ES_REFRESH_INDICES'),
  54693.                 'index_prefix' => $this->getEnv('string:SHOPWARE_ADMIN_ES_INDEX_PREFIX'),
  54694.                 'index_settings' => [
  54695.                     'number_of_shards' => 3,
  54696.                     'number_of_replicas' => 3,
  54697.                     'mapping.total_fields.limit' => 50000,
  54698.                     'mapping.nested_fields.limit' => 500,
  54699.                     'mapping.nested_objects.limit' => 1000000,
  54700.                 ],
  54701.                 'analysis' => [
  54702.                     'normalizer' => [
  54703.                         'sw_lowercase_normalizer' => [
  54704.                             'type' => 'custom',
  54705.                             'filter' => [
  54706.                                 => 'lowercase',
  54707.                             ],
  54708.                         ],
  54709.                     ],
  54710.                 ],
  54711.                 'dynamic_templates' => [
  54712.                     => [
  54713.                         'keywords' => [
  54714.                             'match_mapping_type' => 'string',
  54715.                             'mapping' => [
  54716.                                 'type' => 'keyword',
  54717.                                 'normalizer' => 'sw_lowercase_normalizer',
  54718.                                 'fields' => [
  54719.                                     'text' => [
  54720.                                         'type' => 'text',
  54721.                                     ],
  54722.                                 ],
  54723.                             ],
  54724.                         ],
  54725.                     ],
  54726.                 ],
  54727.             ]; break;
  54728.             case 'elasticsearch.administration.hosts'$value $this->getEnv('string:ADMIN_OPENSEARCH_URL'); break;
  54729.             case 'elasticsearch.administration.enabled'$value $this->getEnv('bool:SHOPWARE_ADMIN_ES_ENABLED'); break;
  54730.             case 'elasticsearch.administration.refresh_indices'$value $this->getEnv('bool:SHOPWARE_ADMIN_ES_REFRESH_INDICES'); break;
  54731.             case 'elasticsearch.administration.index_prefix'$value $this->getEnv('string:SHOPWARE_ADMIN_ES_INDEX_PREFIX'); break;
  54732.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  54733.         }
  54734.         $this->loadedDynamicParameters[$name] = true;
  54735.         return $this->dynamicParameters[$name] = $value;
  54736.     }
  54737.     protected function getDefaultParameters(): array
  54738.     {
  54739.         return [
  54740.             'kernel.project_dir' => \dirname(__DIR__4),
  54741.             'kernel.environment' => 'dev',
  54742.             'kernel.debug' => true,
  54743.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  54744.             'kernel.bundles' => [
  54745.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  54746.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  54747.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  54748.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  54749.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  54750.                 'EnqueueBundle' => 'Enqueue\\Bundle\\EnqueueBundle',
  54751.                 'EnqueueAdapterBundle' => 'Enqueue\\MessengerAdapter\\Bundle\\EnqueueAdapterBundle',
  54752.                 'Framework' => 'Shopware\\Core\\Framework\\Framework',
  54753.                 'System' => 'Shopware\\Core\\System\\System',
  54754.                 'Content' => 'Shopware\\Core\\Content\\Content',
  54755.                 'Checkout' => 'Shopware\\Core\\Checkout\\Checkout',
  54756.                 'Administration' => 'Shopware\\Administration\\Administration',
  54757.                 'Storefront' => 'Shopware\\Storefront\\Storefront',
  54758.                 'Elasticsearch' => 'Shopware\\Elasticsearch\\Elasticsearch',
  54759.                 'Maintenance' => 'Shopware\\Core\\Maintenance\\Maintenance',
  54760.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  54761.                 'Profiling' => 'Shopware\\Core\\Profiling\\Profiling',
  54762.                 'SwagCustomizedProducts' => 'Swag\\CustomizedProducts\\SwagCustomizedProducts',
  54763.                 'NetzpEvents6' => 'NetzpEvents6\\NetzpEvents6',
  54764.                 'SheTinyMce' => 'She\\TinyMce\\SheTinyMce',
  54765.                 'SwagMigrationAssistant' => 'SwagMigrationAssistant\\SwagMigrationAssistant',
  54766.                 'SwagMigrationMagento' => 'Swag\\MigrationMagento\\SwagMigrationMagento',
  54767.                 'NetzpCalendar6' => 'NetzpCalendar6\\NetzpCalendar6',
  54768.                 'DecomTheme' => 'DecomTheme\\DecomTheme',
  54769.                 'IronHoliday' => 'IronHoliday\\IronHoliday',
  54770.                 'WeedesignImages2WebP' => 'Weedesign\\Images2WebP\\WeedesignImages2WebP',
  54771.                 'CbaxModulAnalytics' => 'Cbax\\ModulAnalytics\\CbaxModulAnalytics',
  54772.                 'SasBlogModule' => 'Sas\\BlogModule\\SasBlogModule',
  54773.                 'SwagPayPal' => 'Swag\\PayPal\\SwagPayPal',
  54774.                 'HuebertAccessoriesDirectly' => 'Huebert\\AccessoriesDirectly\\HuebertAccessoriesDirectly',
  54775.                 'AcrisProductVideoCS' => 'Acris\\ProductVideo\\AcrisProductVideoCS',
  54776.                 'SendcloudShipping' => 'Sendcloud\\Shipping\\SendcloudShipping',
  54777.                 'SwagMarkets' => 'Swag\\Markets\\SwagMarkets',
  54778.                 'KlarnaPayment' => 'KlarnaPayment\\KlarnaPayment',
  54779.                 'SwagExtensionStore' => 'SwagExtensionStore\\SwagExtensionStore',
  54780.                 'SwagCmsExtensions' => 'Swag\\CmsExtensions\\SwagCmsExtensions',
  54781.                 'AcrisProductCustomerGroupCS' => 'Acris\\ProductCustomerGroup\\AcrisProductCustomerGroupCS',
  54782.                 'WbmTagManagerEcomm' => 'Wbm\\TagManagerEcomm\\WbmTagManagerEcomm',
  54783.                 'SolidAdvancedSliderElements' => 'StudioSolid\\AdvancedSliderElements\\SolidAdvancedSliderElements',
  54784.                 'DbalKernelPluginLoader' => 'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\DbalKernelPluginLoader',
  54785.             ],
  54786.             'kernel.bundles_metadata' => [
  54787.                 'FrameworkBundle' => [
  54788.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  54789.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  54790.                 ],
  54791.                 'MonologBundle' => [
  54792.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  54793.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  54794.                 ],
  54795.                 'SensioFrameworkExtraBundle' => [
  54796.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  54797.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  54798.                 ],
  54799.                 'TwigBundle' => [
  54800.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  54801.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  54802.                 ],
  54803.                 'DebugBundle' => [
  54804.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  54805.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  54806.                 ],
  54807.                 'EnqueueBundle' => [
  54808.                     'path' => (\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle'),
  54809.                     'namespace' => 'Enqueue\\Bundle',
  54810.                 ],
  54811.                 'EnqueueAdapterBundle' => [
  54812.                     'path' => (\dirname(__DIR__4).'/vendor/sroze/messenger-enqueue-transport/Bundle'),
  54813.                     'namespace' => 'Enqueue\\MessengerAdapter\\Bundle',
  54814.                 ],
  54815.                 'Framework' => [
  54816.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Framework'),
  54817.                     'namespace' => 'Shopware\\Core\\Framework',
  54818.                 ],
  54819.                 'System' => [
  54820.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/System'),
  54821.                     'namespace' => 'Shopware\\Core\\System',
  54822.                 ],
  54823.                 'Content' => [
  54824.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Content'),
  54825.                     'namespace' => 'Shopware\\Core\\Content',
  54826.                 ],
  54827.                 'Checkout' => [
  54828.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Checkout'),
  54829.                     'namespace' => 'Shopware\\Core\\Checkout',
  54830.                 ],
  54831.                 'Administration' => [
  54832.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/administration'),
  54833.                     'namespace' => 'Shopware\\Administration',
  54834.                 ],
  54835.                 'Storefront' => [
  54836.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/storefront'),
  54837.                     'namespace' => 'Shopware\\Storefront',
  54838.                 ],
  54839.                 'Elasticsearch' => [
  54840.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/elasticsearch'),
  54841.                     'namespace' => 'Shopware\\Elasticsearch',
  54842.                 ],
  54843.                 'Maintenance' => [
  54844.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Maintenance'),
  54845.                     'namespace' => 'Shopware\\Core\\Maintenance',
  54846.                 ],
  54847.                 'WebProfilerBundle' => [
  54848.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  54849.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  54850.                 ],
  54851.                 'Profiling' => [
  54852.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Profiling'),
  54853.                     'namespace' => 'Shopware\\Core\\Profiling',
  54854.                 ],
  54855.                 'SwagCustomizedProducts' => [
  54856.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src'),
  54857.                     'namespace' => 'Swag\\CustomizedProducts',
  54858.                 ],
  54859.                 'NetzpEvents6' => [
  54860.                     'path' => (\dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src'),
  54861.                     'namespace' => 'NetzpEvents6',
  54862.                 ],
  54863.                 'SheTinyMce' => [
  54864.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SheTinyMce/src'),
  54865.                     'namespace' => 'She\\TinyMce',
  54866.                 ],
  54867.                 'SwagMigrationAssistant' => [
  54868.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant'),
  54869.                     'namespace' => 'SwagMigrationAssistant',
  54870.                 ],
  54871.                 'SwagMigrationMagento' => [
  54872.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src'),
  54873.                     'namespace' => 'Swag\\MigrationMagento',
  54874.                 ],
  54875.                 'NetzpCalendar6' => [
  54876.                     'path' => (\dirname(__DIR__4).'/custom/plugins/NetzpCalendar6/src'),
  54877.                     'namespace' => 'NetzpCalendar6',
  54878.                 ],
  54879.                 'DecomTheme' => [
  54880.                     'path' => (\dirname(__DIR__4).'/custom/plugins/DecomTheme/src'),
  54881.                     'namespace' => 'DecomTheme',
  54882.                 ],
  54883.                 'IronHoliday' => [
  54884.                     'path' => (\dirname(__DIR__4).'/custom/plugins/IronHoliday/src'),
  54885.                     'namespace' => 'IronHoliday',
  54886.                 ],
  54887.                 'WeedesignImages2WebP' => [
  54888.                     'path' => (\dirname(__DIR__4).'/custom/plugins/WeedesignImages2WebP/src'),
  54889.                     'namespace' => 'Weedesign\\Images2WebP',
  54890.                 ],
  54891.                 'CbaxModulAnalytics' => [
  54892.                     'path' => (\dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src'),
  54893.                     'namespace' => 'Cbax\\ModulAnalytics',
  54894.                 ],
  54895.                 'SasBlogModule' => [
  54896.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SasBlogModule/src'),
  54897.                     'namespace' => 'Sas\\BlogModule',
  54898.                 ],
  54899.                 'SwagPayPal' => [
  54900.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagPayPal/src'),
  54901.                     'namespace' => 'Swag\\PayPal',
  54902.                 ],
  54903.                 'HuebertAccessoriesDirectly' => [
  54904.                     'path' => (\dirname(__DIR__4).'/custom/plugins/HuebertAccessoriesDirectly/src'),
  54905.                     'namespace' => 'Huebert\\AccessoriesDirectly',
  54906.                 ],
  54907.                 'AcrisProductVideoCS' => [
  54908.                     'path' => (\dirname(__DIR__4).'/custom/plugins/AcrisProductVideoCS/src'),
  54909.                     'namespace' => 'Acris\\ProductVideo',
  54910.                 ],
  54911.                 'SendcloudShipping' => [
  54912.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src'),
  54913.                     'namespace' => 'Sendcloud\\Shipping',
  54914.                 ],
  54915.                 'SwagMarkets' => [
  54916.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagMarkets/src'),
  54917.                     'namespace' => 'Swag\\Markets',
  54918.                 ],
  54919.                 'KlarnaPayment' => [
  54920.                     'path' => (\dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src'),
  54921.                     'namespace' => 'KlarnaPayment',
  54922.                 ],
  54923.                 'SwagExtensionStore' => [
  54924.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src'),
  54925.                     'namespace' => 'SwagExtensionStore',
  54926.                 ],
  54927.                 'SwagCmsExtensions' => [
  54928.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src'),
  54929.                     'namespace' => 'Swag\\CmsExtensions',
  54930.                 ],
  54931.                 'AcrisProductCustomerGroupCS' => [
  54932.                     'path' => (\dirname(__DIR__4).'/custom/plugins/AcrisProductCustomerGroupCS/src'),
  54933.                     'namespace' => 'Acris\\ProductCustomerGroup',
  54934.                 ],
  54935.                 'WbmTagManagerEcomm' => [
  54936.                     'path' => (\dirname(__DIR__4).'/custom/plugins/WbmTagManagerEcomm/src'),
  54937.                     'namespace' => 'Wbm\\TagManagerEcomm',
  54938.                 ],
  54939.                 'SolidAdvancedSliderElements' => [
  54940.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SolidAdvancedSliderElements/src'),
  54941.                     'namespace' => 'StudioSolid\\AdvancedSliderElements',
  54942.                 ],
  54943.                 'DbalKernelPluginLoader' => [
  54944.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/KernelPluginLoader'),
  54945.                     'namespace' => 'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader',
  54946.                 ],
  54947.             ],
  54948.             'kernel.charset' => 'UTF-8',
  54949.             'kernel.container_class' => 'Shopware_Core_KernelDevDebugContainer',
  54950.             'kernel.cache.hash' => 'a6cdf01c8a14124e315e8ec5e6f48dc2',
  54951.             'kernel.shopware_version' => '6.4.20.2',
  54952.             'kernel.shopware_version_revision' => '42e7b9045d0300938991cc658baec742155da553',
  54953.             'kernel.shopware_core_dir' => (\dirname(__DIR__4).'/vendor/shopware/core'),
  54954.             'kernel.plugin_dir' => (\dirname(__DIR__4).'/custom/plugins'),
  54955.             'kernel.app_dir' => (\dirname(__DIR__4).'/custom/apps'),
  54956.             'kernel.active_plugins' => [
  54957.                 'Swag\\CustomizedProducts\\SwagCustomizedProducts' => [
  54958.                     'name' => 'SwagCustomizedProducts',
  54959.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagCustomizedProducts/src'),
  54960.                     'class' => 'Swag\\CustomizedProducts\\SwagCustomizedProducts',
  54961.                 ],
  54962.                 'NetzpEvents6\\NetzpEvents6' => [
  54963.                     'name' => 'NetzpEvents6',
  54964.                     'path' => (\dirname(__DIR__4).'/custom/plugins/NetzpEvents6/src'),
  54965.                     'class' => 'NetzpEvents6\\NetzpEvents6',
  54966.                 ],
  54967.                 'She\\TinyMce\\SheTinyMce' => [
  54968.                     'name' => 'SheTinyMce',
  54969.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SheTinyMce/src'),
  54970.                     'class' => 'She\\TinyMce\\SheTinyMce',
  54971.                 ],
  54972.                 'SwagMigrationAssistant\\SwagMigrationAssistant' => [
  54973.                     'name' => 'SwagMigrationAssistant',
  54974.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagMigrationAssistant'),
  54975.                     'class' => 'SwagMigrationAssistant\\SwagMigrationAssistant',
  54976.                 ],
  54977.                 'Swag\\MigrationMagento\\SwagMigrationMagento' => [
  54978.                     'name' => 'SwagMigrationMagento',
  54979.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagMigrationMagento/src'),
  54980.                     'class' => 'Swag\\MigrationMagento\\SwagMigrationMagento',
  54981.                 ],
  54982.                 'NetzpCalendar6\\NetzpCalendar6' => [
  54983.                     'name' => 'NetzpCalendar6',
  54984.                     'path' => (\dirname(__DIR__4).'/custom/plugins/NetzpCalendar6/src'),
  54985.                     'class' => 'NetzpCalendar6\\NetzpCalendar6',
  54986.                 ],
  54987.                 'DecomTheme\\DecomTheme' => [
  54988.                     'name' => 'DecomTheme',
  54989.                     'path' => (\dirname(__DIR__4).'/custom/plugins/DecomTheme/src'),
  54990.                     'class' => 'DecomTheme\\DecomTheme',
  54991.                 ],
  54992.                 'IronHoliday\\IronHoliday' => [
  54993.                     'name' => 'IronHoliday',
  54994.                     'path' => (\dirname(__DIR__4).'/custom/plugins/IronHoliday/src'),
  54995.                     'class' => 'IronHoliday\\IronHoliday',
  54996.                 ],
  54997.                 'Weedesign\\Images2WebP\\WeedesignImages2WebP' => [
  54998.                     'name' => 'WeedesignImages2WebP',
  54999.                     'path' => (\dirname(__DIR__4).'/custom/plugins/WeedesignImages2WebP/src'),
  55000.                     'class' => 'Weedesign\\Images2WebP\\WeedesignImages2WebP',
  55001.                 ],
  55002.                 'Cbax\\ModulAnalytics\\CbaxModulAnalytics' => [
  55003.                     'name' => 'CbaxModulAnalytics',
  55004.                     'path' => (\dirname(__DIR__4).'/custom/plugins/CbaxModulAnalytics/src'),
  55005.                     'class' => 'Cbax\\ModulAnalytics\\CbaxModulAnalytics',
  55006.                 ],
  55007.                 'Sas\\BlogModule\\SasBlogModule' => [
  55008.                     'name' => 'SasBlogModule',
  55009.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SasBlogModule/src'),
  55010.                     'class' => 'Sas\\BlogModule\\SasBlogModule',
  55011.                 ],
  55012.                 'Swag\\PayPal\\SwagPayPal' => [
  55013.                     'name' => 'SwagPayPal',
  55014.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagPayPal/src'),
  55015.                     'class' => 'Swag\\PayPal\\SwagPayPal',
  55016.                 ],
  55017.                 'Huebert\\AccessoriesDirectly\\HuebertAccessoriesDirectly' => [
  55018.                     'name' => 'HuebertAccessoriesDirectly',
  55019.                     'path' => (\dirname(__DIR__4).'/custom/plugins/HuebertAccessoriesDirectly/src'),
  55020.                     'class' => 'Huebert\\AccessoriesDirectly\\HuebertAccessoriesDirectly',
  55021.                 ],
  55022.                 'Acris\\ProductVideo\\AcrisProductVideoCS' => [
  55023.                     'name' => 'AcrisProductVideoCS',
  55024.                     'path' => (\dirname(__DIR__4).'/custom/plugins/AcrisProductVideoCS/src'),
  55025.                     'class' => 'Acris\\ProductVideo\\AcrisProductVideoCS',
  55026.                 ],
  55027.                 'Sendcloud\\Shipping\\SendcloudShipping' => [
  55028.                     'name' => 'SendcloudShipping',
  55029.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SendcloudShipping/src'),
  55030.                     'class' => 'Sendcloud\\Shipping\\SendcloudShipping',
  55031.                 ],
  55032.                 'Swag\\Markets\\SwagMarkets' => [
  55033.                     'name' => 'SwagMarkets',
  55034.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagMarkets/src'),
  55035.                     'class' => 'Swag\\Markets\\SwagMarkets',
  55036.                 ],
  55037.                 'KlarnaPayment\\KlarnaPayment' => [
  55038.                     'name' => 'KlarnaPayment',
  55039.                     'path' => (\dirname(__DIR__4).'/custom/plugins/KlarnaPayment/src'),
  55040.                     'class' => 'KlarnaPayment\\KlarnaPayment',
  55041.                 ],
  55042.                 'SwagExtensionStore\\SwagExtensionStore' => [
  55043.                     'name' => 'SwagExtensionStore',
  55044.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src'),
  55045.                     'class' => 'SwagExtensionStore\\SwagExtensionStore',
  55046.                 ],
  55047.                 'Swag\\CmsExtensions\\SwagCmsExtensions' => [
  55048.                     'name' => 'SwagCmsExtensions',
  55049.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagCmsExtensions/src'),
  55050.                     'class' => 'Swag\\CmsExtensions\\SwagCmsExtensions',
  55051.                 ],
  55052.                 'Acris\\ProductCustomerGroup\\AcrisProductCustomerGroupCS' => [
  55053.                     'name' => 'AcrisProductCustomerGroupCS',
  55054.                     'path' => (\dirname(__DIR__4).'/custom/plugins/AcrisProductCustomerGroupCS/src'),
  55055.                     'class' => 'Acris\\ProductCustomerGroup\\AcrisProductCustomerGroupCS',
  55056.                 ],
  55057.                 'Wbm\\TagManagerEcomm\\WbmTagManagerEcomm' => [
  55058.                     'name' => 'WbmTagManagerEcomm',
  55059.                     'path' => (\dirname(__DIR__4).'/custom/plugins/WbmTagManagerEcomm/src'),
  55060.                     'class' => 'Wbm\\TagManagerEcomm\\WbmTagManagerEcomm',
  55061.                 ],
  55062.                 'StudioSolid\\AdvancedSliderElements\\SolidAdvancedSliderElements' => [
  55063.                     'name' => 'SolidAdvancedSliderElements',
  55064.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SolidAdvancedSliderElements/src'),
  55065.                     'class' => 'StudioSolid\\AdvancedSliderElements\\SolidAdvancedSliderElements',
  55066.                 ],
  55067.             ],
  55068.             'kernel.plugin_infos' => [
  55069.                 => [
  55070.                     'name' => 'FroshDevelopmentHelper',
  55071.                     'baseClass' => 'Frosh\\DevelopmentHelper\\FroshDevelopmentHelper',
  55072.                     'active' => false,
  55073.                     'path' => 'custom/plugins/FroshDevelopmentHelper',
  55074.                     'version' => '0.3.5',
  55075.                     'autoload' => [
  55076.                         'psr-4' => [
  55077.                             'Frosh\\DevelopmentHelper\\' => 'src/',
  55078.                         ],
  55079.                     ],
  55080.                     'managedByComposer' => false,
  55081.                     'composerName' => 'frosh/development-helper',
  55082.                 ],
  55083.                 => [
  55084.                     'name' => 'MoorlFoundation',
  55085.                     'baseClass' => 'MoorlFoundation\\MoorlFoundation',
  55086.                     'active' => false,
  55087.                     'path' => 'custom/plugins/MoorlFoundation',
  55088.                     'version' => '1.4.2010',
  55089.                     'autoload' => [
  55090.                         'psr-4' => [
  55091.                             'MoorlFoundation\\' => 'src/',
  55092.                             'DeepL\\' => 'libs/vendor/deeplcom/deepl-php/src/',
  55093.                         ],
  55094.                     ],
  55095.                     'managedByComposer' => false,
  55096.                     'composerName' => 'moorl/foundation',
  55097.                 ],
  55098.                 => [
  55099.                     'name' => 'SwagCustomizedProducts',
  55100.                     'baseClass' => 'Swag\\CustomizedProducts\\SwagCustomizedProducts',
  55101.                     'active' => true,
  55102.                     'path' => 'custom/plugins/SwagCustomizedProducts',
  55103.                     'version' => '3.4.5',
  55104.                     'autoload' => [
  55105.                         'psr-4' => [
  55106.                             'Swag\\CustomizedProducts\\' => 'src/',
  55107.                         ],
  55108.                     ],
  55109.                     'managedByComposer' => false,
  55110.                     'composerName' => 'swag/customized-products',
  55111.                 ],
  55112.                 => [
  55113.                     'name' => 'NetzpEvents6',
  55114.                     'baseClass' => 'NetzpEvents6\\NetzpEvents6',
  55115.                     'active' => true,
  55116.                     'path' => 'custom/plugins/NetzpEvents6',
  55117.                     'version' => '1.6.0',
  55118.                     'autoload' => [
  55119.                         'psr-4' => [
  55120.                             'NetzpEvents6\\' => 'src/',
  55121.                         ],
  55122.                     ],
  55123.                     'managedByComposer' => false,
  55124.                     'composerName' => 'netzp/netzpevents6',
  55125.                 ],
  55126.                 => [
  55127.                     'name' => 'SheTinyMce',
  55128.                     'baseClass' => 'She\\TinyMce\\SheTinyMce',
  55129.                     'active' => true,
  55130.                     'path' => 'custom/plugins/SheTinyMce',
  55131.                     'version' => '2.0.6',
  55132.                     'autoload' => [
  55133.                         'psr-4' => [
  55134.                             'She\\TinyMce\\' => 'src/',
  55135.                         ],
  55136.                     ],
  55137.                     'managedByComposer' => false,
  55138.                     'composerName' => 'she/tiny-mce',
  55139.                 ],
  55140.                 => [
  55141.                     'name' => 'SwagMigrationAssistant',
  55142.                     'baseClass' => 'SwagMigrationAssistant\\SwagMigrationAssistant',
  55143.                     'active' => true,
  55144.                     'path' => 'custom/plugins/SwagMigrationAssistant',
  55145.                     'version' => '4.2.1',
  55146.                     'autoload' => [
  55147.                         'psr-4' => [
  55148.                             'SwagMigrationAssistant\\' => '',
  55149.                         ],
  55150.                     ],
  55151.                     'managedByComposer' => false,
  55152.                     'composerName' => 'swag/migration-assistant',
  55153.                 ],
  55154.                 => [
  55155.                     'name' => 'SwagMigrationMagento',
  55156.                     'baseClass' => 'Swag\\MigrationMagento\\SwagMigrationMagento',
  55157.                     'active' => true,
  55158.                     'path' => 'custom/plugins/SwagMigrationMagento',
  55159.                     'version' => '4.0.2',
  55160.                     'autoload' => [
  55161.                         'psr-4' => [
  55162.                             'Swag\\MigrationMagento\\' => 'src/',
  55163.                         ],
  55164.                     ],
  55165.                     'managedByComposer' => false,
  55166.                     'composerName' => 'swag/migration-magento',
  55167.                 ],
  55168.                 => [
  55169.                     'name' => 'NetzpCalendar6',
  55170.                     'baseClass' => 'NetzpCalendar6\\NetzpCalendar6',
  55171.                     'active' => true,
  55172.                     'path' => 'custom/plugins/NetzpCalendar6',
  55173.                     'version' => '1.0.9',
  55174.                     'autoload' => [
  55175.                         'psr-4' => [
  55176.                             'NetzpCalendar6\\' => 'src/',
  55177.                         ],
  55178.                     ],
  55179.                     'managedByComposer' => false,
  55180.                     'composerName' => 'netzp/netzpcalendar6',
  55181.                 ],
  55182.                 => [
  55183.                     'name' => 'CogiMultiPdf',
  55184.                     'baseClass' => 'Cogi\\CogiMultiPdf\\CogiMultiPdf',
  55185.                     'active' => false,
  55186.                     'path' => 'custom/plugins/CogiMultiPdf',
  55187.                     'version' => '2.0.7',
  55188.                     'autoload' => [
  55189.                         'psr-4' => [
  55190.                             'setasign\\Fpdi\\' => 'vendor/setasign/fpdi/src/',
  55191.                             'Cogi\\CogiMultiPdf\\' => 'src/',
  55192.                         ],
  55193.                     ],
  55194.                     'managedByComposer' => false,
  55195.                     'composerName' => 'cogi/multipdf',
  55196.                 ],
  55197.                 => [
  55198.                     'name' => 'DecomTheme',
  55199.                     'baseClass' => 'DecomTheme\\DecomTheme',
  55200.                     'active' => true,
  55201.                     'path' => 'custom/plugins/DecomTheme',
  55202.                     'version' => 'dev-master',
  55203.                     'autoload' => [
  55204.                         'psr-4' => [
  55205.                             'DecomTheme\\' => 'src/',
  55206.                         ],
  55207.                     ],
  55208.                     'managedByComposer' => false,
  55209.                     'composerName' => 'swag/plugin-skeleton',
  55210.                 ],
  55211.                 10 => [
  55212.                     'name' => 'IronHoliday',
  55213.                     'baseClass' => 'IronHoliday\\IronHoliday',
  55214.                     'active' => true,
  55215.                     'path' => 'custom/plugins/IronHoliday',
  55216.                     'version' => '2.0.0',
  55217.                     'autoload' => [
  55218.                         'psr-4' => [
  55219.                             'IronHoliday\\' => 'src/',
  55220.                         ],
  55221.                     ],
  55222.                     'managedByComposer' => false,
  55223.                     'composerName' => 'iron/holiday',
  55224.                 ],
  55225.                 11 => [
  55226.                     'name' => 'WeedesignImages2WebP',
  55227.                     'baseClass' => 'Weedesign\\Images2WebP\\WeedesignImages2WebP',
  55228.                     'active' => true,
  55229.                     'path' => 'custom/plugins/WeedesignImages2WebP',
  55230.                     'version' => '2.3.5',
  55231.                     'autoload' => [
  55232.                         'psr-4' => [
  55233.                             'Weedesign\\Images2WebP\\' => 'src/',
  55234.                         ],
  55235.                     ],
  55236.                     'managedByComposer' => false,
  55237.                     'composerName' => 'weedesign/images2webp',
  55238.                 ],
  55239.                 12 => [
  55240.                     'name' => 'CbaxModulAnalytics',
  55241.                     'baseClass' => 'Cbax\\ModulAnalytics\\CbaxModulAnalytics',
  55242.                     'active' => true,
  55243.                     'path' => 'custom/plugins/CbaxModulAnalytics',
  55244.                     'version' => '2.3.8',
  55245.                     'autoload' => [
  55246.                         'psr-4' => [
  55247.                             'Cbax\\ModulAnalytics\\' => 'src/',
  55248.                         ],
  55249.                     ],
  55250.                     'managedByComposer' => false,
  55251.                     'composerName' => 'cbax/modul-analytics',
  55252.                 ],
  55253.                 13 => [
  55254.                     'name' => 'SasBlogModule',
  55255.                     'baseClass' => 'Sas\\BlogModule\\SasBlogModule',
  55256.                     'active' => true,
  55257.                     'path' => 'custom/plugins/SasBlogModule',
  55258.                     'version' => '1.5.14',
  55259.                     'autoload' => [
  55260.                         'psr-4' => [
  55261.                             'Sas\\BlogModule\\' => 'src/',
  55262.                         ],
  55263.                     ],
  55264.                     'managedByComposer' => false,
  55265.                     'composerName' => 'sas/blog-module',
  55266.                 ],
  55267.                 14 => [
  55268.                     'name' => 'SwagPayPal',
  55269.                     'baseClass' => 'Swag\\PayPal\\SwagPayPal',
  55270.                     'active' => true,
  55271.                     'path' => 'custom/plugins/SwagPayPal',
  55272.                     'version' => '6.2.0',
  55273.                     'autoload' => [
  55274.                         'psr-4' => [
  55275.                             'Swag\\PayPal\\' => 'src/',
  55276.                         ],
  55277.                     ],
  55278.                     'managedByComposer' => false,
  55279.                     'composerName' => 'swag/paypal',
  55280.                 ],
  55281.                 15 => [
  55282.                     'name' => 'HuebertAccessoriesDirectly',
  55283.                     'baseClass' => 'Huebert\\AccessoriesDirectly\\HuebertAccessoriesDirectly',
  55284.                     'active' => true,
  55285.                     'path' => 'custom/plugins/HuebertAccessoriesDirectly',
  55286.                     'version' => '1.5.7',
  55287.                     'autoload' => [
  55288.                         'psr-4' => [
  55289.                             'Huebert\\AccessoriesDirectly\\' => 'src/',
  55290.                         ],
  55291.                     ],
  55292.                     'managedByComposer' => false,
  55293.                     'composerName' => 'huebert/huebertaccessoriesdirectly-plugin',
  55294.                 ],
  55295.                 16 => [
  55296.                     'name' => 'AcrisProductVideoCS',
  55297.                     'baseClass' => 'Acris\\ProductVideo\\AcrisProductVideoCS',
  55298.                     'active' => true,
  55299.                     'path' => 'custom/plugins/AcrisProductVideoCS',
  55300.                     'version' => '2.8.3',
  55301.                     'autoload' => [
  55302.                         'psr-4' => [
  55303.                             'Acris\\ProductVideo\\' => 'src/',
  55304.                         ],
  55305.                     ],
  55306.                     'managedByComposer' => false,
  55307.                     'composerName' => 'acris/product-video',
  55308.                 ],
  55309.                 17 => [
  55310.                     'name' => 'SendcloudShipping',
  55311.                     'baseClass' => 'Sendcloud\\Shipping\\SendcloudShipping',
  55312.                     'active' => true,
  55313.                     'path' => 'custom/plugins/SendcloudShipping',
  55314.                     'version' => '1.3.15',
  55315.                     'autoload' => [
  55316.                         'psr-4' => [
  55317.                             'Sendcloud\\Shipping\\' => 'src/',
  55318.                         ],
  55319.                     ],
  55320.                     'managedByComposer' => false,
  55321.                     'composerName' => 'sendcloud/shipping',
  55322.                 ],
  55323.                 18 => [
  55324.                     'name' => 'SwagMarkets',
  55325.                     'baseClass' => 'Swag\\Markets\\SwagMarkets',
  55326.                     'active' => true,
  55327.                     'path' => 'custom/plugins/SwagMarkets',
  55328.                     'version' => '1.5.1',
  55329.                     'autoload' => [
  55330.                         'psr-4' => [
  55331.                             'Swag\\Markets\\' => 'src/',
  55332.                         ],
  55333.                     ],
  55334.                     'managedByComposer' => false,
  55335.                     'composerName' => 'swag/markets',
  55336.                 ],
  55337.                 19 => [
  55338.                     'name' => 'KlarnaPayment',
  55339.                     'baseClass' => 'KlarnaPayment\\KlarnaPayment',
  55340.                     'active' => true,
  55341.                     'path' => 'custom/plugins/KlarnaPayment',
  55342.                     'version' => '1.9.064',
  55343.                     'autoload' => [
  55344.                         'psr-4' => [
  55345.                             'KlarnaPayment\\' => 'src/',
  55346.                         ],
  55347.                     ],
  55348.                     'managedByComposer' => false,
  55349.                     'composerName' => 'klarna/payment',
  55350.                 ],
  55351.                 20 => [
  55352.                     'name' => 'SwagExtensionStore',
  55353.                     'baseClass' => 'SwagExtensionStore\\SwagExtensionStore',
  55354.                     'active' => true,
  55355.                     'path' => 'custom/plugins/SwagExtensionStore',
  55356.                     'version' => '1.7.0',
  55357.                     'autoload' => [
  55358.                         'psr-4' => [
  55359.                             'SwagExtensionStore\\' => 'src/',
  55360.                         ],
  55361.                     ],
  55362.                     'managedByComposer' => false,
  55363.                     'composerName' => 'swag/swag-extension-store',
  55364.                 ],
  55365.                 21 => [
  55366.                     'name' => 'SwagCmsExtensions',
  55367.                     'baseClass' => 'Swag\\CmsExtensions\\SwagCmsExtensions',
  55368.                     'active' => true,
  55369.                     'path' => 'custom/plugins/SwagCmsExtensions',
  55370.                     'version' => '2.6.0',
  55371.                     'autoload' => [
  55372.                         'psr-4' => [
  55373.                             'Swag\\CmsExtensions\\' => 'src/',
  55374.                         ],
  55375.                     ],
  55376.                     'managedByComposer' => false,
  55377.                     'composerName' => 'swag/cms-extensions',
  55378.                 ],
  55379.                 22 => [
  55380.                     'name' => 'AcrisProductCustomerGroupCS',
  55381.                     'baseClass' => 'Acris\\ProductCustomerGroup\\AcrisProductCustomerGroupCS',
  55382.                     'active' => true,
  55383.                     'path' => 'custom/plugins/AcrisProductCustomerGroupCS',
  55384.                     'version' => '3.0.1',
  55385.                     'autoload' => [
  55386.                         'psr-4' => [
  55387.                             'Acris\\ProductCustomerGroup\\' => 'src/',
  55388.                         ],
  55389.                     ],
  55390.                     'managedByComposer' => false,
  55391.                     'composerName' => 'acris/product-customer-group',
  55392.                 ],
  55393.                 23 => [
  55394.                     'name' => 'WbmTagManagerEcomm',
  55395.                     'baseClass' => 'Wbm\\TagManagerEcomm\\WbmTagManagerEcomm',
  55396.                     'active' => true,
  55397.                     'path' => 'custom/plugins/WbmTagManagerEcomm',
  55398.                     'version' => '2.2.5',
  55399.                     'autoload' => [
  55400.                         'psr-4' => [
  55401.                             'Wbm\\TagManagerEcomm\\' => 'src/',
  55402.                         ],
  55403.                     ],
  55404.                     'managedByComposer' => false,
  55405.                     'composerName' => 'webmatch/tag-manager-sw6',
  55406.                 ],
  55407.                 24 => [
  55408.                     'name' => 'SolidAdvancedSliderElements',
  55409.                     'baseClass' => 'StudioSolid\\AdvancedSliderElements\\SolidAdvancedSliderElements',
  55410.                     'active' => true,
  55411.                     'path' => 'custom/plugins/SolidAdvancedSliderElements',
  55412.                     'version' => '2.0.2',
  55413.                     'autoload' => [
  55414.                         'psr-4' => [
  55415.                             'StudioSolid\\AdvancedSliderElements\\' => 'src/',
  55416.                         ],
  55417.                     ],
  55418.                     'managedByComposer' => false,
  55419.                     'composerName' => 'studiosolid/advanced-slider-elements',
  55420.                 ],
  55421.             ],
  55422.             'kernel.supported_api_versions' => [
  55423.                 => 2,
  55424.                 => 3,
  55425.                 => 4,
  55426.             ],
  55427.             'defaults_bool_true' => true,
  55428.             'defaults_bool_false' => false,
  55429.             'default_whitespace' => ' ',
  55430.             'locale' => 'en-GB',
  55431.             'messenger.default_transport_name' => 'default',
  55432.             'env(MAILER_URL)' => 'null://null',
  55433.             'env(MESSENGER_TRANSPORT_DSN)' => 'enqueue://default?receiveTimeout=100',
  55434.             'default_cdn_strategy' => 'physical_filename',
  55435.             'env(APP_URL)' => '',
  55436.             'env(REDIS_PREFIX)' => '',
  55437.             'shopware.slug.config' => [
  55438.                 'regexp' => '/([^A-Za-z0-9\\.]|-)+/',
  55439.                 'lowercase' => false,
  55440.             ],
  55441.             'core.migration.directories' => [
  55442.             ],
  55443.             'migration.active' => [
  55444.                 => 1536232600,
  55445.                 => 1536232610,
  55446.                 => 1536232620,
  55447.                 => 1536232630,
  55448.                 => 1536232640,
  55449.                 => 1536232650,
  55450.                 => 1536232660,
  55451.                 => 1536232670,
  55452.                 => 1536232680,
  55453.                 => 1536232690,
  55454.                 10 => 1536232700,
  55455.                 11 => 1536232710,
  55456.                 12 => 1536232720,
  55457.                 13 => 1536232730,
  55458.                 14 => 1536232740,
  55459.                 15 => 1536232750,
  55460.                 16 => 1536232760,
  55461.                 17 => 1536232770,
  55462.                 18 => 1536232790,
  55463.                 19 => 1536232800,
  55464.                 20 => 1536232810,
  55465.                 21 => 1536232820,
  55466.                 22 => 1536232830,
  55467.                 23 => 1536232840,
  55468.                 24 => 1536232850,
  55469.                 25 => 1536232860,
  55470.                 26 => 1536232870,
  55471.                 27 => 1536232880,
  55472.                 28 => 1536232890,
  55473.                 29 => 1536232900,
  55474.                 30 => 1536232910,
  55475.                 31 => 1536232920,
  55476.                 32 => 1536232930,
  55477.                 33 => 1536232940,
  55478.                 34 => 1536232950,
  55479.                 35 => 1536232960,
  55480.                 36 => 1536232970,
  55481.                 37 => 1536232980,
  55482.                 38 => 1536232990,
  55483.                 39 => 1536233000,
  55484.                 40 => 1536233010,
  55485.                 41 => 1536233020,
  55486.                 42 => 1536233030,
  55487.                 43 => 1536233040,
  55488.                 44 => 1536233050,
  55489.                 45 => 1536233060,
  55490.                 46 => 1536233070,
  55491.                 47 => 1536233080,
  55492.                 48 => 1536233090,
  55493.                 49 => 1536233100,
  55494.                 50 => 1536233110,
  55495.                 51 => 1536233120,
  55496.                 52 => 1536233130,
  55497.                 53 => 1536233140,
  55498.                 54 => 1536233150,
  55499.                 55 => 1536233160,
  55500.                 56 => 1536233170,
  55501.                 57 => 1536233180,
  55502.                 58 => 1536233190,
  55503.                 59 => 1536233200,
  55504.                 60 => 1536233210,
  55505.                 61 => 1536233220,
  55506.                 62 => 1536233230,
  55507.                 63 => 1536233240,
  55508.                 64 => 1536233250,
  55509.                 65 => 1536233260,
  55510.                 66 => 1536233270,
  55511.                 67 => 1536233280,
  55512.                 68 => 1536233290,
  55513.                 69 => 1536233300,
  55514.                 70 => 1536233310,
  55515.                 71 => 1536233320,
  55516.                 72 => 1536233330,
  55517.                 73 => 1536233340,
  55518.                 74 => 1536233350,
  55519.                 75 => 1536233360,
  55520.                 76 => 1536233370,
  55521.                 77 => 1536233380,
  55522.                 78 => 1536233390,
  55523.                 79 => 1536233400,
  55524.                 80 => 1536233410,
  55525.                 81 => 1536233420,
  55526.                 82 => 1536233430,
  55527.                 83 => 1536233440,
  55528.                 84 => 1536233450,
  55529.                 85 => 1536233460,
  55530.                 86 => 1536233470,
  55531.                 87 => 1536233480,
  55532.                 88 => 1536233500,
  55533.                 89 => 1536233510,
  55534.                 90 => 1536233520,
  55535.                 91 => 1536233530,
  55536.                 92 => 1536233540,
  55537.                 93 => 1536233550,
  55538.                 94 => 1536233560,
  55539.                 95 => 1552360944,
  55540.                 96 => 1554199340,
  55541.                 97 => 1554200141,
  55542.                 98 => 1554203706,
  55543.                 99 => 1554900301,
  55544.                 100 => 1556809270,
  55545.                 101 => 1558082916,
  55546.                 102 => 1558105657,
  55547.                 103 => 1558443337,
  55548.                 104 => 1558505525,
  55549.                 105 => 1558594334,
  55550.                 106 => 1558938938,
  55551.                 107 => 1559050088,
  55552.                 108 => 1559050903,
  55553.                 109 => 1559134989,
  55554.                 110 => 1559306391,
  55555.                 111 => 1561370284,
  55556.                 112 => 1561377793,
  55557.                 113 => 1561442979,
  55558.                 114 => 1561452005,
  55559.                 115 => 1561712450,
  55560.                 116 => 1562228335,
  55561.                 117 => 1562240231,
  55562.                 118 => 1562306893,
  55563.                 119 => 1562324772,
  55564.                 120 => 1562579120,
  55565.                 121 => 1562684474,
  55566.                 122 => 1562841035,
  55567.                 123 => 1562933907,
  55568.                 124 => 1563180880,
  55569.                 125 => 1563288227,
  55570.                 126 => 1563518181,
  55571.                 127 => 1563805586,
  55572.                 128 => 1563949275,
  55573.                 129 => 1564475053,
  55574.                 130 => 1565007156,
  55575.                 131 => 1565079228,
  55576.                 132 => 1565270155,
  55577.                 133 => 1565270366,
  55578.                 134 => 1565346846,
  55579.                 135 => 1565705280,
  55580.                 136 => 1566293076,
  55581.                 137 => 1566460168,
  55582.                 138 => 1566817701,
  55583.                 139 => 1567431050,
  55584.                 140 => 1568120239,
  55585.                 141 => 1568120302,
  55586.                 142 => 1568645037,
  55587.                 143 => 1568901713,
  55588.                 144 => 1569403146,
  55589.                 145 => 1570187167,
  55590.                 146 => 1570459127,
  55591.                 147 => 1570621541,
  55592.                 148 => 1570622696,
  55593.                 149 => 1570629862,
  55594.                 150 => 1570684913,
  55595.                 151 => 1571059598,
  55596.                 152 => 1571210820,
  55597.                 153 => 1571660203,
  55598.                 154 => 1571724915,
  55599.                 155 => 1571981437,
  55600.                 156 => 1571990395,
  55601.                 157 => 1572193798,
  55602.                 158 => 1572264837,
  55603.                 159 => 1572273565,
  55604.                 160 => 1572421282,
  55605.                 161 => 1572425108,
  55606.                 162 => 1572957455,
  55607.                 163 => 1573049297,
  55608.                 164 => 1573569685,
  55609.                 165 => 1573729158,
  55610.                 166 => 1574063550,
  55611.                 167 => 1574082635,
  55612.                 168 => 1574258787,
  55613.                 169 => 1574258788,
  55614.                 170 => 1574258789,
  55615.                 171 => 1574520220,
  55616.                 172 => 1574672450,
  55617.                 173 => 1574695657,
  55618.                 174 => 1574925962,
  55619.                 175 => 1575010262,
  55620.                 176 => 1575021466,
  55621.                 177 => 1575034234,
  55622.                 178 => 1575036586,
  55623.                 179 => 1575039284,
  55624.                 180 => 1575197543,
  55625.                 181 => 1575274700,
  55626.                 182 => 1575293069,
  55627.                 183 => 1575451283,
  55628.                 184 => 1575626180,
  55629.                 185 => 1575883959,
  55630.                 186 => 1576488398,
  55631.                 187 => 1576590301,
  55632.                 188 => 1578042218,
  55633.                 189 => 1578044453,
  55634.                 190 => 1578470886,
  55635.                 191 => 1578475268,
  55636.                 192 => 1578485775,
  55637.                 193 => 1578491480,
  55638.                 194 => 1578590702,
  55639.                 195 => 1578648299,
  55640.                 196 => 1578650334,
  55641.                 197 => 1580202210,
  55642.                 198 => 1580218617,
  55643.                 199 => 1580743279,
  55644.                 200 => 1580746806,
  55645.                 201 => 1580808849,
  55646.                 202 => 1580819350,
  55647.                 203 => 1580827023,
  55648.                 204 => 1582011195,
  55649.                 205 => 1583142266,
  55650.                 206 => 1583416186,
  55651.                 207 => 1583756864,
  55652.                 208 => 1583844433,
  55653.                 209 => 1584002637,
  55654.                 210 => 1584953715,
  55655.                 211 => 1585056571,
  55656.                 212 => 1585126355,
  55657.                 213 => 1585490020,
  55658.                 214 => 1585744384,
  55659.                 215 => 1585816139,
  55660.                 216 => 1586158920,
  55661.                 217 => 1586173614,
  55662.                 218 => 1586260286,
  55663.                 219 => 1586334003,
  55664.                 220 => 1587039363,
  55665.                 221 => 1587109484,
  55666.                 222 => 1587111506,
  55667.                 223 => 1587461582,
  55668.                 224 => 1588143272,
  55669.                 225 => 1588144801,
  55670.                 226 => 1588153272,
  55671.                 227 => 1589178550,
  55672.                 228 => 1589357321,
  55673.                 229 => 1589359936,
  55674.                 230 => 1589379060,
  55675.                 231 => 1589447332,
  55676.                 232 => 1589458026,
  55677.                 233 => 1590408550,
  55678.                 234 => 1590409548,
  55679.                 235 => 1590566018,
  55680.                 236 => 1590566405,
  55681.                 237 => 1590579986,
  55682.                 238 => 1590758953,
  55683.                 239 => 1591052278,
  55684.                 240 => 1591167126,
  55685.                 241 => 1591253089,
  55686.                 242 => 1591259559,
  55687.                 243 => 1591272594,
  55688.                 244 => 1591361320,
  55689.                 245 => 1591683158,
  55690.                 246 => 1591817370,
  55691.                 247 => 1592466717,
  55692.                 248 => 1592837424,
  55693.                 249 => 1592978289,
  55694.                 250 => 1593698606,
  55695.                 251 => 1594650256,
  55696.                 252 => 1594885630,
  55697.                 253 => 1594886106,
  55698.                 254 => 1594886773,
  55699.                 255 => 1594886895,
  55700.                 256 => 1594887027,
  55701.                 257 => 1595160327,
  55702.                 258 => 1595321666,
  55703.                 259 => 1595422169,
  55704.                 260 => 1595480600,
  55705.                 261 => 1595489705,
  55706.                 262 => 1595492052,
  55707.                 263 => 1595492053,
  55708.                 264 => 1595499689,
  55709.                 265 => 1595553089,
  55710.                 266 => 1595578253,
  55711.                 267 => 1595919251,
  55712.                 268 => 1596091744,
  55713.                 269 => 1596441551,
  55714.                 270 => 1597391970,
  55715.                 271 => 1597394241,
  55716.                 272 => 1597657689,
  55717.                 273 => 1597762808,
  55718.                 274 => 1597830237,
  55719.                 275 => 1597930227,
  55720.                 276 => 1598280548,
  55721.                 277 => 1598520424,
  55722.                 278 => 1598885384,
  55723.                 279 => 1599112309,
  55724.                 280 => 1599134496,
  55725.                 281 => 1599463278,
  55726.                 282 => 1599570560,
  55727.                 283 => 1599720163,
  55728.                 284 => 1599806584,
  55729.                 285 => 1599806595,
  55730.                 286 => 1599822061,
  55731.                 287 => 1600072779,
  55732.                 288 => 1600156989,
  55733.                 289 => 1600253602,
  55734.                 290 => 1600330846,
  55735.                 291 => 1600338271,
  55736.                 292 => 1600349343,
  55737.                 293 => 1600676671,
  55738.                 294 => 1600769357,
  55739.                 295 => 1600778848,
  55740.                 296 => 1601388975,
  55741.                 297 => 1601451838,
  55742.                 298 => 1601539530,
  55743.                 299 => 1601543829,
  55744.                 300 => 1601891339,
  55745.                 301 => 1602062376,
  55746.                 302 => 1602146868,
  55747.                 303 => 1602153572,
  55748.                 304 => 1602494493,
  55749.                 305 => 1602494495,
  55750.                 306 => 1602745374,
  55751.                 307 => 1602822727,
  55752.                 308 => 1603179023,
  55753.                 309 => 1603293043,
  55754.                 310 => 1603970276,
  55755.                 311 => 1604056363,
  55756.                 312 => 1604056421,
  55757.                 313 => 1604475913,
  55758.                 314 => 1604499476,
  55759.                 315 => 1604568928,
  55760.                 316 => 1604669773,
  55761.                 317 => 1605103533,
  55762.                 318 => 1605530777,
  55763.                 319 => 1605609309,
  55764.                 320 => 1605609477,
  55765.                 321 => 1605861407,
  55766.                 322 => 1606310257,
  55767.                 323 => 1607415095,
  55768.                 324 => 1607500561,
  55769.                 325 => 1607514878,
  55770.                 326 => 1607581275,
  55771.                 327 => 1607581276,
  55772.                 328 => 1608624028,
  55773.                 329 => 1609125144,
  55774.                 330 => 1609857999,
  55775.                 331 => 1610531188,
  55776.                 332 => 1610965670,
  55777.                 333 => 1610974673,
  55778.                 334 => 1611155140,
  55779.                 335 => 1614240671,
  55780.                 336 => 1552899789,
  55781.                 337 => 1555406153,
  55782.                 338 => 1563785071,
  55783.                 339 => 1564385954,
  55784.                 340 => 1564385960,
  55785.                 341 => 1565640170,
  55786.                 342 => 1565640175,
  55787.                 343 => 1595492054,
  55788.                 344 => 1604502151,
  55789.                 345 => 1594104496,
  55790.                 346 => 1604585230,
  55791.                 347 => 1609140710,
  55792.                 348 => 1610337444,
  55793.                 349 => 1610439375,
  55794.                 350 => 1610448012,
  55795.                 351 => 1610523204,
  55796.                 352 => 1610523548,
  55797.                 353 => 1610616655,
  55798.                 354 => 1610621999,
  55799.                 355 => 1610625925,
  55800.                 356 => 1610634383,
  55801.                 357 => 1610904608,
  55802.                 358 => 1611732852,
  55803.                 359 => 1611817467,
  55804.                 360 => 1612184092,
  55805.                 361 => 1612442685,
  55806.                 362 => 1612442686,
  55807.                 363 => 1612442786,
  55808.                 364 => 1612851765,
  55809.                 365 => 1612865237,
  55810.                 366 => 1612970642,
  55811.                 367 => 1612980753,
  55812.                 368 => 1613665555,
  55813.                 369 => 1614249488,
  55814.                 370 => 1614691876,
  55815.                 371 => 1614765170,
  55816.                 372 => 1614765785,
  55817.                 373 => 1615359964,
  55818.                 374 => 1615366708,
  55819.                 375 => 1615452749,
  55820.                 376 => 1615802866,
  55821.                 377 => 1615819992,
  55822.                 378 => 1616076922,
  55823.                 379 => 1616496610,
  55824.                 380 => 1616555956,
  55825.                 381 => 1617000878,
  55826.                 382 => 1617356092,
  55827.                 383 => 1617784658,
  55828.                 384 => 1617864895,
  55829.                 385 => 1617868381,
  55830.                 386 => 1617877887,
  55831.                 387 => 1617896006,
  55832.                 388 => 1617935350,
  55833.                 389 => 1617953690,
  55834.                 390 => 1617960456,
  55835.                 391 => 1617974402,
  55836.                 392 => 1618218491,
  55837.                 393 => 1618389817,
  55838.                 394 => 1618476427,
  55839.                 395 => 1618569201,
  55840.                 396 => 1618900427,
  55841.                 397 => 1618989442,
  55842.                 398 => 1619070236,
  55843.                 399 => 1619428555,
  55844.                 400 => 1619604605,
  55845.                 401 => 1619703075,
  55846.                 402 => 1620146632,
  55847.                 403 => 1620147234,
  55848.                 404 => 1620201616,
  55849.                 405 => 1620215586,
  55850.                 406 => 1620374229,
  55851.                 407 => 1620376945,
  55852.                 408 => 1620632460,
  55853.                 409 => 1620634856,
  55854.                 410 => 1620733405,
  55855.                 411 => 1620733405,
  55856.                 412 => 1620820321,
  55857.                 413 => 1621845357,
  55858.                 414 => 1621845370,
  55859.                 415 => 1622010069,
  55860.                 416 => 1622104463,
  55861.                 417 => 1622782058,
  55862.                 418 => 1623305620,
  55863.                 419 => 1623391399,
  55864.                 420 => 1623828962,
  55865.                 421 => 1624262862,
  55866.                 422 => 1624884801,
  55867.                 423 => 1624967118,
  55868.                 424 => 1625304609,
  55869.                 425 => 1625465756,
  55870.                 426 => 1625505190,
  55871.                 427 => 1625554302,
  55872.                 428 => 1625569667,
  55873.                 429 => 1625583596,
  55874.                 430 => 1625583619,
  55875.                 431 => 1625816310,
  55876.                 432 => 1625819412,
  55877.                 433 => 1625831469,
  55878.                 434 => 1626241110,
  55879.                 435 => 1626442868,
  55880.                 436 => 1626696809,
  55881.                 437 => 1626785125,
  55882.                 438 => 1627292049,
  55883.                 439 => 1627540693,
  55884.                 440 => 1627541488,
  55885.                 441 => 1627562945,
  55886.                 442 => 1627650101,
  55887.                 443 => 1627929168,
  55888.                 444 => 1627983652,
  55889.                 445 => 1628519513,
  55890.                 446 => 1628749113,
  55891.                 447 => 1629204538,
  55892.                 448 => 1629700169,
  55893.                 449 => 1629877210,
  55894.                 450 => 1630074081,
  55895.                 451 => 1630485317,
  55896.                 452 => 1631625055,
  55897.                 453 => 1631703921,
  55898.                 454 => 1631790054,
  55899.                 455 => 1631863869,
  55900.                 456 => 1632111590,
  55901.                 457 => 1632215760,
  55902.                 458 => 1632721037,
  55903.                 459 => 1633347511,
  55904.                 460 => 1633358879,
  55905.                 461 => 1633422057,
  55906.                 462 => 1634735841,
  55907.                 463 => 1635147952,
  55908.                 464 => 1635230747,
  55909.                 465 => 1635237551,
  55910.                 466 => 1635388654,
  55911.                 467 => 1635936029,
  55912.                 468 => 1636014089,
  55913.                 469 => 1636018970,
  55914.                 470 => 1636362839,
  55915.                 471 => 1636449347,
  55916.                 472 => 1636964297,
  55917.                 473 => 1636971615,
  55918.                 474 => 1638195971,
  55919.                 475 => 1638365464,
  55920.                 476 => 1638514913,
  55921.                 477 => 1638993987,
  55922.                 478 => 1639122665,
  55923.                 479 => 1639139581,
  55924.                 480 => 1639992771,
  55925.                 481 => 1641289204,
  55926.                 482 => 1642517958,
  55927.                 483 => 1642732351,
  55928.                 484 => 1642757286,
  55929.                 485 => 1643366069,
  55930.                 486 => 1643386819,
  55931.                 487 => 1643724178,
  55932.                 488 => 1643878976,
  55933.                 489 => 1643892702,
  55934.                 490 => 1645019769,
  55935.                 491 => 1645453538,
  55936.                 492 => 1646125417,
  55937.                 493 => 1646397836,
  55938.                 494 => 1646817331,
  55939.                 495 => 1647260673,
  55940.                 496 => 1647443222,
  55941.                 497 => 1647511158,
  55942.                 498 => 1648031611,
  55943.                 499 => 1648031636,
  55944.                 500 => 1648543185,
  55945.                 501 => 1648709176,
  55946.                 502 => 1648803451,
  55947.                 503 => 1649040981,
  55948.                 504 => 1649315608,
  55949.                 505 => 1649858046,
  55950.                 506 => 1650249241,
  55951.                 507 => 1650444800,
  55952.                 508 => 1650548599,
  55953.                 509 => 1650620993,
  55954.                 510 => 1650872291,
  55955.                 511 => 1650981517,
  55956.                 512 => 1651118773,
  55957.                 513 => 1652166447,
  55958.                 514 => 1652345915,
  55959.                 515 => 1652441129,
  55960.                 516 => 1652864153,
  55961.                 517 => 1653376989,
  55962.                 518 => 1653385302,
  55963.                 519 => 1654839361,
  55964.                 520 => 1654839361,
  55965.                 521 => 1654839361,
  55966.                 522 => 1655730949,
  55967.                 523 => 1656397126,
  55968.                 524 => 1656928097,
  55969.                 525 => 1657011337,
  55970.                 526 => 1657027979,
  55971.                 527 => 1657173907,
  55972.                 528 => 1658786605,
  55973.                 529 => 1659256999,
  55974.                 530 => 1659257296,
  55975.                 531 => 1659257396,
  55976.                 532 => 1659257496,
  55977.                 533 => 1660814397,
  55978.                 534 => 1661759290,
  55979.                 535 => 1661771388,
  55980.                 536 => 1663238480,
  55981.                 537 => 1664512574,
  55982.                 538 => 1664541794,
  55983.                 539 => 1664894872,
  55984.                 540 => 1665064823,
  55985.                 541 => 1665267882,
  55986.                 542 => 1667731399,
  55987.                 543 => 1667806582,
  55988.                 544 => 1667983492,
  55989.                 545 => 1668677456,
  55990.                 546 => 1669316067,
  55991.                 547 => 1672164687,
  55992.                 548 => 1672743034,
  55993.                 549 => 1673001912,
  55994.                 550 => 1673966228,
  55995.                 551 => 1675218708,
  55996.                 552 => 1675827655,
  55997.                 553 => 1632281097,
  55998.                 554 => 1636121186,
  55999.                 555 => 1660813696,
  56000.                 556 => 1641476963,
  56001.                 557 => 1661505878,
  56002.                 558 => 1632281097,
  56003.                 559 => 1636121186,
  56004.                 560 => 1660813696,
  56005.                 561 => 1552899789,
  56006.                 562 => 1555406153,
  56007.                 563 => 1563785071,
  56008.                 564 => 1564385954,
  56009.                 565 => 1564385960,
  56010.                 566 => 1565640170,
  56011.                 567 => 1565640175,
  56012.                 568 => 1595492054,
  56013.                 569 => 1604502151,
  56014.                 570 => 1564059645,
  56015.                 571 => 1564059646,
  56016.                 572 => 1564059647,
  56017.                 573 => 1564059648,
  56018.                 574 => 1564059650,
  56019.                 575 => 1564059651,
  56020.                 576 => 1565933910,
  56021.                 577 => 1568640060,
  56022.                 578 => 1568640070,
  56023.                 579 => 1568640076,
  56024.                 580 => 1580300846,
  56025.                 581 => 1582119202,
  56026.                 582 => 1582281362,
  56027.                 583 => 1583477457,
  56028.                 584 => 1583486528,
  56029.                 585 => 1583486534,
  56030.                 586 => 1583489755,
  56031.                 587 => 1583489757,
  56032.                 588 => 1583737095,
  56033.                 589 => 1588252518,
  56034.                 590 => 1594288127,
  56035.                 591 => 1594373672,
  56036.                 592 => 1594727519,
  56037.                 593 => 1583737095,
  56038.                 594 => 1602060888,
  56039.                 595 => 1602675838,
  56040.                 596 => 1609233961,
  56041.                 597 => 1580205548,
  56042.                 598 => 1580205549,
  56043.                 599 => 1580205550,
  56044.                 600 => 1580205549,
  56045.                 601 => 1623059999,
  56046.                 602 => 1641306460,
  56047.                 603 => 1641306460,
  56048.                 604 => 1677759870,
  56049.                 605 => 1662646574,
  56050.                 606 => 1663233142,
  56051.                 607 => 1536765935,
  56052.                 608 => 1536765936,
  56053.                 609 => 1536765937,
  56054.                 610 => 1536765938,
  56055.                 611 => 1538046469,
  56056.                 612 => 1538985581,
  56057.                 613 => 1544535797,
  56058.                 614 => 1563456847,
  56059.                 615 => 1564041870,
  56060.                 616 => 1564053392,
  56061.                 617 => 1568882302,
  56062.                 618 => 1568882317,
  56063.                 619 => 1587476616,
  56064.                 620 => 1589448383,
  56065.                 621 => 1593494859,
  56066.                 622 => 1593508853,
  56067.                 623 => 1615794849,
  56068.                 624 => 1580206548,
  56069.                 625 => 1580206550,
  56070.                 626 => 1603787192,
  56071.                 627 => 1641641753,
  56072.                 628 => 1572516630,
  56073.                 629 => 1608027541,
  56074.                 630 => 1614589470,
  56075.                 631 => 1621937029,
  56076.                 632 => 1643985460,
  56077.                 633 => 1654223780,
  56078.                 634 => 1659962090,
  56079.                 635 => 1666007247,
  56080.                 636 => 1675941088,
  56081.                 637 => 1678198528,
  56082.                 638 => 1679899712,
  56083.                 639 => 1559416986,
  56084.                 640 => 1602739765,
  56085.                 641 => 1604519670,
  56086.                 642 => 1604520733,
  56087.                 643 => 1605031477,
  56088.                 644 => 1612160298,
  56089.                 645 => 1612160298,
  56090.                 646 => 1626760242,
  56091.                 647 => 1649580844,
  56092.                 648 => 1584005462,
  56093.                 649 => 1589800641,
  56094.                 650 => 1589800704,
  56095.                 651 => 1589882802,
  56096.                 652 => 1589905764,
  56097.                 653 => 1591365484,
  56098.                 654 => 1626082072,
  56099.                 655 => 1675420139,
  56100.                 656 => 1610295027,
  56101.                 657 => 1633212029,
  56102.                 658 => 1659871188,
  56103.                 659 => 1660375952,
  56104.                 660 => 1582790487,
  56105.                 661 => 1603802922,
  56106.                 662 => 1606822696,
  56107.                 663 => 1607497885,
  56108.                 664 => 1611917235,
  56109.                 665 => 1660293250,
  56110.                 666 => 1677579106,
  56111.                 667 => 1572012839,
  56112.                 668 => 1572012863,
  56113.                 669 => 1572012872,
  56114.                 670 => 1572172912,
  56115.                 671 => 1573059308,
  56116.                 672 => 1574260096,
  56117.                 673 => 1596724410,
  56118.                 674 => 1602017170,
  56119.                 675 => 1582718994,
  56120.                 676 => 1586345021,
  56121.                 677 => 1586345049,
  56122.                 678 => 1586345063,
  56123.                 679 => 1587126585,
  56124.                 680 => 1625566312,
  56125.                 681 => 1570840015,
  56126.                 682 => 1580400794,
  56127.                 683 => 1580401225,
  56128.                 684 => 1615889159,
  56129.                 685 => 1571303196,
  56130.                 686 => 1575555505,
  56131.                 687 => 1582193703,
  56132.                 688 => 1591277478,
  56133.                 689 => 1603289196,
  56134.                 690 => 1608533666,
  56135.                 691 => 1614761861,
  56136.                 692 => 1617969653,
  56137.                 693 => 1602151324,
  56138.                 694 => 1655270160,
  56139.                 695 => 1572257501,
  56140.                 696 => 1606378923,
  56141.                 697 => 1607952506,
  56142.                 698 => 1608034991,
  56143.                 699 => 1612945522,
  56144.                 700 => 1620808652,
  56145.                 701 => 1631192197,
  56146.                 702 => 1628172267,
  56147.                 703 => 1644922949,
  56148.                 704 => 1688378836,
  56149.             ],
  56150.             'shopware.security.csp_templates' => [
  56151.                 'default' => ''."\n".'object-src \'none\';'."\n".'script-src \'none\';'."\n".'base-uri \'self\';'."\n".'            ',
  56152.                 'administration' => ''."\n".'object-src \'none\';'."\n".'script-src \'strict-dynamic\' \'nonce-%nonce%\' \'unsafe-inline\' \'unsafe-eval\' https: http:;'."\n".'base-uri \'self\';'."\n".'            ',
  56153.                 'storefront' => '',
  56154.                 'installer' => '',
  56155.             ],
  56156.             'shopware.app_dir' => (\dirname(__DIR__4).'/custom/apps'),
  56157.             'env(SHOPWARE_DBAL_TIMEZONE_SUPPORT_ENABLED)' => 0,
  56158.             'env(SHOPWARE_DBAL_TOKEN_MINIMUM_LENGTH)' => 3,
  56159.             'env(INSTANCE_ID)' => 'install',
  56160.             'shopware.store_endpoints' => [
  56161.                 'ping' => '/ping',
  56162.                 'my_extensions' => '/swplatform/licenseenvironment',
  56163.                 'my_licenses' => '/swplatform/licenses',
  56164.                 'my_plugin_licenses' => '/swplatform/pluginlicenses',
  56165.                 'my_plugin_updates' => '/swplatform/pluginupdates',
  56166.                 'environment_information' => '/swplatform/environmentinformation',
  56167.                 'updater_extension_compatibility' => '/swplatform/autoupdate',
  56168.                 'updater_permission' => '/swplatform/autoupdate/permission',
  56169.                 'plugin_download' => '/swplatform/pluginfiles/{pluginName}',
  56170.                 'app_generate_signature' => '/swplatform/generatesignature',
  56171.                 'cancel_license' => '/swplatform/pluginlicenses/%s/cancel',
  56172.                 'login' => '/swplatform/login',
  56173.                 'create_rating' => '/swplatform/extensionstore/extensions/%s/ratings',
  56174.                 'user_info' => '/swplatform/userinfo',
  56175.             ],
  56176.             'env(SHOPWARE_UPDATE_TEST)' => '',
  56177.             'shopware.media.metadata.types' => [
  56178.                 => '\\Shopware\\Core\\Content\\Media\\Metadata\\Type\\ImageMetadata',
  56179.                 => '\\Shopware\\Core\\Content\\Media\\Metadata\\Type\\DocumentMetadata',
  56180.                 => '\\Shopware\\Core\\Content\\Media\\Metadata\\Type\\VideoMetadata',
  56181.             ],
  56182.             'product_export.directory' => 'export',
  56183.             'product_export.read_buffer_size' => 100,
  56184.             'import_export.supported_entities' => [
  56185.                 => 'customer',
  56186.                 => 'product',
  56187.             ],
  56188.             'import_export.supported_file_types' => [
  56189.                 => 'text/csv',
  56190.             ],
  56191.             'import_export.read_buffer_size' => 100,
  56192.             'import_export.write_buffer_size' => 100,
  56193.             'import_export.http_batch_size' => 100,
  56194.             'env(SHOPWARE_ADMINISTRATION_PATH_NAME)' => 'admin',
  56195.             'shopware_http_cache_enabled_default' => 1,
  56196.             'shopware_http_cache_default_ttl_default' => 7200,
  56197.             'shopware.twig.app_variable.allowed_server_params' => [
  56198.                 => 'server_name',
  56199.                 => 'request_uri',
  56200.                 => 'app_url',
  56201.                 => 'http_user_agent',
  56202.                 => 'http_host',
  56203.                 => 'server_name',
  56204.                 => 'server_port',
  56205.                 => 'redirect_url',
  56206.                 => 'https',
  56207.                 => 'forwarded',
  56208.                 10 => 'host',
  56209.                 11 => 'remote_addr',
  56210.                 12 => 'http_x_forwarded_for',
  56211.                 13 => 'http_x_forwarded_host',
  56212.                 14 => 'http_x_forwarded_proto',
  56213.                 15 => 'http_x_forwarded_port',
  56214.                 16 => 'http_x_forwarded_prefix',
  56215.             ],
  56216.             'storefrontRoot' => (\dirname(__DIR__4).'/vendor/shopware/storefront'),
  56217.             'elasticsearch.index.config' => [
  56218.                 'settings' => [
  56219.                     'index' => [
  56220.                         'number_of_shards' => 3,
  56221.                         'number_of_replicas' => 3,
  56222.                         'mapping.total_fields.limit' => 50000,
  56223.                         'mapping.nested_fields.limit' => 500,
  56224.                         'mapping.nested_objects.limit' => 1000000,
  56225.                     ],
  56226.                     'analysis' => [
  56227.                         'normalizer' => [
  56228.                             'sw_lowercase_normalizer' => [
  56229.                                 'type' => 'custom',
  56230.                                 'filter' => [
  56231.                                     => 'lowercase',
  56232.                                 ],
  56233.                             ],
  56234.                         ],
  56235.                         'analyzer' => [
  56236.                             'sw_ngram_analyzer' => [
  56237.                                 'type' => 'custom',
  56238.                                 'tokenizer' => 'whitespace',
  56239.                                 'filter' => [
  56240.                                     => 'lowercase',
  56241.                                     => 'sw_ngram_filter',
  56242.                                 ],
  56243.                             ],
  56244.                         ],
  56245.                         'filter' => [
  56246.                             'sw_ngram_filter' => [
  56247.                                 'type' => 'ngram',
  56248.                                 'min_gram' => 4,
  56249.                                 'max_gram' => 5,
  56250.                             ],
  56251.                         ],
  56252.                     ],
  56253.                 ],
  56254.             ],
  56255.             'elasticsearch.index.mapping' => [
  56256.                 'dynamic_templates' => [
  56257.                     => [
  56258.                         'keywords' => [
  56259.                             'match_mapping_type' => 'string',
  56260.                             'mapping' => [
  56261.                                 'type' => 'keyword',
  56262.                                 'normalizer' => 'sw_lowercase_normalizer',
  56263.                                 'fields' => [
  56264.                                     'text' => [
  56265.                                         'type' => 'text',
  56266.                                     ],
  56267.                                 ],
  56268.                             ],
  56269.                         ],
  56270.                     ],
  56271.                 ],
  56272.             ],
  56273.             'elasticsearch.administration.index.config' => [
  56274.                 'settings' => [
  56275.                     'index' => [
  56276.                         'number_of_shards' => 3,
  56277.                         'number_of_replicas' => 3,
  56278.                         'mapping.total_fields.limit' => 50000,
  56279.                         'mapping.nested_fields.limit' => 500,
  56280.                         'mapping.nested_objects.limit' => 1000000,
  56281.                     ],
  56282.                     'analysis' => [
  56283.                         'normalizer' => [
  56284.                             'sw_lowercase_normalizer' => [
  56285.                                 'type' => 'custom',
  56286.                                 'filter' => [
  56287.                                     => 'lowercase',
  56288.                                 ],
  56289.                             ],
  56290.                         ],
  56291.                     ],
  56292.                 ],
  56293.             ],
  56294.             'elasticsearch.administration.index.mapping' => [
  56295.                 'dynamic_templates' => [
  56296.                     => [
  56297.                         'keywords' => [
  56298.                             'match_mapping_type' => 'string',
  56299.                             'mapping' => [
  56300.                                 'type' => 'keyword',
  56301.                                 'normalizer' => 'sw_lowercase_normalizer',
  56302.                                 'fields' => [
  56303.                                     'text' => [
  56304.                                         'type' => 'text',
  56305.                                     ],
  56306.                                 ],
  56307.                             ],
  56308.                         ],
  56309.                     ],
  56310.                 ],
  56311.             ],
  56312.             'default_elasticsearch_prefix' => 'sw',
  56313.             'env(SHOPWARE_ES_ENABLED)' => '',
  56314.             'env(SHOPWARE_ES_INDEXING_ENABLED)' => '',
  56315.             'env(SHOPWARE_ES_HOSTS)' => '',
  56316.             'env(SHOPWARE_ES_INDEX_PREFIX)' => 'sw',
  56317.             'env(SHOPWARE_ES_THROW_EXCEPTION)' => '',
  56318.             'env(SHOPWARE_ADMIN_ES_ENABLED)' => '',
  56319.             'env(ADMIN_OPENSEARCH_URL)' => '',
  56320.             'env(SHOPWARE_ADMIN_ES_INDEX_PREFIX)' => 'sw-admin',
  56321.             'env(SHOPWARE_ADMIN_ES_REFRESH_INDICES)' => '',
  56322.             'env(SHOPWARE_ES_INDEXING_BATCH_SIZE)' => 100,
  56323.             'env(APP_URL_CHECK_DISABLED)' => false,
  56324.             'swagMarkets.host.production' => 'https://brickfox.io',
  56325.             'swagMarkets.headers' => [
  56326.                 'bf-access-key' => 'MkJGMTQxQzhBMkRDMjE5REU4NTNBQjYxQjZENEM=',
  56327.                 'bf-secret-key' => 'QGxfamU9XzEobSNpPXJpXiF6Mi09PSgoISVhOWY5dio3N3lpNyU2d3ZlNXUkaiYoaCQ=',
  56328.             ],
  56329.             'swag_extension_store.endpoints' => [
  56330.                 'list_extensions' => '/swplatform/extensionstore/extensions',
  56331.                 'extension_detail' => '/swplatform/extensionstore/extensions/%d',
  56332.                 'filter' => '/swplatform/extensionstore/extensions/filter',
  56333.                 'reviews' => '/swplatform/extensionstore/extensions/%d/reviews',
  56334.                 'create_basket' => '/swplatform/extensionstore/baskets',
  56335.                 'order_basket' => '/swplatform/extensionstore/orders',
  56336.                 'payment_means' => '/swplatform/extensionstore/paymentmeans',
  56337.             ],
  56338.             'container.dumper.inline_class_loader' => true,
  56339.             'container.dumper.inline_factories' => true,
  56340.             'jwt_private_key_passphrase_default' => 'shopware',
  56341.             'shopware.store.frw' => true,
  56342.             'event_dispatcher.event_aliases' => [
  56343.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  56344.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  56345.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  56346.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  56347.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  56348.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  56349.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  56350.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  56351.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  56352.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  56353.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  56354.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  56355.             ],
  56356.             'fragment.renderer.hinclude.global_template' => NULL,
  56357.             'fragment.path' => '/_fragment',
  56358.             'kernel.http_method_override' => true,
  56359.             'kernel.trusted_hosts' => [
  56360.             ],
  56361.             'kernel.default_locale' => 'en-GB',
  56362.             'kernel.enabled_locales' => [
  56363.             ],
  56364.             'kernel.error_controller' => 'error_controller',
  56365.             'debug.file_link_format' => NULL,
  56366.             'asset.request_context.base_path' => NULL,
  56367.             'asset.request_context.secure' => NULL,
  56368.             'translator.logging' => false,
  56369.             'translator.default_path' => (\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/snippet'),
  56370.             'debug.error_handler.throw_at' => -1,
  56371.             'router.request_context.host' => 'localhost',
  56372.             'router.request_context.scheme' => 'http',
  56373.             'router.request_context.base_url' => '',
  56374.             'router.resource' => 'kernel::loadRoutes',
  56375.             'request_listener.http_port' => 80,
  56376.             'request_listener.https_port' => 443,
  56377.             'session.metadata.storage_key' => '_sf2_meta',
  56378.             'session.storage.options' => [
  56379.                 'cache_limiter' => '0',
  56380.                 'name' => 'session-',
  56381.                 'cookie_secure' => 'auto',
  56382.                 'cookie_httponly' => true,
  56383.                 'cookie_samesite' => 'lax',
  56384.                 'gc_probability' => 1,
  56385.             ],
  56386.             'session.save_path' => NULL,
  56387.             'session.metadata.update_threshold' => 0,
  56388.             'validator.translation_domain' => 'validators',
  56389.             'profiler_listener.only_exceptions' => false,
  56390.             'profiler_listener.only_main_requests' => false,
  56391.             'monolog.use_microseconds' => true,
  56392.             'monolog.swift_mailer.handlers' => [
  56393.             ],
  56394.             'monolog.handlers_to_channels' => [
  56395.                 'monolog.handler.business_event_handler_buffer' => [
  56396.                     'type' => 'inclusive',
  56397.                     'elements' => [
  56398.                         => 'business_events',
  56399.                     ],
  56400.                 ],
  56401.                 'monolog.handler.console' => [
  56402.                     'type' => 'exclusive',
  56403.                     'elements' => [
  56404.                         => 'event',
  56405.                         => 'doctrine',
  56406.                         => 'console',
  56407.                     ],
  56408.                 ],
  56409.                 'monolog.handler.main' => [
  56410.                     'type' => 'exclusive',
  56411.                     'elements' => [
  56412.                         => 'event',
  56413.                         => 'doctrine',
  56414.                     ],
  56415.                 ],
  56416.             ],
  56417.             'twig.form.resources' => [
  56418.                 => 'form_div_layout.html.twig',
  56419.             ],
  56420.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  56421.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  56422.             'enqueue.transport.default.receive_timeout' => 1000,
  56423.             'enqueue.client.default.router_processor' => 'enqueue.client.default.router_processor',
  56424.             'enqueue.client.default.router_queue_name' => 'default',
  56425.             'enqueue.client.default.default_queue_name' => 'default',
  56426.             'enqueue.transports' => [
  56427.                 => 'default',
  56428.             ],
  56429.             'enqueue.clients' => [
  56430.                 => 'default',
  56431.             ],
  56432.             'enqueue.default_transport' => 'default',
  56433.             'enqueue.default_client' => 'default',
  56434.             'shopware.feature' => [
  56435.                 'flags' => [
  56436.                     'v6.5.0.0' => [
  56437.                         'default' => false,
  56438.                         'major' => true,
  56439.                     ],
  56440.                     'PERFORMANCE_TWEAKS' => [
  56441.                         'default' => false,
  56442.                         'major' => true,
  56443.                         'description' => 'Performance improvements that include a breaking change',
  56444.                     ],
  56445.                     'FEATURE_NEXT_1797' => [
  56446.                         'default' => false,
  56447.                         'major' => true,
  56448.                         'description' => 'composer require for plugins',
  56449.                     ],
  56450.                     'FEATURE_NEXT_16710' => [
  56451.                         'default' => false,
  56452.                         'major' => true,
  56453.                         'description' => 'Do not allow empty ids provided in criteria',
  56454.                     ],
  56455.                     'FEATURE_NEXT_13810' => [
  56456.                         'default' => false,
  56457.                         'major' => true,
  56458.                         'description' => 'Deprecate old promotion module',
  56459.                     ],
  56460.                     'FEATURE_NEXT_13250' => [
  56461.                         'default' => false,
  56462.                         'major' => true,
  56463.                         'description' => 'Reduce database queries if all required data for the line items is already assign',
  56464.                     ],
  56465.                     'FEATURE_NEXT_17276' => [
  56466.                         'default' => false,
  56467.                         'major' => true,
  56468.                         'description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  56469.                     ],
  56470.                     'FEATURE_NEXT_16151' => [
  56471.                         'default' => false,
  56472.                         'major' => true,
  56473.                         'description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  56474.                     ],
  56475.                     'FEATURE_NEXT_16155' => [
  56476.                         'default' => false,
  56477.                         'major' => true,
  56478.                         'description' => 'EntityLoadedEventFactory will be required in repositories',
  56479.                     ],
  56480.                     'FEATURE_NEXT_19501' => [
  56481.                         'default' => false,
  56482.                         'major' => false,
  56483.                         'description' => 'Disables the cart.container function',
  56484.                     ],
  56485.                     'FEATURE_NEXT_15053' => [
  56486.                         'default' => false,
  56487.                         'major' => false,
  56488.                         'description' => 'Replace wrong displayed characters in number format',
  56489.                     ],
  56490.                     'FEATURE_NEXT_18215' => [
  56491.                         'default' => false,
  56492.                         'major' => true,
  56493.                         'description' => 'Rules are aware of their assignment',
  56494.                     ],
  56495.                     'FEATURE_NEXT_15815' => [
  56496.                         'default' => false,
  56497.                         'major' => true,
  56498.                         'description' => 'Remove single record handling in sync service. Only single operation should be supported',
  56499.                     ],
  56500.                     'FEATURE_NEXT_14699' => [
  56501.                         'default' => false,
  56502.                         'major' => true,
  56503.                         'description' => 'Refactoring of Storefront theme assets',
  56504.                     ],
  56505.                     'FEATURE_NEXT_15707' => [
  56506.                         'default' => false,
  56507.                         'major' => false,
  56508.                         'description' => 'Delivery notice for EU geoblocking regulation',
  56509.                     ],
  56510.                     'FEATURE_NEXT_14360' => [
  56511.                         'default' => false,
  56512.                         'major' => true,
  56513.                         'description' => 'App System 4.0 - Build action button messaging system',
  56514.                     ],
  56515.                     'FEATURE_NEXT_15172' => [
  56516.                         'default' => false,
  56517.                         'major' => true,
  56518.                         'description' => 'Sanitize html of fields with AllowHtml flag',
  56519.                     ],
  56520.                     'FEATURE_NEXT_14001' => [
  56521.                         'default' => false,
  56522.                         'major' => true,
  56523.                         'description' => 'Newsletter DOI for registered customers',
  56524.                     ],
  56525.                     'FEATURE_NEXT_7739' => [
  56526.                         'default' => false,
  56527.                         'major' => true,
  56528.                         'description' => 'Optional salutation',
  56529.                     ],
  56530.                     'FEATURE_NEXT_16200' => [
  56531.                         'default' => false,
  56532.                         'major' => false,
  56533.                         'description' => 'Register Doi Domain',
  56534.                     ],
  56535.                     'FEATURE_NEXT_13410' => [
  56536.                         'default' => false,
  56537.                         'major' => true,
  56538.                         'description' => 'Make sales channels required in seo generator',
  56539.                     ],
  56540.                     'FEATURE_NEXT_15917' => [
  56541.                         'default' => false,
  56542.                         'major' => true,
  56543.                         'description' => 'Move storefront script tags to head with defer',
  56544.                     ],
  56545.                     'FEATURE_NEXT_15957' => [
  56546.                         'default' => false,
  56547.                         'major' => true,
  56548.                         'description' => 'VAT id field for guest',
  56549.                     ],
  56550.                     'FEATURE_NEXT_13601' => [
  56551.                         'default' => false,
  56552.                         'major' => true,
  56553.                         'description' => 'Default transaction state for async app payments',
  56554.                     ],
  56555.                     'FEATURE_NEXT_16992' => [
  56556.                         'default' => false,
  56557.                         'major' => true,
  56558.                         'description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  56559.                     ],
  56560.                     'FEATURE_NEXT_7530' => [
  56561.                         'default' => false,
  56562.                         'major' => true,
  56563.                         'description' => 'Improve orders UX in Administration',
  56564.                     ],
  56565.                     'FEATURE_NEXT_16824' => [
  56566.                         'default' => false,
  56567.                         'major' => true,
  56568.                         'description' => 'Cart merged event',
  56569.                     ],
  56570.                     'FEATURE_NEXT_16271' => [
  56571.                         'default' => false,
  56572.                         'major' => true,
  56573.                         'description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  56574.                     ],
  56575.                     'FEATURE_NEXT_15381' => [
  56576.                         'default' => false,
  56577.                         'major' => true,
  56578.                         'description' => 'Save theme compilation',
  56579.                     ],
  56580.                     'FEATURE_NEXT_17275' => [
  56581.                         'default' => false,
  56582.                         'major' => true,
  56583.                         'description' => 'StorefrontRenderEvent only gets original view',
  56584.                     ],
  56585.                     'FEATURE_NEXT_17016' => [
  56586.                         'default' => false,
  56587.                         'major' => true,
  56588.                         'description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  56589.                     ],
  56590.                     'FEATURE_NEXT_16236' => [
  56591.                         'default' => false,
  56592.                         'major' => true,
  56593.                         'description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  56594.                     ],
  56595.                     'FEATURE_NEXT_16640' => [
  56596.                         'default' => false,
  56597.                         'major' => true,
  56598.                         'description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  56599.                     ],
  56600.                     'FEATURE_NEXT_17858' => [
  56601.                         'default' => false,
  56602.                         'major' => true,
  56603.                         'description' => 'Major feature flag for Business Event',
  56604.                     ],
  56605.                     'FEATURE_NEXT_6758' => [
  56606.                         'default' => false,
  56607.                         'major' => true,
  56608.                         'description' => 'Layout assignment for category as list',
  56609.                     ],
  56610.                     'FEATURE_NEXT_19048' => [
  56611.                         'default' => false,
  56612.                         'major' => true,
  56613.                         'description' => 'Fix media resolution in theme',
  56614.                     ],
  56615.                     'FEATURE_NEXT_19822' => [
  56616.                         'default' => false,
  56617.                         'major' => true,
  56618.                         'description' => 'Enables lazy loading components in the administration',
  56619.                     ],
  56620.                     'FEATURE_NEXT_18129' => [
  56621.                         'default' => false,
  56622.                         'major' => true,
  56623.                         'description' => 'Require positionIdentifier for some components',
  56624.                     ],
  56625.                     'FEATURE_NEXT_19163' => [
  56626.                         'default' => false,
  56627.                         'major' => true,
  56628.                         'description' => 'one to one inheritance',
  56629.                     ],
  56630.                     'FEATURE_NEXT_18187' => [
  56631.                         'default' => false,
  56632.                         'major' => true,
  56633.                         'description' => 'Move admin dashboard statistics into separate component',
  56634.                     ],
  56635.                     'FEATURE_NEXT_17978' => [
  56636.                         'default' => false,
  56637.                         'major' => true,
  56638.                         'description' => 'Change component factory to work with extension overrides in Administration',
  56639.                     ],
  56640.                     'FEATURE_NEXT_11634' => [
  56641.                         'default' => false,
  56642.                         'major' => true,
  56643.                         'description' => 'Webpack alias refactor',
  56644.                     ],
  56645.                     'FEATURE_NEXT_21547' => [
  56646.                         'default' => false,
  56647.                         'major' => true,
  56648.                         'description' => 'Change admin criteria defaults',
  56649.                     ],
  56650.                     'FEATURE_NEXT_22900' => [
  56651.                         'default' => false,
  56652.                         'major' => true,
  56653.                         'description' => 'Admin search configuration is used in Elasticsearch',
  56654.                     ],
  56655.                 ],
  56656.             ],
  56657.             'shopware.feature.flags' => [
  56658.                 'v6.5.0.0' => [
  56659.                     'default' => false,
  56660.                     'major' => true,
  56661.                 ],
  56662.                 'PERFORMANCE_TWEAKS' => [
  56663.                     'default' => false,
  56664.                     'major' => true,
  56665.                     'description' => 'Performance improvements that include a breaking change',
  56666.                 ],
  56667.                 'FEATURE_NEXT_1797' => [
  56668.                     'default' => false,
  56669.                     'major' => true,
  56670.                     'description' => 'composer require for plugins',
  56671.                 ],
  56672.                 'FEATURE_NEXT_16710' => [
  56673.                     'default' => false,
  56674.                     'major' => true,
  56675.                     'description' => 'Do not allow empty ids provided in criteria',
  56676.                 ],
  56677.                 'FEATURE_NEXT_13810' => [
  56678.                     'default' => false,
  56679.                     'major' => true,
  56680.                     'description' => 'Deprecate old promotion module',
  56681.                 ],
  56682.                 'FEATURE_NEXT_13250' => [
  56683.                     'default' => false,
  56684.                     'major' => true,
  56685.                     'description' => 'Reduce database queries if all required data for the line items is already assign',
  56686.                 ],
  56687.                 'FEATURE_NEXT_17276' => [
  56688.                     'default' => false,
  56689.                     'major' => true,
  56690.                     'description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  56691.                 ],
  56692.                 'FEATURE_NEXT_16151' => [
  56693.                     'default' => false,
  56694.                     'major' => true,
  56695.                     'description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  56696.                 ],
  56697.                 'FEATURE_NEXT_16155' => [
  56698.                     'default' => false,
  56699.                     'major' => true,
  56700.                     'description' => 'EntityLoadedEventFactory will be required in repositories',
  56701.                 ],
  56702.                 'FEATURE_NEXT_19501' => [
  56703.                     'default' => false,
  56704.                     'major' => false,
  56705.                     'description' => 'Disables the cart.container function',
  56706.                 ],
  56707.                 'FEATURE_NEXT_15053' => [
  56708.                     'default' => false,
  56709.                     'major' => false,
  56710.                     'description' => 'Replace wrong displayed characters in number format',
  56711.                 ],
  56712.                 'FEATURE_NEXT_18215' => [
  56713.                     'default' => false,
  56714.                     'major' => true,
  56715.                     'description' => 'Rules are aware of their assignment',
  56716.                 ],
  56717.                 'FEATURE_NEXT_15815' => [
  56718.                     'default' => false,
  56719.                     'major' => true,
  56720.                     'description' => 'Remove single record handling in sync service. Only single operation should be supported',
  56721.                 ],
  56722.                 'FEATURE_NEXT_14699' => [
  56723.                     'default' => false,
  56724.                     'major' => true,
  56725.                     'description' => 'Refactoring of Storefront theme assets',
  56726.                 ],
  56727.                 'FEATURE_NEXT_15707' => [
  56728.                     'default' => false,
  56729.                     'major' => false,
  56730.                     'description' => 'Delivery notice for EU geoblocking regulation',
  56731.                 ],
  56732.                 'FEATURE_NEXT_14360' => [
  56733.                     'default' => false,
  56734.                     'major' => true,
  56735.                     'description' => 'App System 4.0 - Build action button messaging system',
  56736.                 ],
  56737.                 'FEATURE_NEXT_15172' => [
  56738.                     'default' => false,
  56739.                     'major' => true,
  56740.                     'description' => 'Sanitize html of fields with AllowHtml flag',
  56741.                 ],
  56742.                 'FEATURE_NEXT_14001' => [
  56743.                     'default' => false,
  56744.                     'major' => true,
  56745.                     'description' => 'Newsletter DOI for registered customers',
  56746.                 ],
  56747.                 'FEATURE_NEXT_7739' => [
  56748.                     'default' => false,
  56749.                     'major' => true,
  56750.                     'description' => 'Optional salutation',
  56751.                 ],
  56752.                 'FEATURE_NEXT_16200' => [
  56753.                     'default' => false,
  56754.                     'major' => false,
  56755.                     'description' => 'Register Doi Domain',
  56756.                 ],
  56757.                 'FEATURE_NEXT_13410' => [
  56758.                     'default' => false,
  56759.                     'major' => true,
  56760.                     'description' => 'Make sales channels required in seo generator',
  56761.                 ],
  56762.                 'FEATURE_NEXT_15917' => [
  56763.                     'default' => false,
  56764.                     'major' => true,
  56765.                     'description' => 'Move storefront script tags to head with defer',
  56766.                 ],
  56767.                 'FEATURE_NEXT_15957' => [
  56768.                     'default' => false,
  56769.                     'major' => true,
  56770.                     'description' => 'VAT id field for guest',
  56771.                 ],
  56772.                 'FEATURE_NEXT_13601' => [
  56773.                     'default' => false,
  56774.                     'major' => true,
  56775.                     'description' => 'Default transaction state for async app payments',
  56776.                 ],
  56777.                 'FEATURE_NEXT_16992' => [
  56778.                     'default' => false,
  56779.                     'major' => true,
  56780.                     'description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  56781.                 ],
  56782.                 'FEATURE_NEXT_7530' => [
  56783.                     'default' => false,
  56784.                     'major' => true,
  56785.                     'description' => 'Improve orders UX in Administration',
  56786.                 ],
  56787.                 'FEATURE_NEXT_16824' => [
  56788.                     'default' => false,
  56789.                     'major' => true,
  56790.                     'description' => 'Cart merged event',
  56791.                 ],
  56792.                 'FEATURE_NEXT_16271' => [
  56793.                     'default' => false,
  56794.                     'major' => true,
  56795.                     'description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  56796.                 ],
  56797.                 'FEATURE_NEXT_15381' => [
  56798.                     'default' => false,
  56799.                     'major' => true,
  56800.                     'description' => 'Save theme compilation',
  56801.                 ],
  56802.                 'FEATURE_NEXT_17275' => [
  56803.                     'default' => false,
  56804.                     'major' => true,
  56805.                     'description' => 'StorefrontRenderEvent only gets original view',
  56806.                 ],
  56807.                 'FEATURE_NEXT_17016' => [
  56808.                     'default' => false,
  56809.                     'major' => true,
  56810.                     'description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  56811.                 ],
  56812.                 'FEATURE_NEXT_16236' => [
  56813.                     'default' => false,
  56814.                     'major' => true,
  56815.                     'description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  56816.                 ],
  56817.                 'FEATURE_NEXT_16640' => [
  56818.                     'default' => false,
  56819.                     'major' => true,
  56820.                     'description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  56821.                 ],
  56822.                 'FEATURE_NEXT_17858' => [
  56823.                     'default' => false,
  56824.                     'major' => true,
  56825.                     'description' => 'Major feature flag for Business Event',
  56826.                 ],
  56827.                 'FEATURE_NEXT_6758' => [
  56828.                     'default' => false,
  56829.                     'major' => true,
  56830.                     'description' => 'Layout assignment for category as list',
  56831.                 ],
  56832.                 'FEATURE_NEXT_19048' => [
  56833.                     'default' => false,
  56834.                     'major' => true,
  56835.                     'description' => 'Fix media resolution in theme',
  56836.                 ],
  56837.                 'FEATURE_NEXT_19822' => [
  56838.                     'default' => false,
  56839.                     'major' => true,
  56840.                     'description' => 'Enables lazy loading components in the administration',
  56841.                 ],
  56842.                 'FEATURE_NEXT_18129' => [
  56843.                     'default' => false,
  56844.                     'major' => true,
  56845.                     'description' => 'Require positionIdentifier for some components',
  56846.                 ],
  56847.                 'FEATURE_NEXT_19163' => [
  56848.                     'default' => false,
  56849.                     'major' => true,
  56850.                     'description' => 'one to one inheritance',
  56851.                 ],
  56852.                 'FEATURE_NEXT_18187' => [
  56853.                     'default' => false,
  56854.                     'major' => true,
  56855.                     'description' => 'Move admin dashboard statistics into separate component',
  56856.                 ],
  56857.                 'FEATURE_NEXT_17978' => [
  56858.                     'default' => false,
  56859.                     'major' => true,
  56860.                     'description' => 'Change component factory to work with extension overrides in Administration',
  56861.                 ],
  56862.                 'FEATURE_NEXT_11634' => [
  56863.                     'default' => false,
  56864.                     'major' => true,
  56865.                     'description' => 'Webpack alias refactor',
  56866.                 ],
  56867.                 'FEATURE_NEXT_21547' => [
  56868.                     'default' => false,
  56869.                     'major' => true,
  56870.                     'description' => 'Change admin criteria defaults',
  56871.                 ],
  56872.                 'FEATURE_NEXT_22900' => [
  56873.                     'default' => false,
  56874.                     'major' => true,
  56875.                     'description' => 'Admin search configuration is used in Elasticsearch',
  56876.                 ],
  56877.             ],
  56878.             'shopware.feature.flags.v6.5.0.0' => [
  56879.                 'default' => false,
  56880.                 'major' => true,
  56881.             ],
  56882.             'shopware.feature.flags.v6.5.0.0.default' => false,
  56883.             'shopware.feature.flags.v6.5.0.0.major' => true,
  56884.             'shopware.feature.flags.PERFORMANCE_TWEAKS' => [
  56885.                 'default' => false,
  56886.                 'major' => true,
  56887.                 'description' => 'Performance improvements that include a breaking change',
  56888.             ],
  56889.             'shopware.feature.flags.PERFORMANCE_TWEAKS.default' => false,
  56890.             'shopware.feature.flags.PERFORMANCE_TWEAKS.major' => true,
  56891.             'shopware.feature.flags.PERFORMANCE_TWEAKS.description' => 'Performance improvements that include a breaking change',
  56892.             'shopware.feature.flags.FEATURE_NEXT_1797' => [
  56893.                 'default' => false,
  56894.                 'major' => true,
  56895.                 'description' => 'composer require for plugins',
  56896.             ],
  56897.             'shopware.feature.flags.FEATURE_NEXT_1797.default' => false,
  56898.             'shopware.feature.flags.FEATURE_NEXT_1797.major' => true,
  56899.             'shopware.feature.flags.FEATURE_NEXT_1797.description' => 'composer require for plugins',
  56900.             'shopware.feature.flags.FEATURE_NEXT_16710' => [
  56901.                 'default' => false,
  56902.                 'major' => true,
  56903.                 'description' => 'Do not allow empty ids provided in criteria',
  56904.             ],
  56905.             'shopware.feature.flags.FEATURE_NEXT_16710.default' => false,
  56906.             'shopware.feature.flags.FEATURE_NEXT_16710.major' => true,
  56907.             'shopware.feature.flags.FEATURE_NEXT_16710.description' => 'Do not allow empty ids provided in criteria',
  56908.             'shopware.feature.flags.FEATURE_NEXT_13810' => [
  56909.                 'default' => false,
  56910.                 'major' => true,
  56911.                 'description' => 'Deprecate old promotion module',
  56912.             ],
  56913.             'shopware.feature.flags.FEATURE_NEXT_13810.default' => false,
  56914.             'shopware.feature.flags.FEATURE_NEXT_13810.major' => true,
  56915.             'shopware.feature.flags.FEATURE_NEXT_13810.description' => 'Deprecate old promotion module',
  56916.             'shopware.feature.flags.FEATURE_NEXT_13250' => [
  56917.                 'default' => false,
  56918.                 'major' => true,
  56919.                 'description' => 'Reduce database queries if all required data for the line items is already assign',
  56920.             ],
  56921.             'shopware.feature.flags.FEATURE_NEXT_13250.default' => false,
  56922.             'shopware.feature.flags.FEATURE_NEXT_13250.major' => true,
  56923.             'shopware.feature.flags.FEATURE_NEXT_13250.description' => 'Reduce database queries if all required data for the line items is already assign',
  56924.             'shopware.feature.flags.FEATURE_NEXT_17276' => [
  56925.                 'default' => false,
  56926.                 'major' => true,
  56927.                 'description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  56928.             ],
  56929.             'shopware.feature.flags.FEATURE_NEXT_17276.default' => false,
  56930.             'shopware.feature.flags.FEATURE_NEXT_17276.major' => true,
  56931.             'shopware.feature.flags.FEATURE_NEXT_17276.description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  56932.             'shopware.feature.flags.FEATURE_NEXT_16151' => [
  56933.                 'default' => false,
  56934.                 'major' => true,
  56935.                 'description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  56936.             ],
  56937.             'shopware.feature.flags.FEATURE_NEXT_16151.default' => false,
  56938.             'shopware.feature.flags.FEATURE_NEXT_16151.major' => true,
  56939.             'shopware.feature.flags.FEATURE_NEXT_16151.description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  56940.             'shopware.feature.flags.FEATURE_NEXT_16155' => [
  56941.                 'default' => false,
  56942.                 'major' => true,
  56943.                 'description' => 'EntityLoadedEventFactory will be required in repositories',
  56944.             ],
  56945.             'shopware.feature.flags.FEATURE_NEXT_16155.default' => false,
  56946.             'shopware.feature.flags.FEATURE_NEXT_16155.major' => true,
  56947.             'shopware.feature.flags.FEATURE_NEXT_16155.description' => 'EntityLoadedEventFactory will be required in repositories',
  56948.             'shopware.feature.flags.FEATURE_NEXT_19501' => [
  56949.                 'default' => false,
  56950.                 'major' => false,
  56951.                 'description' => 'Disables the cart.container function',
  56952.             ],
  56953.             'shopware.feature.flags.FEATURE_NEXT_19501.default' => false,
  56954.             'shopware.feature.flags.FEATURE_NEXT_19501.major' => false,
  56955.             'shopware.feature.flags.FEATURE_NEXT_19501.description' => 'Disables the cart.container function',
  56956.             'shopware.feature.flags.FEATURE_NEXT_15053' => [
  56957.                 'default' => false,
  56958.                 'major' => false,
  56959.                 'description' => 'Replace wrong displayed characters in number format',
  56960.             ],
  56961.             'shopware.feature.flags.FEATURE_NEXT_15053.default' => false,
  56962.             'shopware.feature.flags.FEATURE_NEXT_15053.major' => false,
  56963.             'shopware.feature.flags.FEATURE_NEXT_15053.description' => 'Replace wrong displayed characters in number format',
  56964.             'shopware.feature.flags.FEATURE_NEXT_18215' => [
  56965.                 'default' => false,
  56966.                 'major' => true,
  56967.                 'description' => 'Rules are aware of their assignment',
  56968.             ],
  56969.             'shopware.feature.flags.FEATURE_NEXT_18215.default' => false,
  56970.             'shopware.feature.flags.FEATURE_NEXT_18215.major' => true,
  56971.             'shopware.feature.flags.FEATURE_NEXT_18215.description' => 'Rules are aware of their assignment',
  56972.             'shopware.feature.flags.FEATURE_NEXT_15815' => [
  56973.                 'default' => false,
  56974.                 'major' => true,
  56975.                 'description' => 'Remove single record handling in sync service. Only single operation should be supported',
  56976.             ],
  56977.             'shopware.feature.flags.FEATURE_NEXT_15815.default' => false,
  56978.             'shopware.feature.flags.FEATURE_NEXT_15815.major' => true,
  56979.             'shopware.feature.flags.FEATURE_NEXT_15815.description' => 'Remove single record handling in sync service. Only single operation should be supported',
  56980.             'shopware.feature.flags.FEATURE_NEXT_14699' => [
  56981.                 'default' => false,
  56982.                 'major' => true,
  56983.                 'description' => 'Refactoring of Storefront theme assets',
  56984.             ],
  56985.             'shopware.feature.flags.FEATURE_NEXT_14699.default' => false,
  56986.             'shopware.feature.flags.FEATURE_NEXT_14699.major' => true,
  56987.             'shopware.feature.flags.FEATURE_NEXT_14699.description' => 'Refactoring of Storefront theme assets',
  56988.             'shopware.feature.flags.FEATURE_NEXT_15707' => [
  56989.                 'default' => false,
  56990.                 'major' => false,
  56991.                 'description' => 'Delivery notice for EU geoblocking regulation',
  56992.             ],
  56993.             'shopware.feature.flags.FEATURE_NEXT_15707.default' => false,
  56994.             'shopware.feature.flags.FEATURE_NEXT_15707.major' => false,
  56995.             'shopware.feature.flags.FEATURE_NEXT_15707.description' => 'Delivery notice for EU geoblocking regulation',
  56996.             'shopware.feature.flags.FEATURE_NEXT_14360' => [
  56997.                 'default' => false,
  56998.                 'major' => true,
  56999.                 'description' => 'App System 4.0 - Build action button messaging system',
  57000.             ],
  57001.             'shopware.feature.flags.FEATURE_NEXT_14360.default' => false,
  57002.             'shopware.feature.flags.FEATURE_NEXT_14360.major' => true,
  57003.             'shopware.feature.flags.FEATURE_NEXT_14360.description' => 'App System 4.0 - Build action button messaging system',
  57004.             'shopware.feature.flags.FEATURE_NEXT_15172' => [
  57005.                 'default' => false,
  57006.                 'major' => true,
  57007.                 'description' => 'Sanitize html of fields with AllowHtml flag',
  57008.             ],
  57009.             'shopware.feature.flags.FEATURE_NEXT_15172.default' => false,
  57010.             'shopware.feature.flags.FEATURE_NEXT_15172.major' => true,
  57011.             'shopware.feature.flags.FEATURE_NEXT_15172.description' => 'Sanitize html of fields with AllowHtml flag',
  57012.             'shopware.feature.flags.FEATURE_NEXT_14001' => [
  57013.                 'default' => false,
  57014.                 'major' => true,
  57015.                 'description' => 'Newsletter DOI for registered customers',
  57016.             ],
  57017.             'shopware.feature.flags.FEATURE_NEXT_14001.default' => false,
  57018.             'shopware.feature.flags.FEATURE_NEXT_14001.major' => true,
  57019.             'shopware.feature.flags.FEATURE_NEXT_14001.description' => 'Newsletter DOI for registered customers',
  57020.             'shopware.feature.flags.FEATURE_NEXT_7739' => [
  57021.                 'default' => false,
  57022.                 'major' => true,
  57023.                 'description' => 'Optional salutation',
  57024.             ],
  57025.             'shopware.feature.flags.FEATURE_NEXT_7739.default' => false,
  57026.             'shopware.feature.flags.FEATURE_NEXT_7739.major' => true,
  57027.             'shopware.feature.flags.FEATURE_NEXT_7739.description' => 'Optional salutation',
  57028.             'shopware.feature.flags.FEATURE_NEXT_16200' => [
  57029.                 'default' => false,
  57030.                 'major' => false,
  57031.                 'description' => 'Register Doi Domain',
  57032.             ],
  57033.             'shopware.feature.flags.FEATURE_NEXT_16200.default' => false,
  57034.             'shopware.feature.flags.FEATURE_NEXT_16200.major' => false,
  57035.             'shopware.feature.flags.FEATURE_NEXT_16200.description' => 'Register Doi Domain',
  57036.             'shopware.feature.flags.FEATURE_NEXT_13410' => [
  57037.                 'default' => false,
  57038.                 'major' => true,
  57039.                 'description' => 'Make sales channels required in seo generator',
  57040.             ],
  57041.             'shopware.feature.flags.FEATURE_NEXT_13410.default' => false,
  57042.             'shopware.feature.flags.FEATURE_NEXT_13410.major' => true,
  57043.             'shopware.feature.flags.FEATURE_NEXT_13410.description' => 'Make sales channels required in seo generator',
  57044.             'shopware.feature.flags.FEATURE_NEXT_15917' => [
  57045.                 'default' => false,
  57046.                 'major' => true,
  57047.                 'description' => 'Move storefront script tags to head with defer',
  57048.             ],
  57049.             'shopware.feature.flags.FEATURE_NEXT_15917.default' => false,
  57050.             'shopware.feature.flags.FEATURE_NEXT_15917.major' => true,
  57051.             'shopware.feature.flags.FEATURE_NEXT_15917.description' => 'Move storefront script tags to head with defer',
  57052.             'shopware.feature.flags.FEATURE_NEXT_15957' => [
  57053.                 'default' => false,
  57054.                 'major' => true,
  57055.                 'description' => 'VAT id field for guest',
  57056.             ],
  57057.             'shopware.feature.flags.FEATURE_NEXT_15957.default' => false,
  57058.             'shopware.feature.flags.FEATURE_NEXT_15957.major' => true,
  57059.             'shopware.feature.flags.FEATURE_NEXT_15957.description' => 'VAT id field for guest',
  57060.             'shopware.feature.flags.FEATURE_NEXT_13601' => [
  57061.                 'default' => false,
  57062.                 'major' => true,
  57063.                 'description' => 'Default transaction state for async app payments',
  57064.             ],
  57065.             'shopware.feature.flags.FEATURE_NEXT_13601.default' => false,
  57066.             'shopware.feature.flags.FEATURE_NEXT_13601.major' => true,
  57067.             'shopware.feature.flags.FEATURE_NEXT_13601.description' => 'Default transaction state for async app payments',
  57068.             'shopware.feature.flags.FEATURE_NEXT_16992' => [
  57069.                 'default' => false,
  57070.                 'major' => true,
  57071.                 'description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  57072.             ],
  57073.             'shopware.feature.flags.FEATURE_NEXT_16992.default' => false,
  57074.             'shopware.feature.flags.FEATURE_NEXT_16992.major' => true,
  57075.             'shopware.feature.flags.FEATURE_NEXT_16992.description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  57076.             'shopware.feature.flags.FEATURE_NEXT_7530' => [
  57077.                 'default' => false,
  57078.                 'major' => true,
  57079.                 'description' => 'Improve orders UX in Administration',
  57080.             ],
  57081.             'shopware.feature.flags.FEATURE_NEXT_7530.default' => false,
  57082.             'shopware.feature.flags.FEATURE_NEXT_7530.major' => true,
  57083.             'shopware.feature.flags.FEATURE_NEXT_7530.description' => 'Improve orders UX in Administration',
  57084.             'shopware.feature.flags.FEATURE_NEXT_16824' => [
  57085.                 'default' => false,
  57086.                 'major' => true,
  57087.                 'description' => 'Cart merged event',
  57088.             ],
  57089.             'shopware.feature.flags.FEATURE_NEXT_16824.default' => false,
  57090.             'shopware.feature.flags.FEATURE_NEXT_16824.major' => true,
  57091.             'shopware.feature.flags.FEATURE_NEXT_16824.description' => 'Cart merged event',
  57092.             'shopware.feature.flags.FEATURE_NEXT_16271' => [
  57093.                 'default' => false,
  57094.                 'major' => true,
  57095.                 'description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  57096.             ],
  57097.             'shopware.feature.flags.FEATURE_NEXT_16271.default' => false,
  57098.             'shopware.feature.flags.FEATURE_NEXT_16271.major' => true,
  57099.             'shopware.feature.flags.FEATURE_NEXT_16271.description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  57100.             'shopware.feature.flags.FEATURE_NEXT_15381' => [
  57101.                 'default' => false,
  57102.                 'major' => true,
  57103.                 'description' => 'Save theme compilation',
  57104.             ],
  57105.             'shopware.feature.flags.FEATURE_NEXT_15381.default' => false,
  57106.             'shopware.feature.flags.FEATURE_NEXT_15381.major' => true,
  57107.             'shopware.feature.flags.FEATURE_NEXT_15381.description' => 'Save theme compilation',
  57108.             'shopware.feature.flags.FEATURE_NEXT_17275' => [
  57109.                 'default' => false,
  57110.                 'major' => true,
  57111.                 'description' => 'StorefrontRenderEvent only gets original view',
  57112.             ],
  57113.             'shopware.feature.flags.FEATURE_NEXT_17275.default' => false,
  57114.             'shopware.feature.flags.FEATURE_NEXT_17275.major' => true,
  57115.             'shopware.feature.flags.FEATURE_NEXT_17275.description' => 'StorefrontRenderEvent only gets original view',
  57116.             'shopware.feature.flags.FEATURE_NEXT_17016' => [
  57117.                 'default' => false,
  57118.                 'major' => true,
  57119.                 'description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  57120.             ],
  57121.             'shopware.feature.flags.FEATURE_NEXT_17016.default' => false,
  57122.             'shopware.feature.flags.FEATURE_NEXT_17016.major' => true,
  57123.             'shopware.feature.flags.FEATURE_NEXT_17016.description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  57124.             'shopware.feature.flags.FEATURE_NEXT_16236' => [
  57125.                 'default' => false,
  57126.                 'major' => true,
  57127.                 'description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  57128.             ],
  57129.             'shopware.feature.flags.FEATURE_NEXT_16236.default' => false,
  57130.             'shopware.feature.flags.FEATURE_NEXT_16236.major' => true,
  57131.             'shopware.feature.flags.FEATURE_NEXT_16236.description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  57132.             'shopware.feature.flags.FEATURE_NEXT_16640' => [
  57133.                 'default' => false,
  57134.                 'major' => true,
  57135.                 'description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  57136.             ],
  57137.             'shopware.feature.flags.FEATURE_NEXT_16640.default' => false,
  57138.             'shopware.feature.flags.FEATURE_NEXT_16640.major' => true,
  57139.             'shopware.feature.flags.FEATURE_NEXT_16640.description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  57140.             'shopware.feature.flags.FEATURE_NEXT_17858' => [
  57141.                 'default' => false,
  57142.                 'major' => true,
  57143.                 'description' => 'Major feature flag for Business Event',
  57144.             ],
  57145.             'shopware.feature.flags.FEATURE_NEXT_17858.default' => false,
  57146.             'shopware.feature.flags.FEATURE_NEXT_17858.major' => true,
  57147.             'shopware.feature.flags.FEATURE_NEXT_17858.description' => 'Major feature flag for Business Event',
  57148.             'shopware.feature.flags.FEATURE_NEXT_6758' => [
  57149.                 'default' => false,
  57150.                 'major' => true,
  57151.                 'description' => 'Layout assignment for category as list',
  57152.             ],
  57153.             'shopware.feature.flags.FEATURE_NEXT_6758.default' => false,
  57154.             'shopware.feature.flags.FEATURE_NEXT_6758.major' => true,
  57155.             'shopware.feature.flags.FEATURE_NEXT_6758.description' => 'Layout assignment for category as list',
  57156.             'shopware.feature.flags.FEATURE_NEXT_19048' => [
  57157.                 'default' => false,
  57158.                 'major' => true,
  57159.                 'description' => 'Fix media resolution in theme',
  57160.             ],
  57161.             'shopware.feature.flags.FEATURE_NEXT_19048.default' => false,
  57162.             'shopware.feature.flags.FEATURE_NEXT_19048.major' => true,
  57163.             'shopware.feature.flags.FEATURE_NEXT_19048.description' => 'Fix media resolution in theme',
  57164.             'shopware.feature.flags.FEATURE_NEXT_19822' => [
  57165.                 'default' => false,
  57166.                 'major' => true,
  57167.                 'description' => 'Enables lazy loading components in the administration',
  57168.             ],
  57169.             'shopware.feature.flags.FEATURE_NEXT_19822.default' => false,
  57170.             'shopware.feature.flags.FEATURE_NEXT_19822.major' => true,
  57171.             'shopware.feature.flags.FEATURE_NEXT_19822.description' => 'Enables lazy loading components in the administration',
  57172.             'shopware.feature.flags.FEATURE_NEXT_18129' => [
  57173.                 'default' => false,
  57174.                 'major' => true,
  57175.                 'description' => 'Require positionIdentifier for some components',
  57176.             ],
  57177.             'shopware.feature.flags.FEATURE_NEXT_18129.default' => false,
  57178.             'shopware.feature.flags.FEATURE_NEXT_18129.major' => true,
  57179.             'shopware.feature.flags.FEATURE_NEXT_18129.description' => 'Require positionIdentifier for some components',
  57180.             'shopware.feature.flags.FEATURE_NEXT_19163' => [
  57181.                 'default' => false,
  57182.                 'major' => true,
  57183.                 'description' => 'one to one inheritance',
  57184.             ],
  57185.             'shopware.feature.flags.FEATURE_NEXT_19163.default' => false,
  57186.             'shopware.feature.flags.FEATURE_NEXT_19163.major' => true,
  57187.             'shopware.feature.flags.FEATURE_NEXT_19163.description' => 'one to one inheritance',
  57188.             'shopware.feature.flags.FEATURE_NEXT_18187' => [
  57189.                 'default' => false,
  57190.                 'major' => true,
  57191.                 'description' => 'Move admin dashboard statistics into separate component',
  57192.             ],
  57193.             'shopware.feature.flags.FEATURE_NEXT_18187.default' => false,
  57194.             'shopware.feature.flags.FEATURE_NEXT_18187.major' => true,
  57195.             'shopware.feature.flags.FEATURE_NEXT_18187.description' => 'Move admin dashboard statistics into separate component',
  57196.             'shopware.feature.flags.FEATURE_NEXT_17978' => [
  57197.                 'default' => false,
  57198.                 'major' => true,
  57199.                 'description' => 'Change component factory to work with extension overrides in Administration',
  57200.             ],
  57201.             'shopware.feature.flags.FEATURE_NEXT_17978.default' => false,
  57202.             'shopware.feature.flags.FEATURE_NEXT_17978.major' => true,
  57203.             'shopware.feature.flags.FEATURE_NEXT_17978.description' => 'Change component factory to work with extension overrides in Administration',
  57204.             'shopware.feature.flags.FEATURE_NEXT_11634' => [
  57205.                 'default' => false,
  57206.                 'major' => true,
  57207.                 'description' => 'Webpack alias refactor',
  57208.             ],
  57209.             'shopware.feature.flags.FEATURE_NEXT_11634.default' => false,
  57210.             'shopware.feature.flags.FEATURE_NEXT_11634.major' => true,
  57211.             'shopware.feature.flags.FEATURE_NEXT_11634.description' => 'Webpack alias refactor',
  57212.             'shopware.feature.flags.FEATURE_NEXT_21547' => [
  57213.                 'default' => false,
  57214.                 'major' => true,
  57215.                 'description' => 'Change admin criteria defaults',
  57216.             ],
  57217.             'shopware.feature.flags.FEATURE_NEXT_21547.default' => false,
  57218.             'shopware.feature.flags.FEATURE_NEXT_21547.major' => true,
  57219.             'shopware.feature.flags.FEATURE_NEXT_21547.description' => 'Change admin criteria defaults',
  57220.             'shopware.feature.flags.FEATURE_NEXT_22900' => [
  57221.                 'default' => false,
  57222.                 'major' => true,
  57223.                 'description' => 'Admin search configuration is used in Elasticsearch',
  57224.             ],
  57225.             'shopware.feature.flags.FEATURE_NEXT_22900.default' => false,
  57226.             'shopware.feature.flags.FEATURE_NEXT_22900.major' => true,
  57227.             'shopware.feature.flags.FEATURE_NEXT_22900.description' => 'Admin search configuration is used in Elasticsearch',
  57228.             'shopware.profiler' => [
  57229.                 'integrations' => [
  57230.                     => 'Symfony',
  57231.                 ],
  57232.             ],
  57233.             'shopware.profiler.integrations' => [
  57234.                 => 'Symfony',
  57235.             ],
  57236.             'shopware.profiler.integrations.0' => 'Symfony',
  57237.             'shopware.filesystem' => [
  57238.                 'private' => [
  57239.                     'type' => 'local',
  57240.                     'config' => [
  57241.                         'root' => (\dirname(__DIR__4).'/files'),
  57242.                     ],
  57243.                 ],
  57244.                 'public' => [
  57245.                     'type' => 'local',
  57246.                     'config' => [
  57247.                         'root' => (\dirname(__DIR__4).'/public'),
  57248.                     ],
  57249.                 ],
  57250.                 'temp' => [
  57251.                     'type' => 'local',
  57252.                     'config' => [
  57253.                         'root' => \dirname(__DIR__3),
  57254.                     ],
  57255.                 ],
  57256.                 'theme' => [
  57257.                 ],
  57258.                 'asset' => [
  57259.                 ],
  57260.                 'sitemap' => [
  57261.                 ],
  57262.                 'allowed_extensions' => [
  57263.                     => 'jpg',
  57264.                     => 'jpeg',
  57265.                     => 'png',
  57266.                     => 'webp',
  57267.                     => 'gif',
  57268.                     => 'svg',
  57269.                     => 'bmp',
  57270.                     => 'tiff',
  57271.                     => 'tif',
  57272.                     => 'eps',
  57273.                     10 => 'webm',
  57274.                     11 => 'mkv',
  57275.                     12 => 'flv',
  57276.                     13 => 'ogv',
  57277.                     14 => 'ogg',
  57278.                     15 => 'mov',
  57279.                     16 => 'mp4',
  57280.                     17 => 'avi',
  57281.                     18 => 'wmv',
  57282.                     19 => 'pdf',
  57283.                     20 => 'aac',
  57284.                     21 => 'mp3',
  57285.                     22 => 'wav',
  57286.                     23 => 'flac',
  57287.                     24 => 'oga',
  57288.                     25 => 'wma',
  57289.                     26 => 'txt',
  57290.                     27 => 'doc',
  57291.                     28 => 'ico',
  57292.                 ],
  57293.                 'private_allowed_extensions' => [
  57294.                     => 'jpg',
  57295.                     => 'jpeg',
  57296.                     => 'png',
  57297.                     => 'webp',
  57298.                     => 'gif',
  57299.                     => 'svg',
  57300.                     => 'bmp',
  57301.                     => 'tiff',
  57302.                     => 'tif',
  57303.                     => 'eps',
  57304.                     10 => 'webm',
  57305.                     11 => 'mkv',
  57306.                     12 => 'flv',
  57307.                     13 => 'ogv',
  57308.                     14 => 'ogg',
  57309.                     15 => 'mov',
  57310.                     16 => 'mp4',
  57311.                     17 => 'avi',
  57312.                     18 => 'wmv',
  57313.                     19 => 'pdf',
  57314.                     20 => 'aac',
  57315.                     21 => 'mp3',
  57316.                     22 => 'wav',
  57317.                     23 => 'flac',
  57318.                     24 => 'oga',
  57319.                     25 => 'wma',
  57320.                     26 => 'txt',
  57321.                     27 => 'doc',
  57322.                     28 => 'ico',
  57323.                     29 => 'zip',
  57324.                     30 => 'rar',
  57325.                 ],
  57326.                 'private_local_download_strategy' => 'php',
  57327.             ],
  57328.             'shopware.filesystem.private' => [
  57329.                 'type' => 'local',
  57330.                 'config' => [
  57331.                     'root' => (\dirname(__DIR__4).'/files'),
  57332.                 ],
  57333.             ],
  57334.             'shopware.filesystem.private.type' => 'local',
  57335.             'shopware.filesystem.private.config' => [
  57336.                 'root' => (\dirname(__DIR__4).'/files'),
  57337.             ],
  57338.             'shopware.filesystem.private.config.root' => (\dirname(__DIR__4).'/files'),
  57339.             'shopware.filesystem.public' => [
  57340.                 'type' => 'local',
  57341.                 'config' => [
  57342.                     'root' => (\dirname(__DIR__4).'/public'),
  57343.                 ],
  57344.             ],
  57345.             'shopware.filesystem.public.type' => 'local',
  57346.             'shopware.filesystem.public.config' => [
  57347.                 'root' => (\dirname(__DIR__4).'/public'),
  57348.             ],
  57349.             'shopware.filesystem.public.config.root' => (\dirname(__DIR__4).'/public'),
  57350.             'shopware.filesystem.temp' => [
  57351.                 'type' => 'local',
  57352.                 'config' => [
  57353.                     'root' => \dirname(__DIR__3),
  57354.                 ],
  57355.             ],
  57356.             'shopware.filesystem.temp.type' => 'local',
  57357.             'shopware.filesystem.temp.config' => [
  57358.                 'root' => \dirname(__DIR__3),
  57359.             ],
  57360.             'shopware.filesystem.temp.config.root' => \dirname(__DIR__3),
  57361.             'shopware.filesystem.theme' => [
  57362.                 'type' => 'local',
  57363.                 'config' => [
  57364.                     'root' => (\dirname(__DIR__4).'/public'),
  57365.                 ],
  57366.             ],
  57367.             'shopware.filesystem.asset' => [
  57368.                 'type' => 'local',
  57369.                 'config' => [
  57370.                     'root' => (\dirname(__DIR__4).'/public'),
  57371.                 ],
  57372.             ],
  57373.             'shopware.filesystem.sitemap' => [
  57374.                 'type' => 'local',
  57375.                 'config' => [
  57376.                     'root' => (\dirname(__DIR__4).'/public'),
  57377.                 ],
  57378.             ],
  57379.             'shopware.filesystem.allowed_extensions' => [
  57380.                 => 'jpg',
  57381.                 => 'jpeg',
  57382.                 => 'png',
  57383.                 => 'webp',
  57384.                 => 'gif',
  57385.                 => 'svg',
  57386.                 => 'bmp',
  57387.                 => 'tiff',
  57388.                 => 'tif',
  57389.                 => 'eps',
  57390.                 10 => 'webm',
  57391.                 11 => 'mkv',
  57392.                 12 => 'flv',
  57393.                 13 => 'ogv',
  57394.                 14 => 'ogg',
  57395.                 15 => 'mov',
  57396.                 16 => 'mp4',
  57397.                 17 => 'avi',
  57398.                 18 => 'wmv',
  57399.                 19 => 'pdf',
  57400.                 20 => 'aac',
  57401.                 21 => 'mp3',
  57402.                 22 => 'wav',
  57403.                 23 => 'flac',
  57404.                 24 => 'oga',
  57405.                 25 => 'wma',
  57406.                 26 => 'txt',
  57407.                 27 => 'doc',
  57408.                 28 => 'ico',
  57409.             ],
  57410.             'shopware.filesystem.allowed_extensions.0' => 'jpg',
  57411.             'shopware.filesystem.allowed_extensions.1' => 'jpeg',
  57412.             'shopware.filesystem.allowed_extensions.2' => 'png',
  57413.             'shopware.filesystem.allowed_extensions.3' => 'webp',
  57414.             'shopware.filesystem.allowed_extensions.4' => 'gif',
  57415.             'shopware.filesystem.allowed_extensions.5' => 'svg',
  57416.             'shopware.filesystem.allowed_extensions.6' => 'bmp',
  57417.             'shopware.filesystem.allowed_extensions.7' => 'tiff',
  57418.             'shopware.filesystem.allowed_extensions.8' => 'tif',
  57419.             'shopware.filesystem.allowed_extensions.9' => 'eps',
  57420.             'shopware.filesystem.allowed_extensions.10' => 'webm',
  57421.             'shopware.filesystem.allowed_extensions.11' => 'mkv',
  57422.             'shopware.filesystem.allowed_extensions.12' => 'flv',
  57423.             'shopware.filesystem.allowed_extensions.13' => 'ogv',
  57424.             'shopware.filesystem.allowed_extensions.14' => 'ogg',
  57425.             'shopware.filesystem.allowed_extensions.15' => 'mov',
  57426.             'shopware.filesystem.allowed_extensions.16' => 'mp4',
  57427.             'shopware.filesystem.allowed_extensions.17' => 'avi',
  57428.             'shopware.filesystem.allowed_extensions.18' => 'wmv',
  57429.             'shopware.filesystem.allowed_extensions.19' => 'pdf',
  57430.             'shopware.filesystem.allowed_extensions.20' => 'aac',
  57431.             'shopware.filesystem.allowed_extensions.21' => 'mp3',
  57432.             'shopware.filesystem.allowed_extensions.22' => 'wav',
  57433.             'shopware.filesystem.allowed_extensions.23' => 'flac',
  57434.             'shopware.filesystem.allowed_extensions.24' => 'oga',
  57435.             'shopware.filesystem.allowed_extensions.25' => 'wma',
  57436.             'shopware.filesystem.allowed_extensions.26' => 'txt',
  57437.             'shopware.filesystem.allowed_extensions.27' => 'doc',
  57438.             'shopware.filesystem.allowed_extensions.28' => 'ico',
  57439.             'shopware.filesystem.private_allowed_extensions' => [
  57440.                 => 'jpg',
  57441.                 => 'jpeg',
  57442.                 => 'png',
  57443.                 => 'webp',
  57444.                 => 'gif',
  57445.                 => 'svg',
  57446.                 => 'bmp',
  57447.                 => 'tiff',
  57448.                 => 'tif',
  57449.                 => 'eps',
  57450.                 10 => 'webm',
  57451.                 11 => 'mkv',
  57452.                 12 => 'flv',
  57453.                 13 => 'ogv',
  57454.                 14 => 'ogg',
  57455.                 15 => 'mov',
  57456.                 16 => 'mp4',
  57457.                 17 => 'avi',
  57458.                 18 => 'wmv',
  57459.                 19 => 'pdf',
  57460.                 20 => 'aac',
  57461.                 21 => 'mp3',
  57462.                 22 => 'wav',
  57463.                 23 => 'flac',
  57464.                 24 => 'oga',
  57465.                 25 => 'wma',
  57466.                 26 => 'txt',
  57467.                 27 => 'doc',
  57468.                 28 => 'ico',
  57469.                 29 => 'zip',
  57470.                 30 => 'rar',
  57471.             ],
  57472.             'shopware.filesystem.private_allowed_extensions.0' => 'jpg',
  57473.             'shopware.filesystem.private_allowed_extensions.1' => 'jpeg',
  57474.             'shopware.filesystem.private_allowed_extensions.2' => 'png',
  57475.             'shopware.filesystem.private_allowed_extensions.3' => 'webp',
  57476.             'shopware.filesystem.private_allowed_extensions.4' => 'gif',
  57477.             'shopware.filesystem.private_allowed_extensions.5' => 'svg',
  57478.             'shopware.filesystem.private_allowed_extensions.6' => 'bmp',
  57479.             'shopware.filesystem.private_allowed_extensions.7' => 'tiff',
  57480.             'shopware.filesystem.private_allowed_extensions.8' => 'tif',
  57481.             'shopware.filesystem.private_allowed_extensions.9' => 'eps',
  57482.             'shopware.filesystem.private_allowed_extensions.10' => 'webm',
  57483.             'shopware.filesystem.private_allowed_extensions.11' => 'mkv',
  57484.             'shopware.filesystem.private_allowed_extensions.12' => 'flv',
  57485.             'shopware.filesystem.private_allowed_extensions.13' => 'ogv',
  57486.             'shopware.filesystem.private_allowed_extensions.14' => 'ogg',
  57487.             'shopware.filesystem.private_allowed_extensions.15' => 'mov',
  57488.             'shopware.filesystem.private_allowed_extensions.16' => 'mp4',
  57489.             'shopware.filesystem.private_allowed_extensions.17' => 'avi',
  57490.             'shopware.filesystem.private_allowed_extensions.18' => 'wmv',
  57491.             'shopware.filesystem.private_allowed_extensions.19' => 'pdf',
  57492.             'shopware.filesystem.private_allowed_extensions.20' => 'aac',
  57493.             'shopware.filesystem.private_allowed_extensions.21' => 'mp3',
  57494.             'shopware.filesystem.private_allowed_extensions.22' => 'wav',
  57495.             'shopware.filesystem.private_allowed_extensions.23' => 'flac',
  57496.             'shopware.filesystem.private_allowed_extensions.24' => 'oga',
  57497.             'shopware.filesystem.private_allowed_extensions.25' => 'wma',
  57498.             'shopware.filesystem.private_allowed_extensions.26' => 'txt',
  57499.             'shopware.filesystem.private_allowed_extensions.27' => 'doc',
  57500.             'shopware.filesystem.private_allowed_extensions.28' => 'ico',
  57501.             'shopware.filesystem.private_allowed_extensions.29' => 'zip',
  57502.             'shopware.filesystem.private_allowed_extensions.30' => 'rar',
  57503.             'shopware.filesystem.private_local_download_strategy' => 'php',
  57504.             'shopware.cdn.url' => '',
  57505.             'shopware.increment' => [
  57506.                 'user_activity' => [
  57507.                     'type' => 'mysql',
  57508.                 ],
  57509.                 'message_queue' => [
  57510.                     'type' => 'mysql',
  57511.                 ],
  57512.             ],
  57513.             'shopware.increment.user_activity' => [
  57514.                 'type' => 'mysql',
  57515.             ],
  57516.             'shopware.increment.user_activity.type' => 'mysql',
  57517.             'shopware.increment.message_queue' => [
  57518.                 'type' => 'mysql',
  57519.             ],
  57520.             'shopware.increment.message_queue.type' => 'mysql',
  57521.             'shopware.api' => [
  57522.                 'max_limit' => 100,
  57523.                 'api_browser' => [
  57524.                     'auth_required' => false,
  57525.                 ],
  57526.                 'store' => [
  57527.                     'context_lifetime' => 'P1D',
  57528.                 ],
  57529.                 'rate_limiter' => [
  57530.                     'login' => [
  57531.                         'enabled' => true,
  57532.                         'policy' => 'time_backoff',
  57533.                         'reset' => '24 hours',
  57534.                         'limits' => [
  57535.                             => [
  57536.                                 'limit' => 10,
  57537.                                 'interval' => '10 seconds',
  57538.                             ],
  57539.                             => [
  57540.                                 'limit' => 15,
  57541.                                 'interval' => '30 seconds',
  57542.                             ],
  57543.                             => [
  57544.                                 'limit' => 20,
  57545.                                 'interval' => '60 seconds',
  57546.                             ],
  57547.                         ],
  57548.                         'lock_factory' => 'lock.factory',
  57549.                         'cache_pool' => 'cache.rate_limiter',
  57550.                     ],
  57551.                     'guest_login' => [
  57552.                         'enabled' => true,
  57553.                         'policy' => 'time_backoff',
  57554.                         'reset' => '24 hours',
  57555.                         'limits' => [
  57556.                             => [
  57557.                                 'limit' => 10,
  57558.                                 'interval' => '10 seconds',
  57559.                             ],
  57560.                             => [
  57561.                                 'limit' => 15,
  57562.                                 'interval' => '30 seconds',
  57563.                             ],
  57564.                             => [
  57565.                                 'limit' => 20,
  57566.                                 'interval' => '60 seconds',
  57567.                             ],
  57568.                         ],
  57569.                         'lock_factory' => 'lock.factory',
  57570.                         'cache_pool' => 'cache.rate_limiter',
  57571.                     ],
  57572.                     'oauth' => [
  57573.                         'enabled' => true,
  57574.                         'policy' => 'time_backoff',
  57575.                         'reset' => '24 hours',
  57576.                         'limits' => [
  57577.                             => [
  57578.                                 'limit' => 10,
  57579.                                 'interval' => '10 seconds',
  57580.                             ],
  57581.                             => [
  57582.                                 'limit' => 15,
  57583.                                 'interval' => '30 seconds',
  57584.                             ],
  57585.                             => [
  57586.                                 'limit' => 20,
  57587.                                 'interval' => '60 seconds',
  57588.                             ],
  57589.                         ],
  57590.                         'lock_factory' => 'lock.factory',
  57591.                         'cache_pool' => 'cache.rate_limiter',
  57592.                     ],
  57593.                     'reset_password' => [
  57594.                         'enabled' => true,
  57595.                         'policy' => 'time_backoff',
  57596.                         'reset' => '24 hours',
  57597.                         'limits' => [
  57598.                             => [
  57599.                                 'limit' => 3,
  57600.                                 'interval' => '30 seconds',
  57601.                             ],
  57602.                             => [
  57603.                                 'limit' => 5,
  57604.                                 'interval' => '60 seconds',
  57605.                             ],
  57606.                             => [
  57607.                                 'limit' => 10,
  57608.                                 'interval' => '90 seconds',
  57609.                             ],
  57610.                         ],
  57611.                         'lock_factory' => 'lock.factory',
  57612.                         'cache_pool' => 'cache.rate_limiter',
  57613.                     ],
  57614.                     'user_recovery' => [
  57615.                         'enabled' => true,
  57616.                         'policy' => 'time_backoff',
  57617.                         'reset' => '24 hours',
  57618.                         'limits' => [
  57619.                             => [
  57620.                                 'limit' => 3,
  57621.                                 'interval' => '30 seconds',
  57622.                             ],
  57623.                             => [
  57624.                                 'limit' => 5,
  57625.                                 'interval' => '60 seconds',
  57626.                             ],
  57627.                             => [
  57628.                                 'limit' => 10,
  57629.                                 'interval' => '90 seconds',
  57630.                             ],
  57631.                         ],
  57632.                         'lock_factory' => 'lock.factory',
  57633.                         'cache_pool' => 'cache.rate_limiter',
  57634.                     ],
  57635.                     'contact_form' => [
  57636.                         'enabled' => true,
  57637.                         'policy' => 'time_backoff',
  57638.                         'reset' => '24 hours',
  57639.                         'limits' => [
  57640.                             => [
  57641.                                 'limit' => 3,
  57642.                                 'interval' => '30 seconds',
  57643.                             ],
  57644.                             => [
  57645.                                 'limit' => 5,
  57646.                                 'interval' => '60 seconds',
  57647.                             ],
  57648.                             => [
  57649.                                 'limit' => 10,
  57650.                                 'interval' => '90 seconds',
  57651.                             ],
  57652.                         ],
  57653.                         'lock_factory' => 'lock.factory',
  57654.                         'cache_pool' => 'cache.rate_limiter',
  57655.                     ],
  57656.                     'notification' => [
  57657.                         'enabled' => true,
  57658.                         'policy' => 'time_backoff',
  57659.                         'reset' => '24 hours',
  57660.                         'limits' => [
  57661.                             => [
  57662.                                 'limit' => 10,
  57663.                                 'interval' => '10 seconds',
  57664.                             ],
  57665.                             => [
  57666.                                 'limit' => 15,
  57667.                                 'interval' => '30 seconds',
  57668.                             ],
  57669.                             => [
  57670.                                 'limit' => 20,
  57671.                                 'interval' => '60 seconds',
  57672.                             ],
  57673.                         ],
  57674.                         'lock_factory' => 'lock.factory',
  57675.                         'cache_pool' => 'cache.rate_limiter',
  57676.                     ],
  57677.                     'newsletter_form' => [
  57678.                         'enabled' => true,
  57679.                         'policy' => 'time_backoff',
  57680.                         'reset' => '24 hours',
  57681.                         'limits' => [
  57682.                             => [
  57683.                                 'limit' => 3,
  57684.                                 'interval' => '30 seconds',
  57685.                             ],
  57686.                             => [
  57687.                                 'limit' => 5,
  57688.                                 'interval' => '60 seconds',
  57689.                             ],
  57690.                             => [
  57691.                                 'limit' => 10,
  57692.                                 'interval' => '90 seconds',
  57693.                             ],
  57694.                         ],
  57695.                         'lock_factory' => 'lock.factory',
  57696.                         'cache_pool' => 'cache.rate_limiter',
  57697.                     ],
  57698.                     'cart_add_line_item' => [
  57699.                         'enabled' => true,
  57700.                         'policy' => 'system_config',
  57701.                         'reset' => '1 hours',
  57702.                         'limits' => [
  57703.                             => [
  57704.                                 'domain' => 'core.cart.lineItemAddLimit',
  57705.                                 'interval' => '60 seconds',
  57706.                             ],
  57707.                         ],
  57708.                         'lock_factory' => 'lock.factory',
  57709.                         'cache_pool' => 'cache.rate_limiter',
  57710.                     ],
  57711.                 ],
  57712.             ],
  57713.             'shopware.api.max_limit' => 100,
  57714.             'shopware.api.api_browser' => [
  57715.                 'auth_required' => false,
  57716.             ],
  57717.             'shopware.api.api_browser.auth_required' => false,
  57718.             'shopware.api.api_browser.auth_required_str' => '0',
  57719.             'shopware.api.store' => [
  57720.                 'context_lifetime' => 'P1D',
  57721.             ],
  57722.             'shopware.api.store.context_lifetime' => 'P1D',
  57723.             'shopware.api.rate_limiter' => [
  57724.                 'login' => [
  57725.                     'enabled' => true,
  57726.                     'policy' => 'time_backoff',
  57727.                     'reset' => '24 hours',
  57728.                     'limits' => [
  57729.                         => [
  57730.                             'limit' => 10,
  57731.                             'interval' => '10 seconds',
  57732.                         ],
  57733.                         => [
  57734.                             'limit' => 15,
  57735.                             'interval' => '30 seconds',
  57736.                         ],
  57737.                         => [
  57738.                             'limit' => 20,
  57739.                             'interval' => '60 seconds',
  57740.                         ],
  57741.                     ],
  57742.                     'lock_factory' => 'lock.factory',
  57743.                     'cache_pool' => 'cache.rate_limiter',
  57744.                 ],
  57745.                 'guest_login' => [
  57746.                     'enabled' => true,
  57747.                     'policy' => 'time_backoff',
  57748.                     'reset' => '24 hours',
  57749.                     'limits' => [
  57750.                         => [
  57751.                             'limit' => 10,
  57752.                             'interval' => '10 seconds',
  57753.                         ],
  57754.                         => [
  57755.                             'limit' => 15,
  57756.                             'interval' => '30 seconds',
  57757.                         ],
  57758.                         => [
  57759.                             'limit' => 20,
  57760.                             'interval' => '60 seconds',
  57761.                         ],
  57762.                     ],
  57763.                     'lock_factory' => 'lock.factory',
  57764.                     'cache_pool' => 'cache.rate_limiter',
  57765.                 ],
  57766.                 'oauth' => [
  57767.                     'enabled' => true,
  57768.                     'policy' => 'time_backoff',
  57769.                     'reset' => '24 hours',
  57770.                     'limits' => [
  57771.                         => [
  57772.                             'limit' => 10,
  57773.                             'interval' => '10 seconds',
  57774.                         ],
  57775.                         => [
  57776.                             'limit' => 15,
  57777.                             'interval' => '30 seconds',
  57778.                         ],
  57779.                         => [
  57780.                             'limit' => 20,
  57781.                             'interval' => '60 seconds',
  57782.                         ],
  57783.                     ],
  57784.                     'lock_factory' => 'lock.factory',
  57785.                     'cache_pool' => 'cache.rate_limiter',
  57786.                 ],
  57787.                 'reset_password' => [
  57788.                     'enabled' => true,
  57789.                     'policy' => 'time_backoff',
  57790.                     'reset' => '24 hours',
  57791.                     'limits' => [
  57792.                         => [
  57793.                             'limit' => 3,
  57794.                             'interval' => '30 seconds',
  57795.                         ],
  57796.                         => [
  57797.                             'limit' => 5,
  57798.                             'interval' => '60 seconds',
  57799.                         ],
  57800.                         => [
  57801.                             'limit' => 10,
  57802.                             'interval' => '90 seconds',
  57803.                         ],
  57804.                     ],
  57805.                     'lock_factory' => 'lock.factory',
  57806.                     'cache_pool' => 'cache.rate_limiter',
  57807.                 ],
  57808.                 'user_recovery' => [
  57809.                     'enabled' => true,
  57810.                     'policy' => 'time_backoff',
  57811.                     'reset' => '24 hours',
  57812.                     'limits' => [
  57813.                         => [
  57814.                             'limit' => 3,
  57815.                             'interval' => '30 seconds',
  57816.                         ],
  57817.                         => [
  57818.                             'limit' => 5,
  57819.                             'interval' => '60 seconds',
  57820.                         ],
  57821.                         => [
  57822.                             'limit' => 10,
  57823.                             'interval' => '90 seconds',
  57824.                         ],
  57825.                     ],
  57826.                     'lock_factory' => 'lock.factory',
  57827.                     'cache_pool' => 'cache.rate_limiter',
  57828.                 ],
  57829.                 'contact_form' => [
  57830.                     'enabled' => true,
  57831.                     'policy' => 'time_backoff',
  57832.                     'reset' => '24 hours',
  57833.                     'limits' => [
  57834.                         => [
  57835.                             'limit' => 3,
  57836.                             'interval' => '30 seconds',
  57837.                         ],
  57838.                         => [
  57839.                             'limit' => 5,
  57840.                             'interval' => '60 seconds',
  57841.                         ],
  57842.                         => [
  57843.                             'limit' => 10,
  57844.                             'interval' => '90 seconds',
  57845.                         ],
  57846.                     ],
  57847.                     'lock_factory' => 'lock.factory',
  57848.                     'cache_pool' => 'cache.rate_limiter',
  57849.                 ],
  57850.                 'notification' => [
  57851.                     'enabled' => true,
  57852.                     'policy' => 'time_backoff',
  57853.                     'reset' => '24 hours',
  57854.                     'limits' => [
  57855.                         => [
  57856.                             'limit' => 10,
  57857.                             'interval' => '10 seconds',
  57858.                         ],
  57859.                         => [
  57860.                             'limit' => 15,
  57861.                             'interval' => '30 seconds',
  57862.                         ],
  57863.                         => [
  57864.                             'limit' => 20,
  57865.                             'interval' => '60 seconds',
  57866.                         ],
  57867.                     ],
  57868.                     'lock_factory' => 'lock.factory',
  57869.                     'cache_pool' => 'cache.rate_limiter',
  57870.                 ],
  57871.                 'newsletter_form' => [
  57872.                     'enabled' => true,
  57873.                     'policy' => 'time_backoff',
  57874.                     'reset' => '24 hours',
  57875.                     'limits' => [
  57876.                         => [
  57877.                             'limit' => 3,
  57878.                             'interval' => '30 seconds',
  57879.                         ],
  57880.                         => [
  57881.                             'limit' => 5,
  57882.                             'interval' => '60 seconds',
  57883.                         ],
  57884.                         => [
  57885.                             'limit' => 10,
  57886.                             'interval' => '90 seconds',
  57887.                         ],
  57888.                     ],
  57889.                     'lock_factory' => 'lock.factory',
  57890.                     'cache_pool' => 'cache.rate_limiter',
  57891.                 ],
  57892.                 'cart_add_line_item' => [
  57893.                     'enabled' => true,
  57894.                     'policy' => 'system_config',
  57895.                     'reset' => '1 hours',
  57896.                     'limits' => [
  57897.                         => [
  57898.                             'domain' => 'core.cart.lineItemAddLimit',
  57899.                             'interval' => '60 seconds',
  57900.                         ],
  57901.                     ],
  57902.                     'lock_factory' => 'lock.factory',
  57903.                     'cache_pool' => 'cache.rate_limiter',
  57904.                 ],
  57905.             ],
  57906.             'shopware.api.rate_limiter.login' => [
  57907.                 'enabled' => true,
  57908.                 'policy' => 'time_backoff',
  57909.                 'reset' => '24 hours',
  57910.                 'limits' => [
  57911.                     => [
  57912.                         'limit' => 10,
  57913.                         'interval' => '10 seconds',
  57914.                     ],
  57915.                     => [
  57916.                         'limit' => 15,
  57917.                         'interval' => '30 seconds',
  57918.                     ],
  57919.                     => [
  57920.                         'limit' => 20,
  57921.                         'interval' => '60 seconds',
  57922.                     ],
  57923.                 ],
  57924.                 'lock_factory' => 'lock.factory',
  57925.                 'cache_pool' => 'cache.rate_limiter',
  57926.             ],
  57927.             'shopware.api.rate_limiter.login.enabled' => true,
  57928.             'shopware.api.rate_limiter.login.policy' => 'time_backoff',
  57929.             'shopware.api.rate_limiter.login.reset' => '24 hours',
  57930.             'shopware.api.rate_limiter.login.limits' => [
  57931.                 => [
  57932.                     'limit' => 10,
  57933.                     'interval' => '10 seconds',
  57934.                 ],
  57935.                 => [
  57936.                     'limit' => 15,
  57937.                     'interval' => '30 seconds',
  57938.                 ],
  57939.                 => [
  57940.                     'limit' => 20,
  57941.                     'interval' => '60 seconds',
  57942.                 ],
  57943.             ],
  57944.             'shopware.api.rate_limiter.login.limits.0' => [
  57945.                 'limit' => 10,
  57946.                 'interval' => '10 seconds',
  57947.             ],
  57948.             'shopware.api.rate_limiter.login.limits.0.limit' => 10,
  57949.             'shopware.api.rate_limiter.login.limits.0.interval' => '10 seconds',
  57950.             'shopware.api.rate_limiter.login.limits.1' => [
  57951.                 'limit' => 15,
  57952.                 'interval' => '30 seconds',
  57953.             ],
  57954.             'shopware.api.rate_limiter.login.limits.1.limit' => 15,
  57955.             'shopware.api.rate_limiter.login.limits.1.interval' => '30 seconds',
  57956.             'shopware.api.rate_limiter.login.limits.2' => [
  57957.                 'limit' => 20,
  57958.                 'interval' => '60 seconds',
  57959.             ],
  57960.             'shopware.api.rate_limiter.login.limits.2.limit' => 20,
  57961.             'shopware.api.rate_limiter.login.limits.2.interval' => '60 seconds',
  57962.             'shopware.api.rate_limiter.login.lock_factory' => 'lock.factory',
  57963.             'shopware.api.rate_limiter.login.cache_pool' => 'cache.rate_limiter',
  57964.             'shopware.api.rate_limiter.guest_login' => [
  57965.                 'enabled' => true,
  57966.                 'policy' => 'time_backoff',
  57967.                 'reset' => '24 hours',
  57968.                 'limits' => [
  57969.                     => [
  57970.                         'limit' => 10,
  57971.                         'interval' => '10 seconds',
  57972.                     ],
  57973.                     => [
  57974.                         'limit' => 15,
  57975.                         'interval' => '30 seconds',
  57976.                     ],
  57977.                     => [
  57978.                         'limit' => 20,
  57979.                         'interval' => '60 seconds',
  57980.                     ],
  57981.                 ],
  57982.                 'lock_factory' => 'lock.factory',
  57983.                 'cache_pool' => 'cache.rate_limiter',
  57984.             ],
  57985.             'shopware.api.rate_limiter.guest_login.enabled' => true,
  57986.             'shopware.api.rate_limiter.guest_login.policy' => 'time_backoff',
  57987.             'shopware.api.rate_limiter.guest_login.reset' => '24 hours',
  57988.             'shopware.api.rate_limiter.guest_login.limits' => [
  57989.                 => [
  57990.                     'limit' => 10,
  57991.                     'interval' => '10 seconds',
  57992.                 ],
  57993.                 => [
  57994.                     'limit' => 15,
  57995.                     'interval' => '30 seconds',
  57996.                 ],
  57997.                 => [
  57998.                     'limit' => 20,
  57999.                     'interval' => '60 seconds',
  58000.                 ],
  58001.             ],
  58002.             'shopware.api.rate_limiter.guest_login.limits.0' => [
  58003.                 'limit' => 10,
  58004.                 'interval' => '10 seconds',
  58005.             ],
  58006.             'shopware.api.rate_limiter.guest_login.limits.0.limit' => 10,
  58007.             'shopware.api.rate_limiter.guest_login.limits.0.interval' => '10 seconds',
  58008.             'shopware.api.rate_limiter.guest_login.limits.1' => [
  58009.                 'limit' => 15,
  58010.                 'interval' => '30 seconds',
  58011.             ],
  58012.             'shopware.api.rate_limiter.guest_login.limits.1.limit' => 15,
  58013.             'shopware.api.rate_limiter.guest_login.limits.1.interval' => '30 seconds',
  58014.             'shopware.api.rate_limiter.guest_login.limits.2' => [
  58015.                 'limit' => 20,
  58016.                 'interval' => '60 seconds',
  58017.             ],
  58018.             'shopware.api.rate_limiter.guest_login.limits.2.limit' => 20,
  58019.             'shopware.api.rate_limiter.guest_login.limits.2.interval' => '60 seconds',
  58020.             'shopware.api.rate_limiter.guest_login.lock_factory' => 'lock.factory',
  58021.             'shopware.api.rate_limiter.guest_login.cache_pool' => 'cache.rate_limiter',
  58022.             'shopware.api.rate_limiter.oauth' => [
  58023.                 'enabled' => true,
  58024.                 'policy' => 'time_backoff',
  58025.                 'reset' => '24 hours',
  58026.                 'limits' => [
  58027.                     => [
  58028.                         'limit' => 10,
  58029.                         'interval' => '10 seconds',
  58030.                     ],
  58031.                     => [
  58032.                         'limit' => 15,
  58033.                         'interval' => '30 seconds',
  58034.                     ],
  58035.                     => [
  58036.                         'limit' => 20,
  58037.                         'interval' => '60 seconds',
  58038.                     ],
  58039.                 ],
  58040.                 'lock_factory' => 'lock.factory',
  58041.                 'cache_pool' => 'cache.rate_limiter',
  58042.             ],
  58043.             'shopware.api.rate_limiter.oauth.enabled' => true,
  58044.             'shopware.api.rate_limiter.oauth.policy' => 'time_backoff',
  58045.             'shopware.api.rate_limiter.oauth.reset' => '24 hours',
  58046.             'shopware.api.rate_limiter.oauth.limits' => [
  58047.                 => [
  58048.                     'limit' => 10,
  58049.                     'interval' => '10 seconds',
  58050.                 ],
  58051.                 => [
  58052.                     'limit' => 15,
  58053.                     'interval' => '30 seconds',
  58054.                 ],
  58055.                 => [
  58056.                     'limit' => 20,
  58057.                     'interval' => '60 seconds',
  58058.                 ],
  58059.             ],
  58060.             'shopware.api.rate_limiter.oauth.limits.0' => [
  58061.                 'limit' => 10,
  58062.                 'interval' => '10 seconds',
  58063.             ],
  58064.             'shopware.api.rate_limiter.oauth.limits.0.limit' => 10,
  58065.             'shopware.api.rate_limiter.oauth.limits.0.interval' => '10 seconds',
  58066.             'shopware.api.rate_limiter.oauth.limits.1' => [
  58067.                 'limit' => 15,
  58068.                 'interval' => '30 seconds',
  58069.             ],
  58070.             'shopware.api.rate_limiter.oauth.limits.1.limit' => 15,
  58071.             'shopware.api.rate_limiter.oauth.limits.1.interval' => '30 seconds',
  58072.             'shopware.api.rate_limiter.oauth.limits.2' => [
  58073.                 'limit' => 20,
  58074.                 'interval' => '60 seconds',
  58075.             ],
  58076.             'shopware.api.rate_limiter.oauth.limits.2.limit' => 20,
  58077.             'shopware.api.rate_limiter.oauth.limits.2.interval' => '60 seconds',
  58078.             'shopware.api.rate_limiter.oauth.lock_factory' => 'lock.factory',
  58079.             'shopware.api.rate_limiter.oauth.cache_pool' => 'cache.rate_limiter',
  58080.             'shopware.api.rate_limiter.reset_password' => [
  58081.                 'enabled' => true,
  58082.                 'policy' => 'time_backoff',
  58083.                 'reset' => '24 hours',
  58084.                 'limits' => [
  58085.                     => [
  58086.                         'limit' => 3,
  58087.                         'interval' => '30 seconds',
  58088.                     ],
  58089.                     => [
  58090.                         'limit' => 5,
  58091.                         'interval' => '60 seconds',
  58092.                     ],
  58093.                     => [
  58094.                         'limit' => 10,
  58095.                         'interval' => '90 seconds',
  58096.                     ],
  58097.                 ],
  58098.                 'lock_factory' => 'lock.factory',
  58099.                 'cache_pool' => 'cache.rate_limiter',
  58100.             ],
  58101.             'shopware.api.rate_limiter.reset_password.enabled' => true,
  58102.             'shopware.api.rate_limiter.reset_password.policy' => 'time_backoff',
  58103.             'shopware.api.rate_limiter.reset_password.reset' => '24 hours',
  58104.             'shopware.api.rate_limiter.reset_password.limits' => [
  58105.                 => [
  58106.                     'limit' => 3,
  58107.                     'interval' => '30 seconds',
  58108.                 ],
  58109.                 => [
  58110.                     'limit' => 5,
  58111.                     'interval' => '60 seconds',
  58112.                 ],
  58113.                 => [
  58114.                     'limit' => 10,
  58115.                     'interval' => '90 seconds',
  58116.                 ],
  58117.             ],
  58118.             'shopware.api.rate_limiter.reset_password.limits.0' => [
  58119.                 'limit' => 3,
  58120.                 'interval' => '30 seconds',
  58121.             ],
  58122.             'shopware.api.rate_limiter.reset_password.limits.0.limit' => 3,
  58123.             'shopware.api.rate_limiter.reset_password.limits.0.interval' => '30 seconds',
  58124.             'shopware.api.rate_limiter.reset_password.limits.1' => [
  58125.                 'limit' => 5,
  58126.                 'interval' => '60 seconds',
  58127.             ],
  58128.             'shopware.api.rate_limiter.reset_password.limits.1.limit' => 5,
  58129.             'shopware.api.rate_limiter.reset_password.limits.1.interval' => '60 seconds',
  58130.             'shopware.api.rate_limiter.reset_password.limits.2' => [
  58131.                 'limit' => 10,
  58132.                 'interval' => '90 seconds',
  58133.             ],
  58134.             'shopware.api.rate_limiter.reset_password.limits.2.limit' => 10,
  58135.             'shopware.api.rate_limiter.reset_password.limits.2.interval' => '90 seconds',
  58136.             'shopware.api.rate_limiter.reset_password.lock_factory' => 'lock.factory',
  58137.             'shopware.api.rate_limiter.reset_password.cache_pool' => 'cache.rate_limiter',
  58138.             'shopware.api.rate_limiter.user_recovery' => [
  58139.                 'enabled' => true,
  58140.                 'policy' => 'time_backoff',
  58141.                 'reset' => '24 hours',
  58142.                 'limits' => [
  58143.                     => [
  58144.                         'limit' => 3,
  58145.                         'interval' => '30 seconds',
  58146.                     ],
  58147.                     => [
  58148.                         'limit' => 5,
  58149.                         'interval' => '60 seconds',
  58150.                     ],
  58151.                     => [
  58152.                         'limit' => 10,
  58153.                         'interval' => '90 seconds',
  58154.                     ],
  58155.                 ],
  58156.                 'lock_factory' => 'lock.factory',
  58157.                 'cache_pool' => 'cache.rate_limiter',
  58158.             ],
  58159.             'shopware.api.rate_limiter.user_recovery.enabled' => true,
  58160.             'shopware.api.rate_limiter.user_recovery.policy' => 'time_backoff',
  58161.             'shopware.api.rate_limiter.user_recovery.reset' => '24 hours',
  58162.             'shopware.api.rate_limiter.user_recovery.limits' => [
  58163.                 => [
  58164.                     'limit' => 3,
  58165.                     'interval' => '30 seconds',
  58166.                 ],
  58167.                 => [
  58168.                     'limit' => 5,
  58169.                     'interval' => '60 seconds',
  58170.                 ],
  58171.                 => [
  58172.                     'limit' => 10,
  58173.                     'interval' => '90 seconds',
  58174.                 ],
  58175.             ],
  58176.             'shopware.api.rate_limiter.user_recovery.limits.0' => [
  58177.                 'limit' => 3,
  58178.                 'interval' => '30 seconds',
  58179.             ],
  58180.             'shopware.api.rate_limiter.user_recovery.limits.0.limit' => 3,
  58181.             'shopware.api.rate_limiter.user_recovery.limits.0.interval' => '30 seconds',
  58182.             'shopware.api.rate_limiter.user_recovery.limits.1' => [
  58183.                 'limit' => 5,
  58184.                 'interval' => '60 seconds',
  58185.             ],
  58186.             'shopware.api.rate_limiter.user_recovery.limits.1.limit' => 5,
  58187.             'shopware.api.rate_limiter.user_recovery.limits.1.interval' => '60 seconds',
  58188.             'shopware.api.rate_limiter.user_recovery.limits.2' => [
  58189.                 'limit' => 10,
  58190.                 'interval' => '90 seconds',
  58191.             ],
  58192.             'shopware.api.rate_limiter.user_recovery.limits.2.limit' => 10,
  58193.             'shopware.api.rate_limiter.user_recovery.limits.2.interval' => '90 seconds',
  58194.             'shopware.api.rate_limiter.user_recovery.lock_factory' => 'lock.factory',
  58195.             'shopware.api.rate_limiter.user_recovery.cache_pool' => 'cache.rate_limiter',
  58196.             'shopware.api.rate_limiter.contact_form' => [
  58197.                 'enabled' => true,
  58198.                 'policy' => 'time_backoff',
  58199.                 'reset' => '24 hours',
  58200.                 'limits' => [
  58201.                     => [
  58202.                         'limit' => 3,
  58203.                         'interval' => '30 seconds',
  58204.                     ],
  58205.                     => [
  58206.                         'limit' => 5,
  58207.                         'interval' => '60 seconds',
  58208.                     ],
  58209.                     => [
  58210.                         'limit' => 10,
  58211.                         'interval' => '90 seconds',
  58212.                     ],
  58213.                 ],
  58214.                 'lock_factory' => 'lock.factory',
  58215.                 'cache_pool' => 'cache.rate_limiter',
  58216.             ],
  58217.             'shopware.api.rate_limiter.contact_form.enabled' => true,
  58218.             'shopware.api.rate_limiter.contact_form.policy' => 'time_backoff',
  58219.             'shopware.api.rate_limiter.contact_form.reset' => '24 hours',
  58220.             'shopware.api.rate_limiter.contact_form.limits' => [
  58221.                 => [
  58222.                     'limit' => 3,
  58223.                     'interval' => '30 seconds',
  58224.                 ],
  58225.                 => [
  58226.                     'limit' => 5,
  58227.                     'interval' => '60 seconds',
  58228.                 ],
  58229.                 => [
  58230.                     'limit' => 10,
  58231.                     'interval' => '90 seconds',
  58232.                 ],
  58233.             ],
  58234.             'shopware.api.rate_limiter.contact_form.limits.0' => [
  58235.                 'limit' => 3,
  58236.                 'interval' => '30 seconds',
  58237.             ],
  58238.             'shopware.api.rate_limiter.contact_form.limits.0.limit' => 3,
  58239.             'shopware.api.rate_limiter.contact_form.limits.0.interval' => '30 seconds',
  58240.             'shopware.api.rate_limiter.contact_form.limits.1' => [
  58241.                 'limit' => 5,
  58242.                 'interval' => '60 seconds',
  58243.             ],
  58244.             'shopware.api.rate_limiter.contact_form.limits.1.limit' => 5,
  58245.             'shopware.api.rate_limiter.contact_form.limits.1.interval' => '60 seconds',
  58246.             'shopware.api.rate_limiter.contact_form.limits.2' => [
  58247.                 'limit' => 10,
  58248.                 'interval' => '90 seconds',
  58249.             ],
  58250.             'shopware.api.rate_limiter.contact_form.limits.2.limit' => 10,
  58251.             'shopware.api.rate_limiter.contact_form.limits.2.interval' => '90 seconds',
  58252.             'shopware.api.rate_limiter.contact_form.lock_factory' => 'lock.factory',
  58253.             'shopware.api.rate_limiter.contact_form.cache_pool' => 'cache.rate_limiter',
  58254.             'shopware.api.rate_limiter.notification' => [
  58255.                 'enabled' => true,
  58256.                 'policy' => 'time_backoff',
  58257.                 'reset' => '24 hours',
  58258.                 'limits' => [
  58259.                     => [
  58260.                         'limit' => 10,
  58261.                         'interval' => '10 seconds',
  58262.                     ],
  58263.                     => [
  58264.                         'limit' => 15,
  58265.                         'interval' => '30 seconds',
  58266.                     ],
  58267.                     => [
  58268.                         'limit' => 20,
  58269.                         'interval' => '60 seconds',
  58270.                     ],
  58271.                 ],
  58272.                 'lock_factory' => 'lock.factory',
  58273.                 'cache_pool' => 'cache.rate_limiter',
  58274.             ],
  58275.             'shopware.api.rate_limiter.notification.enabled' => true,
  58276.             'shopware.api.rate_limiter.notification.policy' => 'time_backoff',
  58277.             'shopware.api.rate_limiter.notification.reset' => '24 hours',
  58278.             'shopware.api.rate_limiter.notification.limits' => [
  58279.                 => [
  58280.                     'limit' => 10,
  58281.                     'interval' => '10 seconds',
  58282.                 ],
  58283.                 => [
  58284.                     'limit' => 15,
  58285.                     'interval' => '30 seconds',
  58286.                 ],
  58287.                 => [
  58288.                     'limit' => 20,
  58289.                     'interval' => '60 seconds',
  58290.                 ],
  58291.             ],
  58292.             'shopware.api.rate_limiter.notification.limits.0' => [
  58293.                 'limit' => 10,
  58294.                 'interval' => '10 seconds',
  58295.             ],
  58296.             'shopware.api.rate_limiter.notification.limits.0.limit' => 10,
  58297.             'shopware.api.rate_limiter.notification.limits.0.interval' => '10 seconds',
  58298.             'shopware.api.rate_limiter.notification.limits.1' => [
  58299.                 'limit' => 15,
  58300.                 'interval' => '30 seconds',
  58301.             ],
  58302.             'shopware.api.rate_limiter.notification.limits.1.limit' => 15,
  58303.             'shopware.api.rate_limiter.notification.limits.1.interval' => '30 seconds',
  58304.             'shopware.api.rate_limiter.notification.limits.2' => [
  58305.                 'limit' => 20,
  58306.                 'interval' => '60 seconds',
  58307.             ],
  58308.             'shopware.api.rate_limiter.notification.limits.2.limit' => 20,
  58309.             'shopware.api.rate_limiter.notification.limits.2.interval' => '60 seconds',
  58310.             'shopware.api.rate_limiter.notification.lock_factory' => 'lock.factory',
  58311.             'shopware.api.rate_limiter.notification.cache_pool' => 'cache.rate_limiter',
  58312.             'shopware.api.rate_limiter.newsletter_form' => [
  58313.                 'enabled' => true,
  58314.                 'policy' => 'time_backoff',
  58315.                 'reset' => '24 hours',
  58316.                 'limits' => [
  58317.                     => [
  58318.                         'limit' => 3,
  58319.                         'interval' => '30 seconds',
  58320.                     ],
  58321.                     => [
  58322.                         'limit' => 5,
  58323.                         'interval' => '60 seconds',
  58324.                     ],
  58325.                     => [
  58326.                         'limit' => 10,
  58327.                         'interval' => '90 seconds',
  58328.                     ],
  58329.                 ],
  58330.                 'lock_factory' => 'lock.factory',
  58331.                 'cache_pool' => 'cache.rate_limiter',
  58332.             ],
  58333.             'shopware.api.rate_limiter.newsletter_form.enabled' => true,
  58334.             'shopware.api.rate_limiter.newsletter_form.policy' => 'time_backoff',
  58335.             'shopware.api.rate_limiter.newsletter_form.reset' => '24 hours',
  58336.             'shopware.api.rate_limiter.newsletter_form.limits' => [
  58337.                 => [
  58338.                     'limit' => 3,
  58339.                     'interval' => '30 seconds',
  58340.                 ],
  58341.                 => [
  58342.                     'limit' => 5,
  58343.                     'interval' => '60 seconds',
  58344.                 ],
  58345.                 => [
  58346.                     'limit' => 10,
  58347.                     'interval' => '90 seconds',
  58348.                 ],
  58349.             ],
  58350.             'shopware.api.rate_limiter.newsletter_form.limits.0' => [
  58351.                 'limit' => 3,
  58352.                 'interval' => '30 seconds',
  58353.             ],
  58354.             'shopware.api.rate_limiter.newsletter_form.limits.0.limit' => 3,
  58355.             'shopware.api.rate_limiter.newsletter_form.limits.0.interval' => '30 seconds',
  58356.             'shopware.api.rate_limiter.newsletter_form.limits.1' => [
  58357.                 'limit' => 5,
  58358.                 'interval' => '60 seconds',
  58359.             ],
  58360.             'shopware.api.rate_limiter.newsletter_form.limits.1.limit' => 5,
  58361.             'shopware.api.rate_limiter.newsletter_form.limits.1.interval' => '60 seconds',
  58362.             'shopware.api.rate_limiter.newsletter_form.limits.2' => [
  58363.                 'limit' => 10,
  58364.                 'interval' => '90 seconds',
  58365.             ],
  58366.             'shopware.api.rate_limiter.newsletter_form.limits.2.limit' => 10,
  58367.             'shopware.api.rate_limiter.newsletter_form.limits.2.interval' => '90 seconds',
  58368.             'shopware.api.rate_limiter.newsletter_form.lock_factory' => 'lock.factory',
  58369.             'shopware.api.rate_limiter.newsletter_form.cache_pool' => 'cache.rate_limiter',
  58370.             'shopware.api.rate_limiter.cart_add_line_item' => [
  58371.                 'enabled' => true,
  58372.                 'policy' => 'system_config',
  58373.                 'reset' => '1 hours',
  58374.                 'limits' => [
  58375.                     => [
  58376.                         'domain' => 'core.cart.lineItemAddLimit',
  58377.                         'interval' => '60 seconds',
  58378.                     ],
  58379.                 ],
  58380.                 'lock_factory' => 'lock.factory',
  58381.                 'cache_pool' => 'cache.rate_limiter',
  58382.             ],
  58383.             'shopware.api.rate_limiter.cart_add_line_item.enabled' => true,
  58384.             'shopware.api.rate_limiter.cart_add_line_item.policy' => 'system_config',
  58385.             'shopware.api.rate_limiter.cart_add_line_item.reset' => '1 hours',
  58386.             'shopware.api.rate_limiter.cart_add_line_item.limits' => [
  58387.                 => [
  58388.                     'domain' => 'core.cart.lineItemAddLimit',
  58389.                     'interval' => '60 seconds',
  58390.                 ],
  58391.             ],
  58392.             'shopware.api.rate_limiter.cart_add_line_item.limits.0' => [
  58393.                 'domain' => 'core.cart.lineItemAddLimit',
  58394.                 'interval' => '60 seconds',
  58395.             ],
  58396.             'shopware.api.rate_limiter.cart_add_line_item.limits.0.domain' => 'core.cart.lineItemAddLimit',
  58397.             'shopware.api.rate_limiter.cart_add_line_item.limits.0.interval' => '60 seconds',
  58398.             'shopware.api.rate_limiter.cart_add_line_item.lock_factory' => 'lock.factory',
  58399.             'shopware.api.rate_limiter.cart_add_line_item.cache_pool' => 'cache.rate_limiter',
  58400.             'shopware.admin_worker' => [
  58401.                 'enable_admin_worker' => true,
  58402.                 'poll_interval' => 20,
  58403.                 'transports' => [
  58404.                     => 'default',
  58405.                 ],
  58406.                 'memory_limit' => '128M',
  58407.             ],
  58408.             'shopware.admin_worker.enable_admin_worker' => true,
  58409.             'shopware.admin_worker.poll_interval' => 20,
  58410.             'shopware.admin_worker.transports' => [
  58411.                 => 'default',
  58412.             ],
  58413.             'shopware.admin_worker.transports.0' => 'default',
  58414.             'shopware.admin_worker.memory_limit' => '128M',
  58415.             'shopware.auto_update' => [
  58416.                 'enabled' => true,
  58417.             ],
  58418.             'shopware.auto_update.enabled' => true,
  58419.             'shopware.store' => [
  58420.                 'frw' => false,
  58421.             ],
  58422.             'shopware.sitemap' => [
  58423.                 'batchsize' => 100,
  58424.                 'custom_urls' => [
  58425.                 ],
  58426.                 'excluded_urls' => [
  58427.                 ],
  58428.             ],
  58429.             'shopware.sitemap.batchsize' => 100,
  58430.             'shopware.sitemap.custom_urls' => [
  58431.             ],
  58432.             'shopware.sitemap.excluded_urls' => [
  58433.             ],
  58434.             'shopware.media' => [
  58435.                 'enable_url_upload_feature' => true,
  58436.                 'enable_url_validation' => false,
  58437.                 'url_upload_max_size' => 0,
  58438.             ],
  58439.             'shopware.media.enable_url_upload_feature' => true,
  58440.             'shopware.media.enable_url_validation' => false,
  58441.             'shopware.media.url_upload_max_size' => 0,
  58442.             'shopware.dal' => [
  58443.                 'batch_size' => 125,
  58444.                 'max_rule_prices' => 100,
  58445.                 'versioning' => [
  58446.                     'expire_days' => 30,
  58447.                 ],
  58448.             ],
  58449.             'shopware.dal.batch_size' => 125,
  58450.             'shopware.dal.max_rule_prices' => 100,
  58451.             'shopware.dal.versioning' => [
  58452.                 'expire_days' => 30,
  58453.             ],
  58454.             'shopware.dal.versioning.expire_days' => 30,
  58455.             'shopware.mail' => [
  58456.                 'update_mail_variables_on_send' => true,
  58457.             ],
  58458.             'shopware.mail.update_mail_variables_on_send' => true,
  58459.             'shopware.cart' => [
  58460.                 'compress' => false,
  58461.                 'expire_days' => 30,
  58462.                 'redis_url' => false,
  58463.             ],
  58464.             'shopware.cart.compress' => false,
  58465.             'shopware.cart.expire_days' => 30,
  58466.             'shopware.cart.redis_url' => false,
  58467.             'shopware.number_range' => [
  58468.                 'increment_storage' => 'SQL',
  58469.                 'redis_url' => false,
  58470.             ],
  58471.             'shopware.number_range.increment_storage' => 'SQL',
  58472.             'shopware.number_range.redis_url' => false,
  58473.             'shopware.sales_channel_context' => [
  58474.                 'expire_days' => 120,
  58475.             ],
  58476.             'shopware.sales_channel_context.expire_days' => 120,
  58477.             'shopware.html_sanitizer.cache_enabled' => true,
  58478.             'shopware.html_sanitizer.sets' => [
  58479.                 'basic' => [
  58480.                     'tags' => [
  58481.                         => 'a',
  58482.                         => 'abbr',
  58483.                         => 'acronym',
  58484.                         => 'address',
  58485.                         => 'b',
  58486.                         => 'bdo',
  58487.                         => 'big',
  58488.                         => 'blockquote',
  58489.                         => 'br',
  58490.                         => 'caption',
  58491.                         10 => 'center',
  58492.                         11 => 'cite',
  58493.                         12 => 'code',
  58494.                         13 => 'col',
  58495.                         14 => 'colgroup',
  58496.                         15 => 'dd',
  58497.                         16 => 'del',
  58498.                         17 => 'dfn',
  58499.                         18 => 'dir',
  58500.                         19 => 'div',
  58501.                         20 => 'dl',
  58502.                         21 => 'dt',
  58503.                         22 => 'em',
  58504.                         23 => 'font',
  58505.                         24 => 'h1',
  58506.                         25 => 'h2',
  58507.                         26 => 'h3',
  58508.                         27 => 'h4',
  58509.                         28 => 'h5',
  58510.                         29 => 'h6',
  58511.                         30 => 'hr',
  58512.                         31 => 'i',
  58513.                         32 => 'ins',
  58514.                         33 => 'kbd',
  58515.                         34 => 'li',
  58516.                         35 => 'menu',
  58517.                         36 => 'ol',
  58518.                         37 => 'p',
  58519.                         38 => 'pre',
  58520.                         39 => 'q',
  58521.                         40 => 's',
  58522.                         41 => 'samp',
  58523.                         42 => 'small',
  58524.                         43 => 'span',
  58525.                         44 => 'strike',
  58526.                         45 => 'strong',
  58527.                         46 => 'sub',
  58528.                         47 => 'sup',
  58529.                         48 => 'table',
  58530.                         49 => 'tbody',
  58531.                         50 => 'td',
  58532.                         51 => 'tfoot',
  58533.                         52 => 'th',
  58534.                         53 => 'thead',
  58535.                         54 => 'tr',
  58536.                         55 => 'tt',
  58537.                         56 => 'u',
  58538.                         57 => 'ul',
  58539.                         58 => 'var',
  58540.                     ],
  58541.                     'attributes' => [
  58542.                         => 'align',
  58543.                         => 'bgcolor',
  58544.                         => 'border',
  58545.                         => 'cellpadding',
  58546.                         => 'cellspacing',
  58547.                         => 'cite',
  58548.                         => 'class',
  58549.                         => 'clear',
  58550.                         => 'color',
  58551.                         => 'colspan',
  58552.                         10 => 'dir',
  58553.                         11 => 'face',
  58554.                         12 => 'frame',
  58555.                         13 => 'height',
  58556.                         14 => 'href',
  58557.                         15 => 'id',
  58558.                         16 => 'lang',
  58559.                         17 => 'name',
  58560.                         18 => 'noshade',
  58561.                         19 => 'nowrap',
  58562.                         20 => 'rel',
  58563.                         21 => 'rev',
  58564.                         22 => 'rowspan',
  58565.                         23 => 'scope',
  58566.                         24 => 'size',
  58567.                         25 => 'span',
  58568.                         26 => 'start',
  58569.                         27 => 'style',
  58570.                         28 => 'summary',
  58571.                         29 => 'title',
  58572.                         30 => 'type',
  58573.                         31 => 'valign',
  58574.                         32 => 'value',
  58575.                         33 => 'width',
  58576.                     ],
  58577.                     'options' => [
  58578.                     ],
  58579.                 ],
  58580.                 'media' => [
  58581.                     'tags' => [
  58582.                         => 'img',
  58583.                     ],
  58584.                     'attributes' => [
  58585.                         => 'src',
  58586.                         => 'alt',
  58587.                     ],
  58588.                     'options' => [
  58589.                     ],
  58590.                 ],
  58591.                 'script' => [
  58592.                     'tags' => [
  58593.                         => 'script',
  58594.                     ],
  58595.                     'options' => [
  58596.                         'HTML.Trusted' => true,
  58597.                     ],
  58598.                     'attributes' => [
  58599.                     ],
  58600.                 ],
  58601.                 'tidy' => [
  58602.                     'options' => [
  58603.                         'Output.TidyFormat' => true,
  58604.                     ],
  58605.                     'tags' => [
  58606.                     ],
  58607.                     'attributes' => [
  58608.                     ],
  58609.                 ],
  58610.             ],
  58611.             'shopware.html_sanitizer.sets.basic' => [
  58612.                 'tags' => [
  58613.                     => 'a',
  58614.                     => 'abbr',
  58615.                     => 'acronym',
  58616.                     => 'address',
  58617.                     => 'b',
  58618.                     => 'bdo',
  58619.                     => 'big',
  58620.                     => 'blockquote',
  58621.                     => 'br',
  58622.                     => 'caption',
  58623.                     10 => 'center',
  58624.                     11 => 'cite',
  58625.                     12 => 'code',
  58626.                     13 => 'col',
  58627.                     14 => 'colgroup',
  58628.                     15 => 'dd',
  58629.                     16 => 'del',
  58630.                     17 => 'dfn',
  58631.                     18 => 'dir',
  58632.                     19 => 'div',
  58633.                     20 => 'dl',
  58634.                     21 => 'dt',
  58635.                     22 => 'em',
  58636.                     23 => 'font',
  58637.                     24 => 'h1',
  58638.                     25 => 'h2',
  58639.                     26 => 'h3',
  58640.                     27 => 'h4',
  58641.                     28 => 'h5',
  58642.                     29 => 'h6',
  58643.                     30 => 'hr',
  58644.                     31 => 'i',
  58645.                     32 => 'ins',
  58646.                     33 => 'kbd',
  58647.                     34 => 'li',
  58648.                     35 => 'menu',
  58649.                     36 => 'ol',
  58650.                     37 => 'p',
  58651.                     38 => 'pre',
  58652.                     39 => 'q',
  58653.                     40 => 's',
  58654.                     41 => 'samp',
  58655.                     42 => 'small',
  58656.                     43 => 'span',
  58657.                     44 => 'strike',
  58658.                     45 => 'strong',
  58659.                     46 => 'sub',
  58660.                     47 => 'sup',
  58661.                     48 => 'table',
  58662.                     49 => 'tbody',
  58663.                     50 => 'td',
  58664.                     51 => 'tfoot',
  58665.                     52 => 'th',
  58666.                     53 => 'thead',
  58667.                     54 => 'tr',
  58668.                     55 => 'tt',
  58669.                     56 => 'u',
  58670.                     57 => 'ul',
  58671.                     58 => 'var',
  58672.                 ],
  58673.                 'attributes' => [
  58674.                     => 'align',
  58675.                     => 'bgcolor',
  58676.                     => 'border',
  58677.                     => 'cellpadding',
  58678.                     => 'cellspacing',
  58679.                     => 'cite',
  58680.                     => 'class',
  58681.                     => 'clear',
  58682.                     => 'color',
  58683.                     => 'colspan',
  58684.                     10 => 'dir',
  58685.                     11 => 'face',
  58686.                     12 => 'frame',
  58687.                     13 => 'height',
  58688.                     14 => 'href',
  58689.                     15 => 'id',
  58690.                     16 => 'lang',
  58691.                     17 => 'name',
  58692.                     18 => 'noshade',
  58693.                     19 => 'nowrap',
  58694.                     20 => 'rel',
  58695.                     21 => 'rev',
  58696.                     22 => 'rowspan',
  58697.                     23 => 'scope',
  58698.                     24 => 'size',
  58699.                     25 => 'span',
  58700.                     26 => 'start',
  58701.                     27 => 'style',
  58702.                     28 => 'summary',
  58703.                     29 => 'title',
  58704.                     30 => 'type',
  58705.                     31 => 'valign',
  58706.                     32 => 'value',
  58707.                     33 => 'width',
  58708.                 ],
  58709.                 'options' => [
  58710.                 ],
  58711.             ],
  58712.             'shopware.html_sanitizer.sets.basic.tags' => [
  58713.                 => 'a',
  58714.                 => 'abbr',
  58715.                 => 'acronym',
  58716.                 => 'address',
  58717.                 => 'b',
  58718.                 => 'bdo',
  58719.                 => 'big',
  58720.                 => 'blockquote',
  58721.                 => 'br',
  58722.                 => 'caption',
  58723.                 10 => 'center',
  58724.                 11 => 'cite',
  58725.                 12 => 'code',
  58726.                 13 => 'col',
  58727.                 14 => 'colgroup',
  58728.                 15 => 'dd',
  58729.                 16 => 'del',
  58730.                 17 => 'dfn',
  58731.                 18 => 'dir',
  58732.                 19 => 'div',
  58733.                 20 => 'dl',
  58734.                 21 => 'dt',
  58735.                 22 => 'em',
  58736.                 23 => 'font',
  58737.                 24 => 'h1',
  58738.                 25 => 'h2',
  58739.                 26 => 'h3',
  58740.                 27 => 'h4',
  58741.                 28 => 'h5',
  58742.                 29 => 'h6',
  58743.                 30 => 'hr',
  58744.                 31 => 'i',
  58745.                 32 => 'ins',
  58746.                 33 => 'kbd',
  58747.                 34 => 'li',
  58748.                 35 => 'menu',
  58749.                 36 => 'ol',
  58750.                 37 => 'p',
  58751.                 38 => 'pre',
  58752.                 39 => 'q',
  58753.                 40 => 's',
  58754.                 41 => 'samp',
  58755.                 42 => 'small',
  58756.                 43 => 'span',
  58757.                 44 => 'strike',
  58758.                 45 => 'strong',
  58759.                 46 => 'sub',
  58760.                 47 => 'sup',
  58761.                 48 => 'table',
  58762.                 49 => 'tbody',
  58763.                 50 => 'td',
  58764.                 51 => 'tfoot',
  58765.                 52 => 'th',
  58766.                 53 => 'thead',
  58767.                 54 => 'tr',
  58768.                 55 => 'tt',
  58769.                 56 => 'u',
  58770.                 57 => 'ul',
  58771.                 58 => 'var',
  58772.             ],
  58773.             'shopware.html_sanitizer.sets.basic.tags.0' => 'a',
  58774.             'shopware.html_sanitizer.sets.basic.tags.1' => 'abbr',
  58775.             'shopware.html_sanitizer.sets.basic.tags.2' => 'acronym',
  58776.             'shopware.html_sanitizer.sets.basic.tags.3' => 'address',
  58777.             'shopware.html_sanitizer.sets.basic.tags.4' => 'b',
  58778.             'shopware.html_sanitizer.sets.basic.tags.5' => 'bdo',
  58779.             'shopware.html_sanitizer.sets.basic.tags.6' => 'big',
  58780.             'shopware.html_sanitizer.sets.basic.tags.7' => 'blockquote',
  58781.             'shopware.html_sanitizer.sets.basic.tags.8' => 'br',
  58782.             'shopware.html_sanitizer.sets.basic.tags.9' => 'caption',
  58783.             'shopware.html_sanitizer.sets.basic.tags.10' => 'center',
  58784.             'shopware.html_sanitizer.sets.basic.tags.11' => 'cite',
  58785.             'shopware.html_sanitizer.sets.basic.tags.12' => 'code',
  58786.             'shopware.html_sanitizer.sets.basic.tags.13' => 'col',
  58787.             'shopware.html_sanitizer.sets.basic.tags.14' => 'colgroup',
  58788.             'shopware.html_sanitizer.sets.basic.tags.15' => 'dd',
  58789.             'shopware.html_sanitizer.sets.basic.tags.16' => 'del',
  58790.             'shopware.html_sanitizer.sets.basic.tags.17' => 'dfn',
  58791.             'shopware.html_sanitizer.sets.basic.tags.18' => 'dir',
  58792.             'shopware.html_sanitizer.sets.basic.tags.19' => 'div',
  58793.             'shopware.html_sanitizer.sets.basic.tags.20' => 'dl',
  58794.             'shopware.html_sanitizer.sets.basic.tags.21' => 'dt',
  58795.             'shopware.html_sanitizer.sets.basic.tags.22' => 'em',
  58796.             'shopware.html_sanitizer.sets.basic.tags.23' => 'font',
  58797.             'shopware.html_sanitizer.sets.basic.tags.24' => 'h1',
  58798.             'shopware.html_sanitizer.sets.basic.tags.25' => 'h2',
  58799.             'shopware.html_sanitizer.sets.basic.tags.26' => 'h3',
  58800.             'shopware.html_sanitizer.sets.basic.tags.27' => 'h4',
  58801.             'shopware.html_sanitizer.sets.basic.tags.28' => 'h5',
  58802.             'shopware.html_sanitizer.sets.basic.tags.29' => 'h6',
  58803.             'shopware.html_sanitizer.sets.basic.tags.30' => 'hr',
  58804.             'shopware.html_sanitizer.sets.basic.tags.31' => 'i',
  58805.             'shopware.html_sanitizer.sets.basic.tags.32' => 'ins',
  58806.             'shopware.html_sanitizer.sets.basic.tags.33' => 'kbd',
  58807.             'shopware.html_sanitizer.sets.basic.tags.34' => 'li',
  58808.             'shopware.html_sanitizer.sets.basic.tags.35' => 'menu',
  58809.             'shopware.html_sanitizer.sets.basic.tags.36' => 'ol',
  58810.             'shopware.html_sanitizer.sets.basic.tags.37' => 'p',
  58811.             'shopware.html_sanitizer.sets.basic.tags.38' => 'pre',
  58812.             'shopware.html_sanitizer.sets.basic.tags.39' => 'q',
  58813.             'shopware.html_sanitizer.sets.basic.tags.40' => 's',
  58814.             'shopware.html_sanitizer.sets.basic.tags.41' => 'samp',
  58815.             'shopware.html_sanitizer.sets.basic.tags.42' => 'small',
  58816.             'shopware.html_sanitizer.sets.basic.tags.43' => 'span',
  58817.             'shopware.html_sanitizer.sets.basic.tags.44' => 'strike',
  58818.             'shopware.html_sanitizer.sets.basic.tags.45' => 'strong',
  58819.             'shopware.html_sanitizer.sets.basic.tags.46' => 'sub',
  58820.             'shopware.html_sanitizer.sets.basic.tags.47' => 'sup',
  58821.             'shopware.html_sanitizer.sets.basic.tags.48' => 'table',
  58822.             'shopware.html_sanitizer.sets.basic.tags.49' => 'tbody',
  58823.             'shopware.html_sanitizer.sets.basic.tags.50' => 'td',
  58824.             'shopware.html_sanitizer.sets.basic.tags.51' => 'tfoot',
  58825.             'shopware.html_sanitizer.sets.basic.tags.52' => 'th',
  58826.             'shopware.html_sanitizer.sets.basic.tags.53' => 'thead',
  58827.             'shopware.html_sanitizer.sets.basic.tags.54' => 'tr',
  58828.             'shopware.html_sanitizer.sets.basic.tags.55' => 'tt',
  58829.             'shopware.html_sanitizer.sets.basic.tags.56' => 'u',
  58830.             'shopware.html_sanitizer.sets.basic.tags.57' => 'ul',
  58831.             'shopware.html_sanitizer.sets.basic.tags.58' => 'var',
  58832.             'shopware.html_sanitizer.sets.basic.attributes' => [
  58833.                 => 'align',
  58834.                 => 'bgcolor',
  58835.                 => 'border',
  58836.                 => 'cellpadding',
  58837.                 => 'cellspacing',
  58838.                 => 'cite',
  58839.                 => 'class',
  58840.                 => 'clear',
  58841.                 => 'color',
  58842.                 => 'colspan',
  58843.                 10 => 'dir',
  58844.                 11 => 'face',
  58845.                 12 => 'frame',
  58846.                 13 => 'height',
  58847.                 14 => 'href',
  58848.                 15 => 'id',
  58849.                 16 => 'lang',
  58850.                 17 => 'name',
  58851.                 18 => 'noshade',
  58852.                 19 => 'nowrap',
  58853.                 20 => 'rel',
  58854.                 21 => 'rev',
  58855.                 22 => 'rowspan',
  58856.                 23 => 'scope',
  58857.                 24 => 'size',
  58858.                 25 => 'span',
  58859.                 26 => 'start',
  58860.                 27 => 'style',
  58861.                 28 => 'summary',
  58862.                 29 => 'title',
  58863.                 30 => 'type',
  58864.                 31 => 'valign',
  58865.                 32 => 'value',
  58866.                 33 => 'width',
  58867.             ],
  58868.             'shopware.html_sanitizer.sets.basic.attributes.0' => 'align',
  58869.             'shopware.html_sanitizer.sets.basic.attributes.1' => 'bgcolor',
  58870.             'shopware.html_sanitizer.sets.basic.attributes.2' => 'border',
  58871.             'shopware.html_sanitizer.sets.basic.attributes.3' => 'cellpadding',
  58872.             'shopware.html_sanitizer.sets.basic.attributes.4' => 'cellspacing',
  58873.             'shopware.html_sanitizer.sets.basic.attributes.5' => 'cite',
  58874.             'shopware.html_sanitizer.sets.basic.attributes.6' => 'class',
  58875.             'shopware.html_sanitizer.sets.basic.attributes.7' => 'clear',
  58876.             'shopware.html_sanitizer.sets.basic.attributes.8' => 'color',
  58877.             'shopware.html_sanitizer.sets.basic.attributes.9' => 'colspan',
  58878.             'shopware.html_sanitizer.sets.basic.attributes.10' => 'dir',
  58879.             'shopware.html_sanitizer.sets.basic.attributes.11' => 'face',
  58880.             'shopware.html_sanitizer.sets.basic.attributes.12' => 'frame',
  58881.             'shopware.html_sanitizer.sets.basic.attributes.13' => 'height',
  58882.             'shopware.html_sanitizer.sets.basic.attributes.14' => 'href',
  58883.             'shopware.html_sanitizer.sets.basic.attributes.15' => 'id',
  58884.             'shopware.html_sanitizer.sets.basic.attributes.16' => 'lang',
  58885.             'shopware.html_sanitizer.sets.basic.attributes.17' => 'name',
  58886.             'shopware.html_sanitizer.sets.basic.attributes.18' => 'noshade',
  58887.             'shopware.html_sanitizer.sets.basic.attributes.19' => 'nowrap',
  58888.             'shopware.html_sanitizer.sets.basic.attributes.20' => 'rel',
  58889.             'shopware.html_sanitizer.sets.basic.attributes.21' => 'rev',
  58890.             'shopware.html_sanitizer.sets.basic.attributes.22' => 'rowspan',
  58891.             'shopware.html_sanitizer.sets.basic.attributes.23' => 'scope',
  58892.             'shopware.html_sanitizer.sets.basic.attributes.24' => 'size',
  58893.             'shopware.html_sanitizer.sets.basic.attributes.25' => 'span',
  58894.             'shopware.html_sanitizer.sets.basic.attributes.26' => 'start',
  58895.             'shopware.html_sanitizer.sets.basic.attributes.27' => 'style',
  58896.             'shopware.html_sanitizer.sets.basic.attributes.28' => 'summary',
  58897.             'shopware.html_sanitizer.sets.basic.attributes.29' => 'title',
  58898.             'shopware.html_sanitizer.sets.basic.attributes.30' => 'type',
  58899.             'shopware.html_sanitizer.sets.basic.attributes.31' => 'valign',
  58900.             'shopware.html_sanitizer.sets.basic.attributes.32' => 'value',
  58901.             'shopware.html_sanitizer.sets.basic.attributes.33' => 'width',
  58902.             'shopware.html_sanitizer.sets.basic.options' => [
  58903.             ],
  58904.             'shopware.html_sanitizer.sets.media' => [
  58905.                 'tags' => [
  58906.                     => 'img',
  58907.                 ],
  58908.                 'attributes' => [
  58909.                     => 'src',
  58910.                     => 'alt',
  58911.                 ],
  58912.                 'options' => [
  58913.                 ],
  58914.             ],
  58915.             'shopware.html_sanitizer.sets.media.tags' => [
  58916.                 => 'img',
  58917.             ],
  58918.             'shopware.html_sanitizer.sets.media.tags.0' => 'img',
  58919.             'shopware.html_sanitizer.sets.media.attributes' => [
  58920.                 => 'src',
  58921.                 => 'alt',
  58922.             ],
  58923.             'shopware.html_sanitizer.sets.media.attributes.0' => 'src',
  58924.             'shopware.html_sanitizer.sets.media.attributes.1' => 'alt',
  58925.             'shopware.html_sanitizer.sets.media.options' => [
  58926.             ],
  58927.             'shopware.html_sanitizer.sets.script' => [
  58928.                 'tags' => [
  58929.                     => 'script',
  58930.                 ],
  58931.                 'options' => [
  58932.                     'HTML.Trusted' => true,
  58933.                 ],
  58934.                 'attributes' => [
  58935.                 ],
  58936.             ],
  58937.             'shopware.html_sanitizer.sets.script.tags' => [
  58938.                 => 'script',
  58939.             ],
  58940.             'shopware.html_sanitizer.sets.script.tags.0' => 'script',
  58941.             'shopware.html_sanitizer.sets.script.options' => [
  58942.                 'HTML.Trusted' => true,
  58943.             ],
  58944.             'shopware.html_sanitizer.sets.script.options.HTML.Trusted' => true,
  58945.             'shopware.html_sanitizer.sets.script.attributes' => [
  58946.             ],
  58947.             'shopware.html_sanitizer.sets.tidy' => [
  58948.                 'options' => [
  58949.                     'Output.TidyFormat' => true,
  58950.                 ],
  58951.                 'tags' => [
  58952.                 ],
  58953.                 'attributes' => [
  58954.                 ],
  58955.             ],
  58956.             'shopware.html_sanitizer.sets.tidy.options' => [
  58957.                 'Output.TidyFormat' => true,
  58958.             ],
  58959.             'shopware.html_sanitizer.sets.tidy.options.Output.TidyFormat' => true,
  58960.             'shopware.html_sanitizer.sets.tidy.tags' => [
  58961.             ],
  58962.             'shopware.html_sanitizer.sets.tidy.attributes' => [
  58963.             ],
  58964.             'shopware.html_sanitizer.fields' => [
  58965.                 'product_translation.description' => [
  58966.                     'sets' => [
  58967.                         => 'basic',
  58968.                         => 'media',
  58969.                     ],
  58970.                 ],
  58971.                 'app_cms_block.template' => [
  58972.                     'sets' => [
  58973.                         => 'basic',
  58974.                         => 'media',
  58975.                         => 'tidy',
  58976.                     ],
  58977.                 ],
  58978.             ],
  58979.             'shopware.html_sanitizer.fields.product_translation.description' => [
  58980.                 'sets' => [
  58981.                     => 'basic',
  58982.                     => 'media',
  58983.                 ],
  58984.             ],
  58985.             'shopware.html_sanitizer.fields.product_translation.description.sets' => [
  58986.                 => 'basic',
  58987.                 => 'media',
  58988.             ],
  58989.             'shopware.html_sanitizer.fields.product_translation.description.sets.0' => 'basic',
  58990.             'shopware.html_sanitizer.fields.product_translation.description.sets.1' => 'media',
  58991.             'shopware.html_sanitizer.fields.app_cms_block.template' => [
  58992.                 'sets' => [
  58993.                     => 'basic',
  58994.                     => 'media',
  58995.                     => 'tidy',
  58996.                 ],
  58997.             ],
  58998.             'shopware.html_sanitizer.fields.app_cms_block.template.sets' => [
  58999.                 => 'basic',
  59000.                 => 'media',
  59001.                 => 'tidy',
  59002.             ],
  59003.             'shopware.html_sanitizer.fields.app_cms_block.template.sets.0' => 'basic',
  59004.             'shopware.html_sanitizer.fields.app_cms_block.template.sets.1' => 'media',
  59005.             'shopware.html_sanitizer.fields.app_cms_block.template.sets.2' => 'tidy',
  59006.             'shopware.logger' => [
  59007.                 'file_rotation_count' => 14,
  59008.                 'exclude_exception' => [
  59009.                     => 'League\\OAuth2\\Server\\Exception\\OAuthServerException',
  59010.                 ],
  59011.                 'exclude_events' => [
  59012.                     => 'user.recovery.request',
  59013.                     => 'customer.recovery.request',
  59014.                 ],
  59015.             ],
  59016.             'shopware.logger.file_rotation_count' => 14,
  59017.             'shopware.logger.exclude_exception' => [
  59018.                 => 'League\\OAuth2\\Server\\Exception\\OAuthServerException',
  59019.             ],
  59020.             'shopware.logger.exclude_exception.0' => 'League\\OAuth2\\Server\\Exception\\OAuthServerException',
  59021.             'shopware.logger.exclude_events' => [
  59022.                 => 'user.recovery.request',
  59023.                 => 'customer.recovery.request',
  59024.             ],
  59025.             'shopware.logger.exclude_events.0' => 'user.recovery.request',
  59026.             'shopware.logger.exclude_events.1' => 'customer.recovery.request',
  59027.             'shopware.cache.invalidation' => [
  59028.                 'delay' => 0,
  59029.                 'count' => 150,
  59030.                 'http_cache' => [
  59031.                     => 'logged-in',
  59032.                     => 'cart-filled',
  59033.                 ],
  59034.                 'product_listing_route' => [
  59035.                 ],
  59036.                 'product_detail_route' => [
  59037.                 ],
  59038.                 'product_review_route' => [
  59039.                 ],
  59040.                 'product_search_route' => [
  59041.                 ],
  59042.                 'product_suggest_route' => [
  59043.                 ],
  59044.                 'product_cross_selling_route' => [
  59045.                 ],
  59046.                 'payment_method_route' => [
  59047.                 ],
  59048.                 'shipping_method_route' => [
  59049.                 ],
  59050.                 'navigation_route' => [
  59051.                 ],
  59052.                 'category_route' => [
  59053.                 ],
  59054.                 'landing_page_route' => [
  59055.                 ],
  59056.                 'language_route' => [
  59057.                 ],
  59058.                 'currency_route' => [
  59059.                 ],
  59060.                 'country_route' => [
  59061.                 ],
  59062.                 'country_state_route' => [
  59063.                 ],
  59064.                 'salutation_route' => [
  59065.                 ],
  59066.                 'sitemap_route' => [
  59067.                 ],
  59068.             ],
  59069.             'shopware.cache.invalidation.delay' => 0,
  59070.             'shopware.cache.invalidation.count' => 150,
  59071.             'shopware.cache.invalidation.http_cache' => [
  59072.                 => 'logged-in',
  59073.                 => 'cart-filled',
  59074.             ],
  59075.             'shopware.cache.invalidation.http_cache.0' => 'logged-in',
  59076.             'shopware.cache.invalidation.http_cache.1' => 'cart-filled',
  59077.             'shopware.cache.invalidation.product_listing_route' => [
  59078.             ],
  59079.             'shopware.cache.invalidation.product_detail_route' => [
  59080.             ],
  59081.             'shopware.cache.invalidation.product_review_route' => [
  59082.             ],
  59083.             'shopware.cache.invalidation.product_search_route' => [
  59084.             ],
  59085.             'shopware.cache.invalidation.product_suggest_route' => [
  59086.             ],
  59087.             'shopware.cache.invalidation.product_cross_selling_route' => [
  59088.             ],
  59089.             'shopware.cache.invalidation.payment_method_route' => [
  59090.             ],
  59091.             'shopware.cache.invalidation.shipping_method_route' => [
  59092.             ],
  59093.             'shopware.cache.invalidation.navigation_route' => [
  59094.             ],
  59095.             'shopware.cache.invalidation.category_route' => [
  59096.             ],
  59097.             'shopware.cache.invalidation.landing_page_route' => [
  59098.             ],
  59099.             'shopware.cache.invalidation.language_route' => [
  59100.             ],
  59101.             'shopware.cache.invalidation.currency_route' => [
  59102.             ],
  59103.             'shopware.cache.invalidation.country_route' => [
  59104.             ],
  59105.             'shopware.cache.invalidation.country_state_route' => [
  59106.             ],
  59107.             'shopware.cache.invalidation.salutation_route' => [
  59108.             ],
  59109.             'shopware.cache.invalidation.sitemap_route' => [
  59110.             ],
  59111.             'shopware.twig' => [
  59112.                 'allowed_php_functions' => [
  59113.                 ],
  59114.             ],
  59115.             'shopware.twig.allowed_php_functions' => [
  59116.             ],
  59117.             'shopware.dompdf' => [
  59118.                 'options' => [
  59119.                     'isRemoteEnabled' => true,
  59120.                     'isHtml5ParserEnabled' => true,
  59121.                 ],
  59122.             ],
  59123.             'shopware.dompdf.options' => [
  59124.                 'isRemoteEnabled' => true,
  59125.                 'isHtml5ParserEnabled' => true,
  59126.             ],
  59127.             'shopware.dompdf.options.isRemoteEnabled' => true,
  59128.             'shopware.dompdf.options.isHtml5ParserEnabled' => true,
  59129.             'storefront.csrf' => [
  59130.                 'enabled' => true,
  59131.                 'mode' => 'twig',
  59132.             ],
  59133.             'storefront.csrf.enabled' => true,
  59134.             'storefront.csrf.mode' => 'twig',
  59135.             'storefront.reverse_proxy' => [
  59136.                 'enabled' => false,
  59137.                 'ban_method' => 'BAN',
  59138.                 'hosts' => [
  59139.                     => 'http://varnish',
  59140.                 ],
  59141.                 'max_parallel_invalidations' => 2,
  59142.                 'redis_url' => 'redis://redis',
  59143.                 'purge_all' => [
  59144.                     'ban_method' => 'BAN',
  59145.                     'ban_headers' => [
  59146.                     ],
  59147.                     'urls' => [
  59148.                         => '/',
  59149.                     ],
  59150.                 ],
  59151.                 'fastly' => [
  59152.                     'enabled' => false,
  59153.                     'api_key' => '',
  59154.                     'instance_tag' => '',
  59155.                     'service_id' => '',
  59156.                     'soft_purge' => '0',
  59157.                     'tag_prefix' => '',
  59158.                 ],
  59159.                 'use_varnish_xkey' => false,
  59160.                 'ban_headers' => [
  59161.                 ],
  59162.             ],
  59163.             'storefront.reverse_proxy.enabled' => false,
  59164.             'storefront.reverse_proxy.ban_method' => 'BAN',
  59165.             'storefront.reverse_proxy.hosts' => [
  59166.                 => 'http://varnish',
  59167.             ],
  59168.             'storefront.reverse_proxy.hosts.0' => 'http://varnish',
  59169.             'storefront.reverse_proxy.max_parallel_invalidations' => 2,
  59170.             'storefront.reverse_proxy.redis_url' => 'redis://redis',
  59171.             'storefront.reverse_proxy.purge_all' => [
  59172.                 'ban_method' => 'BAN',
  59173.                 'ban_headers' => [
  59174.                 ],
  59175.                 'urls' => [
  59176.                     => '/',
  59177.                 ],
  59178.             ],
  59179.             'storefront.reverse_proxy.purge_all.ban_method' => 'BAN',
  59180.             'storefront.reverse_proxy.purge_all.ban_headers' => [
  59181.             ],
  59182.             'storefront.reverse_proxy.purge_all.urls' => [
  59183.                 => '/',
  59184.             ],
  59185.             'storefront.reverse_proxy.purge_all.urls.0' => '/',
  59186.             'storefront.reverse_proxy.fastly' => [
  59187.                 'enabled' => false,
  59188.                 'api_key' => '',
  59189.                 'instance_tag' => '',
  59190.                 'service_id' => '',
  59191.                 'soft_purge' => '0',
  59192.                 'tag_prefix' => '',
  59193.             ],
  59194.             'storefront.reverse_proxy.fastly.enabled' => false,
  59195.             'storefront.reverse_proxy.fastly.api_key' => '',
  59196.             'storefront.reverse_proxy.fastly.instance_tag' => '',
  59197.             'storefront.reverse_proxy.fastly.service_id' => '',
  59198.             'storefront.reverse_proxy.fastly.soft_purge' => '0',
  59199.             'storefront.reverse_proxy.fastly.tag_prefix' => '',
  59200.             'storefront.reverse_proxy.use_varnish_xkey' => false,
  59201.             'storefront.reverse_proxy.ban_headers' => [
  59202.             ],
  59203.             'storefront.http_cache' => [
  59204.                 'ignored_url_parameters' => [
  59205.                     => 'pk_campaign',
  59206.                     => 'piwik_campaign',
  59207.                     => 'pk_kwd',
  59208.                     => 'piwik_kwd',
  59209.                     => 'pk_keyword',
  59210.                     => 'mtm_campaign',
  59211.                     => 'matomo_campaign',
  59212.                     => 'mtm_cid',
  59213.                     => 'matomo_cid',
  59214.                     => 'mtm_kwd',
  59215.                     10 => 'matomo_kwd',
  59216.                     11 => 'mtm_keyword',
  59217.                     12 => 'matomo_keyword',
  59218.                     13 => 'mtm_source',
  59219.                     14 => 'matomo_source',
  59220.                     15 => 'mtm_medium',
  59221.                     16 => 'matomo_medium',
  59222.                     17 => 'mtm_content',
  59223.                     18 => 'matomo_content',
  59224.                     19 => 'mtm_group',
  59225.                     20 => 'matomo_group',
  59226.                     21 => 'mtm_placement',
  59227.                     22 => 'matomo_placement',
  59228.                     23 => 'pixelId',
  59229.                     24 => 'kwid',
  59230.                     25 => 'kw',
  59231.                     26 => 'chl',
  59232.                     27 => 'dv',
  59233.                     28 => 'nk',
  59234.                     29 => 'pa',
  59235.                     30 => 'camid',
  59236.                     31 => 'adgid',
  59237.                     32 => 'utm_term',
  59238.                     33 => 'utm_source',
  59239.                     34 => 'utm_medium',
  59240.                     35 => 'utm_campaign',
  59241.                     36 => 'utm_content',
  59242.                     37 => 'cx',
  59243.                     38 => 'ie',
  59244.                     39 => 'cof',
  59245.                     40 => 'siteurl',
  59246.                     41 => '_ga',
  59247.                     42 => 'adgroupid',
  59248.                     43 => 'campaignid',
  59249.                     44 => 'adid',
  59250.                     45 => 'gclsrc',
  59251.                     46 => 'gclid',
  59252.                     47 => 'fbclid',
  59253.                     48 => 'fb_action_ids',
  59254.                     49 => 'fb_action_types',
  59255.                     50 => 'fb_source',
  59256.                     51 => 'mc_cid',
  59257.                     52 => 'mc_eid',
  59258.                     53 => '_bta_tid',
  59259.                     54 => '_bta_c',
  59260.                     55 => 'trk_contact',
  59261.                     56 => 'trk_msg',
  59262.                     57 => 'trk_module',
  59263.                     58 => 'trk_sid',
  59264.                     59 => 'gdfms',
  59265.                     60 => 'gdftrk',
  59266.                     61 => 'gdffi',
  59267.                     62 => '_ke',
  59268.                     63 => 'redirect_log_mongo_id',
  59269.                     64 => 'redirect_mongo_id',
  59270.                     65 => 'sb_referer_host',
  59271.                     66 => 'mkwid',
  59272.                     67 => 'pcrid',
  59273.                     68 => 'ef_id',
  59274.                     69 => 's_kwcid',
  59275.                     70 => 'msclkid',
  59276.                     71 => 'dm_i',
  59277.                     72 => 'epik',
  59278.                     73 => 'pp',
  59279.                 ],
  59280.                 'stale_while_revalidate' => NULL,
  59281.                 'stale_if_error' => NULL,
  59282.             ],
  59283.             'storefront.http_cache.ignored_url_parameters' => [
  59284.                 => 'pk_campaign',
  59285.                 => 'piwik_campaign',
  59286.                 => 'pk_kwd',
  59287.                 => 'piwik_kwd',
  59288.                 => 'pk_keyword',
  59289.                 => 'mtm_campaign',
  59290.                 => 'matomo_campaign',
  59291.                 => 'mtm_cid',
  59292.                 => 'matomo_cid',
  59293.                 => 'mtm_kwd',
  59294.                 10 => 'matomo_kwd',
  59295.                 11 => 'mtm_keyword',
  59296.                 12 => 'matomo_keyword',
  59297.                 13 => 'mtm_source',
  59298.                 14 => 'matomo_source',
  59299.                 15 => 'mtm_medium',
  59300.                 16 => 'matomo_medium',
  59301.                 17 => 'mtm_content',
  59302.                 18 => 'matomo_content',
  59303.                 19 => 'mtm_group',
  59304.                 20 => 'matomo_group',
  59305.                 21 => 'mtm_placement',
  59306.                 22 => 'matomo_placement',
  59307.                 23 => 'pixelId',
  59308.                 24 => 'kwid',
  59309.                 25 => 'kw',
  59310.                 26 => 'chl',
  59311.                 27 => 'dv',
  59312.                 28 => 'nk',
  59313.                 29 => 'pa',
  59314.                 30 => 'camid',
  59315.                 31 => 'adgid',
  59316.                 32 => 'utm_term',
  59317.                 33 => 'utm_source',
  59318.                 34 => 'utm_medium',
  59319.                 35 => 'utm_campaign',
  59320.                 36 => 'utm_content',
  59321.                 37 => 'cx',
  59322.                 38 => 'ie',
  59323.                 39 => 'cof',
  59324.                 40 => 'siteurl',
  59325.                 41 => '_ga',
  59326.                 42 => 'adgroupid',
  59327.                 43 => 'campaignid',
  59328.                 44 => 'adid',
  59329.                 45 => 'gclsrc',
  59330.                 46 => 'gclid',
  59331.                 47 => 'fbclid',
  59332.                 48 => 'fb_action_ids',
  59333.                 49 => 'fb_action_types',
  59334.                 50 => 'fb_source',
  59335.                 51 => 'mc_cid',
  59336.                 52 => 'mc_eid',
  59337.                 53 => '_bta_tid',
  59338.                 54 => '_bta_c',
  59339.                 55 => 'trk_contact',
  59340.                 56 => 'trk_msg',
  59341.                 57 => 'trk_module',
  59342.                 58 => 'trk_sid',
  59343.                 59 => 'gdfms',
  59344.                 60 => 'gdftrk',
  59345.                 61 => 'gdffi',
  59346.                 62 => '_ke',
  59347.                 63 => 'redirect_log_mongo_id',
  59348.                 64 => 'redirect_mongo_id',
  59349.                 65 => 'sb_referer_host',
  59350.                 66 => 'mkwid',
  59351.                 67 => 'pcrid',
  59352.                 68 => 'ef_id',
  59353.                 69 => 's_kwcid',
  59354.                 70 => 'msclkid',
  59355.                 71 => 'dm_i',
  59356.                 72 => 'epik',
  59357.                 73 => 'pp',
  59358.             ],
  59359.             'storefront.http_cache.ignored_url_parameters.0' => 'pk_campaign',
  59360.             'storefront.http_cache.ignored_url_parameters.1' => 'piwik_campaign',
  59361.             'storefront.http_cache.ignored_url_parameters.2' => 'pk_kwd',
  59362.             'storefront.http_cache.ignored_url_parameters.3' => 'piwik_kwd',
  59363.             'storefront.http_cache.ignored_url_parameters.4' => 'pk_keyword',
  59364.             'storefront.http_cache.ignored_url_parameters.5' => 'mtm_campaign',
  59365.             'storefront.http_cache.ignored_url_parameters.6' => 'matomo_campaign',
  59366.             'storefront.http_cache.ignored_url_parameters.7' => 'mtm_cid',
  59367.             'storefront.http_cache.ignored_url_parameters.8' => 'matomo_cid',
  59368.             'storefront.http_cache.ignored_url_parameters.9' => 'mtm_kwd',
  59369.             'storefront.http_cache.ignored_url_parameters.10' => 'matomo_kwd',
  59370.             'storefront.http_cache.ignored_url_parameters.11' => 'mtm_keyword',
  59371.             'storefront.http_cache.ignored_url_parameters.12' => 'matomo_keyword',
  59372.             'storefront.http_cache.ignored_url_parameters.13' => 'mtm_source',
  59373.             'storefront.http_cache.ignored_url_parameters.14' => 'matomo_source',
  59374.             'storefront.http_cache.ignored_url_parameters.15' => 'mtm_medium',
  59375.             'storefront.http_cache.ignored_url_parameters.16' => 'matomo_medium',
  59376.             'storefront.http_cache.ignored_url_parameters.17' => 'mtm_content',
  59377.             'storefront.http_cache.ignored_url_parameters.18' => 'matomo_content',
  59378.             'storefront.http_cache.ignored_url_parameters.19' => 'mtm_group',
  59379.             'storefront.http_cache.ignored_url_parameters.20' => 'matomo_group',
  59380.             'storefront.http_cache.ignored_url_parameters.21' => 'mtm_placement',
  59381.             'storefront.http_cache.ignored_url_parameters.22' => 'matomo_placement',
  59382.             'storefront.http_cache.ignored_url_parameters.23' => 'pixelId',
  59383.             'storefront.http_cache.ignored_url_parameters.24' => 'kwid',
  59384.             'storefront.http_cache.ignored_url_parameters.25' => 'kw',
  59385.             'storefront.http_cache.ignored_url_parameters.26' => 'chl',
  59386.             'storefront.http_cache.ignored_url_parameters.27' => 'dv',
  59387.             'storefront.http_cache.ignored_url_parameters.28' => 'nk',
  59388.             'storefront.http_cache.ignored_url_parameters.29' => 'pa',
  59389.             'storefront.http_cache.ignored_url_parameters.30' => 'camid',
  59390.             'storefront.http_cache.ignored_url_parameters.31' => 'adgid',
  59391.             'storefront.http_cache.ignored_url_parameters.32' => 'utm_term',
  59392.             'storefront.http_cache.ignored_url_parameters.33' => 'utm_source',
  59393.             'storefront.http_cache.ignored_url_parameters.34' => 'utm_medium',
  59394.             'storefront.http_cache.ignored_url_parameters.35' => 'utm_campaign',
  59395.             'storefront.http_cache.ignored_url_parameters.36' => 'utm_content',
  59396.             'storefront.http_cache.ignored_url_parameters.37' => 'cx',
  59397.             'storefront.http_cache.ignored_url_parameters.38' => 'ie',
  59398.             'storefront.http_cache.ignored_url_parameters.39' => 'cof',
  59399.             'storefront.http_cache.ignored_url_parameters.40' => 'siteurl',
  59400.             'storefront.http_cache.ignored_url_parameters.41' => '_ga',
  59401.             'storefront.http_cache.ignored_url_parameters.42' => 'adgroupid',
  59402.             'storefront.http_cache.ignored_url_parameters.43' => 'campaignid',
  59403.             'storefront.http_cache.ignored_url_parameters.44' => 'adid',
  59404.             'storefront.http_cache.ignored_url_parameters.45' => 'gclsrc',
  59405.             'storefront.http_cache.ignored_url_parameters.46' => 'gclid',
  59406.             'storefront.http_cache.ignored_url_parameters.47' => 'fbclid',
  59407.             'storefront.http_cache.ignored_url_parameters.48' => 'fb_action_ids',
  59408.             'storefront.http_cache.ignored_url_parameters.49' => 'fb_action_types',
  59409.             'storefront.http_cache.ignored_url_parameters.50' => 'fb_source',
  59410.             'storefront.http_cache.ignored_url_parameters.51' => 'mc_cid',
  59411.             'storefront.http_cache.ignored_url_parameters.52' => 'mc_eid',
  59412.             'storefront.http_cache.ignored_url_parameters.53' => '_bta_tid',
  59413.             'storefront.http_cache.ignored_url_parameters.54' => '_bta_c',
  59414.             'storefront.http_cache.ignored_url_parameters.55' => 'trk_contact',
  59415.             'storefront.http_cache.ignored_url_parameters.56' => 'trk_msg',
  59416.             'storefront.http_cache.ignored_url_parameters.57' => 'trk_module',
  59417.             'storefront.http_cache.ignored_url_parameters.58' => 'trk_sid',
  59418.             'storefront.http_cache.ignored_url_parameters.59' => 'gdfms',
  59419.             'storefront.http_cache.ignored_url_parameters.60' => 'gdftrk',
  59420.             'storefront.http_cache.ignored_url_parameters.61' => 'gdffi',
  59421.             'storefront.http_cache.ignored_url_parameters.62' => '_ke',
  59422.             'storefront.http_cache.ignored_url_parameters.63' => 'redirect_log_mongo_id',
  59423.             'storefront.http_cache.ignored_url_parameters.64' => 'redirect_mongo_id',
  59424.             'storefront.http_cache.ignored_url_parameters.65' => 'sb_referer_host',
  59425.             'storefront.http_cache.ignored_url_parameters.66' => 'mkwid',
  59426.             'storefront.http_cache.ignored_url_parameters.67' => 'pcrid',
  59427.             'storefront.http_cache.ignored_url_parameters.68' => 'ef_id',
  59428.             'storefront.http_cache.ignored_url_parameters.69' => 's_kwcid',
  59429.             'storefront.http_cache.ignored_url_parameters.70' => 'msclkid',
  59430.             'storefront.http_cache.ignored_url_parameters.71' => 'dm_i',
  59431.             'storefront.http_cache.ignored_url_parameters.72' => 'epik',
  59432.             'storefront.http_cache.ignored_url_parameters.73' => 'pp',
  59433.             'storefront.http_cache.stale_while_revalidate' => NULL,
  59434.             'storefront.http_cache.stale_if_error' => NULL,
  59435.             'storefront.theme' => [
  59436.                 'config_loader_id' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader',
  59437.                 'theme_path_builder_id' => 'Shopware\\Storefront\\Theme\\MD5ThemePathBuilder',
  59438.                 'available_theme_provider' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider',
  59439.             ],
  59440.             'storefront.theme.config_loader_id' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader',
  59441.             'storefront.theme.theme_path_builder_id' => 'Shopware\\Storefront\\Theme\\MD5ThemePathBuilder',
  59442.             'storefront.theme.available_theme_provider' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider',
  59443.             'elasticsearch.administration.index_settings' => [
  59444.                 'number_of_shards' => 3,
  59445.                 'number_of_replicas' => 3,
  59446.                 'mapping.total_fields.limit' => 50000,
  59447.                 'mapping.nested_fields.limit' => 500,
  59448.                 'mapping.nested_objects.limit' => 1000000,
  59449.             ],
  59450.             'elasticsearch.administration.index_settings.number_of_shards' => 3,
  59451.             'elasticsearch.administration.index_settings.number_of_replicas' => 3,
  59452.             'elasticsearch.administration.index_settings.mapping.total_fields.limit' => 50000,
  59453.             'elasticsearch.administration.index_settings.mapping.nested_fields.limit' => 500,
  59454.             'elasticsearch.administration.index_settings.mapping.nested_objects.limit' => 1000000,
  59455.             'elasticsearch.administration.analysis' => [
  59456.                 'normalizer' => [
  59457.                     'sw_lowercase_normalizer' => [
  59458.                         'type' => 'custom',
  59459.                         'filter' => [
  59460.                             => 'lowercase',
  59461.                         ],
  59462.                     ],
  59463.                 ],
  59464.             ],
  59465.             'elasticsearch.administration.analysis.normalizer' => [
  59466.                 'sw_lowercase_normalizer' => [
  59467.                     'type' => 'custom',
  59468.                     'filter' => [
  59469.                         => 'lowercase',
  59470.                     ],
  59471.                 ],
  59472.             ],
  59473.             'elasticsearch.administration.analysis.normalizer.sw_lowercase_normalizer' => [
  59474.                 'type' => 'custom',
  59475.                 'filter' => [
  59476.                     => 'lowercase',
  59477.                 ],
  59478.             ],
  59479.             'elasticsearch.administration.analysis.normalizer.sw_lowercase_normalizer.type' => 'custom',
  59480.             'elasticsearch.administration.analysis.normalizer.sw_lowercase_normalizer.filter' => [
  59481.                 => 'lowercase',
  59482.             ],
  59483.             'elasticsearch.administration.analysis.normalizer.sw_lowercase_normalizer.filter.0' => 'lowercase',
  59484.             'elasticsearch.administration.dynamic_templates' => [
  59485.                 => [
  59486.                     'keywords' => [
  59487.                         'match_mapping_type' => 'string',
  59488.                         'mapping' => [
  59489.                             'type' => 'keyword',
  59490.                             'normalizer' => 'sw_lowercase_normalizer',
  59491.                             'fields' => [
  59492.                                 'text' => [
  59493.                                     'type' => 'text',
  59494.                                 ],
  59495.                             ],
  59496.                         ],
  59497.                     ],
  59498.                 ],
  59499.             ],
  59500.             'elasticsearch.administration.dynamic_templates.0' => [
  59501.                 'keywords' => [
  59502.                     'match_mapping_type' => 'string',
  59503.                     'mapping' => [
  59504.                         'type' => 'keyword',
  59505.                         'normalizer' => 'sw_lowercase_normalizer',
  59506.                         'fields' => [
  59507.                             'text' => [
  59508.                                 'type' => 'text',
  59509.                             ],
  59510.                         ],
  59511.                     ],
  59512.                 ],
  59513.             ],
  59514.             'elasticsearch.administration.dynamic_templates.0.keywords' => [
  59515.                 'match_mapping_type' => 'string',
  59516.                 'mapping' => [
  59517.                     'type' => 'keyword',
  59518.                     'normalizer' => 'sw_lowercase_normalizer',
  59519.                     'fields' => [
  59520.                         'text' => [
  59521.                             'type' => 'text',
  59522.                         ],
  59523.                     ],
  59524.                 ],
  59525.             ],
  59526.             'elasticsearch.administration.dynamic_templates.0.keywords.match_mapping_type' => 'string',
  59527.             'elasticsearch.administration.dynamic_templates.0.keywords.mapping' => [
  59528.                 'type' => 'keyword',
  59529.                 'normalizer' => 'sw_lowercase_normalizer',
  59530.                 'fields' => [
  59531.                     'text' => [
  59532.                         'type' => 'text',
  59533.                     ],
  59534.                 ],
  59535.             ],
  59536.             'elasticsearch.administration.dynamic_templates.0.keywords.mapping.type' => 'keyword',
  59537.             'elasticsearch.administration.dynamic_templates.0.keywords.mapping.normalizer' => 'sw_lowercase_normalizer',
  59538.             'elasticsearch.administration.dynamic_templates.0.keywords.mapping.fields' => [
  59539.                 'text' => [
  59540.                     'type' => 'text',
  59541.                 ],
  59542.             ],
  59543.             'elasticsearch.administration.dynamic_templates.0.keywords.mapping.fields.text' => [
  59544.                 'type' => 'text',
  59545.             ],
  59546.             'elasticsearch.administration.dynamic_templates.0.keywords.mapping.fields.text.type' => 'text',
  59547.             'elasticsearch.product' => [
  59548.                 'custom_fields_mapping' => [
  59549.                 ],
  59550.             ],
  59551.             'elasticsearch.product.custom_fields_mapping' => [
  59552.             ],
  59553.             'elasticsearch.ssl' => [
  59554.                 'verify_server_cert' => true,
  59555.             ],
  59556.             'elasticsearch.ssl.verify_server_cert' => true,
  59557.             'elasticsearch.index_settings' => [
  59558.                 'number_of_shards' => 3,
  59559.                 'number_of_replicas' => 3,
  59560.                 'mapping.total_fields.limit' => 50000,
  59561.                 'mapping.nested_fields.limit' => 500,
  59562.                 'mapping.nested_objects.limit' => 1000000,
  59563.             ],
  59564.             'elasticsearch.index_settings.number_of_shards' => 3,
  59565.             'elasticsearch.index_settings.number_of_replicas' => 3,
  59566.             'elasticsearch.index_settings.mapping.total_fields.limit' => 50000,
  59567.             'elasticsearch.index_settings.mapping.nested_fields.limit' => 500,
  59568.             'elasticsearch.index_settings.mapping.nested_objects.limit' => 1000000,
  59569.             'elasticsearch.analysis' => [
  59570.                 'normalizer' => [
  59571.                     'sw_lowercase_normalizer' => [
  59572.                         'type' => 'custom',
  59573.                         'filter' => [
  59574.                             => 'lowercase',
  59575.                         ],
  59576.                     ],
  59577.                 ],
  59578.                 'analyzer' => [
  59579.                     'sw_ngram_analyzer' => [
  59580.                         'type' => 'custom',
  59581.                         'tokenizer' => 'whitespace',
  59582.                         'filter' => [
  59583.                             => 'lowercase',
  59584.                             => 'sw_ngram_filter',
  59585.                         ],
  59586.                     ],
  59587.                 ],
  59588.                 'filter' => [
  59589.                     'sw_ngram_filter' => [
  59590.                         'type' => 'ngram',
  59591.                         'min_gram' => 4,
  59592.                         'max_gram' => 5,
  59593.                     ],
  59594.                 ],
  59595.             ],
  59596.             'elasticsearch.analysis.normalizer' => [
  59597.                 'sw_lowercase_normalizer' => [
  59598.                     'type' => 'custom',
  59599.                     'filter' => [
  59600.                         => 'lowercase',
  59601.                     ],
  59602.                 ],
  59603.             ],
  59604.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer' => [
  59605.                 'type' => 'custom',
  59606.                 'filter' => [
  59607.                     => 'lowercase',
  59608.                 ],
  59609.             ],
  59610.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer.type' => 'custom',
  59611.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer.filter' => [
  59612.                 => 'lowercase',
  59613.             ],
  59614.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer.filter.0' => 'lowercase',
  59615.             'elasticsearch.analysis.analyzer' => [
  59616.                 'sw_ngram_analyzer' => [
  59617.                     'type' => 'custom',
  59618.                     'tokenizer' => 'whitespace',
  59619.                     'filter' => [
  59620.                         => 'lowercase',
  59621.                         => 'sw_ngram_filter',
  59622.                     ],
  59623.                 ],
  59624.             ],
  59625.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer' => [
  59626.                 'type' => 'custom',
  59627.                 'tokenizer' => 'whitespace',
  59628.                 'filter' => [
  59629.                     => 'lowercase',
  59630.                     => 'sw_ngram_filter',
  59631.                 ],
  59632.             ],
  59633.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.type' => 'custom',
  59634.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.tokenizer' => 'whitespace',
  59635.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.filter' => [
  59636.                 => 'lowercase',
  59637.                 => 'sw_ngram_filter',
  59638.             ],
  59639.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.filter.0' => 'lowercase',
  59640.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.filter.1' => 'sw_ngram_filter',
  59641.             'elasticsearch.analysis.filter' => [
  59642.                 'sw_ngram_filter' => [
  59643.                     'type' => 'ngram',
  59644.                     'min_gram' => 4,
  59645.                     'max_gram' => 5,
  59646.                 ],
  59647.             ],
  59648.             'elasticsearch.analysis.filter.sw_ngram_filter' => [
  59649.                 'type' => 'ngram',
  59650.                 'min_gram' => 4,
  59651.                 'max_gram' => 5,
  59652.             ],
  59653.             'elasticsearch.analysis.filter.sw_ngram_filter.type' => 'ngram',
  59654.             'elasticsearch.analysis.filter.sw_ngram_filter.min_gram' => 4,
  59655.             'elasticsearch.analysis.filter.sw_ngram_filter.max_gram' => 5,
  59656.             'elasticsearch.dynamic_templates' => [
  59657.                 => [
  59658.                     'keywords' => [
  59659.                         'match_mapping_type' => 'string',
  59660.                         'mapping' => [
  59661.                             'type' => 'keyword',
  59662.                             'normalizer' => 'sw_lowercase_normalizer',
  59663.                             'fields' => [
  59664.                                 'text' => [
  59665.                                     'type' => 'text',
  59666.                                 ],
  59667.                             ],
  59668.                         ],
  59669.                     ],
  59670.                 ],
  59671.             ],
  59672.             'elasticsearch.dynamic_templates.0' => [
  59673.                 'keywords' => [
  59674.                     'match_mapping_type' => 'string',
  59675.                     'mapping' => [
  59676.                         'type' => 'keyword',
  59677.                         'normalizer' => 'sw_lowercase_normalizer',
  59678.                         'fields' => [
  59679.                             'text' => [
  59680.                                 'type' => 'text',
  59681.                             ],
  59682.                         ],
  59683.                     ],
  59684.                 ],
  59685.             ],
  59686.             'elasticsearch.dynamic_templates.0.keywords' => [
  59687.                 'match_mapping_type' => 'string',
  59688.                 'mapping' => [
  59689.                     'type' => 'keyword',
  59690.                     'normalizer' => 'sw_lowercase_normalizer',
  59691.                     'fields' => [
  59692.                         'text' => [
  59693.                             'type' => 'text',
  59694.                         ],
  59695.                     ],
  59696.                 ],
  59697.             ],
  59698.             'elasticsearch.dynamic_templates.0.keywords.match_mapping_type' => 'string',
  59699.             'elasticsearch.dynamic_templates.0.keywords.mapping' => [
  59700.                 'type' => 'keyword',
  59701.                 'normalizer' => 'sw_lowercase_normalizer',
  59702.                 'fields' => [
  59703.                     'text' => [
  59704.                         'type' => 'text',
  59705.                     ],
  59706.                 ],
  59707.             ],
  59708.             'elasticsearch.dynamic_templates.0.keywords.mapping.type' => 'keyword',
  59709.             'elasticsearch.dynamic_templates.0.keywords.mapping.normalizer' => 'sw_lowercase_normalizer',
  59710.             'elasticsearch.dynamic_templates.0.keywords.mapping.fields' => [
  59711.                 'text' => [
  59712.                     'type' => 'text',
  59713.                 ],
  59714.             ],
  59715.             'elasticsearch.dynamic_templates.0.keywords.mapping.fields.text' => [
  59716.                 'type' => 'text',
  59717.             ],
  59718.             'elasticsearch.dynamic_templates.0.keywords.mapping.fields.text.type' => 'text',
  59719.             'elasticsearch.logger_level' => 100,
  59720.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  59721.             'web_profiler.debug_toolbar.mode' => 2,
  59722.             'data_collector.templates' => [
  59723.                 'data_collector.request' => [
  59724.                     => 'request',
  59725.                     => '@WebProfiler/Collector/request.html.twig',
  59726.                 ],
  59727.                 'data_collector.time' => [
  59728.                     => 'time',
  59729.                     => '@WebProfiler/Collector/time.html.twig',
  59730.                 ],
  59731.                 'data_collector.memory' => [
  59732.                     => 'memory',
  59733.                     => '@WebProfiler/Collector/memory.html.twig',
  59734.                 ],
  59735.                 'data_collector.validator' => [
  59736.                     => 'validator',
  59737.                     => '@WebProfiler/Collector/validator.html.twig',
  59738.                 ],
  59739.                 'data_collector.ajax' => [
  59740.                     => 'ajax',
  59741.                     => '@WebProfiler/Collector/ajax.html.twig',
  59742.                 ],
  59743.                 'data_collector.exception' => [
  59744.                     => 'exception',
  59745.                     => '@WebProfiler/Collector/exception.html.twig',
  59746.                 ],
  59747.                 'data_collector.logger' => [
  59748.                     => 'logger',
  59749.                     => '@WebProfiler/Collector/logger.html.twig',
  59750.                 ],
  59751.                 'data_collector.events' => [
  59752.                     => 'events',
  59753.                     => '@WebProfiler/Collector/events.html.twig',
  59754.                 ],
  59755.                 'data_collector.router' => [
  59756.                     => 'router',
  59757.                     => '@WebProfiler/Collector/router.html.twig',
  59758.                 ],
  59759.                 'data_collector.cache' => [
  59760.                     => 'cache',
  59761.                     => '@WebProfiler/Collector/cache.html.twig',
  59762.                 ],
  59763.                 'data_collector.translation' => [
  59764.                     => 'translation',
  59765.                     => '@WebProfiler/Collector/translation.html.twig',
  59766.                 ],
  59767.                 'data_collector.twig' => [
  59768.                     => 'twig',
  59769.                     => '@WebProfiler/Collector/twig.html.twig',
  59770.                 ],
  59771.                 'data_collector.dump' => [
  59772.                     => 'dump',
  59773.                     => '@Debug/Profiler/dump.html.twig',
  59774.                 ],
  59775.                 'Shopware\\Core\\Profiling\\Doctrine\\ConnectionProfiler' => [
  59776.                     => 'app.connection_collector',
  59777.                     => '@Profiling/Collector/db.html.twig',
  59778.                 ],
  59779.                 'data_collector.messenger' => [
  59780.                     => 'messenger',
  59781.                     => '@WebProfiler/Collector/messenger.html.twig',
  59782.                 ],
  59783.                 'Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces' => [
  59784.                     => 'Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces',
  59785.                     => '@Profiling/Collector/script_traces.html.twig',
  59786.                 ],
  59787.                 'Shopware\\Elasticsearch\\Profiler\\DataCollector' => [
  59788.                     => 'elasticsearch',
  59789.                     => '@Elasticsearch/Collector/elasticsearch.html.twig',
  59790.                 ],
  59791.                 'Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber' => [
  59792.                     => 'Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber',
  59793.                     => '@Profiling/Collector/rules.html.twig',
  59794.                 ],
  59795.                 'mailer.data_collector' => [
  59796.                     => 'mailer',
  59797.                     => '@WebProfiler/Collector/mailer.html.twig',
  59798.                 ],
  59799.                 'enqueue.profiler.message_queue_collector' => [
  59800.                     => 'enqueue.message_queue',
  59801.                     => '@Enqueue/Profiler/panel.html.twig',
  59802.                 ],
  59803.                 'data_collector.config' => [
  59804.                     => 'config',
  59805.                     => '@WebProfiler/Collector/config.html.twig',
  59806.                 ],
  59807.             ],
  59808.             'shopware.filesystem.theme.url' => '',
  59809.             'shopware.filesystem.theme.type' => 'local',
  59810.             'shopware.filesystem.theme.config' => [
  59811.                 'root' => (\dirname(__DIR__4).'/public'),
  59812.             ],
  59813.             'shopware.filesystem.asset.url' => '',
  59814.             'shopware.filesystem.asset.type' => 'local',
  59815.             'shopware.filesystem.asset.config' => [
  59816.                 'root' => (\dirname(__DIR__4).'/public'),
  59817.             ],
  59818.             'shopware.filesystem.sitemap.url' => '',
  59819.             'shopware.filesystem.sitemap.type' => 'local',
  59820.             'shopware.filesystem.sitemap.config' => [
  59821.                 'root' => (\dirname(__DIR__4).'/public'),
  59822.             ],
  59823.             'shopware.filesystem.public.url' => '',
  59824.             'console.command.ids' => [
  59825.             ],
  59826.         ];
  59827.     }
  59828.     protected function throw($message)
  59829.     {
  59830.         throw new RuntimeException($message);
  59831.     }
  59832. }